.elementor-5540 .elementor-element.elementor-element-6bc6e87{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b3bbf9a */#bl-page a { text-decoration: none; color: inherit; }
  #bl-page img { max-width: 100%; display: block; }

  /* ── TYPOGRAPHY ── */
  #bl-page .display { font-family: 'Bebas Neue', cursive; letter-spacing: 0.04em; }

  #bl-page .orange-rule {
    height: 2px;
    background: linear-gradient(90deg, transparent, #e8751a, transparent);
    max-width: 60px;
  }

  #bl-page .eyebrow {
    font-size: 0.7rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #e8751a;
    font-weight: 600;
    opacity: 0.8;
  }

  /* ── BUTTONS ── */
  #bl-page .btn {
    display: inline-block;
    background: #e8751a;
    color: #0f0d0b;
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 0.1em;
    font-size: 1.2rem;
    padding: 1rem 2.5rem;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
    text-align: center;
  }
  #bl-page .btn::after {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.4s;
  }
  #bl-page .btn:hover::after { left: 100%; }
  #bl-page .btn:hover {
    background: #f0831f;
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(232,117,26,0.4);
  }
  #bl-page .btn-full { width: 100%; }

  /* ── LAYOUT ── */
  #bl-page .container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1.5rem;
  }

  #bl-page section { padding: 5rem 0; }
  #bl-page .section-alt { background: #131110; }

  /* ── COUNTDOWN BANNER ── */
  #bl-page #countdown-banner {
    background: #e8751a;
    color: #0f0d0b;
    text-align: center;
    padding: 0.6rem 1rem;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.02em;
  }
  #bl-page #countdown-banner strong { font-weight: 900; }
  #bl-page #timer { font-weight: 900; font-variant-numeric: tabular-nums; }

  /* ── HERO ── */
  #bl-page #hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 6rem 1.5rem;
  }
  #bl-page #hero-bg {
    position: absolute; inset: 0;
    background-image: url('https://d2xsxph8kpxj0f.cloudfront.net/310519663465849794/j3nHyqGDNUNvMSekdXp3Y8/bootlegger_hero-CesXRANUHXZjdMqj86nr9w.webp');
    background-size: cover;
    background-position: center;
  }
  #bl-page #hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.92) 100%);
  }
  #bl-page #hero-grain {
    position: absolute; inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
    opacity: 0.06;
    pointer-events: none;
  }
  #bl-page #hero-content {
    position: relative; z-index: 2;
    text-align: center;
    max-width: 800px;
    animation: fadeIn 1s ease forwards;
  }
  #bl-page #hero-content img.logo {
    height: 88px;
    object-fit: contain;
    margin: 0 auto 1.5rem;
    filter: drop-shadow(0 4px 24px rgba(0,0,0,0.8));
  }
  #bl-page .hero-h1 {
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 0.04em;
    color: #f7f5f2;
    line-height: 0.95;
    font-size: clamp(3.5rem, 10vw, 7rem);
    margin-bottom: 1rem;
  }
  #bl-page .hero-h1 span { color: #e8751a; }
  #bl-page .hero-sub {
    font-size: 1.1rem;
    color: rgba(247,245,242,0.75);
    font-weight: 300;
    margin-bottom: 0.5rem;
  }
  #bl-page .hero-sub2 {
    font-size: 0.9rem;
    color: rgba(247,245,242,0.5);
    margin-bottom: 2rem;
  }
  #bl-page .price-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
  }
  #bl-page .price-old {
    font-size: 1.2rem;
    color: rgba(247,245,242,0.35);
    text-decoration: line-through;
    font-family: 'Raleway', sans-serif;
  }
  #bl-page .price-new {
    font-family: 'Bebas Neue', cursive;
    font-size: 2.5rem;
    color: #e8751a;
    letter-spacing: 0.04em;
  }
  #bl-page .save-badge {
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 0.25rem 0.6rem;
    border-radius: 3px;
    background: rgba(232,117,26,0.15);
    color: #e8751a;
    border: 1px solid rgba(232,117,26,0.3);
    font-weight: 700;
  }
  #bl-page .hero-note {
    font-size: 0.8rem;
    color: rgba(247,245,242,0.5);
    margin-top: 0.75rem;
  }
  #bl-page .hero-note strong { color: #e8751a; }
  #bl-page .byo-link {
    display: inline-block;
    margin-top: 1.25rem;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #e8751a;
    text-decoration: underline;
    text-underline-offset: 4px;
    opacity: 0.85;
    transition: opacity 0.2s;
  }
  #bl-page .byo-link:hover { opacity: 1; }
  #bl-page .scroll-hint {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    opacity: 0.4;
    animation: bounce 2s infinite;
  }
  #bl-page .scroll-hint span {
    font-size: 0.65rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
  }

  /* ── SOCIAL PROOF BAR ── */
  #bl-page #proof-bar {
    padding: 1rem 0;
    border-top: 1px solid rgba(232,117,26,0.25);
    border-bottom: 1px solid rgba(232,117,26,0.25);
    background: #131110;
  }
  #bl-page .proof-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem 3rem;
    text-align: center;
  }
  #bl-page .proof-item .num {
    font-family: 'Bebas Neue', cursive;
    font-size: 1.75rem;
    color: #e8751a;
    letter-spacing: 0.04em;
    display: block;
  }
  #bl-page .proof-item .lbl {
    font-size: 0.65rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    opacity: 0.55;
    display: block;
    margin-top: 0.1rem;
  }

  /* ── TRUST BADGES ── */
  #bl-page #trust-badges {
    padding: 1.1rem 0;
    border-bottom: 1px solid rgba(232,117,26,0.08);
  }
  #bl-page .badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.6rem 1rem;
  }
  #bl-page .badge {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.75rem;
    border-radius: 3px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(232,117,26,0.1);
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    font-weight: 600;
    color: rgba(247,245,242,0.55);
  }

  /* ── HOOK SECTION ── */
  #bl-page #hook { text-align: center; }
  #bl-page #hook h2 {
    font-family: 'Bebas Neue', cursive;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    line-height: 1.05;
    color: #f7f5f2;
    margin-bottom: 1.5rem;
    letter-spacing: 0.04em;
  }
  #bl-page #hook h2 span { color: #e8751a; }
  #bl-page #hook p {
    font-size: 1.05rem;
    color: rgba(247,245,242,0.6);
    font-weight: 300;
    line-height: 1.75;
    max-width: 640px;
    margin: 0 auto 1rem;
  }

  /* ── COMPARISON TABLE ── */
  #bl-page #comparison { background: #131110; }
  #bl-page .table-wrap { overflow-x: auto; max-width: 760px; margin: 0 auto; }
  #bl-page table { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 0.875rem; }
  #bl-page thead th {
    padding: 1rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 0.65rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
  }
  #bl-page thead th:first-child { text-align: left; opacity: 0.5; }
  #bl-page thead th:not(:first-child) { text-align: center; opacity: 0.5; }
  #bl-page thead th.bootlegger-col {
    background: #e8751a;
    color: #0f0d0b;
    opacity: 1;
    border-radius: 3px 3px 0 0;
  }
  #bl-page tbody tr:nth-child(odd) td { background: rgba(255,255,255,0.025); }
  #bl-page tbody tr:nth-child(even) td { background: transparent; }
  #bl-page tbody td {
    padding: 0.9rem 1rem;
    font-family: 'Raleway', sans-serif;
    color: rgba(247,245,242,0.6);
    vertical-align: middle;
  }
  #bl-page tbody td:first-child { text-align: left; }
  #bl-page tbody td:not(:first-child) { text-align: center; }
  #bl-page tbody td.bootlegger-val {
    color: #e8751a;
    font-weight: 600;
    background: rgba(232,117,26,0.07) !important;
  }
  #bl-page .cta-center { text-align: center; margin-top: 2.5rem; }
  #bl-page .cta-note { font-size: 0.75rem; opacity: 0.35; margin-top: 0.75rem; }

  /* ── SCENTS SECTION ── */
  #bl-page #scents { }
  #bl-page .bundle-hero-img {
    max-width: 480px;
    margin: 0 auto 3rem;
    object-fit: contain;
    max-height: 420px;
    border-radius: 2px;
    filter: drop-shadow(0 20px 60px rgba(0,0,0,0.6));
  }
  #bl-page .scents-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
    max-width: 960px;
    margin: 0 auto;
  }
  #bl-page .scent-card {
    background: #161412;
    border: 1px solid rgba(247,245,242,0.1);
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
  }
  #bl-page .scent-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
  }
  #bl-page .scent-img-wrap {
    height: 200px;
    overflow: hidden;
    background: rgba(255,255,255,0.03);
    position: relative;
  }
  #bl-page .scent-img-wrap img {
    width: 100%; height: 100%;
    object-fit: contain;
    padding: 1rem;
    transition: transform 0.5s;
  }
  #bl-page .scent-card:hover .scent-img-wrap img { transform: scale(1.05); }
  #bl-page .scent-body { padding: 1.25rem; }
  #bl-page .scent-name {
    font-family: 'Bebas Neue', cursive;
    font-size: 1.6rem;
    color: #f7f5f2;
    letter-spacing: 0.04em;
  }
  #bl-page .scent-tagline {
    font-size: 0.7rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0.15rem;
    margin-bottom: 0.75rem;
  }
  #bl-page .scent-divider { height: 1px; margin-bottom: 1rem; opacity: 0.2; }
  #bl-page .scent-desc {
    font-size: 0.875rem;
    color: rgba(247,245,242,0.6);
    font-weight: 300;
    line-height: 1.65;
  }
  /* BYO grid — 2 columns on desktop, 1 on mobile */
  #bl-page .byo-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    max-width: 1100px;
  }
  #bl-page .scent-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 0.75rem;
  }
  #bl-page .scent-grit,
  #bl-page .scent-vibe {
    font-size: 0.65rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(247,245,242,0.35);
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    padding: 0.2rem 0.5rem;
    border-radius: 2px;
  }

  /* ── INGREDIENTS ── */
  #bl-page #ingredients { background: #131110; }
  #bl-page .ingredients-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1rem;
    max-width: 760px;
    margin: 0 auto;
  }
  #bl-page .ing-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem 1rem;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(232,117,26,0.1);
    border-radius: 2px;
  }
  #bl-page .ing-icon { font-size: 2rem; margin-bottom: 0.75rem; }
  #bl-page .ing-name {
    font-family: 'Bebas Neue', cursive;
    font-size: 1.1rem;
    color: #f7f5f2;
    letter-spacing: 0.04em;
    margin-bottom: 0.25rem;
  }
  #bl-page .ing-benefit { font-size: 0.72rem; color: rgba(247,245,242,0.4); }

  /* ── REVIEWS ── */
  #bl-page #reviews { }
  #bl-page .star-row { display: flex; gap: 3px; justify-content: center; margin-bottom: 0.5rem; }
  #bl-page .star { color: #e8751a; font-size: 1.1rem; }
  #bl-page .agg-rating {
    font-size: 0.85rem;
    color: rgba(247,245,242,0.6);
    margin-top: 0.5rem;
  }
  #bl-page .agg-rating strong { color: #e8751a; }
  #bl-page .reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
    max-width: 900px;
    margin: 2.5rem auto 0;
  }
  #bl-page .review-card {
    background: #161412;
    border: 1px solid rgba(247,245,242,0.1);
    border-left: 3px solid #e8751a;
    padding: 1.5rem;
    transition: border-color 0.2s;
  }
  #bl-page .review-card:hover { border-left-color: #f0831f; }
  #bl-page .review-card.featured { grid-column: 1 / -1; }
  #bl-page .review-stars { display: flex; gap: 3px; margin-bottom: 0.75rem; }
  #bl-page .review-stars .star { font-size: 0.9rem; }
  #bl-page .review-text {
    font-size: 0.95rem;
    color: rgba(247,245,242,0.8);
    line-height: 1.7;
    font-weight: 300;
    margin-bottom: 0.75rem;
  }
  #bl-page .review-author {
    font-size: 0.7rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 700;
    opacity: 0.45;
  }
  #bl-page .review-author span { font-weight: 400; letter-spacing: 0; text-transform: none; opacity: 0.7; }

  /* ── OFFER SECTION ── */
  #bl-page #offer { background: #131110; }
  #bl-page .offer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
  }
  @media (max-width: 700px) {
    #bl-page .offer-grid { grid-template-columns: 1fr; }
  }
  #bl-page .offer-img {
    width: 100%;
    object-fit: contain;
    max-height: 380px;
    border-radius: 2px;
    filter: drop-shadow(0 20px 50px rgba(0,0,0,0.6));
  }
  #bl-page .offer-price-row {
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
  }
  #bl-page .offer-price-new {
    font-family: 'Bebas Neue', cursive;
    font-size: 3.5rem;
    color: #e8751a;
    letter-spacing: 0.04em;
    line-height: 1;
  }
  #bl-page .offer-price-old-wrap .old { font-size: 1.1rem; color: rgba(247,245,242,0.3); text-decoration: line-through; }
  #bl-page .offer-price-old-wrap .vs { font-size: 0.7rem; color: rgba(247,245,242,0.3); display: block; }
  #bl-page .offer-checklist { list-style: none; margin-bottom: 2rem; }
  #bl-page .offer-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
    color: rgba(247,245,242,0.75);
    line-height: 1.5;
  }
  #bl-page .check-icon {
    flex-shrink: 0;
    width: 18px; height: 18px;
    border-radius: 50%;
    background: #e8751a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
  }
  #bl-page .check-icon svg { width: 10px; height: 10px; }

  /* ── COUPON BOX ── */
  #bl-page .coupon-box {
    border: 2px dashed #e8751a;
    background: rgba(232,117,26,0.07);
    padding: 1rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    cursor: pointer;
    user-select: none;
    transition: background 0.2s;
  }
  #bl-page .coupon-box:hover { background: rgba(232,117,26,0.12); }
  #bl-page .coupon-icon { color: #e8751a; flex-shrink: 0; }
  #bl-page .coupon-label { font-size: 0.7rem; opacity: 0.55; margin-bottom: 0.15rem; }
  #bl-page .coupon-code {
    font-family: 'Bebas Neue', cursive;
    font-size: 1.4rem;
    color: #e8751a;
    letter-spacing: 0.15em;
  }
  #bl-page .coupon-copy { margin-left: auto; font-size: 0.7rem; opacity: 0.45; }

  /* ── FAQ ── */
  #bl-page #faq { }
  #bl-page .faq-list { max-width: 640px; margin: 0 auto; }
  #bl-page .faq-item {
    border-bottom: 1px solid rgba(232,117,26,0.12);
    cursor: pointer;
  }
  #bl-page .faq-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 0;
    gap: 1rem;
    font-weight: 600;
    font-size: 0.95rem;
    color: rgba(247,245,242,0.9);
  }
  #bl-page .faq-icon {
    flex-shrink: 0;
    color: #e8751a;
    transition: transform 0.3s;
    font-size: 1.2rem;
    line-height: 1;
  }
  #bl-page .faq-item.open .faq-icon { transform: rotate(45deg); }
  #bl-page .faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.2s;
    font-size: 0.875rem;
    color: rgba(247,245,242,0.6);
    line-height: 1.75;
    font-weight: 300;
  }
  #bl-page .faq-item.open .faq-a {
    max-height: 300px;
    padding-bottom: 1.25rem;
  }

  /* ── GUARANTEE ── */
  #bl-page #guarantee {
    background: #131110;
    border-top: 1px solid rgba(232,117,26,0.15);
    text-align: center;
    padding: 4rem 0;
  }
  #bl-page #guarantee .icon { font-size: 3rem; margin-bottom: 1rem; }
  #bl-page #guarantee h3 {
    font-family: 'Bebas Neue', cursive;
    font-size: 2rem;
    color: #f7f5f2;
    letter-spacing: 0.04em;
    margin-bottom: 0.75rem;
  }
  #bl-page #guarantee p {
    font-size: 0.95rem;
    color: rgba(247,245,242,0.6);
    font-weight: 300;
    line-height: 1.75;
    max-width: 560px;
    margin: 0 auto;
  }

  /* ── FINAL CTA ── */
  #bl-page #final-cta {
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  #bl-page #final-cta-bg {
    position: absolute; inset: 0;
    background-image: url('https://d2xsxph8kpxj0f.cloudfront.net/310519663465849794/j3nHyqGDNUNvMSekdXp3Y8/bootlegger_hero-CesXRANUHXZjdMqj86nr9w.webp');
    background-size: cover;
    background-position: center;
    opacity: 0.05;
  }
  #bl-page #final-cta-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to bottom, #0f0d0b, rgba(15,13,11,0.95), #0f0d0b);
  }
  #bl-page #final-cta-content { position: relative; z-index: 2; }
  #bl-page #final-cta h2 {
    font-family: 'Bebas Neue', cursive;
    font-size: clamp(2.5rem, 7vw, 5rem);
    line-height: 1;
    color: #f7f5f2;
    letter-spacing: 0.04em;
    margin-bottom: 1rem;
  }
  #bl-page #final-cta h2 span { color: #e8751a; }
  #bl-page #final-cta p { font-size: 1.1rem; color: rgba(247,245,242,0.6); font-weight: 300; margin-bottom: 2rem; }

  /* ── FOOTER ── */
  #bl-page footer {
    padding: 2rem 0;
    border-top: 1px solid rgba(247,245,242,0.1);
    text-align: center;
  }
  #bl-page footer img { height: 40px; margin: 0 auto 0.75rem; opacity: 0.5; }
  #bl-page footer p { font-size: 0.72rem; opacity: 0.25; }
  #bl-page footer a { text-decoration: underline; }

  /* ── STICKY CTA ── */
  #bl-page #sticky-cta {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    z-index: 100;
    background: rgba(15,13,11,0.97);
    backdrop-filter: blur(10px);
    border-top: 2px solid rgba(232,117,26,0.5);
    padding: 0.65rem 1rem;
    transform: translateY(100%);
    transition: transform 0.35s cubic-bezier(0.25,0.46,0.45,0.94);
    box-shadow: 0 -4px 24px rgba(0,0,0,0.5);
  }
  #bl-page #sticky-cta.visible { transform: translateY(0); }

  /* ── HERO BUNDLE IMAGE ── */
  #bl-page .hero-bundle-img-wrap {
    margin: 1.5rem auto 0;
    max-width: 340px;
    width: 100%;
  }
  #bl-page .hero-bundle-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.6), 0 0 0 1px rgba(232,117,26,0.15);
    display: block;
    margin: 0 auto;
  }

  /* ── ANIMATIONS ── */
  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }
  @keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
  }
  @keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(6px); }
  }

  #bl-page .fade-in { animation: fadeIn 0.7s ease forwards; }
  #bl-page .fade-in-up { animation: fadeInUp 0.7s ease forwards; }

  /* ── SECTION HEADERS (shared) ── */
  #bl-page .section-header { text-align: center; margin-bottom: 3rem; }
  #bl-page .section-header h2 {
    font-family: 'Bebas Neue', cursive;
    font-size: clamp(2rem, 5vw, 3.5rem);
    color: #f7f5f2;
    letter-spacing: 0.04em;
    margin-top: 0.5rem;
  }
  #bl-page .section-header .orange-rule { margin: 0.75rem auto 0; }

  /* ── RESPONSIVE ── */
  @media (max-width: 600px) {
    #bl-page section { padding: 3.5rem 0; }
    #bl-page .scents-grid { grid-template-columns: 1fr; }
    #bl-page .ingredients-grid { grid-template-columns: repeat(2, 1fr); }
    #bl-page .reviews-grid { grid-template-columns: 1fr; }
    #bl-page .review-card.featured { grid-column: auto; }
    #bl-page .hero-bundle-img-wrap { max-width: 280px; }
  }
  /* Sticky CTA shows on ALL screen sizes */
  #bl-page #sticky-cta { display: block; }/* End custom CSS */