/** Shopify CDN: Minification failed

Line 18:20 Unexpected "{"
Line 18:29 Expected ":"
Line 18:36 Unexpected "{"
Line 21:20 Unexpected "{"
Line 21:29 Expected ":"
Line 22:20 Unexpected "{"
Line 22:29 Expected ":"
Line 23:20 Unexpected "{"
Line 23:29 Expected ":"
Line 29:20 Unexpected "{"
... and 1135 more hidden warnings

**/
/* START_SECTION:bunnings-collection-compare (INDEX:15) */
/* === Typography baseline (METOD-locked) === */
  #shopify-section-{{ section.id }} {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
  }
  #shopify-section-{{ section.id }} *,
  #shopify-section-{{ section.id }} *::before,
  #shopify-section-{{ section.id }} *::after {
    box-sizing: border-box;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
  }

  /* === Section root (METOD: beige-warm bg, 78/108 padding) === */
  #shopify-section-{{ section.id }} .bn-compare {
    background: #F5F1E8;
    padding: 78px 0;
  }
  @media (min-width: 760px) {
    #shopify-section-{{ section.id }} .bn-compare {
      padding: 108px 0;
    }
  }

  /* === Container === */
  #shopify-section-{{ section.id }} .bn-compare__container {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 20px;
  }
  @media (min-width: 760px) {
    #shopify-section-{{ section.id }} .bn-compare__container {
      padding: 0 32px;
    }
  }

  /* === Layout (METOD: copy LEFT .82fr, slider RIGHT 1.18fr, 36px gap) === */
  #shopify-section-{{ section.id }} .bn-compare__layout {
    display: grid;
    gap: 36px;
    align-items: center;
  }
  @media (min-width: 760px) {
    #shopify-section-{{ section.id }} .bn-compare__layout {
      grid-template-columns: .82fr 1.18fr;
    }
  }

  /* === Eyebrow === */
  #shopify-section-{{ section.id }} .bn-compare__eyebrow {
    display: block !important;
    font-size: 11px !important;
    letter-spacing: 2.8px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    color: #9F8A5E !important;
    margin-bottom: 16px !important;
    line-height: 1.4 !important;
  }

  /* === Headline === */
  #shopify-section-{{ section.id }} .bn-compare__headline {
    font-size: clamp(34px, 5.5vw, 58px) !important;
    line-height: 1.0 !important;
    letter-spacing: -1.5px !important;
    font-weight: 700 !important;
    color: #1A1A1A !important;
    margin: 0 !important;
  }
  #shopify-section-{{ section.id }} .bn-compare__headline p {
    margin: 0 !important;
    color: inherit !important;
  }
  #shopify-section-{{ section.id }} .bn-compare__headline span {
    color: #BFA97C !important;
  }

  /* === Sub === */
  #shopify-section-{{ section.id }} .bn-compare__sub {
    font-size: 15px !important;
    line-height: 1.75 !important;
    color: #6B6864 !important;
    font-weight: 400 !important;
    margin: 18px 0 0 !important;
  }

  /* === Slider container (METOD-locked) === */
  #shopify-section-{{ section.id }} .bn-compare__slider {
    --reveal: 50%;
    position: relative;
    overflow: hidden;
    min-height: 420px;
    background: #D8D1C3;
    box-shadow: 0 24px 70px rgba(0,0,0,.11);
    user-select: none;
    -webkit-user-select: none;
    touch-action: pan-y;
  }

  /* === Before/After images (METOD-locked) === */
  #shopify-section-{{ section.id }} .bn-compare__image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    pointer-events: none;
  }
  #shopify-section-{{ section.id }} .bn-compare__image--after {
    clip-path: inset(0 0 0 var(--reveal));
  }

  /* === Slider divider line (METOD-locked: 2px white) === */
  #shopify-section-{{ section.id }} .bn-compare__line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: var(--reveal);
    width: 2px;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,.08);
    pointer-events: none;
    transform: translateX(-1px);
  }

  /* === Slider handle (METOD-locked: 58px white circle with arrows) === */
  #shopify-section-{{ section.id }} .bn-compare__handle {
    position: absolute;
    left: var(--reveal);
    top: 50%;
    transform: translate(-50%, -50%);
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #fff;
    color: #1A1A1A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 0 10px 30px rgba(0,0,0,.22);
    cursor: ew-resize;
    z-index: 2;
    border: 0;
    padding: 0;
    font-family: inherit;
  }
  #shopify-section-{{ section.id }} .bn-compare__handle:focus-visible {
    outline: 3px solid #BFA97C;
    outline-offset: 3px;
  }
  #shopify-section-{{ section.id }} .bn-compare__slider.is-dragging .bn-compare__handle {
    cursor: grabbing;
  }

  /* === Before/After labels (METOD-locked) === */
  #shopify-section-{{ section.id }} .bn-compare__label {
    position: absolute;
    top: 18px;
    padding: 9px 13px;
    background: rgba(255,255,255,.9);
    font-size: 10px !important;
    letter-spacing: 1.8px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    color: #1A1A1A !important;
    pointer-events: none;
    z-index: 1;
  }
  #shopify-section-{{ section.id }} .bn-compare__label--before {
    left: 18px;
  }
  #shopify-section-{{ section.id }} .bn-compare__label--after {
    right: 18px;
    background: #BFA97C;
    color: #1A1A1A !important;
  }

  /* === Cards (METOD-locked: white bg, gold left border, 20px pad) === */
  #shopify-section-{{ section.id }} .bn-compare__cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 26px;
  }
  @media (min-width: 760px) {
    #shopify-section-{{ section.id }} .bn-compare__cards {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  #shopify-section-{{ section.id }} .bn-compare__card {
    background: #fff;
    border-left: 2px solid #BFA97C;
    padding: 20px;
  }
  #shopify-section-{{ section.id }} .bn-compare__card strong {
    display: block;
    margin-bottom: 6px;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #1A1A1A !important;
    line-height: 1.3;
  }
  #shopify-section-{{ section.id }} .bn-compare__card span {
    color: #6B6864 !important;
    font-size: 13px !important;
    line-height: 1.6;
    font-weight: 400 !important;
  }
/* END_SECTION:bunnings-collection-compare */
/* START_SECTION:bunnings-collection-faq (INDEX:17) */
#shopify-section-{{ section.id }} .bn-faq {
    background: #FFFFFF;
    padding: 64px 0;
    font-family: 'Montserrat', sans-serif;
  }
  #shopify-section-{{ section.id }} .bn-faq__container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
  }
  #shopify-section-{{ section.id }} .bn-faq__grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 44px;
  }
  #shopify-section-{{ section.id }} .bn-faq__eyebrow {
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 600;
    color: #BFA97C !important;
    margin-bottom: 14px;
  }
  #shopify-section-{{ section.id }} .bn-faq__headline {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
    color: #3B3838 !important;
    margin: 0 0 16px;
  }
  #shopify-section-{{ section.id }} .bn-faq__sub {
    font-size: 16px;
    line-height: 1.6;
    color: #6B6864 !important;
    margin: 0;
  }

  #shopify-section-{{ section.id }} .bn-faq__list {
    border-top: 1px solid #D8D1C3;
  }
  #shopify-section-{{ section.id }} .bn-faq__item {
    border-bottom: 1px solid #D8D1C3;
  }
  #shopify-section-{{ section.id }} .bn-faq__q {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #3B3838 !important;
    padding: 18px 36px 18px 0;
    cursor: pointer;
    position: relative;
    line-height: 1.4;
  }
  #shopify-section-{{ section.id }} .bn-faq__q::after {
    content: "+";
    position: absolute;
    right: 4px;
    top: 18px;
    font-size: 22px;
    line-height: 1;
    font-weight: 400;
    color: #BFA97C !important;
  }
  #shopify-section-{{ section.id }} .bn-faq__item--open .bn-faq__q::after { content: "\2212"; }
  #shopify-section-{{ section.id }} .bn-faq__a {
    display: none;
    padding: 0 24px 20px 0;
    font-size: 14.5px;
    line-height: 1.6;
    color: #6B6864 !important;
  }
  #shopify-section-{{ section.id }} .bn-faq__item--open .bn-faq__a { display: block; }
  #shopify-section-{{ section.id }} .bn-faq__a a {
    color: #AD974F !important;
    text-decoration: underline;
  }
  #shopify-section-{{ section.id }} .bn-faq__alllink {
    margin-top: 24px;
    font-size: 14px;
    font-weight: 600;
  }
  #shopify-section-{{ section.id }} .bn-faq__alllink a {
    color: #AD974F !important;
    text-decoration: underline;
  }

  @media (max-width: 880px) {
    #shopify-section-{{ section.id }} .bn-faq { padding: 48px 0; }
    #shopify-section-{{ section.id }} .bn-faq__headline { font-size: 25px; }
    #shopify-section-{{ section.id }} .bn-faq__grid { grid-template-columns: 1fr; gap: 22px; }
  }
/* END_SECTION:bunnings-collection-faq */
/* START_SECTION:bunnings-collection-final-cta (INDEX:18) */
/* === METOD typography baseline (locked source of truth) === */
  #shopify-section-{{ section.id }} {
    --bn-white: #fff;
    --bn-black: #1A1A1A;
    --bn-charcoal: #3B3838;
    --bn-muted: #6B6864;
    --bn-beige: #D8D1C3;
    --bn-beige-light: #EFEAE0;
    --bn-beige-warm: #F5F1E8;
    --bn-gold: #BFA97C;
    --bn-gold-deep: #9F8A5E;
    --bn-content-max: 1220px;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
  }
  #shopify-section-{{ section.id }} *,
  #shopify-section-{{ section.id }} *::before,
  #shopify-section-{{ section.id }} *::after {
    box-sizing: border-box;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
  }

  /* Section padding (METOD: 78 mobile, 108 desktop) */
  #shopify-section-{{ section.id }} > section,
  #shopify-section-{{ section.id }} > .bn-compare,
  #shopify-section-{{ section.id }} > .bn-why,
  #shopify-section-{{ section.id }} > .bn-gallery,
  #shopify-section-{{ section.id }} > .bn-paths,
  #shopify-section-{{ section.id }} > .bn-config,
  #shopify-section-{{ section.id }} > .bn-quote,
  #shopify-section-{{ section.id }} > .bn-faq,
  #shopify-section-{{ section.id }} > .bn-final {
    padding-top: 78px;
    padding-bottom: 78px;
  }
  @media (min-width: 760px) {
    #shopify-section-{{ section.id }} > section,
    #shopify-section-{{ section.id }} > .bn-compare,
    #shopify-section-{{ section.id }} > .bn-why,
    #shopify-section-{{ section.id }} > .bn-gallery,
    #shopify-section-{{ section.id }} > .bn-paths,
    #shopify-section-{{ section.id }} > .bn-config,
    #shopify-section-{{ section.id }} > .bn-quote,
    #shopify-section-{{ section.id }} > .bn-faq,
    #shopify-section-{{ section.id }} > .bn-final {
      padding-top: 108px;
      padding-bottom: 108px;
    }
  }

  /* Container (METOD: 1220px) */
  #shopify-section-{{ section.id }} [class*="__container"] {
    max-width: 1220px !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  @media (min-width: 760px) {
    #shopify-section-{{ section.id }} [class*="__container"] {
      padding-left: 32px !important;
      padding-right: 32px !important;
    }
  }

  /* === EYEBROW (METOD-locked: 11px / 2.8px / gold-deep #9F8A5E / 700 / uppercase) === */
  #shopify-section-{{ section.id }} .bn-compare__eyebrow,
  #shopify-section-{{ section.id }} .bn-why__eyebrow,
  #shopify-section-{{ section.id }} .bn-gallery__eyebrow,
  #shopify-section-{{ section.id }} .bn-paths__eyebrow,
  #shopify-section-{{ section.id }} .bn-config__eyebrow,
  #shopify-section-{{ section.id }} .bn-quote__eyebrow,
  #shopify-section-{{ section.id }} .bn-faq__eyebrow,
  #shopify-section-{{ section.id }} .bn-final__eyebrow,
  #shopify-section-{{ section.id }} .cu-metod-builder__eyebrow,
  #shopify-section-{{ section.id }} .cu-panel-head span {
    display: block !important;
    font-size: 11px !important;
    letter-spacing: 2.8px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    color: #9F8A5E !important;
    margin-bottom: 16px !important;
    line-height: 1.4 !important;
  }

  /* === HEADLINES (METOD-locked: clamp(34px, 5.5vw, 58px) / 1.0 / -1.5px / 700) === */
  #shopify-section-{{ section.id }} .bn-compare__headline,
  #shopify-section-{{ section.id }} .bn-why__headline,
  #shopify-section-{{ section.id }} .bn-gallery__headline,
  #shopify-section-{{ section.id }} .bn-paths__headline,
  #shopify-section-{{ section.id }} .bn-config__headline,
  #shopify-section-{{ section.id }} .bn-quote__headline,
  #shopify-section-{{ section.id }} .bn-faq__headline,
  #shopify-section-{{ section.id }} .bn-final__headline,
  #shopify-section-{{ section.id }} .cu-metod-builder__intro h2,
  #shopify-section-{{ section.id }} .cu-panel-head h3 {
    font-size: clamp(34px, 5.5vw, 58px) !important;
    line-height: 1.0 !important;
    letter-spacing: -1.5px !important;
    font-weight: 700 !important;
    margin: 0 0 16px !important;
  }
  #shopify-section-{{ section.id }} [class*="__headline"] p {
    margin: 0 !important;
  }
  /* Gold accent span override */
  #shopify-section-{{ section.id }} [class*="__headline"] span,
  #shopify-section-{{ section.id }} .cu-metod-builder__intro h2 span,
  #shopify-section-{{ section.id }} .cu-panel-head h3 span {
    color: #BFA97C !important;
  }

  /* === SUBTEXT (METOD-locked: 15px / 1.75 / muted) === */
  #shopify-section-{{ section.id }} .bn-compare__sub,
  #shopify-section-{{ section.id }} .bn-why__sub,
  #shopify-section-{{ section.id }} .bn-gallery__sub,
  #shopify-section-{{ section.id }} .bn-paths__sub,
  #shopify-section-{{ section.id }} .bn-config__sub,
  #shopify-section-{{ section.id }} .bn-quote__sub,
  #shopify-section-{{ section.id }} .bn-faq__sub,
  #shopify-section-{{ section.id }} .cu-metod-builder__intro p,
  #shopify-section-{{ section.id }} .cu-panel-head p {
    font-size: 15px !important;
    line-height: 1.75 !important;
    color: #6B6864 !important;
    font-weight: 400 !important;
    max-width: 620px;
  }

  /* === BUTTONS (METOD-locked) === */
  #shopify-section-{{ section.id }} .bn-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    min-height: 50px !important;
    padding: 16px 26px !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    border: 1.5px solid transparent !important;
    border-radius: 0 !important;
    cursor: pointer !important;
    transition: all .22s ease !important;
    white-space: nowrap !important;
    text-decoration: none !important;
  }
  #shopify-section-{{ section.id }} .bn-btn--gold {
    background: #BFA97C !important;
    border-color: #BFA97C !important;
    color: #1A1A1A !important;
  }
  #shopify-section-{{ section.id }} .bn-btn--gold:hover {
    background: #9F8A5E !important;
    border-color: #9F8A5E !important;
    color: #fff !important;
  }
  #shopify-section-{{ section.id }} .bn-btn--outline-light {
    background: transparent !important;
    border-color: rgba(255,255,255,.7) !important;
    color: #fff !important;
  }
  #shopify-section-{{ section.id }} .bn-btn--outline-light:hover {
    background: #fff !important;
    color: #1A1A1A !important;
  }
  #shopify-section-{{ section.id }} .bn-btn--outline-dark {
    background: transparent !important;
    border-color: #1A1A1A !important;
    color: #1A1A1A !important;
  }
  #shopify-section-{{ section.id }} .bn-btn--outline-dark:hover {
    background: #1A1A1A !important;
    color: #fff !important;
  }


  

  #shopify-section-{{ section.id }} .bn-final {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    background: #3B3838;
    overflow: hidden;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    padding: 64px 0;
  }
  #shopify-section-{{ section.id }} .bn-final__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  #shopify-section-{{ section.id }} .bn-final__overlay {
    position: absolute;
    inset: 0;
    background: rgba(59,56,56,0.74);
  }
  #shopify-section-{{ section.id }} .bn-final__container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
  }
  #shopify-section-{{ section.id }} .bn-final__inner {
    width: 100%;
  }
  #shopify-section-{{ section.id }} .bn-final__eyebrow {
    
    
    text-transform: uppercase;
    font-weight: 600;
    color: #E5DCC4 !important;
    margin-bottom: 14px;
  }
  #shopify-section-{{ section.id }} .bn-final__headline {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
    color: #FFFFFF !important;
    margin: 0 0 28px;
  }
  #shopify-section-{{ section.id }} .bn-final__headline-main {
    color: #FFFFFF !important;
  }
  #shopify-section-{{ section.id }} .bn-final__headline-accent {
    color: #BFA97C !important;
  }
  #shopify-section-{{ section.id }} .bn-final__ctas {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
  }
  #shopify-section-{{ section.id }} .bn-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 15px 28px;
    border-radius: 4px;
    text-decoration: none;
    border: 1.5px solid transparent;
    transition: all 0.18s ease;
    line-height: 1;
  }
  #shopify-section-{{ section.id }} .bn-btn--gold {
    background: #BFA97C;
    color: #FFFFFF !important;
  }
  #shopify-section-{{ section.id }} .bn-btn--gold:hover {
    background: #AD974F;
  }
  #shopify-section-{{ section.id }} .bn-btn--outline-light {
    background: transparent;
    color: #FFFFFF !important;
    border-color: rgba(255,255,255,0.65);
  }
  #shopify-section-{{ section.id }} .bn-btn--outline-light:hover {
    background: rgba(255,255,255,0.14);
  }

  @media (max-width: 880px) {
    #shopify-section-{{ section.id }} .bn-final__headline { font-size: 25px; }
  }
  @media (max-width: 520px) {
    #shopify-section-{{ section.id }} .bn-final__ctas .bn-btn { width: 100%; justify-content: center; }
  }

  /* === METOD typography baseline (locked source of truth) === */
  #shopify-section-{{ section.id }} {
    --bn-white: #fff;
    --bn-black: #1A1A1A;
    --bn-charcoal: #3B3838;
    --bn-muted: #6B6864;
    --bn-beige: #D8D1C3;
    --bn-beige-light: #EFEAE0;
    --bn-beige-warm: #F5F1E8;
    --bn-gold: #BFA97C;
    --bn-gold-deep: #9F8A5E;
    --bn-content-max: 1220px;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
  }
  #shopify-section-{{ section.id }} *,
  #shopify-section-{{ section.id }} *::before,
  #shopify-section-{{ section.id }} *::after {
    box-sizing: border-box;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
  }

  /* Section padding (METOD: 78 mobile, 108 desktop) */
  #shopify-section-{{ section.id }} > section,
  #shopify-section-{{ section.id }} > .bn-compare,
  #shopify-section-{{ section.id }} > .bn-why,
  #shopify-section-{{ section.id }} > .bn-gallery,
  #shopify-section-{{ section.id }} > .bn-paths,
  #shopify-section-{{ section.id }} > .bn-config,
  #shopify-section-{{ section.id }} > .bn-quote,
  #shopify-section-{{ section.id }} > .bn-faq,
  #shopify-section-{{ section.id }} > .bn-final {
    padding-top: 78px;
    padding-bottom: 78px;
  }
  @media (min-width: 760px) {
    #shopify-section-{{ section.id }} > section,
    #shopify-section-{{ section.id }} > .bn-compare,
    #shopify-section-{{ section.id }} > .bn-why,
    #shopify-section-{{ section.id }} > .bn-gallery,
    #shopify-section-{{ section.id }} > .bn-paths,
    #shopify-section-{{ section.id }} > .bn-config,
    #shopify-section-{{ section.id }} > .bn-quote,
    #shopify-section-{{ section.id }} > .bn-faq,
    #shopify-section-{{ section.id }} > .bn-final {
      padding-top: 108px;
      padding-bottom: 108px;
    }
  }

  /* Container (METOD: 1220px) */
  #shopify-section-{{ section.id }} [class*="__container"] {
    max-width: 1220px !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  @media (min-width: 760px) {
    #shopify-section-{{ section.id }} [class*="__container"] {
      padding-left: 32px !important;
      padding-right: 32px !important;
    }
  }

  /* === EYEBROW (METOD-locked: 11px / 2.8px / gold-deep #9F8A5E / 700 / uppercase) === */
  #shopify-section-{{ section.id }} .bn-compare__eyebrow,
  #shopify-section-{{ section.id }} .bn-why__eyebrow,
  #shopify-section-{{ section.id }} .bn-gallery__eyebrow,
  #shopify-section-{{ section.id }} .bn-paths__eyebrow,
  #shopify-section-{{ section.id }} .bn-config__eyebrow,
  #shopify-section-{{ section.id }} .bn-quote__eyebrow,
  #shopify-section-{{ section.id }} .bn-faq__eyebrow,
  #shopify-section-{{ section.id }} .bn-final__eyebrow,
  #shopify-section-{{ section.id }} .cu-metod-builder__eyebrow,
  #shopify-section-{{ section.id }} .cu-panel-head span {
    display: block !important;
    font-size: 11px !important;
    letter-spacing: 2.8px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    color: #9F8A5E !important;
    margin-bottom: 16px !important;
    line-height: 1.4 !important;
  }

  /* === HEADLINES (METOD-locked: clamp(34px, 5.5vw, 58px) / 1.0 / -1.5px / 700) === */
  #shopify-section-{{ section.id }} .bn-compare__headline,
  #shopify-section-{{ section.id }} .bn-why__headline,
  #shopify-section-{{ section.id }} .bn-gallery__headline,
  #shopify-section-{{ section.id }} .bn-paths__headline,
  #shopify-section-{{ section.id }} .bn-config__headline,
  #shopify-section-{{ section.id }} .bn-quote__headline,
  #shopify-section-{{ section.id }} .bn-faq__headline,
  #shopify-section-{{ section.id }} .bn-final__headline,
  #shopify-section-{{ section.id }} .cu-metod-builder__intro h2,
  #shopify-section-{{ section.id }} .cu-panel-head h3 {
    font-size: clamp(34px, 5.5vw, 58px) !important;
    line-height: 1.0 !important;
    letter-spacing: -1.5px !important;
    font-weight: 700 !important;
    margin: 0 0 16px !important;
  }
  #shopify-section-{{ section.id }} [class*="__headline"] p {
    margin: 0 !important;
  }
  /* Gold accent span override */
  #shopify-section-{{ section.id }} [class*="__headline"] span,
  #shopify-section-{{ section.id }} .cu-metod-builder__intro h2 span,
  #shopify-section-{{ section.id }} .cu-panel-head h3 span {
    color: #BFA97C !important;
  }

  /* === SUBTEXT (METOD-locked: 15px / 1.75 / muted) === */
  #shopify-section-{{ section.id }} .bn-compare__sub,
  #shopify-section-{{ section.id }} .bn-why__sub,
  #shopify-section-{{ section.id }} .bn-gallery__sub,
  #shopify-section-{{ section.id }} .bn-paths__sub,
  #shopify-section-{{ section.id }} .bn-config__sub,
  #shopify-section-{{ section.id }} .bn-quote__sub,
  #shopify-section-{{ section.id }} .bn-faq__sub,
  #shopify-section-{{ section.id }} .cu-metod-builder__intro p,
  #shopify-section-{{ section.id }} .cu-panel-head p {
    font-size: 15px !important;
    line-height: 1.75 !important;
    color: #6B6864 !important;
    font-weight: 400 !important;
    max-width: 620px;
  }

  /* === BUTTONS (METOD-locked) === */
  #shopify-section-{{ section.id }} .bn-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    min-height: 50px !important;
    padding: 16px 26px !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    border: 1.5px solid transparent !important;
    border-radius: 0 !important;
    cursor: pointer !important;
    transition: all .22s ease !important;
    white-space: nowrap !important;
    text-decoration: none !important;
  }
  #shopify-section-{{ section.id }} .bn-btn--gold {
    background: #BFA97C !important;
    border-color: #BFA97C !important;
    color: #1A1A1A !important;
  }
  #shopify-section-{{ section.id }} .bn-btn--gold:hover {
    background: #9F8A5E !important;
    border-color: #9F8A5E !important;
    color: #fff !important;
  }
  #shopify-section-{{ section.id }} .bn-btn--outline-light {
    background: transparent !important;
    border-color: rgba(255,255,255,.7) !important;
    color: #fff !important;
  }
  #shopify-section-{{ section.id }} .bn-btn--outline-light:hover {
    background: #fff !important;
    color: #1A1A1A !important;
  }
  #shopify-section-{{ section.id }} .bn-btn--outline-dark {
    background: transparent !important;
    border-color: #1A1A1A !important;
    color: #1A1A1A !important;
  }
  #shopify-section-{{ section.id }} .bn-btn--outline-dark:hover {
    background: #1A1A1A !important;
    color: #fff !important;
  }
/* END_SECTION:bunnings-collection-final-cta */
/* START_SECTION:bunnings-collection-gallery (INDEX:19) */
#shopify-section-{{ section.id }} .bn-gallery {
    background: #EDE8DD;
    padding: 64px 0;
    font-family: 'Montserrat', sans-serif;
  }
  #shopify-section-{{ section.id }} .bn-gallery__container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
  }
  #shopify-section-{{ section.id }} .bn-gallery__header {
    text-align: center;
    margin-bottom: 38px;
  }
  #shopify-section-{{ section.id }} .bn-gallery__eyebrow {
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 600;
    color: #BFA97C !important;
    margin-bottom: 14px;
  }
  #shopify-section-{{ section.id }} .bn-gallery__headline {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
    color: #3B3838 !important;
    margin: 0;
  }
  #shopify-section-{{ section.id }} .bn-gallery__headline span { color: #BFA97C !important; }

  #shopify-section-{{ section.id }} .bn-gallery__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
  #shopify-section-{{ section.id }} .bn-gallery__tile {
    position: relative;
    aspect-ratio: 4 / 5;
    border-radius: 6px;
    overflow: hidden;
    text-decoration: none;
    display: block;
  }
  #shopify-section-{{ section.id }} .bn-gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
  }
  #shopify-section-{{ section.id }} .bn-gallery__tile:hover .bn-gallery__img { transform: scale(1.05); }
  #shopify-section-{{ section.id }} .bn-gallery__caption {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    padding: 26px 14px 12px;
    background: linear-gradient(180deg, rgba(59,56,56,0) 0%, rgba(59,56,56,0.82) 100%);
    color: #FFFFFF !important;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
  }

  @media (max-width: 880px) {
    #shopify-section-{{ section.id }} .bn-gallery { padding: 48px 0; }
    #shopify-section-{{ section.id }} .bn-gallery__headline { font-size: 25px; }
    #shopify-section-{{ section.id }} .bn-gallery__grid { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 520px) {
    #shopify-section-{{ section.id }} .bn-gallery__grid { grid-template-columns: 1fr; }
  }
/* END_SECTION:bunnings-collection-gallery */
/* START_SECTION:bunnings-collection-hero (INDEX:20) */
/* ============================================================
     BN: Hero — CSS rebuilt from METOD source (customea-metod-intro)
     Single source of truth, no competing rules.
     ============================================================ */

  #shopify-section-{{ section.id }} {
    --bn-white: #fff;
    --bn-black: #1A1A1A;
    --bn-charcoal: #3B3838;
    --bn-muted: #6B6864;
    --bn-gold: #BFA97C;
    --bn-gold-deep: #9F8A5E;
    --bn-content-max: 1220px;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
  }
  #shopify-section-{{ section.id }} *,
  #shopify-section-{{ section.id }} *::before,
  #shopify-section-{{ section.id }} *::after {
    box-sizing: border-box;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
  }

  /* === HERO root === */
  #shopify-section-{{ section.id }} .bn-hero {
    min-height: 92vh;
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
    background: linear-gradient(135deg, #4a3f2e 0%, #2a2218 100%);
  }
  #shopify-section-{{ section.id }} .bn-hero__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 0;
  }
  #shopify-section-{{ section.id }} .bn-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.48) 46%, rgba(0,0,0,.1) 100%);
    z-index: 1;
  }
  #shopify-section-{{ section.id }} .bn-hero__container {
    position: relative;
    z-index: 2;
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 20px 80px;
  }
  #shopify-section-{{ section.id }} .bn-hero__inner {
    width: 100%;
  }

  /* === EYEBROW (METOD-locked) === */
  #shopify-section-{{ section.id }} .bn-hero__eyebrow {
    display: block;
    color: #BFA97C !important;
    font-size: 11px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 16px;
  }

  /* === HERO H1 (METOD-locked) === */
  #shopify-section-{{ section.id }} .bn-hero__h1 {
    max-width: 1100px;
    font-size: clamp(40px, 6.4vw, 72px);
    line-height: 1.05;
    letter-spacing: -2px;
    font-weight: 700;
    color: #fff !important;
    margin: 0 0 30px;
  }
  #shopify-section-{{ section.id }} .bn-hero__h1 p {
    margin: 0;
    color: #fff !important;
  }
  #shopify-section-{{ section.id }} .bn-hero__h1 span {
    display: block;
    color: #BFA97C !important;
  }

  /* === HERO SUB === */
  #shopify-section-{{ section.id }} .bn-hero__sub {
    max-width: 600px;
    margin: 0 0 34px;
    color: rgba(255,255,255,.92) !important;
    font-size: 17px;
    line-height: 1.65;
    font-weight: 400;
  }

  /* === HERO TRUST TILES (METOD-locked: 820px max, 13/14px) === */
  #shopify-section-{{ section.id }} .bn-hero__trust {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 20px;
    max-width: 820px;
  }
  #shopify-section-{{ section.id }} .bn-hero__trust-item {
    background: rgba(0,0,0,.45);
    border-left: 2px solid #BFA97C;
    padding: 14px 16px;
  }
  #shopify-section-{{ section.id }} .bn-hero__trust-title {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #fff !important;
    margin-bottom: 4px;
    line-height: 1.3;
  }
  #shopify-section-{{ section.id }} .bn-hero__trust-sub {
    display: block;
    font-size: 12px;
    color: rgba(255,255,255,.78) !important;
    line-height: 1.4;
  }

  /* === PRICE CALLOUT === */
  #shopify-section-{{ section.id }} .bn-hero__price-box {
    background: rgba(0,0,0,.6);
    padding: 18px 20px;
    margin-bottom: 28px;
    max-width: 640px;
  }
  #shopify-section-{{ section.id }} .bn-hero__price-title {
    font-size: 19px;
    font-weight: 700;
    color: #BFA97C !important;
    margin: 0 0 6px;
    letter-spacing: -.3px;
    line-height: 1.2;
  }
  #shopify-section-{{ section.id }} .bn-hero__price-sub {
    font-size: 13px;
    color: rgba(255,255,255,.8) !important;
    line-height: 1.5;
    margin: 0;
  }

  /* === CTAs === */
  #shopify-section-{{ section.id }} .bn-hero__ctas {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 360px;
  }

  /* === BUTTONS (METOD-locked) === */
  #shopify-section-{{ section.id }} .bn-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 50px;
    padding: 16px 26px;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border: 1.5px solid transparent;
    border-radius: 0;
    cursor: pointer;
    transition: all .22s ease;
    white-space: nowrap;
    text-decoration: none;
  }
  #shopify-section-{{ section.id }} .bn-btn--gold {
    background: #BFA97C;
    border-color: #BFA97C;
    color: #1A1A1A !important;
  }
  #shopify-section-{{ section.id }} .bn-btn--gold:hover {
    background: #9F8A5E;
    border-color: #9F8A5E;
    color: #fff !important;
  }
  #shopify-section-{{ section.id }} .bn-btn--outline-light {
    background: transparent;
    border-color: rgba(255,255,255,.7);
    color: #fff !important;
  }
  #shopify-section-{{ section.id }} .bn-btn--outline-light:hover {
    background: #fff;
    color: #1A1A1A !important;
  }

  /* === DESKTOP (METOD breakpoint: 760px) === */
  @media (min-width: 760px) {
    #shopify-section-{{ section.id }} .bn-hero__container {
      padding: 110px 48px 90px;
    }
    #shopify-section-{{ section.id }} .bn-hero__trust {
      grid-template-columns: repeat(4, 1fr);
      gap: 12px;
      margin-bottom: 24px;
    }
    #shopify-section-{{ section.id }} .bn-hero__trust-item {
      padding: 16px 18px;
    }
    #shopify-section-{{ section.id }} .bn-hero__trust-title {
      font-size: 14px;
    }
    #shopify-section-{{ section.id }} .bn-hero__trust-sub {
      font-size: 13px;
    }
    #shopify-section-{{ section.id }} .bn-hero__price-box {
      padding: 22px 26px;
    }
    #shopify-section-{{ section.id }} .bn-hero__price-title {
      font-size: 22px;
    }
    #shopify-section-{{ section.id }} .bn-hero__price-sub {
      font-size: 14px;
    }
    #shopify-section-{{ section.id }} .bn-hero__ctas {
      flex-direction: row;
      max-width: none;
    }
  }
/* END_SECTION:bunnings-collection-hero */
/* START_SECTION:bunnings-collection-paths (INDEX:21) */
/* === METOD typography baseline (locked source of truth) === */
  #shopify-section-{{ section.id }} {
    --bn-white: #fff;
    --bn-black: #1A1A1A;
    --bn-charcoal: #3B3838;
    --bn-muted: #6B6864;
    --bn-beige: #D8D1C3;
    --bn-beige-light: #EFEAE0;
    --bn-beige-warm: #F5F1E8;
    --bn-gold: #BFA97C;
    --bn-gold-deep: #9F8A5E;
    --bn-content-max: 1220px;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
  }
  #shopify-section-{{ section.id }} *,
  #shopify-section-{{ section.id }} *::before,
  #shopify-section-{{ section.id }} *::after {
    box-sizing: border-box;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
  }

  /* Section padding (METOD: 78 mobile, 108 desktop) */
  #shopify-section-{{ section.id }} > section,
  #shopify-section-{{ section.id }} > .bn-compare,
  #shopify-section-{{ section.id }} > .bn-why,
  #shopify-section-{{ section.id }} > .bn-gallery,
  #shopify-section-{{ section.id }} > .bn-paths,
  #shopify-section-{{ section.id }} > .bn-config,
  #shopify-section-{{ section.id }} > .bn-quote,
  #shopify-section-{{ section.id }} > .bn-faq,
  #shopify-section-{{ section.id }} > .bn-final {
    padding-top: 78px;
    padding-bottom: 78px;
  }
  @media (min-width: 760px) {
    #shopify-section-{{ section.id }} > section,
    #shopify-section-{{ section.id }} > .bn-compare,
    #shopify-section-{{ section.id }} > .bn-why,
    #shopify-section-{{ section.id }} > .bn-gallery,
    #shopify-section-{{ section.id }} > .bn-paths,
    #shopify-section-{{ section.id }} > .bn-config,
    #shopify-section-{{ section.id }} > .bn-quote,
    #shopify-section-{{ section.id }} > .bn-faq,
    #shopify-section-{{ section.id }} > .bn-final {
      padding-top: 108px;
      padding-bottom: 108px;
    }
  }

  /* Container (METOD: 1220px) */
  #shopify-section-{{ section.id }} [class*="__container"] {
    max-width: 1220px !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  @media (min-width: 760px) {
    #shopify-section-{{ section.id }} [class*="__container"] {
      padding-left: 32px !important;
      padding-right: 32px !important;
    }
  }

  /* === EYEBROW (METOD-locked: 11px / 2.8px / gold-deep #9F8A5E / 700 / uppercase) === */
  #shopify-section-{{ section.id }} .bn-compare__eyebrow,
  #shopify-section-{{ section.id }} .bn-why__eyebrow,
  #shopify-section-{{ section.id }} .bn-gallery__eyebrow,
  #shopify-section-{{ section.id }} .bn-paths__eyebrow,
  #shopify-section-{{ section.id }} .bn-config__eyebrow,
  #shopify-section-{{ section.id }} .bn-quote__eyebrow,
  #shopify-section-{{ section.id }} .bn-faq__eyebrow,
  #shopify-section-{{ section.id }} .bn-final__eyebrow,
  #shopify-section-{{ section.id }} .cu-metod-builder__eyebrow,
  #shopify-section-{{ section.id }} .cu-panel-head span {
    display: block !important;
    font-size: 11px !important;
    letter-spacing: 2.8px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    color: #9F8A5E !important;
    margin-bottom: 16px !important;
    line-height: 1.4 !important;
  }

  /* === HEADLINES (METOD-locked: clamp(34px, 5.5vw, 58px) / 1.0 / -1.5px / 700) === */
  #shopify-section-{{ section.id }} .bn-compare__headline,
  #shopify-section-{{ section.id }} .bn-why__headline,
  #shopify-section-{{ section.id }} .bn-gallery__headline,
  #shopify-section-{{ section.id }} .bn-paths__headline,
  #shopify-section-{{ section.id }} .bn-config__headline,
  #shopify-section-{{ section.id }} .bn-quote__headline,
  #shopify-section-{{ section.id }} .bn-faq__headline,
  #shopify-section-{{ section.id }} .bn-final__headline,
  #shopify-section-{{ section.id }} .cu-metod-builder__intro h2,
  #shopify-section-{{ section.id }} .cu-panel-head h3 {
    font-size: clamp(34px, 5.5vw, 58px) !important;
    line-height: 1.0 !important;
    letter-spacing: -1.5px !important;
    font-weight: 700 !important;
    margin: 0 0 16px !important;
  }
  #shopify-section-{{ section.id }} [class*="__headline"] p {
    margin: 0 !important;
  }
  /* Gold accent span override */
  #shopify-section-{{ section.id }} [class*="__headline"] span,
  #shopify-section-{{ section.id }} .cu-metod-builder__intro h2 span,
  #shopify-section-{{ section.id }} .cu-panel-head h3 span {
    color: #BFA97C !important;
  }

  /* === SUBTEXT (METOD-locked: 15px / 1.75 / muted) === */
  #shopify-section-{{ section.id }} .bn-compare__sub,
  #shopify-section-{{ section.id }} .bn-why__sub,
  #shopify-section-{{ section.id }} .bn-gallery__sub,
  #shopify-section-{{ section.id }} .bn-paths__sub,
  #shopify-section-{{ section.id }} .bn-config__sub,
  #shopify-section-{{ section.id }} .bn-quote__sub,
  #shopify-section-{{ section.id }} .bn-faq__sub,
  #shopify-section-{{ section.id }} .cu-metod-builder__intro p,
  #shopify-section-{{ section.id }} .cu-panel-head p {
    font-size: 15px !important;
    line-height: 1.75 !important;
    color: #6B6864 !important;
    font-weight: 400 !important;
    max-width: 620px;
  }

  /* === BUTTONS (METOD-locked) === */
  #shopify-section-{{ section.id }} .bn-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    min-height: 50px !important;
    padding: 16px 26px !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    border: 1.5px solid transparent !important;
    border-radius: 0 !important;
    cursor: pointer !important;
    transition: all .22s ease !important;
    white-space: nowrap !important;
    text-decoration: none !important;
  }
  #shopify-section-{{ section.id }} .bn-btn--gold {
    background: #BFA97C !important;
    border-color: #BFA97C !important;
    color: #1A1A1A !important;
  }
  #shopify-section-{{ section.id }} .bn-btn--gold:hover {
    background: #9F8A5E !important;
    border-color: #9F8A5E !important;
    color: #fff !important;
  }
  #shopify-section-{{ section.id }} .bn-btn--outline-light {
    background: transparent !important;
    border-color: rgba(255,255,255,.7) !important;
    color: #fff !important;
  }
  #shopify-section-{{ section.id }} .bn-btn--outline-light:hover {
    background: #fff !important;
    color: #1A1A1A !important;
  }
  #shopify-section-{{ section.id }} .bn-btn--outline-dark {
    background: transparent !important;
    border-color: #1A1A1A !important;
    color: #1A1A1A !important;
  }
  #shopify-section-{{ section.id }} .bn-btn--outline-dark:hover {
    background: #1A1A1A !important;
    color: #fff !important;
  }


  

  #shopify-section-{{ section.id }} .bn-paths {
    background: #FFFFFF;
    padding: 64px 0;
    font-family: 'Montserrat', sans-serif;
  }
  #shopify-section-{{ section.id }} .bn-paths__container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
  }
  #shopify-section-{{ section.id }} .bn-paths__header {
    text-align: center;
    margin-bottom: 38px;
  }
  #shopify-section-{{ section.id }} .bn-paths__eyebrow {
    
    
    text-transform: uppercase;
    font-weight: 600;
    color: #BFA97C !important;
    margin-bottom: 14px;
  }
  #shopify-section-{{ section.id }} .bn-paths__headline {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
    color: #3B3838 !important;
    margin: 0 0 16px;
  }
  #shopify-section-{{ section.id }} .bn-paths__sub {
    font-size: 16px;
    line-height: 1.6;
    color: #6B6864 !important;
    max-width: 620px;
    margin: 0 auto;
  }

  #shopify-section-{{ section.id }} .bn-paths__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }
  #shopify-section-{{ section.id }} .bn-paths__card {
    border: 1px solid #D8D1C3;
    border-radius: 8px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
  }
  #shopify-section-{{ section.id }} .bn-paths__card--featured {
    border-color: #BFA97C;
    border-width: 2px;
    box-shadow: 0 10px 30px rgba(173,151,79,0.14);
  }
  #shopify-section-{{ section.id }} .bn-paths__tag {
    align-self: flex-start;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFFFFF !important;
    background: #BFA97C;
    padding: 4px 10px;
    border-radius: 3px;
    margin-bottom: 14px;
  }
  #shopify-section-{{ section.id }} .bn-paths__card-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #3B3838 !important;
    margin: 0 0 8px;
  }
  #shopify-section-{{ section.id }} .bn-paths__card-body {
    font-size: 14px;
    line-height: 1.55;
    color: #6B6864 !important;
    margin: 0 0 16px;
  }
  #shopify-section-{{ section.id }} .bn-paths__features {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
  }
  #shopify-section-{{ section.id }} .bn-paths__features-item {
    position: relative;
    padding-left: 22px;
    font-size: 14px;
    line-height: 1.5;
    color: #3B3838 !important;
    margin-bottom: 9px;
  }
  #shopify-section-{{ section.id }} .bn-paths__features-item::before {
    content: "\2713";
    position: absolute;
    left: 0; top: 0;
    color: #BFA97C !important;
    font-weight: 700;
  }

  #shopify-section-{{ section.id }} .bn-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 15px 28px;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    border: 1.5px solid transparent;
    transition: all 0.18s ease;
    line-height: 1;
    margin-top: auto;
  }
  #shopify-section-{{ section.id }} .bn-btn--gold {
    background: #BFA97C;
    color: #FFFFFF !important;
  }
  #shopify-section-{{ section.id }} .bn-btn--gold:hover { background: #AD974F; }
  #shopify-section-{{ section.id }} .bn-btn--outline {
    background: transparent;
    color: #3B3838 !important;
    border-color: #3B3838;
  }
  #shopify-section-{{ section.id }} .bn-btn--outline:hover {
    background: #3B3838;
    color: #FFFFFF !important;
  }

  #shopify-section-{{ section.id }} .bn-paths__below {
    text-align: center;
    margin-top: 26px;
    font-size: 14px;
    color: #6B6864 !important;
  }
  #shopify-section-{{ section.id }} .bn-paths__below a {
    color: #AD974F !important;
    font-weight: 600;
    text-decoration: underline;
  }

  @media (max-width: 880px) {
    #shopify-section-{{ section.id }} .bn-paths { padding: 48px 0; }
    #shopify-section-{{ section.id }} .bn-paths__headline { font-size: 25px; }
    #shopify-section-{{ section.id }} .bn-paths__grid { grid-template-columns: 1fr; }
  }

  /* === METOD typography baseline (locked source of truth) === */
  #shopify-section-{{ section.id }} {
    --bn-white: #fff;
    --bn-black: #1A1A1A;
    --bn-charcoal: #3B3838;
    --bn-muted: #6B6864;
    --bn-beige: #D8D1C3;
    --bn-beige-light: #EFEAE0;
    --bn-beige-warm: #F5F1E8;
    --bn-gold: #BFA97C;
    --bn-gold-deep: #9F8A5E;
    --bn-content-max: 1220px;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
  }
  #shopify-section-{{ section.id }} *,
  #shopify-section-{{ section.id }} *::before,
  #shopify-section-{{ section.id }} *::after {
    box-sizing: border-box;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
  }

  /* Section padding (METOD: 78 mobile, 108 desktop) */
  #shopify-section-{{ section.id }} > section,
  #shopify-section-{{ section.id }} > .bn-compare,
  #shopify-section-{{ section.id }} > .bn-why,
  #shopify-section-{{ section.id }} > .bn-gallery,
  #shopify-section-{{ section.id }} > .bn-paths,
  #shopify-section-{{ section.id }} > .bn-config,
  #shopify-section-{{ section.id }} > .bn-quote,
  #shopify-section-{{ section.id }} > .bn-faq,
  #shopify-section-{{ section.id }} > .bn-final {
    padding-top: 78px;
    padding-bottom: 78px;
  }
  @media (min-width: 760px) {
    #shopify-section-{{ section.id }} > section,
    #shopify-section-{{ section.id }} > .bn-compare,
    #shopify-section-{{ section.id }} > .bn-why,
    #shopify-section-{{ section.id }} > .bn-gallery,
    #shopify-section-{{ section.id }} > .bn-paths,
    #shopify-section-{{ section.id }} > .bn-config,
    #shopify-section-{{ section.id }} > .bn-quote,
    #shopify-section-{{ section.id }} > .bn-faq,
    #shopify-section-{{ section.id }} > .bn-final {
      padding-top: 108px;
      padding-bottom: 108px;
    }
  }

  /* Container (METOD: 1220px) */
  #shopify-section-{{ section.id }} [class*="__container"] {
    max-width: 1220px !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  @media (min-width: 760px) {
    #shopify-section-{{ section.id }} [class*="__container"] {
      padding-left: 32px !important;
      padding-right: 32px !important;
    }
  }

  /* === EYEBROW (METOD-locked: 11px / 2.8px / gold-deep #9F8A5E / 700 / uppercase) === */
  #shopify-section-{{ section.id }} .bn-compare__eyebrow,
  #shopify-section-{{ section.id }} .bn-why__eyebrow,
  #shopify-section-{{ section.id }} .bn-gallery__eyebrow,
  #shopify-section-{{ section.id }} .bn-paths__eyebrow,
  #shopify-section-{{ section.id }} .bn-config__eyebrow,
  #shopify-section-{{ section.id }} .bn-quote__eyebrow,
  #shopify-section-{{ section.id }} .bn-faq__eyebrow,
  #shopify-section-{{ section.id }} .bn-final__eyebrow,
  #shopify-section-{{ section.id }} .cu-metod-builder__eyebrow,
  #shopify-section-{{ section.id }} .cu-panel-head span {
    display: block !important;
    font-size: 11px !important;
    letter-spacing: 2.8px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    color: #9F8A5E !important;
    margin-bottom: 16px !important;
    line-height: 1.4 !important;
  }

  /* === HEADLINES (METOD-locked: clamp(34px, 5.5vw, 58px) / 1.0 / -1.5px / 700) === */
  #shopify-section-{{ section.id }} .bn-compare__headline,
  #shopify-section-{{ section.id }} .bn-why__headline,
  #shopify-section-{{ section.id }} .bn-gallery__headline,
  #shopify-section-{{ section.id }} .bn-paths__headline,
  #shopify-section-{{ section.id }} .bn-config__headline,
  #shopify-section-{{ section.id }} .bn-quote__headline,
  #shopify-section-{{ section.id }} .bn-faq__headline,
  #shopify-section-{{ section.id }} .bn-final__headline,
  #shopify-section-{{ section.id }} .cu-metod-builder__intro h2,
  #shopify-section-{{ section.id }} .cu-panel-head h3 {
    font-size: clamp(34px, 5.5vw, 58px) !important;
    line-height: 1.0 !important;
    letter-spacing: -1.5px !important;
    font-weight: 700 !important;
    margin: 0 0 16px !important;
  }
  #shopify-section-{{ section.id }} [class*="__headline"] p {
    margin: 0 !important;
  }
  /* Gold accent span override */
  #shopify-section-{{ section.id }} [class*="__headline"] span,
  #shopify-section-{{ section.id }} .cu-metod-builder__intro h2 span,
  #shopify-section-{{ section.id }} .cu-panel-head h3 span {
    color: #BFA97C !important;
  }

  /* === SUBTEXT (METOD-locked: 15px / 1.75 / muted) === */
  #shopify-section-{{ section.id }} .bn-compare__sub,
  #shopify-section-{{ section.id }} .bn-why__sub,
  #shopify-section-{{ section.id }} .bn-gallery__sub,
  #shopify-section-{{ section.id }} .bn-paths__sub,
  #shopify-section-{{ section.id }} .bn-config__sub,
  #shopify-section-{{ section.id }} .bn-quote__sub,
  #shopify-section-{{ section.id }} .bn-faq__sub,
  #shopify-section-{{ section.id }} .cu-metod-builder__intro p,
  #shopify-section-{{ section.id }} .cu-panel-head p {
    font-size: 15px !important;
    line-height: 1.75 !important;
    color: #6B6864 !important;
    font-weight: 400 !important;
    max-width: 620px;
  }

  /* === BUTTONS (METOD-locked) === */
  #shopify-section-{{ section.id }} .bn-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    min-height: 50px !important;
    padding: 16px 26px !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    border: 1.5px solid transparent !important;
    border-radius: 0 !important;
    cursor: pointer !important;
    transition: all .22s ease !important;
    white-space: nowrap !important;
    text-decoration: none !important;
  }
  #shopify-section-{{ section.id }} .bn-btn--gold {
    background: #BFA97C !important;
    border-color: #BFA97C !important;
    color: #1A1A1A !important;
  }
  #shopify-section-{{ section.id }} .bn-btn--gold:hover {
    background: #9F8A5E !important;
    border-color: #9F8A5E !important;
    color: #fff !important;
  }
  #shopify-section-{{ section.id }} .bn-btn--outline-light {
    background: transparent !important;
    border-color: rgba(255,255,255,.7) !important;
    color: #fff !important;
  }
  #shopify-section-{{ section.id }} .bn-btn--outline-light:hover {
    background: #fff !important;
    color: #1A1A1A !important;
  }
  #shopify-section-{{ section.id }} .bn-btn--outline-dark {
    background: transparent !important;
    border-color: #1A1A1A !important;
    color: #1A1A1A !important;
  }
  #shopify-section-{{ section.id }} .bn-btn--outline-dark:hover {
    background: #1A1A1A !important;
    color: #fff !important;
  }
/* END_SECTION:bunnings-collection-paths */
/* START_SECTION:bunnings-collection-quote (INDEX:22) */
/* === METOD typography baseline (locked source of truth) === */
  #shopify-section-{{ section.id }} {
    --bn-white: #fff;
    --bn-black: #1A1A1A;
    --bn-charcoal: #3B3838;
    --bn-muted: #6B6864;
    --bn-beige: #D8D1C3;
    --bn-beige-light: #EFEAE0;
    --bn-beige-warm: #F5F1E8;
    --bn-gold: #BFA97C;
    --bn-gold-deep: #9F8A5E;
    --bn-content-max: 1220px;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
  }
  #shopify-section-{{ section.id }} *,
  #shopify-section-{{ section.id }} *::before,
  #shopify-section-{{ section.id }} *::after {
    box-sizing: border-box;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
  }

  /* Section padding (METOD: 78 mobile, 108 desktop) */
  #shopify-section-{{ section.id }} > section,
  #shopify-section-{{ section.id }} > .bn-compare,
  #shopify-section-{{ section.id }} > .bn-why,
  #shopify-section-{{ section.id }} > .bn-gallery,
  #shopify-section-{{ section.id }} > .bn-paths,
  #shopify-section-{{ section.id }} > .bn-config,
  #shopify-section-{{ section.id }} > .bn-quote,
  #shopify-section-{{ section.id }} > .bn-faq,
  #shopify-section-{{ section.id }} > .bn-final {
    padding-top: 78px;
    padding-bottom: 78px;
  }
  @media (min-width: 760px) {
    #shopify-section-{{ section.id }} > section,
    #shopify-section-{{ section.id }} > .bn-compare,
    #shopify-section-{{ section.id }} > .bn-why,
    #shopify-section-{{ section.id }} > .bn-gallery,
    #shopify-section-{{ section.id }} > .bn-paths,
    #shopify-section-{{ section.id }} > .bn-config,
    #shopify-section-{{ section.id }} > .bn-quote,
    #shopify-section-{{ section.id }} > .bn-faq,
    #shopify-section-{{ section.id }} > .bn-final {
      padding-top: 108px;
      padding-bottom: 108px;
    }
  }

  /* Container (METOD: 1220px) */
  #shopify-section-{{ section.id }} [class*="__container"] {
    max-width: 1220px !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  @media (min-width: 760px) {
    #shopify-section-{{ section.id }} [class*="__container"] {
      padding-left: 32px !important;
      padding-right: 32px !important;
    }
  }

  /* === EYEBROW (METOD-locked: 11px / 2.8px / gold-deep #9F8A5E / 700 / uppercase) === */
  #shopify-section-{{ section.id }} .bn-compare__eyebrow,
  #shopify-section-{{ section.id }} .bn-why__eyebrow,
  #shopify-section-{{ section.id }} .bn-gallery__eyebrow,
  #shopify-section-{{ section.id }} .bn-paths__eyebrow,
  #shopify-section-{{ section.id }} .bn-config__eyebrow,
  #shopify-section-{{ section.id }} .bn-quote__eyebrow,
  #shopify-section-{{ section.id }} .bn-faq__eyebrow,
  #shopify-section-{{ section.id }} .bn-final__eyebrow,
  #shopify-section-{{ section.id }} .cu-metod-builder__eyebrow,
  #shopify-section-{{ section.id }} .cu-panel-head span {
    display: block !important;
    font-size: 11px !important;
    letter-spacing: 2.8px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    color: #9F8A5E !important;
    margin-bottom: 16px !important;
    line-height: 1.4 !important;
  }

  /* === HEADLINES (METOD-locked: clamp(34px, 5.5vw, 58px) / 1.0 / -1.5px / 700) === */
  #shopify-section-{{ section.id }} .bn-compare__headline,
  #shopify-section-{{ section.id }} .bn-why__headline,
  #shopify-section-{{ section.id }} .bn-gallery__headline,
  #shopify-section-{{ section.id }} .bn-paths__headline,
  #shopify-section-{{ section.id }} .bn-config__headline,
  #shopify-section-{{ section.id }} .bn-quote__headline,
  #shopify-section-{{ section.id }} .bn-faq__headline,
  #shopify-section-{{ section.id }} .bn-final__headline,
  #shopify-section-{{ section.id }} .cu-metod-builder__intro h2,
  #shopify-section-{{ section.id }} .cu-panel-head h3 {
    font-size: clamp(34px, 5.5vw, 58px) !important;
    line-height: 1.0 !important;
    letter-spacing: -1.5px !important;
    font-weight: 700 !important;
    margin: 0 0 16px !important;
  }
  #shopify-section-{{ section.id }} [class*="__headline"] p {
    margin: 0 !important;
  }
  /* Gold accent span override */
  #shopify-section-{{ section.id }} [class*="__headline"] span,
  #shopify-section-{{ section.id }} .cu-metod-builder__intro h2 span,
  #shopify-section-{{ section.id }} .cu-panel-head h3 span {
    color: #BFA97C !important;
  }

  /* === SUBTEXT (METOD-locked: 15px / 1.75 / muted) === */
  #shopify-section-{{ section.id }} .bn-compare__sub,
  #shopify-section-{{ section.id }} .bn-why__sub,
  #shopify-section-{{ section.id }} .bn-gallery__sub,
  #shopify-section-{{ section.id }} .bn-paths__sub,
  #shopify-section-{{ section.id }} .bn-config__sub,
  #shopify-section-{{ section.id }} .bn-quote__sub,
  #shopify-section-{{ section.id }} .bn-faq__sub,
  #shopify-section-{{ section.id }} .cu-metod-builder__intro p,
  #shopify-section-{{ section.id }} .cu-panel-head p {
    font-size: 15px !important;
    line-height: 1.75 !important;
    color: #6B6864 !important;
    font-weight: 400 !important;
    max-width: 620px;
  }

  /* === BUTTONS (METOD-locked) === */
  #shopify-section-{{ section.id }} .bn-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    min-height: 50px !important;
    padding: 16px 26px !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    border: 1.5px solid transparent !important;
    border-radius: 0 !important;
    cursor: pointer !important;
    transition: all .22s ease !important;
    white-space: nowrap !important;
    text-decoration: none !important;
  }
  #shopify-section-{{ section.id }} .bn-btn--gold {
    background: #BFA97C !important;
    border-color: #BFA97C !important;
    color: #1A1A1A !important;
  }
  #shopify-section-{{ section.id }} .bn-btn--gold:hover {
    background: #9F8A5E !important;
    border-color: #9F8A5E !important;
    color: #fff !important;
  }
  #shopify-section-{{ section.id }} .bn-btn--outline-light {
    background: transparent !important;
    border-color: rgba(255,255,255,.7) !important;
    color: #fff !important;
  }
  #shopify-section-{{ section.id }} .bn-btn--outline-light:hover {
    background: #fff !important;
    color: #1A1A1A !important;
  }
  #shopify-section-{{ section.id }} .bn-btn--outline-dark {
    background: transparent !important;
    border-color: #1A1A1A !important;
    color: #1A1A1A !important;
  }
  #shopify-section-{{ section.id }} .bn-btn--outline-dark:hover {
    background: #1A1A1A !important;
    color: #fff !important;
  }


  

  #shopify-section-{{ section.id }} .bn-quote {
    background: #3B3838;
    padding: 64px 0;
    margin-top: 60px;
    font-family: 'Montserrat', sans-serif;
  }
  #shopify-section-{{ section.id }} .bn-quote__container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
  }
  #shopify-section-{{ section.id }} .bn-quote__inner {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 44px;
    align-items: stretch;
  }
  #shopify-section-{{ section.id }} .bn-quote__eyebrow {
    
    
    text-transform: uppercase;
    font-weight: 600;
    color: #BFA97C !important;
    margin-bottom: 14px;
  }
  #shopify-section-{{ section.id }} .bn-quote__headline {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
    color: #FFFFFF !important;
    margin: 0 0 16px;
    max-width: 440px;
  }
  #shopify-section-{{ section.id }} .bn-quote__headline span { color: #BFA97C !important; }
  #shopify-section-{{ section.id }} .bn-quote__headline,
  #shopify-section-{{ section.id }} .bn-quote__headline * { color: #FFFFFF !important; }
  #shopify-section-{{ section.id }} .bn-quote__sub {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255,255,255,0.85) !important;
    max-width: 620px;
    margin: 0;
  }
  #shopify-section-{{ section.id }} .bn-quote__badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 20px 0;
  }
  #shopify-section-{{ section.id }} .bn-quote__badge {
    font-size: 12px;
    font-weight: 600;
    color: #FFFFFF !important;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.3);
    padding: 7px 13px;
    border-radius: 20px;
  }
  #shopify-section-{{ section.id }} .bn-quote__disclaimer {
    font-size: 13px;
    line-height: 1.55;
    color: rgba(255,255,255,0.7) !important;
    margin: 0 0 22px;
    max-width: 460px;
  }
  #shopify-section-{{ section.id }} .bn-quote__media {
    border-radius: 8px;
    overflow: hidden;
    min-height: 320px;
    background: #2A2828;
  }
  #shopify-section-{{ section.id }} .bn-quote__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  #shopify-section-{{ section.id }} .bn-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 15px 28px;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    border: 1.5px solid transparent;
    transition: all 0.18s ease;
    line-height: 1;
  }
  #shopify-section-{{ section.id }} .bn-btn--dark {
    background: #BFA97C !important;
    color: #1A1A1A !important;
    border-color: #BFA97C !important;
  }
  #shopify-section-{{ section.id }} .bn-btn--dark:hover { background: #9F8A5E !important; color: #FFFFFF !important; }

  @media (max-width: 880px) {
    #shopify-section-{{ section.id }} .bn-quote { padding: 48px 0; margin-top: 40px; }
    #shopify-section-{{ section.id }} .bn-quote__headline { font-size: 25px; }
    #shopify-section-{{ section.id }} .bn-quote__inner { grid-template-columns: 1fr; gap: 26px; }
    #shopify-section-{{ section.id }} .bn-quote__media { min-height: 220px; aspect-ratio: 4 / 3; }
  }

  /* === METOD typography baseline (locked source of truth) === */
  #shopify-section-{{ section.id }} {
    --bn-white: #fff;
    --bn-black: #1A1A1A;
    --bn-charcoal: #3B3838;
    --bn-muted: #6B6864;
    --bn-beige: #D8D1C3;
    --bn-beige-light: #EFEAE0;
    --bn-beige-warm: #F5F1E8;
    --bn-gold: #BFA97C;
    --bn-gold-deep: #9F8A5E;
    --bn-content-max: 1220px;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
  }
  #shopify-section-{{ section.id }} *,
  #shopify-section-{{ section.id }} *::before,
  #shopify-section-{{ section.id }} *::after {
    box-sizing: border-box;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
  }

  /* Section padding (METOD: 78 mobile, 108 desktop) */
  #shopify-section-{{ section.id }} > section,
  #shopify-section-{{ section.id }} > .bn-compare,
  #shopify-section-{{ section.id }} > .bn-why,
  #shopify-section-{{ section.id }} > .bn-gallery,
  #shopify-section-{{ section.id }} > .bn-paths,
  #shopify-section-{{ section.id }} > .bn-config,
  #shopify-section-{{ section.id }} > .bn-quote,
  #shopify-section-{{ section.id }} > .bn-faq,
  #shopify-section-{{ section.id }} > .bn-final {
    padding-top: 78px;
    padding-bottom: 78px;
  }
  @media (min-width: 760px) {
    #shopify-section-{{ section.id }} > section,
    #shopify-section-{{ section.id }} > .bn-compare,
    #shopify-section-{{ section.id }} > .bn-why,
    #shopify-section-{{ section.id }} > .bn-gallery,
    #shopify-section-{{ section.id }} > .bn-paths,
    #shopify-section-{{ section.id }} > .bn-config,
    #shopify-section-{{ section.id }} > .bn-quote,
    #shopify-section-{{ section.id }} > .bn-faq,
    #shopify-section-{{ section.id }} > .bn-final {
      padding-top: 108px;
      padding-bottom: 108px;
    }
  }

  /* Container (METOD: 1220px) */
  #shopify-section-{{ section.id }} [class*="__container"] {
    max-width: 1220px !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  @media (min-width: 760px) {
    #shopify-section-{{ section.id }} [class*="__container"] {
      padding-left: 32px !important;
      padding-right: 32px !important;
    }
  }

  /* === EYEBROW (METOD-locked: 11px / 2.8px / gold-deep #9F8A5E / 700 / uppercase) === */
  #shopify-section-{{ section.id }} .bn-compare__eyebrow,
  #shopify-section-{{ section.id }} .bn-why__eyebrow,
  #shopify-section-{{ section.id }} .bn-gallery__eyebrow,
  #shopify-section-{{ section.id }} .bn-paths__eyebrow,
  #shopify-section-{{ section.id }} .bn-config__eyebrow,
  #shopify-section-{{ section.id }} .bn-quote__eyebrow,
  #shopify-section-{{ section.id }} .bn-faq__eyebrow,
  #shopify-section-{{ section.id }} .bn-final__eyebrow,
  #shopify-section-{{ section.id }} .cu-metod-builder__eyebrow,
  #shopify-section-{{ section.id }} .cu-panel-head span {
    display: block !important;
    font-size: 11px !important;
    letter-spacing: 2.8px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    color: #9F8A5E !important;
    margin-bottom: 16px !important;
    line-height: 1.4 !important;
  }

  /* === HEADLINES (METOD-locked: clamp(34px, 5.5vw, 58px) / 1.0 / -1.5px / 700) === */
  #shopify-section-{{ section.id }} .bn-compare__headline,
  #shopify-section-{{ section.id }} .bn-why__headline,
  #shopify-section-{{ section.id }} .bn-gallery__headline,
  #shopify-section-{{ section.id }} .bn-paths__headline,
  #shopify-section-{{ section.id }} .bn-config__headline,
  #shopify-section-{{ section.id }} .bn-quote__headline,
  #shopify-section-{{ section.id }} .bn-faq__headline,
  #shopify-section-{{ section.id }} .bn-final__headline,
  #shopify-section-{{ section.id }} .cu-metod-builder__intro h2,
  #shopify-section-{{ section.id }} .cu-panel-head h3 {
    font-size: clamp(34px, 5.5vw, 58px) !important;
    line-height: 1.0 !important;
    letter-spacing: -1.5px !important;
    font-weight: 700 !important;
    margin: 0 0 16px !important;
  }
  #shopify-section-{{ section.id }} [class*="__headline"] p {
    margin: 0 !important;
  }
  /* Gold accent span override */
  #shopify-section-{{ section.id }} [class*="__headline"] span,
  #shopify-section-{{ section.id }} .cu-metod-builder__intro h2 span,
  #shopify-section-{{ section.id }} .cu-panel-head h3 span {
    color: #BFA97C !important;
  }

  /* === SUBTEXT (METOD-locked: 15px / 1.75 / muted) === */
  #shopify-section-{{ section.id }} .bn-compare__sub,
  #shopify-section-{{ section.id }} .bn-why__sub,
  #shopify-section-{{ section.id }} .bn-gallery__sub,
  #shopify-section-{{ section.id }} .bn-paths__sub,
  #shopify-section-{{ section.id }} .bn-config__sub,
  #shopify-section-{{ section.id }} .bn-quote__sub,
  #shopify-section-{{ section.id }} .bn-faq__sub,
  #shopify-section-{{ section.id }} .cu-metod-builder__intro p,
  #shopify-section-{{ section.id }} .cu-panel-head p {
    font-size: 15px !important;
    line-height: 1.75 !important;
    color: #6B6864 !important;
    font-weight: 400 !important;
    max-width: 620px;
  }

  /* === BUTTONS (METOD-locked) === */
  #shopify-section-{{ section.id }} .bn-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    min-height: 50px !important;
    padding: 16px 26px !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    border: 1.5px solid transparent !important;
    border-radius: 0 !important;
    cursor: pointer !important;
    transition: all .22s ease !important;
    white-space: nowrap !important;
    text-decoration: none !important;
  }
  #shopify-section-{{ section.id }} .bn-btn--gold {
    background: #BFA97C !important;
    border-color: #BFA97C !important;
    color: #1A1A1A !important;
  }
  #shopify-section-{{ section.id }} .bn-btn--gold:hover {
    background: #9F8A5E !important;
    border-color: #9F8A5E !important;
    color: #fff !important;
  }
  #shopify-section-{{ section.id }} .bn-btn--outline-light {
    background: transparent !important;
    border-color: rgba(255,255,255,.7) !important;
    color: #fff !important;
  }
  #shopify-section-{{ section.id }} .bn-btn--outline-light:hover {
    background: #fff !important;
    color: #1A1A1A !important;
  }
  #shopify-section-{{ section.id }} .bn-btn--outline-dark {
    background: transparent !important;
    border-color: #1A1A1A !important;
    color: #1A1A1A !important;
  }
  #shopify-section-{{ section.id }} .bn-btn--outline-dark:hover {
    background: #1A1A1A !important;
    color: #fff !important;
  }
/* END_SECTION:bunnings-collection-quote */
/* START_SECTION:bunnings-collection-why (INDEX:23) */
/* === Typography baseline (METOD-locked) === */
  #shopify-section-{{ section.id }} {
    --bn-white: #fff;
    --bn-black: #1A1A1A;
    --bn-charcoal: #3B3838;
    --bn-muted: #6B6864;
    --bn-beige: #D8D1C3;
    --bn-beige-light: #EFEAE0;
    --bn-beige-warm: #F5F1E8;
    --bn-gold: #BFA97C;
    --bn-gold-deep: #9F8A5E;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
  }
  #shopify-section-{{ section.id }} *,
  #shopify-section-{{ section.id }} *::before,
  #shopify-section-{{ section.id }} *::after {
    box-sizing: border-box;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
  }

  /* === Section root (METOD: white bg, 78/108 padding) === */
  #shopify-section-{{ section.id }} .bn-why {
    background: #fff;
    padding: 78px 0;
  }
  @media (min-width: 760px) {
    #shopify-section-{{ section.id }} .bn-why {
      padding: 108px 0;
    }
  }

  /* === Container (METOD: 1220px, 20/32 padding) === */
  #shopify-section-{{ section.id }} .bn-why__container {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 20px;
  }
  @media (min-width: 760px) {
    #shopify-section-{{ section.id }} .bn-why__container {
      padding: 0 32px;
    }
  }

  /* === Grid (METOD: image LEFT, copy RIGHT, 1.05fr/.95fr/70px) === */
  #shopify-section-{{ section.id }} .bn-why__grid {
    display: grid;
    gap: 34px;
    align-items: center;
  }
  @media (min-width: 760px) {
    #shopify-section-{{ section.id }} .bn-why__grid {
      grid-template-columns: 1.05fr .95fr;
      gap: 70px;
    }
  }

  /* === Image (METOD: 430px min-height, beige fallback) === */
  #shopify-section-{{ section.id }} .bn-why__image {
    min-height: 430px;
    background: #D8D1C3;
  }

  /* === Copy column (METOD: 560px max) === */
  #shopify-section-{{ section.id }} .bn-why__copy {
    max-width: 560px;
  }

  /* === EYEBROW (METOD-locked: 11px / 2.8px / gold-deep / 700 / uppercase) === */
  #shopify-section-{{ section.id }} .bn-why__eyebrow {
    display: block !important;
    font-size: 11px !important;
    letter-spacing: 2.8px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    color: #9F8A5E !important;
    margin-bottom: 16px !important;
    line-height: 1.4 !important;
  }

  /* === HEADLINE (METOD-locked: clamp 34-58 / 1.0 / -1.5px / 700) === */
  #shopify-section-{{ section.id }} .bn-why__headline {
    font-size: clamp(34px, 5.5vw, 58px) !important;
    line-height: 1.0 !important;
    letter-spacing: -1.5px !important;
    font-weight: 700 !important;
    color: #1A1A1A !important;
    margin: 0 !important;
  }
  #shopify-section-{{ section.id }} .bn-why__headline p {
    margin: 0 !important;
    color: inherit !important;
  }
  #shopify-section-{{ section.id }} .bn-why__headline span {
    color: #BFA97C !important;
  }

  /* === SUB (METOD-locked: 15px / 1.75 / muted) === */
  #shopify-section-{{ section.id }} .bn-why__sub {
    font-size: 15px !important;
    line-height: 1.75 !important;
    color: #6B6864 !important;
    font-weight: 400 !important;
    margin: 18px 0 0 !important;
  }

  /* === Tick list (METOD: 24px top, 12px gap, charcoal 14px) === */
  #shopify-section-{{ section.id }} .bn-why__list {
    margin-top: 24px;
    margin-bottom: 0;
    display: grid;
    gap: 12px;
    padding: 0;
    list-style: none;
  }
  #shopify-section-{{ section.id }} .bn-why__list-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #3B3838 !important;
    font-size: 14px !important;
    line-height: 1.4;
  }
  #shopify-section-{{ section.id }} .bn-why__list-item::before {
    content: '✓';
    color: #BFA97C !important;
    font-weight: 700;
  }

  /* === Punchline (METOD: gold left border, 19px / 1.45 / 700) === */
  #shopify-section-{{ section.id }} .bn-why__punchline {
    margin-top: 28px;
    padding-left: 18px;
    border-left: 3px solid #BFA97C;
    font-size: 19px !important;
    line-height: 1.45 !important;
    font-weight: 700 !important;
    color: #1A1A1A !important;
  }
/* END_SECTION:bunnings-collection-why */
