:root {
  /* v1.0.3 brand-aligned Beauxsoi palette: deep aubergine, warm ivory, soft champagne gold */
  --bsb4-bg: #f1eee8;
  --bsb4-paper: #fbf7ef;
  --bsb4-ink: #21192f;
  --bsb4-muted: #6f6577;
  --bsb4-line: #ded3c6;
  --bsb4-dark: #21192f;
  --bsb4-gold: #d8ad74;
  --bsb4-sand: #efe3d2;
}

body.beauxsoi-blog-option-4-active {
  background: var(--bsb4-bg);
}

body.beauxsoi-blog-option-4-active .site-main,
body.beauxsoi-blog-option-4-active #primary,
body.beauxsoi-blog-option-4-active .content-area {
  max-width: none;
}

.bsb4-page,
.bsb4-page * {
  box-sizing: border-box;
}

.bsb4-page {
  max-width: 1280px;
  margin: 0 auto;
  padding: 34px 22px 82px;
  background: var(--bsb4-bg);
  color: var(--bsb4-ink);
  font-family: Inter, Arial, sans-serif;
}

.bsb4-page a {
  color: inherit;
  text-decoration: none;
}

.bsb4-split-hero {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  min-height: 620px;
  margin-bottom: 34px;
  border: 1px solid var(--bsb4-line);
  background: var(--bsb4-paper);
}

.bsb4-dark-panel {
  background: var(--bsb4-dark);
  color: #fff;
  padding: 56px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 34px;
}

.bsb4-kicker {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--bsb4-gold);
  margin-bottom: 18px;
  font-weight: 600;
}

.bsb4-dark-panel h1,
.bsb4-article-copy h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  line-height: .92;
  letter-spacing: -.06em;
  margin: 0;
}

.bsb4-dark-panel h1 {
  font-size: clamp(46px, 7vw, 88px);
  max-width: 680px;
}

.bsb4-dark-panel p {
  font-size: 18px;
  line-height: 1.7;
  color: #d6c8b9;
  max-width: 540px;
  margin: 24px 0 0;
}

.bsb4-hero-art,
.bsb4-article-media,
.bsb4-tile-img,
.bsb4-callout-img {
  background-color: #efe3d2;
  background-image: linear-gradient(145deg, #fbf7ef, #d8ad74);
  background-size: cover;
  background-position: center;
}

.bsb4-hero-art {
  position: relative;
  overflow: hidden;
  min-height: 620px;
}

.bsb4-hero-art:before {
  content: "";
  position: absolute;
  left: 14%;
  top: 13%;
  width: 58%;
  height: 70%;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 50% 50% 6px 6px;
  pointer-events: none;
}

.bsb4-hero-art:after {
  content: "Glow\A and Grow";
  white-space: pre;
  position: absolute;
  right: 40px;
  bottom: 36px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(42px, 5vw, 62px);
  line-height: .9;
  color: rgba(33, 25, 47, .30);
  letter-spacing: -.06em;
  pointer-events: none;
}

.bsb4-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  background: #fff;
  color: var(--bsb4-dark) !important;
  padding: 14px 22px;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #fff;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.bsb4-button:hover,
.bsb4-button:focus {
  transform: translateY(-1px);
  background: #f7efe5;
  border-color: #f7efe5;
}

.bsb4-section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin: 52px 0 18px;
}

.bsb4-section-head h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(34px, 4vw, 44px);
  line-height: 1;
  font-weight: 400;
  letter-spacing: -.04em;
  margin: 0;
}

.bsb4-section-head p {
  color: var(--bsb4-muted);
  max-width: 440px;
  line-height: 1.6;
  margin: 0;
}

.bsb4-masonry {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.bsb4-tile {
  background: var(--bsb4-paper);
  border: 1px solid var(--bsb4-line);
  padding: 16px;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  transition: transform .22s ease, box-shadow .22s ease;
}

.bsb4-tile:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 46px rgba(33, 25, 47, .08);
}

.bsb4-tile.bsb4-large {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 620px;
}

.bsb4-tile-img {
  display: block;
  height: 200px;
  margin-bottom: 18px;
  border: 0;
  overflow: hidden;
}

.bsb4-large .bsb4-tile-img {
  height: 380px;
}

.bsb4-meta,
.bsb4-single-date {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: #a77b4a;
  margin-bottom: 12px;
  font-weight: 700;
}

.bsb4-single-date {
  margin: 18px 0 0;
  color: #b18455;
}

.bsb4-tile h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 28px;
  line-height: 1.04;
  font-weight: 400;
  letter-spacing: -.03em;
  margin: 0 0 10px;
}

.bsb4-large h3 {
  font-size: clamp(38px, 4.8vw, 52px);
  letter-spacing: -.055em;
}

.bsb4-tile p {
  color: var(--bsb4-muted);
  line-height: 1.62;
  margin: 0 0 18px;
}

.bsb4-read,
.bsb4-inline-link {
  margin-top: auto;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 12px;
  border-bottom: 1px solid currentColor;
  width: max-content;
  padding-bottom: 5px;
  font-weight: 700;
}

.bsb4-campaign-strip {
  margin-top: 26px;
  background: var(--bsb4-dark);
  color: #fff;
  padding: 30px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
}

.bsb4-campaign-strip h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  font-size: clamp(30px, 4vw, 36px);
  letter-spacing: -.04em;
  margin: 0;
}

.bsb4-campaign-strip p {
  color: #d6c8b9;
  line-height: 1.65;
  margin: 8px 0 0;
  max-width: 760px;
}

.bsb4-pagination {
  margin-top: 34px;
}

.bsb4-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.bsb4-pagination a,
.bsb4-pagination span {
  display: inline-flex;
  min-width: 42px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border: 1px solid var(--bsb4-line);
  background: var(--bsb4-paper);
  color: var(--bsb4-ink);
  font-size: 13px;
}

.bsb4-pagination .current {
  background: var(--bsb4-dark);
  color: #fff;
  border-color: var(--bsb4-dark);
}

.bsb4-empty-state {
  background: var(--bsb4-paper);
  border: 1px solid var(--bsb4-line);
  padding: 46px;
}

.bsb4-empty-state h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 42px;
  font-weight: 400;
  margin: 0 0 10px;
}

.bsb4-empty-state p {
  margin: 0;
  color: var(--bsb4-muted);
}

.bsb4-article {
  margin-top: 18px;
}

.bsb4-article-hero {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  border: 1px solid var(--bsb4-line);
  background: var(--bsb4-paper);
}

.bsb4-article-media {
  min-height: 560px;
}

.bsb4-article-copy {
  padding: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bsb4-article-copy h1 {
  font-size: clamp(42px, 6vw, 78px);
  color: var(--bsb4-ink);
  margin-bottom: 20px;
}

.bsb4-article-copy p {
  font-size: 18px;
  line-height: 1.75;
  color: var(--bsb4-muted);
  margin: 0;
}

.bsb4-article-grid {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 40px;
  margin-top: 34px;
}

.bsb4-article-sidebar {
  background: var(--bsb4-dark);
  color: #fff;
  padding: 26px;
  height: max-content;
  position: sticky;
  top: 22px;
}

.bsb4-article-sidebar strong {
  display: block;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 12px;
  color: var(--bsb4-gold);
  margin-bottom: 16px;
}

.bsb4-article-sidebar a {
  display: block;
  border-top: 1px solid rgba(255, 255, 255, .16);
  padding: 14px 0;
  color: #e4d8ca;
  font-size: 14px;
}

.bsb4-article-sidebar a:hover,
.bsb4-article-sidebar a:focus {
  color: #fff;
}

.bsb4-article-content {
  background: var(--bsb4-paper);
  border: 1px solid var(--bsb4-line);
  padding: 48px;
  color: #5d5668;
}

.bsb4-article-content > *:first-child {
  margin-top: 0;
}

.bsb4-article-content p {
  font-size: 18px;
  line-height: 1.88;
  color: #5d5668;
  margin: 0 0 22px;
}

.bsb4-article-content h2,
.bsb4-article-content h3,
.bsb4-article-content h4 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  letter-spacing: -.04em;
  color: var(--bsb4-ink);
  margin: 42px 0 14px;
}

.bsb4-article-content h2 {
  font-size: clamp(34px, 4vw, 46px);
}

.bsb4-article-content h3 {
  font-size: clamp(30px, 3.4vw, 38px);
}

.bsb4-article-content h4 {
  font-size: 28px;
}

.bsb4-article-content ul,
.bsb4-article-content ol {
  margin: 0 0 24px 22px;
  padding: 0;
}

.bsb4-article-content li {
  margin-bottom: 10px;
  line-height: 1.75;
  font-size: 17px;
}

.bsb4-article-content blockquote {
  margin: 34px 0;
  border-left: 4px solid var(--bsb4-gold);
  background: #f7efe5;
  padding: 24px 28px;
  color: var(--bsb4-ink);
}

.bsb4-article-content blockquote p {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 28px;
  line-height: 1.35;
  color: var(--bsb4-ink);
}

.bsb4-article-content img,
.bsb4-article-content figure,
.bsb4-article-content .wp-block-image img {
  max-width: 100%;
  height: auto;
}

.bsb4-article-content figure {
  margin: 34px 0;
}

.bsb4-article-content figcaption {
  margin-top: 10px;
  color: var(--bsb4-muted);
  font-size: 13px;
  letter-spacing: .04em;
}

.bsb4-lux-callout {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 22px;
  background: #f5eadb;
  border: 1px solid var(--bsb4-line);
  padding: 22px;
  margin: 34px 0;
}

.bsb4-callout-img {
  min-height: 130px;
}

.bsb4-lux-callout h4 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 29px;
  font-weight: 400;
  letter-spacing: -.03em;
  margin: 0 0 8px;
  color: var(--bsb4-ink);
}

.bsb4-lux-callout p {
  font-size: 16px;
  line-height: 1.62;
  margin: 0 0 12px;
  color: var(--bsb4-muted);
}

.bsb4-page-links {
  border-top: 1px solid var(--bsb4-line);
  padding-top: 20px;
  margin-top: 30px;
}

.bsb4-post-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  border-top: 1px solid var(--bsb4-line);
  padding-top: 22px;
  margin-top: 36px;
}

.bsb4-post-nav div:last-child {
  text-align: right;
}

.bsb4-post-nav a {
  display: inline-flex;
  border: 1px solid var(--bsb4-line);
  background: #f7efe5;
  padding: 13px 16px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
  font-weight: 700;
}

.bsb4-comments-wrap {
  padding-top: 0;
}

@media (max-width: 1100px) {
  .bsb4-split-hero,
  .bsb4-article-hero,
  .bsb4-article-grid {
    grid-template-columns: 1fr;
  }

  .bsb4-masonry {
    grid-template-columns: 1fr 1fr;
  }

  .bsb4-tile.bsb4-large {
    grid-column: span 2;
  }

  .bsb4-article-sidebar {
    position: static;
  }

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

  .bsb4-hero-art,
  .bsb4-article-media {
    min-height: 420px;
  }
}

@media (max-width: 700px) {
  .bsb4-page {
    padding: 18px 14px 54px;
  }

  .bsb4-dark-panel,
  .bsb4-article-copy,
  .bsb4-article-content {
    padding: 24px;
  }

  .bsb4-split-hero {
    min-height: auto;
  }

  .bsb4-hero-art,
  .bsb4-article-media {
    min-height: 320px;
  }

  .bsb4-masonry {
    grid-template-columns: 1fr;
  }

  .bsb4-tile.bsb4-large {
    grid-column: span 1;
    min-height: auto;
  }

  .bsb4-large .bsb4-tile-img,
  .bsb4-tile-img {
    height: 260px;
  }

  .bsb4-large h3,
  .bsb4-tile h3 {
    font-size: 36px;
  }

  .bsb4-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .bsb4-lux-callout {
    grid-template-columns: 1fr;
  }

  .bsb4-campaign-strip {
    padding: 24px;
  }

  .bsb4-post-nav {
    grid-template-columns: 1fr;
  }

  .bsb4-post-nav div:last-child {
    text-align: left;
  }
}


/* v1.0.2 refinements: remove theme color conflicts and improve readability */
.bsb4-page h1,
.bsb4-page h2,
.bsb4-page h3,
.bsb4-page h4,
.bsb4-page h5,
.bsb4-page h6 {
  color: var(--bsb4-ink) !important;
}

.bsb4-dark-panel h1,
.bsb4-dark-panel p,
.bsb4-campaign-strip h3,
.bsb4-campaign-strip p {
  color: #fff !important;
}

.bsb4-dark-panel p,
.bsb4-campaign-strip p {
  color: #d6c8b9 !important;
}

.bsb4-tile h3 a,
.bsb4-read,
.bsb4-page a:not(.bsb4-button) {
  color: inherit !important;
}

.bsb4-dark-panel h1,
.bsb4-article-copy h1 {
  letter-spacing: -0.025em;
}

.bsb4-section-head h2,
.bsb4-tile h3,
.bsb4-campaign-strip h3,
.bsb4-related-card h4 {
  letter-spacing: -0.012em;
}

.bsb4-section-head-simple {
  justify-content: flex-start;
}


/* v1.0.3 Beauxsoi site color alignment */
body.beauxsoi-blog-option-4-active {
  background: #f1eee8 !important;
}

.bsb4-page {
  background: #f1eee8 !important;
}

.bsb4-dark-panel,
.bsb4-campaign-strip,
.bsb4-article-sidebar,
.bsb4-pagination .current {
  background: #21192f !important;
  border-color: #21192f !important;
}

.bsb4-button {
  background: #fbf7ef !important;
  color: #21192f !important;
  border-color: #fbf7ef !important;
}

.bsb4-button:hover,
.bsb4-button:focus {
  background: #d8ad74 !important;
  border-color: #d8ad74 !important;
  color: #21192f !important;
}

.bsb4-kicker,
.bsb4-article-sidebar strong,
.bsb4-meta,
.bsb4-single-date {
  color: #d8ad74 !important;
}

.bsb4-tile,
.bsb4-empty-state,
.bsb4-article-hero,
.bsb4-article-content,
.bsb4-pagination a,
.bsb4-pagination span {
  background: #fbf7ef !important;
  border-color: #ded3c6 !important;
}

.bsb4-lux-callout,
.bsb4-article-content blockquote,
.bsb4-post-nav a {
  background: #f7efe5 !important;
  border-color: #ded3c6 !important;
}

.bsb4-article-content,
.bsb4-article-content p,
.bsb4-tile p,
.bsb4-section-head p,
.bsb4-lux-callout p,
.bsb4-empty-state p {
  color: #5d5668 !important;
}

.bsb4-page h1,
.bsb4-page h2,
.bsb4-page h3,
.bsb4-page h4,
.bsb4-page h5,
.bsb4-page h6 {
  color: #21192f !important;
}

.bsb4-dark-panel h1,
.bsb4-dark-panel p,
.bsb4-campaign-strip h3,
.bsb4-campaign-strip p {
  color: #fbf7ef !important;
}

.bsb4-dark-panel p,
.bsb4-campaign-strip p,
.bsb4-article-sidebar a {
  color: rgba(251, 247, 239, .78) !important;
}


/* v1.0.4 — BeauxSoi global alignment: match Shop, Single Product and Ritual Box visual system. */
body.beauxsoi-blog-option-4-active {
  background: #fbf7ef !important;
}

.bsb4-page {
  --bsb4-bg: #fbf7ef;
  --bsb4-paper: #fffdf8;
  --bsb4-card: #ffffff;
  --bsb4-cream: #f4eadc;
  --bsb4-ink: #161116;
  --bsb4-muted: #6f646c;
  --bsb4-line: rgba(44, 28, 38, .14);
  --bsb4-dark: #211024;
  --bsb4-gold: #c89b53;
  --bsb4-gold-soft: #ead3a4;
  --bsb4-shadow: 0 22px 60px rgba(30, 20, 26, .08);
  --bsb4-serif: Georgia, 'Times New Roman', serif;
  --bsb4-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  position: relative !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: min(1480px, calc(100vw - 56px)) !important;
  max-width: none !important;
  min-width: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 36px 0 82px !important;
  background: linear-gradient(180deg, #fffdf8 0%, #fbf7ef 48%, #fffdf8 100%) !important;
  color: var(--bsb4-ink) !important;
  font-family: var(--bsb4-sans) !important;
  line-height: 1.55 !important;
}

.bsb4-page,
.bsb4-page p,
.bsb4-page li,
.bsb4-page a,
.bsb4-page small,
.bsb4-page span,
.bsb4-page input,
.bsb4-page select,
.bsb4-page textarea,
.bsb4-page button {
  font-family: var(--bsb4-sans) !important;
}

.bsb4-page h1,
.bsb4-page h2,
.bsb4-page h3,
.bsb4-page h4,
.bsb4-page h5,
.bsb4-page h6,
.bsb4-article-content blockquote p {
  font-family: var(--bsb4-serif) !important;
  color: var(--bsb4-ink) !important;
}

.bsb4-kicker,
.bsb4-meta,
.bsb4-single-date,
.bsb4-read,
.bsb4-inline-link,
.bsb4-button,
.bsb4-article-sidebar strong,
.bsb4-article-sidebar a,
.bsb4-pagination a,
.bsb4-pagination span {
  font-family: var(--bsb4-sans) !important;
  letter-spacing: .13em !important;
  text-transform: uppercase !important;
}

.bsb4-split-hero,
.bsb4-article-hero {
  border: 1px solid var(--bsb4-line) !important;
  background: var(--bsb4-paper) !important;
  box-shadow: var(--bsb4-shadow) !important;
  overflow: hidden !important;
}

.bsb4-split-hero {
  grid-template-columns: .92fr 1.08fr !important;
  min-height: 560px !important;
  margin-bottom: 38px !important;
}

.bsb4-dark-panel {
  background: var(--bsb4-dark) !important;
  color: #fffdf8 !important;
  padding: clamp(34px, 4vw, 56px) !important;
}

.bsb4-dark-panel h1 {
  max-width: 660px !important;
  color: #fffdf8 !important;
  font-size: clamp(40px, 4.3vw, 64px) !important;
  font-weight: 500 !important;
  line-height: 1.02 !important;
  letter-spacing: -.025em !important;
  text-transform: none !important;
}

.bsb4-dark-panel p {
  max-width: 560px !important;
  color: rgba(251, 247, 239, .78) !important;
  font-size: 16px !important;
  line-height: 1.68 !important;
  margin-top: 20px !important;
}

.bsb4-kicker,
.bsb4-meta,
.bsb4-single-date,
.bsb4-article-sidebar strong {
  color: var(--bsb4-gold) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

.bsb4-hero-art,
.bsb4-article-media,
.bsb4-tile-img,
.bsb4-callout-img {
  background-color: var(--bsb4-cream) !important;
  background-size: cover !important;
  background-position: center center !important;
}

.bsb4-hero-art {
  min-height: 560px !important;
}

.bsb4-hero-art:before,
.bsb4-hero-art:after {
  opacity: .45 !important;
}

.bsb4-button,
.bsb4-post-nav a {
  min-height: 46px !important;
  border-radius: 0 !important;
  border: 1px solid var(--bsb4-dark) !important;
  background: var(--bsb4-dark) !important;
  color: #fffdf8 !important;
  padding: 14px 22px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  box-shadow: none !important;
}

.bsb4-dark-panel .bsb4-button,
.bsb4-campaign-strip .bsb4-button {
  border-color: var(--bsb4-gold) !important;
  background: var(--bsb4-gold) !important;
  color: var(--bsb4-dark) !important;
}

.bsb4-button:hover,
.bsb4-button:focus,
.bsb4-post-nav a:hover,
.bsb4-post-nav a:focus {
  border-color: var(--bsb4-gold) !important;
  background: var(--bsb4-gold) !important;
  color: var(--bsb4-dark) !important;
  transform: none !important;
}

.bsb4-section-head {
  justify-content: center !important;
  text-align: center !important;
  margin: 50px 0 24px !important;
}

.bsb4-section-head h2 {
  color: #2b1c30 !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 1.12 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
}

.bsb4-masonry {
  gap: 18px !important;
}

.bsb4-tile {
  min-height: 100% !important;
  padding: 0 !important;
  border: 1px solid var(--bsb4-line) !important;
  border-radius: 14px !important;
  background: var(--bsb4-card) !important;
  box-shadow: 0 16px 38px rgba(34, 20, 37, .07) !important;
  overflow: hidden !important;
}

.bsb4-tile:hover {
  transform: none !important;
  box-shadow: 0 18px 42px rgba(34, 20, 37, .09) !important;
}

.bsb4-tile.bsb4-large {
  min-height: 570px !important;
}

.bsb4-tile-img {
  height: 230px !important;
  margin: 0 !important;
  border-bottom: 1px solid var(--bsb4-line) !important;
}

.bsb4-large .bsb4-tile-img {
  height: 350px !important;
}

.bsb4-tile .bsb4-meta {
  margin: 18px 18px 10px !important;
}

.bsb4-tile h3 {
  margin: 0 18px 10px !important;
  color: #251728 !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 1.16 !important;
  letter-spacing: 0 !important;
}

.bsb4-large h3 {
  font-size: clamp(32px, 3.5vw, 44px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.018em !important;
}

.bsb4-tile p {
  margin: 0 18px 18px !important;
  color: var(--bsb4-muted) !important;
  font-size: 14px !important;
  line-height: 1.62 !important;
}

.bsb4-read {
  width: max-content !important;
  margin: auto 18px 20px !important;
  color: var(--bsb4-dark) !important;
  border-bottom: 1px solid currentColor !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  padding-bottom: 5px !important;
}

.bsb4-campaign-strip {
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 26px !important;
  margin-top: 34px !important;
  padding: clamp(28px, 3vw, 42px) !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  background: var(--bsb4-dark) !important;
  color: #fffdf8 !important;
  box-shadow: var(--bsb4-shadow) !important;
}

.bsb4-campaign-strip h3 {
  color: #fffdf8 !important;
  font-size: clamp(30px, 3vw, 42px) !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
  letter-spacing: -.018em !important;
}

.bsb4-campaign-strip p {
  color: rgba(251, 247, 239, .78) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

.bsb4-pagination a,
.bsb4-pagination span {
  border: 1px solid var(--bsb4-line) !important;
  background: var(--bsb4-card) !important;
  color: var(--bsb4-ink) !important;
  border-radius: 0 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

.bsb4-pagination .current {
  background: var(--bsb4-dark) !important;
  border-color: var(--bsb4-dark) !important;
  color: #fffdf8 !important;
}

.bsb4-article {
  margin-top: 0 !important;
}

.bsb4-article-hero {
  grid-template-columns: 1.03fr .97fr !important;
}

.bsb4-article-media {
  min-height: 580px !important;
}

.bsb4-article-copy {
  padding: clamp(34px, 4vw, 56px) !important;
}

.bsb4-article-copy h1 {
  color: var(--bsb4-ink) !important;
  font-size: clamp(38px, 4.4vw, 62px) !important;
  font-weight: 500 !important;
  line-height: 1.04 !important;
  letter-spacing: -.025em !important;
  margin-bottom: 18px !important;
}

.bsb4-article-copy p {
  color: #51464d !important;
  font-size: 16px !important;
  line-height: 1.72 !important;
}

.bsb4-article-grid {
  grid-template-columns: 300px minmax(0, 1fr) !important;
  gap: 34px !important;
  margin-top: 34px !important;
}

.bsb4-article-sidebar {
  border: 1px solid rgba(255,255,255,.08) !important;
  background: var(--bsb4-dark) !important;
  color: #fffdf8 !important;
  padding: 28px !important;
  box-shadow: 0 16px 40px rgba(34,20,37,.08) !important;
}

.bsb4-article-sidebar a {
  color: rgba(251, 247, 239, .80) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
}

.bsb4-article-sidebar a:hover,
.bsb4-article-sidebar a:focus {
  color: #fffdf8 !important;
}

.bsb4-article-content {
  border: 1px solid var(--bsb4-line) !important;
  border-radius: 14px !important;
  background: var(--bsb4-card) !important;
  box-shadow: 0 16px 38px rgba(34, 20, 37, .055) !important;
  padding: clamp(30px, 4vw, 52px) !important;
  color: #51464d !important;
}

.bsb4-article-content p {
  color: #51464d !important;
  font-size: 16px !important;
  line-height: 1.82 !important;
}

.bsb4-article-content h2 {
  font-size: clamp(30px, 3vw, 42px) !important;
  line-height: 1.1 !important;
  letter-spacing: -.018em !important;
}

.bsb4-article-content h3 {
  font-size: clamp(26px, 2.6vw, 34px) !important;
  line-height: 1.14 !important;
  letter-spacing: -.012em !important;
}

.bsb4-article-content h4 {
  font-size: 24px !important;
  line-height: 1.18 !important;
}

.bsb4-article-content li {
  color: #51464d !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
}

.bsb4-article-content blockquote,
.bsb4-lux-callout {
  border: 1px solid var(--bsb4-line) !important;
  background: #f7efe5 !important;
}

.bsb4-lux-callout {
  grid-template-columns: 140px minmax(0, 1fr) !important;
  gap: 24px !important;
  padding: 24px !important;
  border-radius: 14px !important;
}

.bsb4-lux-callout h4 {
  color: var(--bsb4-ink) !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 1.14 !important;
  letter-spacing: -.012em !important;
}

.bsb4-inline-link {
  color: var(--bsb4-dark) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

.bsb4-post-nav {
  border-top: 1px solid var(--bsb4-line) !important;
}

@media (min-width: 1280px) {
  .bsb4-page {
    width: min(1520px, calc(100vw - 72px)) !important;
  }
}

@media (max-width: 1100px) {
  .bsb4-split-hero,
  .bsb4-article-hero,
  .bsb4-article-grid {
    grid-template-columns: 1fr !important;
  }

  .bsb4-article-sidebar {
    position: static !important;
  }

  .bsb4-hero-art,
  .bsb4-article-media {
    min-height: 430px !important;
  }
}

@media (max-width: 900px) {
  .bsb4-page {
    width: min(1180px, calc(100vw - 32px)) !important;
  }

  .bsb4-campaign-strip {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 700px) {
  .bsb4-page {
    left: auto !important;
    transform: none !important;
    width: min(1180px, calc(100vw - 28px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 22px 0 58px !important;
  }

  .bsb4-dark-panel,
  .bsb4-article-copy,
  .bsb4-article-content {
    padding: 24px !important;
  }

  .bsb4-dark-panel h1,
  .bsb4-article-copy h1 {
    font-size: 34px !important;
    line-height: 1.08 !important;
  }

  .bsb4-dark-panel p,
  .bsb4-article-copy p,
  .bsb4-article-content p,
  .bsb4-article-content li {
    font-size: 15px !important;
  }

  .bsb4-hero-art,
  .bsb4-article-media {
    min-height: 320px !important;
  }

  .bsb4-tile,
  .bsb4-tile.bsb4-large {
    min-height: auto !important;
  }

  .bsb4-large .bsb4-tile-img,
  .bsb4-tile-img {
    height: 250px !important;
  }

  .bsb4-large h3,
  .bsb4-tile h3 {
    font-size: 25px !important;
    line-height: 1.14 !important;
  }

  .bsb4-section-head h2 {
    font-size: 25px !important;
  }

  .bsb4-lux-callout {
    grid-template-columns: 1fr !important;
  }

  .bsb4-callout-img {
    min-height: 160px !important;
  }
}

@media (max-width: 380px) {
  .bsb4-page {
    width: min(1180px, calc(100vw - 22px)) !important;
  }
}


/* v1.0.5 — CTA image support + stronger button contrast. */
.bsb4-callout-img {
  min-height: 160px !important;
  border: 1px solid rgba(44, 28, 38, .10) !important;
  background-color: #efe3d2 !important;
  background-image: linear-gradient(145deg, #fbf7ef, #d8ad74) !important;
  background-size: cover !important;
  background-position: center center !important;
}

.bsb4-post-nav a,
.bsb4-post-nav a:visited,
.bsb4-post-nav a:active {
  background: #211024 !important;
  border-color: #211024 !important;
  color: #fffdf8 !important;
  opacity: 1 !important;
  filter: none !important;
  text-shadow: none !important;
}

.bsb4-post-nav a:hover,
.bsb4-post-nav a:focus {
  background: #c89b53 !important;
  border-color: #c89b53 !important;
  color: #211024 !important;
}

.bsb4-post-nav a *,
.bsb4-button *,
.bsb4-inline-link * {
  color: inherit !important;
  opacity: 1 !important;
}

.bsb4-inline-link,
.bsb4-inline-link:visited,
.bsb4-inline-link:active {
  color: #211024 !important;
  opacity: 1 !important;
  font-weight: 900 !important;
  border-bottom: 1px solid currentColor !important;
}

.bsb4-inline-link:hover,
.bsb4-inline-link:focus {
  color: #8f662f !important;
}


/* v1.0.6 — Admin text controls added for the single post product placement banner. No front-end layout changes. */

/* v1.0.7 — Fix single post CTA image visibility. The previous fallback background-image had !important and overrode the inline selected Media Library image. */
.bsb4-lux-callout .bsb4-callout-img {
  background-image: var(--bsb4-cta-bg, linear-gradient(145deg, #fbf7ef, #d8ad74)) !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}


/* v1.0.8 — Single blog post mobile readability fix.
   The content card was too narrow on phones and inherited justified spacing from the theme. */
@media (max-width: 700px) {
  body.beauxsoi-blog-option-4-active .bsb4-single-page {
    width: calc(100vw - 14px) !important;
    max-width: none !important;
    padding-top: 18px !important;
    padding-bottom: 54px !important;
  }

  .bsb4-single-page .bsb4-article-grid {
    gap: 18px !important;
    margin-top: 20px !important;
  }

  .bsb4-single-page .bsb4-article-copy,
  .bsb4-single-page .bsb4-article-content {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .bsb4-single-page .bsb4-article-content {
    width: 100% !important;
    max-width: none !important;
    padding-top: 28px !important;
    padding-bottom: 30px !important;
    border-radius: 10px !important;
  }

  .bsb4-single-page .bsb4-article-content p,
  .bsb4-single-page .bsb4-article-content li,
  .bsb4-single-page .bsb4-article-copy p {
    max-width: none !important;
    text-align: left !important;
    text-align-last: left !important;
    word-spacing: normal !important;
    letter-spacing: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    hyphens: none !important;
  }

  .bsb4-single-page .bsb4-article-content p {
    font-size: 16px !important;
    line-height: 1.74 !important;
    margin-bottom: 20px !important;
  }

  .bsb4-single-page .bsb4-article-content h2,
  .bsb4-single-page .bsb4-article-content h3,
  .bsb4-single-page .bsb4-article-content h4 {
    text-align: left !important;
    word-spacing: normal !important;
    letter-spacing: -0.012em !important;
    max-width: none !important;
  }

  .bsb4-single-page .bsb4-article-content h2 {
    font-size: 33px !important;
    line-height: 1.08 !important;
  }
}

@media (max-width: 420px) {
  body.beauxsoi-blog-option-4-active .bsb4-single-page {
    width: calc(100vw - 8px) !important;
  }

  .bsb4-single-page .bsb4-article-copy,
  .bsb4-single-page .bsb4-article-content {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}


/* v1.0.9 — Wider single post mobile text + stronger Previous/Next contrast. */
@media (max-width: 700px) {
  body.beauxsoi-blog-option-4-active .bsb4-page.bsb4-single-page {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  body.beauxsoi-blog-option-4-active .bsb4-single-page .bsb4-article {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.beauxsoi-blog-option-4-active .bsb4-single-page .bsb4-article-hero,
  body.beauxsoi-blog-option-4-active .bsb4-single-page .bsb4-article-grid,
  body.beauxsoi-blog-option-4-active .bsb4-single-page .bsb4-article-content {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.beauxsoi-blog-option-4-active .bsb4-single-page .bsb4-article-copy,
  body.beauxsoi-blog-option-4-active .bsb4-single-page .bsb4-article-content {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  body.beauxsoi-blog-option-4-active .bsb4-single-page .bsb4-article-content,
  body.beauxsoi-blog-option-4-active .bsb4-single-page .bsb4-article-content * {
    text-align: left !important;
    text-align-last: left !important;
    word-spacing: normal !important;
    letter-spacing: normal !important;
    hyphens: none !important;
  }

  body.beauxsoi-blog-option-4-active .bsb4-single-page .bsb4-article-content p,
  body.beauxsoi-blog-option-4-active .bsb4-single-page .bsb4-article-content li {
    font-size: 16px !important;
    line-height: 1.68 !important;
    max-width: none !important;
    width: auto !important;
  }

  body.beauxsoi-blog-option-4-active .bsb4-single-page .bsb4-article-content h2 {
    font-size: 31px !important;
    line-height: 1.08 !important;
  }
}

@media (max-width: 420px) {
  body.beauxsoi-blog-option-4-active .bsb4-page.bsb4-single-page {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  body.beauxsoi-blog-option-4-active .bsb4-single-page .bsb4-article-copy,
  body.beauxsoi-blog-option-4-active .bsb4-single-page .bsb4-article-content {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

body.beauxsoi-blog-option-4-active .bsb4-page .bsb4-post-nav a,
body.beauxsoi-blog-option-4-active .bsb4-page .bsb4-post-nav a:visited,
body.beauxsoi-blog-option-4-active .bsb4-page .bsb4-post-nav a:active {
  background: #211024 !important;
  border-color: #211024 !important;
  color: #fffdf8 !important;
  -webkit-text-fill-color: #fffdf8 !important;
  opacity: 1 !important;
  filter: none !important;
  text-shadow: none !important;
  font-weight: 900 !important;
}

body.beauxsoi-blog-option-4-active .bsb4-page .bsb4-post-nav a:hover,
body.beauxsoi-blog-option-4-active .bsb4-page .bsb4-post-nav a:focus {
  background: #c89b53 !important;
  border-color: #c89b53 !important;
  color: #211024 !important;
  -webkit-text-fill-color: #211024 !important;
}
