/** Shopify CDN: Minification failed

Line 182:20 Unexpected "{"
Line 182:29 Expected ":"
Line 182:36 Unexpected "{"
Line 185:20 Unexpected "{"
Line 185:29 Expected ":"
Line 186:20 Unexpected "{"
Line 186:29 Expected ":"
Line 187:20 Unexpected "{"
Line 187:29 Expected ":"
Line 193:20 Unexpected "{"
... and 2238 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:besta-collection-hero (INDEX:6) */
.besta-hero { position: relative; width: 100%; min-height: 100vh; display: flex; align-items: flex-end; padding: 0 0 56px; overflow: hidden; font-family: 'Montserrat', sans-serif; }
.besta-hero__bg { position: absolute; inset: 0; background-size: cover; background-position: center; background-repeat: no-repeat; z-index: 0; }
.besta-hero__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(43,40,40,0.15) 0%, rgba(43,40,40,0.78) 100%); z-index: 1; }
.besta-hero__container { position: relative; z-index: 2; width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.besta-hero__content { max-width: 720px; }
.besta-hero__eyebrow { text-transform: uppercase; letter-spacing: 2.5px; font-weight: 600; margin-bottom: 16px; color: #BFA97C !important; }
.besta-hero__headline { line-height: 1.1 !important; letter-spacing: -1px; margin: 0 0 20px; color: #FFFFFF !important; }
.besta-hero__sub { line-height: 1.7 !important; margin: 0 0 26px; max-width: 600px; color: rgba(255,255,255,0.92) !important; }
.besta-hero__usps { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 28px; }
.besta-hero__usp { background: rgba(0,0,0,0.28); border-left: 2px solid #BFA97C; padding: 14px 16px; }
.besta-hero__usp strong { display: block; font-weight: 600; font-size: 14.5px; color: #FFFFFF !important; margin-bottom: 4px; }
.besta-hero__usp small { font-size: 12.5px; font-weight: 500; color: rgba(255,255,255,0.78) !important; line-height: 1.45; }
.besta-hero__price { padding: 16px 20px; margin-bottom: 26px; border: 1px solid rgba(191,169,124,0.4); max-width: 420px; background: rgba(0,0,0,0.32); }
.besta-hero__price-big { font-weight: 700; color: #BFA97C !important; }
.besta-hero__price-ctx { font-size: 12.5px; margin-top: 4px; color: rgba(255,255,255,0.78) !important; }
.besta-hero__ctas { display: flex; flex-direction: column; gap: 12px; max-width: 420px; }
.besta-btn { display: inline-block; font-size: 13px; font-weight: 600; letter-spacing: 0.5px; padding: 15px 30px; text-decoration: none; text-align: center; cursor: pointer; border: 1.5px solid transparent; transition: opacity 0.2s ease; }
.besta-btn:hover { opacity: 0.88; }
.besta-btn--primary { background: #BFA97C; color: #FFFFFF; border-color: #BFA97C; }
.besta-btn--outline { background: transparent; color: #FFFFFF; border: 1.5px solid rgba(255,255,255,0.6); }
.besta-hero__trust { margin-top: 26px; font-size: 11.5px; letter-spacing: 1px; text-transform: uppercase; color: rgba(255,255,255,0.72) !important; }
@media (min-width: 768px) {
  .besta-hero { padding-bottom: 72px; }
  .besta-hero__content { max-width: none; }
  .besta-hero__sub { max-width: 720px; font-size: 18px !important; }
  .besta-hero__usps { grid-template-columns: repeat(4, 1fr); gap: 12px; }
  .besta-hero__ctas { flex-direction: row; max-width: none; }
  .besta-hero__price { max-width: none; }
}
/* END_SECTION:besta-collection-hero */

/* START_SECTION:besta-faq-snap (INDEX:8) */
.besta-faq { padding: 64px 0; font-family: 'Montserrat', sans-serif; }
.besta-faq__container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.besta-faq__header { text-align: center; margin-bottom: 36px; }
.besta-faq__eyebrow { text-transform: uppercase; letter-spacing: 2.5px; font-weight: 600; margin-bottom: 16px; color: #AD974F !important; }
.besta-faq__headline { line-height: 1.2 !important; letter-spacing: -0.5px; max-width: 720px; margin: 0 auto; color: #2A2828 !important; }
.besta-faq__list { max-width: 760px; margin: 0 auto; }
.besta-faq__item { border-bottom: 1px solid #D8D1C3; padding: 18px 0; }
.besta-faq__q { display: flex; justify-content: space-between; align-items: center; gap: 16px; font-weight: 600; cursor: pointer; list-style: none; color: #2A2828 !important; }
.besta-faq__q::-webkit-details-marker { display: none; }
.besta-faq__toggle { font-size: 20px; flex-shrink: 0; transition: transform 0.2s ease; display: inline-block; color: #AD974F !important; }
.besta-faq__item[open] .besta-faq__toggle { transform: rotate(45deg); }
.besta-faq__a { line-height: 1.7 !important; margin-top: 12px; color: #6B6864 !important; }
.besta-faq__a a { text-decoration: underline; color: #AD974F !important; }
.besta-faq__foot { margin-top: 32px; text-align: center; }
.besta-btn { display: inline-block; font-size: 13px; font-weight: 600; letter-spacing: 0.5px; padding: 15px 30px; text-decoration: none; text-align: center; cursor: pointer; border: 1.5px solid transparent; transition: opacity 0.2s ease; }
.besta-btn--outline-dark { background: transparent; color: #3B3838 !important; border-color: #3B3838; }
.besta-btn--outline-dark:hover { background: #3B3838; color: #FFFFFF !important; }
@media (min-width: 768px) { .besta-faq { padding: 88px 0; } }
/* END_SECTION:besta-faq-snap */

/* START_SECTION:besta-final-cta (INDEX:9) */
.besta-final { padding: 64px 0; text-align: center; font-family: 'Montserrat', sans-serif; }
.besta-final__container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.besta-final__eyebrow { text-transform: uppercase; letter-spacing: 2.5px; font-weight: 600; margin-bottom: 16px; color: #BFA97C !important; }
.besta-final__headline { line-height: 1.2 !important; letter-spacing: -0.5px; max-width: 640px; margin: 0 auto 16px; color: #FFFFFF !important; }
.besta-final__body { line-height: 1.7 !important; max-width: 540px; margin: 0 auto 26px; color: rgba(255,255,255,0.82) !important; }
.besta-final__trust { margin-top: 22px; font-size: 11.5px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.6) !important; }
.besta-btn { display: inline-block; font-size: 13px; font-weight: 600; letter-spacing: 0.5px; padding: 15px 30px; text-decoration: none; text-align: center; cursor: pointer; border: 1.5px solid transparent; transition: opacity 0.2s ease; }
.besta-btn:hover { opacity: 0.88; }
.besta-btn--primary { background: #BFA97C; color: #FFFFFF; border-color: #BFA97C; }
@media (min-width: 768px) { .besta-final { padding: 88px 0; } }
/* END_SECTION:besta-final-cta */

/* START_SECTION:besta-how-it-works (INDEX:10) */
.besta-how { padding: 64px 0; font-family: 'Montserrat', sans-serif; }
.besta-how__container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.besta-how__header { text-align: center; margin-bottom: 44px; }
.besta-how__eyebrow { text-transform: uppercase; letter-spacing: 2.5px; font-weight: 600; margin-bottom: 16px; color: #AD974F !important; }
.besta-how__headline { line-height: 1.2 !important; letter-spacing: -0.5px; max-width: 720px; margin: 0 auto; color: #2A2828 !important; }
.besta-how__sub { line-height: 1.7 !important; max-width: 620px; margin: 16px auto 0; color: #6B6864 !important; }
.besta-how__track { display: flex; flex-direction: column; gap: 40px; }
.besta-how__step { text-align: center; }
.besta-how__dot { width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 700; margin: 0 auto 18px; color: #FFFFFF !important; background: #BFA97C; }
.besta-how__actor { font-size: 10px; text-transform: uppercase; letter-spacing: 1.8px; font-weight: 600; margin-bottom: 8px; color: #AD974F !important; }
.besta-how__title { font-weight: 600; margin: 0 0 10px; color: #2A2828 !important; }
.besta-how__body { line-height: 1.7 !important; max-width: 340px; margin: 0 auto; color: #6B6864 !important; }
.besta-how__body a { font-weight: 600; text-decoration: underline; color: #AD974F !important; }
@media (min-width: 768px) {
  .besta-how { padding: 88px 0; }
  .besta-how__track { flex-direction: row; gap: 32px; }
  .besta-how__step { flex: 1; }
}
/* END_SECTION:besta-how-it-works */

/* START_SECTION:besta-install-gallery (INDEX:11) */
.besta-gallery { padding: 64px 0; font-family: 'Montserrat', sans-serif; }
.besta-gallery__container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.besta-gallery__header { text-align: center; margin-bottom: 36px; }
.besta-gallery__eyebrow { text-transform: uppercase; letter-spacing: 2.5px; font-weight: 600; margin-bottom: 16px; color: #AD974F !important; }
.besta-gallery__headline { line-height: 1.2 !important; letter-spacing: -0.5px; max-width: 720px; margin: 0 auto; color: #2A2828 !important; }
.besta-gallery__sub { line-height: 1.7 !important; max-width: 620px; margin: 16px auto 0; color: #6B6864 !important; }
.besta-gallery__grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.besta-gallery__tile { position: relative; aspect-ratio: 3/4; background-color: #EDE8DD; background-size: cover; background-position: center; overflow: hidden; border-radius: 16px; text-decoration: none !important; }
.besta-gallery__placeholder { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: rgba(59,56,56,0.32) !important; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; }
.besta-gallery__caption { position: absolute; z-index: 2; background: #FFFFFF; border-radius: 8px; padding: 10px 16px; font-size: 12.5px; font-weight: 600; letter-spacing: 0.3px; color: #3B3838 !important; box-shadow: 0 2px 10px rgba(0,0,0,0.12); max-width: calc(100% - 32px); }
.besta-gallery__caption--top-left { top: 16px; left: 16px; }
.besta-gallery__caption--top-right { top: 16px; right: 16px; }
.besta-gallery__caption--bottom-left { bottom: 16px; left: 16px; }
.besta-gallery__caption--bottom-right { bottom: 16px; right: 16px; }
.besta-gallery__caption--centre { top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; }
.besta-gallery__explore { text-align: center; margin: 28px 0 0; font-size: 14px; color: #6B6864 !important; }
.besta-gallery__explore a { font-weight: 600; text-decoration: none; color: #AD974F !important; }
.besta-gallery__explore a:hover { text-decoration: underline; }
@media (min-width: 768px) {
  .besta-gallery { padding: 88px 0; }
  .besta-gallery__grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 320px 320px;
    gap: 16px;
  }
  .besta-gallery__tile { aspect-ratio: auto; height: 100%; }
  .besta-gallery__tile:first-child { grid-row: 1 / 3; }
}
/* END_SECTION:besta-install-gallery */

/* START_SECTION:besta-problem-solution (INDEX:12) */
.besta-ps { padding: 64px 0; font-family: 'Montserrat', sans-serif; }
.besta-ps__container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.besta-ps__header { text-align: center; margin-bottom: 36px; }
.besta-ps__eyebrow { text-transform: uppercase; letter-spacing: 2.5px; font-weight: 600; margin-bottom: 16px; color: #AD974F !important; }
.besta-ps__headline { line-height: 1.2 !important; letter-spacing: -0.5px; max-width: 720px; margin: 0 auto; color: #2A2828 !important; }
.besta-ps__pair { display: flex; flex-direction: column; border: 1px solid #D8D1C3; }
.besta-ps__side { padding: 30px 26px; }
.besta-ps__side--problem { border-bottom: 1px solid #D8D1C3; }
.besta-ps__label { font-size: 10px; text-transform: uppercase; letter-spacing: 2.5px; font-weight: 600; margin-bottom: 12px; color: #6B6864 !important; }
.besta-ps__title { font-weight: 600; line-height: 1.3 !important; margin: 0 0 12px; color: #2A2828 !important; }
.besta-ps__body { line-height: 1.7 !important; color: #6B6864 !important; }
.besta-ps__body strong, .besta-ps__body b { color: #2A2828 !important; font-weight: 600; }
.besta-ps__cta { margin-top: 32px; text-align: center; }
.besta-btn { display: inline-block; font-size: 13px; font-weight: 600; letter-spacing: 0.5px; padding: 15px 30px; text-decoration: none; text-align: center; cursor: pointer; border: 1.5px solid transparent; transition: opacity 0.2s ease; }
.besta-btn--outline-dark { background: transparent; color: #3B3838 !important; border-color: #3B3838; }
.besta-btn--outline-dark:hover { background: #3B3838; color: #FFFFFF !important; }
@media (min-width: 768px) {
  .besta-ps { padding: 88px 0; }
  .besta-ps__pair { flex-direction: row; }
  .besta-ps__side--problem { border-bottom: none; border-right: 1px solid #D8D1C3; flex: 1; }
  .besta-ps__side--solution { flex: 1; }
}
/* END_SECTION:besta-problem-solution */

/* START_SECTION:besta-whats-needed (INDEX:13) */
.besta-parts { padding: 64px 0; font-family: 'Montserrat', sans-serif; }
.besta-parts__container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.besta-parts__header { text-align: center; margin-bottom: 30px; }
.besta-parts__eyebrow { text-transform: uppercase; letter-spacing: 2.5px; font-weight: 600; margin-bottom: 16px; color: #AD974F !important; }
.besta-parts__headline { line-height: 1.2 !important; letter-spacing: -0.5px; max-width: 800px; margin: 0 auto; color: #2A2828 !important; }
.besta-parts__sub { line-height: 1.7 !important; max-width: 620px; margin: 16px auto 0; color: #6B6864 !important; }
.besta-parts__diagram { background: #FFFFFF; border: 1px solid #D8D1C3; border-radius: 12px; overflow: hidden; }
.besta-parts__diagram img { width: 100%; height: auto; display: block; }
.besta-parts__placeholder { display: flex; align-items: center; justify-content: center; min-height: 320px; color: rgba(59,56,56,0.32) !important; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; }
.besta-parts__cta { text-align: center; margin-top: 30px; }
.besta-btn { display: inline-block; font-size: 13px; font-weight: 600; letter-spacing: 0.5px; padding: 15px 30px; text-decoration: none; text-align: center; cursor: pointer; border: 1.5px solid transparent; transition: opacity 0.2s ease; }
.besta-btn:hover { opacity: 0.88; }
.besta-btn--primary { background: #BFA97C; color: #FFFFFF; border-color: #BFA97C; }
@media (min-width: 768px) { .besta-parts { padding: 88px 0; } }
/* END_SECTION:besta-whats-needed */

/* 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 */

/* START_SECTION:cart-handoff (INDEX:26) */
/* Day 11 brand pass — Roboto loaded defensively for the cart-handoff
     page. The live theme's font system is settings-driven (each
     merchant picks fonts in the theme editor), so we can't rely on
     Montserrat or Roboto being loaded site-wide. Page-scoped @import
     guarantees both fonts are available; ~60ms first-paint cost on
     this transactional page only. Acceptable FOUT trade-off. */
  @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&family=Roboto:wght@400&display=swap');

  /* ============================================================
     CUSTOMEA BRAND PALETTE (BAU)
     ============================================================
     LOCKSTEP COUPLING: same palette declared in
     `apps/web/customea-3d-planner/apps/web/app/globals.css`
     `@theme` block. Both copies MUST move in lockstep on any
     palette change — different runtimes (Tailwind utility
     compile-time vs theme inline CSS variables) but same
     brand-spec source.
     ============================================================ */
  :root {
    --customea-cream: #d8d1c3;
    --customea-white: #ffffff;
    --customea-black: #000000;
    --customea-grey-body: #3b3838;
    --customea-grey-200: #e5e1d8;
    --customea-grey-300: #bdb5a4;
    --customea-gold: #bfa97c;
    --customea-gold-hover: #d4c094;
    --customea-gold-700: #80724f;
  }

  .cart-handoff {
    font-family: 'Montserrat', 'Roboto', 'Helvetica Neue', system-ui, sans-serif;
    background: var(--customea-cream);
    color: var(--customea-grey-body);
    min-height: 60vh;
    padding: 4rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cart-handoff__container {
    max-width: 560px;
    width: 100%;
    text-align: center;
  }

  .cart-handoff__eyebrow {
    /* Eyebrow micro-label — keep 500-weight Medium (NOT Semi-Bold).
       Brand book applies Semi-Bold to actual headers / subheaders;
       eyebrow-class elements (uppercase letterspaced labels above
       titles) stay at 500. */
    margin: 0 0 0.5rem;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--customea-gold);
  }

  .cart-handoff__title {
    /* Brand-book headline color: black. Semi-Bold weight per
       brand-book "Semi-Bold for headers" rule. */
    margin: 0 0 1.5rem;
    font-family: inherit;
    font-size: 2.25rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.2;
    color: var(--customea-black);
  }

  .cart-handoff__status {
    background: var(--customea-white);
    border: 1px solid var(--customea-grey-200);
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin: 1.5rem 0;
    /* Magazine-feeling minimal elevation on cream surface. */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05),
                0 1px 2px rgba(0, 0, 0, 0.03);
  }

  .cart-handoff__spinner {
    width: 32px;
    height: 32px;
    /* Dark-on-light ring (was light-on-dark) — alpha on grey-body. */
    border: 3px solid rgba(59, 56, 56, 0.12);
    border-top-color: var(--customea-gold);
    border-radius: 50%;
    margin: 0 auto;
    animation: cart-handoff-spin 0.8s linear infinite;
  }

  @keyframes cart-handoff-spin {
    to {
      transform: rotate(360deg);
    }
  }

  .cart-handoff__status-text {
    margin: 1rem 0 0;
    font-size: 0.875rem;
    color: var(--customea-grey-300);
  }

  .cart-handoff__status--ready .cart-handoff__spinner {
    display: none;
  }

  .cart-handoff__status--ready .cart-handoff__status-text {
    color: var(--customea-gold);
    margin-top: 0;
  }

  [data-cart-handoff-count] {
    font-weight: 600;
    color: var(--customea-gold);
  }

  .cart-handoff__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
    padding: 0.875rem 2rem;
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    /* Brand-book CTA pattern: white text on gold fill. */
    color: var(--customea-white);
    background: var(--customea-gold);
    border: none;
    border-radius: 0.375rem;
    cursor: pointer;
    transition: background 0.2s ease;
  }

  .cart-handoff__cta:hover:not(:disabled) {
    background: var(--customea-gold-hover);
  }

  .cart-handoff__cta:focus-visible {
    outline: 2px solid var(--customea-gold);
    outline-offset: 3px;
  }

  .cart-handoff__cta:disabled {
    opacity: 0.4;
    cursor: not-allowed;
  }

  /* Day 11 Phase 3.5 push 3 — subordinate "Edit my kitchen" back link
     positioned above the primary CTA. Plain text-button — no
     background, no border. Persistent grey-300 underline at rest;
     shifts to gold on hover. Visually subordinate to the gold
     "Continue to cart" CTA below. */
  .cart-handoff__back-link {
    display: inline-block;
    margin: 0 auto 1.5rem;
    padding: 0.375rem 0.75rem;
    font-family: inherit;
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--customea-grey-body);
    background: transparent;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    text-decoration-color: var(--customea-grey-300);
    text-underline-offset: 0.25em;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
  }

  .cart-handoff__back-link:hover {
    color: var(--customea-gold);
    text-decoration-color: var(--customea-gold);
  }

  .cart-handoff__back-link:focus-visible {
    outline: 2px solid var(--customea-gold);
    outline-offset: 3px;
    border-radius: 0.25rem;
  }

  /* Hide the success-state back link when an error variant is
     showing — the error variants have their own back buttons (gold-
     fill primary in expired, secondary in cart-failed) and a second
     "Edit my kitchen" affordance would be redundant. Pure CSS
     sibling-selector → no JS edits required. */
  .cart-handoff__error:not([hidden]) ~ .cart-handoff__back-link {
    display: none;
  }

  .cart-handoff__error[hidden] {
    display: none;
  }

  .cart-handoff__error {
    /* Light-surface error palette — Tailwind red-50 / red-300 / red-700
       semantics inlined. Matches planner ReviewModal redirect-error
       banner from Phase 1+2. */
    background: #fef2f2;
    border: 1px solid #fca5a5;
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin: 1.5rem 0;
    text-align: left;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05),
                0 1px 2px rgba(0, 0, 0, 0.03);
  }

  .cart-handoff__error-title {
    margin: 0 0 0.5rem;
    font-weight: 500;
    color: #b91c1c;
  }

  .cart-handoff__error-body {
    margin: 0;
    font-size: 0.875rem;
    color: #b91c1c;
  }

  [data-cart-handoff-error-variant][hidden] {
    display: none;
  }

  .cart-handoff__error-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
  }

  .cart-handoff__error-button {
    font-family: inherit;
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    padding: 0.625rem 1.25rem;
    color: var(--customea-grey-body);
    background: transparent;
    border: 1px solid var(--customea-grey-200);
    border-radius: 0.375rem;
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s;
  }

  .cart-handoff__error-button:hover {
    border-color: var(--customea-gold-700);
    color: var(--customea-gold-700);
  }

  .cart-handoff__error-button--primary {
    color: var(--customea-white);
    background: var(--customea-gold);
    border-color: var(--customea-gold);
  }

  .cart-handoff__error-button--primary:hover {
    color: var(--customea-white);
    background: var(--customea-gold-hover);
    border-color: var(--customea-gold-hover);
  }

  .cart-handoff__error-button:focus-visible {
    outline: 2px solid var(--customea-gold);
    outline-offset: 3px;
  }

  .cart-handoff__footer {
    margin-top: 2.5rem;
    font-size: 0.75rem;
    color: var(--customea-grey-300);
    line-height: 1.5;
  }

  @media (max-width: 480px) {
    .cart-handoff__title {
      font-size: 1.75rem;
    }

    .cart-handoff {
      padding: 2.5rem 1rem;
    }
  }
/* END_SECTION:cart-handoff */

/* START_SECTION:customea-build-my-cart (INDEX:35) */
.cta-bmc {
  --bmc-bg: #fafaf7;
  --bmc-surface: #ffffff;
  --bmc-cream: #f4eee2;
  --bmc-ink: #1a1a1a;
  --bmc-ink-soft: #4a4a4a;
  --bmc-line: #e6e2d8;
  --bmc-gold: #BFA97C;
  --bmc-gold-deep: #a08e63;
  --bmc-warn-bg: #fdf6e8;
  --bmc-warn-border: #e8d4a0;
  --bmc-warn-ink: #6b4f15;

  --bmc-radius: 4px;
  --bmc-radius-lg: 8px;

  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--bmc-ink);
  background: var(--bmc-bg);
  padding: 60px 20px 80px;
  line-height: 1.6;
}

.cta-bmc__container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ===== HERO ===== */
.cta-bmc__hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-bottom: 80px;
}

@media (min-width: 900px) {
  .cta-bmc__hero {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
  }
}

.cta-bmc__hero-media {
  position: relative;
  background: var(--bmc-cream);
  border-radius: var(--bmc-radius-lg);
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.cta-bmc__hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cta-bmc__badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--bmc-ink);
  color: #fff;
  padding: 8px 14px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: var(--bmc-radius);
}

.cta-bmc__eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bmc-gold-deep);
  margin: 0 0 20px;
}

.cta-bmc__headline {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0 0 24px;
  color: var(--bmc-ink);
}

.cta-bmc__headline em {
  font-style: italic;
  font-weight: 400;
  color: var(--bmc-gold-deep);
}

.cta-bmc__sub {
  font-size: 16px;
  color: var(--bmc-ink-soft);
  margin: 0 0 32px;
  max-width: 52ch;
}

.cta-bmc__highlights {
  list-style: none;
  margin: 0 0 36px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cta-bmc__highlights li {
  display: flex;
  gap: 16px;
  align-items: baseline;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--bmc-line);
}

.cta-bmc__highlights li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.cta-bmc__highlight-num {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--bmc-gold-deep);
  flex-shrink: 0;
  font-feature-settings: "tnum";
}

.cta-bmc__highlight-text {
  font-size: 15px;
  color: var(--bmc-ink-soft);
}

.cta-bmc__highlight-text strong {
  color: var(--bmc-ink);
  font-weight: 600;
}

.cta-bmc__hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--bmc-gold);
  color: var(--bmc-ink);
  padding: 18px 32px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: var(--bmc-radius);
  transition: background 0.2s ease, transform 0.2s ease;
}

.cta-bmc__hero-cta:hover {
  background: var(--bmc-gold-deep);
  color: #fff;
  transform: translateY(-1px);
}

.cta-bmc__hero-cta:hover svg {
  transform: translateX(4px);
}

.cta-bmc__hero-cta svg {
  transition: transform 0.2s ease;
}

.cta-bmc__hero-microcopy {
  font-size: 12px;
  color: var(--bmc-ink-soft);
  margin: 12px 0 0;
  letter-spacing: 0.02em;
}

/* ===== HOW IT WORKS ===== */
.cta-bmc__how {
  margin-bottom: 80px;
}

.cta-bmc__section-eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bmc-gold-deep);
  margin: 0 0 12px;
}

.cta-bmc__section-title {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 300;
  letter-spacing: -0.01em;
  margin: 0 0 40px;
  color: var(--bmc-ink);
}

.cta-bmc__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr;
}

@media (min-width: 700px) {
  .cta-bmc__steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1000px) {
  .cta-bmc__steps {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}

.cta-bmc__step {
  background: var(--bmc-surface);
  padding: 32px 24px;
  border-radius: var(--bmc-radius);
  border-top: 2px solid var(--bmc-gold);
  position: relative;
}

.cta-bmc__step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: var(--bmc-cream);
  color: var(--bmc-gold-deep);
  font-size: 14px;
  font-weight: 600;
  border-radius: 50%;
  margin-bottom: 16px;
  font-feature-settings: "tnum";
}

.cta-bmc__step-title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.005em;
  margin: 0 0 8px;
  color: var(--bmc-ink);
}

.cta-bmc__step-text {
  font-size: 14px;
  color: var(--bmc-ink-soft);
  margin: 0;
  line-height: 1.55;
}

.cta-bmc__step-text strong {
  color: var(--bmc-ink);
  font-weight: 600;
}

/* ===== TESTIMONIAL ===== */
.cta-bmc__testimonial {
  background: var(--bmc-cream);
  color: var(--bmc-ink);
  padding: 40px 48px;
  border-radius: var(--bmc-radius-lg);
  margin: 0;
  position: relative;
  text-align: left;
  width: 100%;
}

.cta-bmc__quote-mark {
  color: var(--bmc-gold-deep);
  margin-bottom: 16px;
  display: block;
  width: 36px;
  height: 28px;
}

.cta-bmc__quote {
  font-size: clamp(16px, 1.8vw, 19px);
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.005em;
  margin: 0 0 20px;
  color: var(--bmc-ink);
  font-style: normal;
  max-width: 64ch;
}

.cta-bmc__attribution {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  align-items: baseline;
}

.cta-bmc__attribution-name {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--bmc-gold-deep);
}

.cta-bmc__attribution-detail {
  font-size: 11px;
  color: var(--bmc-ink-soft);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* ===== ORDER FORM ===== */
.cta-bmc__order {
  background: var(--bmc-surface);
  border-radius: var(--bmc-radius-lg);
  border: 1px solid var(--bmc-line);
  overflow: hidden;
  margin-bottom: 80px;
}

.cta-bmc__order-inner {
  display: grid;
  grid-template-columns: 1fr;
}

@media (min-width: 800px) {
  .cta-bmc__order-inner {
    grid-template-columns: 1fr 1.2fr;
  }
}

.cta-bmc__order-meta {
  background: var(--bmc-cream);
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.cta-bmc__order-meta-content {
  flex-shrink: 0;
}

.cta-bmc__order-meta-image {
  flex: 1 1 auto;
  min-height: 240px;
  border-radius: var(--bmc-radius);
  overflow: hidden;
  background: var(--bmc-bg);
}

.cta-bmc__order-meta-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cta-bmc__order-price {
  margin: 24px 0 4px;
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.cta-bmc__price-amount {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: -0.02em;
  color: var(--bmc-ink);
}

.cta-bmc__price-currency {
  font-size: 14px;
  font-weight: 600;
  color: var(--bmc-ink-soft);
  letter-spacing: 0.05em;
}

.cta-bmc__order-tax {
  font-size: 12px;
  color: var(--bmc-ink-soft);
  margin: 0;
}

.cta-bmc__form {
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cta-bmc__field {
  display: flex;
  flex-direction: column;
}

.cta-bmc__label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: var(--bmc-ink);
}

.cta-bmc__required {
  color: var(--bmc-gold-deep);
  margin-left: 2px;
}

.cta-bmc__field-help {
  font-size: 12px;
  color: var(--bmc-ink-soft);
  margin: 0 0 14px;
}

.cta-bmc__file-wrap {
  position: relative;
}

.cta-bmc__textarea {
  width: 100%;
  padding: 14px 16px;
  background: var(--bmc-bg);
  border: 1px solid var(--bmc-line);
  border-radius: var(--bmc-radius);
  font-family: inherit;
  font-size: 14px;
  line-height: 1.5;
  color: var(--bmc-ink);
  resize: vertical;
  min-height: 100px;
  transition: border-color 0.2s ease, background 0.2s ease;
  box-sizing: border-box;
}

.cta-bmc__textarea::placeholder {
  color: #999;
  font-style: italic;
}

.cta-bmc__textarea:hover {
  border-color: var(--bmc-gold-deep);
}

.cta-bmc__textarea:focus {
  outline: none;
  border-color: var(--bmc-gold-deep);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(191, 169, 124, 0.15);
}

.cta-bmc__file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.cta-bmc__file-label {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  background: var(--bmc-bg);
  border: 1.5px dashed var(--bmc-line);
  border-radius: var(--bmc-radius);
  cursor: pointer;
  font-size: 14px;
  color: var(--bmc-ink-soft);
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.cta-bmc__file-label:hover,
.cta-bmc__file-input:focus + .cta-bmc__file-label {
  border-color: var(--bmc-gold-deep);
  background: var(--bmc-cream);
  color: var(--bmc-ink);
}

.cta-bmc__file-input:focus-visible + .cta-bmc__file-label {
  outline: 2px solid var(--bmc-gold);
  outline-offset: 2px;
}

.cta-bmc__file-label svg {
  flex-shrink: 0;
  color: var(--bmc-gold-deep);
}

.cta-bmc__file-wrap.is-filled .cta-bmc__file-label {
  border-style: solid;
  border-color: var(--bmc-gold);
  background: var(--bmc-cream);
  color: var(--bmc-ink);
}

.cta-bmc__terms {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: var(--bmc-bg);
  border-radius: var(--bmc-radius);
}

.cta-bmc__checkbox {
  flex-shrink: 0;
  margin-top: 3px;
  width: 16px;
  height: 16px;
  accent-color: var(--bmc-gold-deep);
  cursor: pointer;
}

.cta-bmc__terms-label {
  font-size: 13px;
  color: var(--bmc-ink-soft);
  line-height: 1.5;
  cursor: pointer;
}

.cta-bmc__terms-label a {
  color: var(--bmc-gold-deep);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cta-bmc__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--bmc-ink);
  color: #fff;
  border: none;
  padding: 20px 28px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: var(--bmc-radius);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.cta-bmc__submit:hover {
  background: var(--bmc-gold-deep);
  transform: translateY(-1px);
}

.cta-bmc__submit:hover svg {
  transform: translateX(4px);
}

.cta-bmc__submit svg {
  transition: transform 0.2s ease;
}

.cta-bmc__submit:disabled {
  background: #999;
  cursor: not-allowed;
  transform: none;
}

.cta-bmc__reassurance {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--bmc-ink-soft);
  margin: 0;
  line-height: 1.5;
}

.cta-bmc__reassurance svg {
  color: var(--bmc-gold-deep);
  flex-shrink: 0;
}

/* ===== ERROR STATES ===== */
.cta-bmc__error {
  font-size: 12px;
  color: #b3261e;
  margin: 8px 0 0;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.cta-bmc__error::before {
  content: "⚠";
  font-size: 13px;
  line-height: 1;
}

.cta-bmc__textarea.has-error {
  border-color: #b3261e;
  background: #fef6f5;
  box-shadow: 0 0 0 3px rgba(179, 38, 30, 0.1);
}

.cta-bmc__file-wrap.has-error .cta-bmc__file-label {
  border-color: #b3261e;
  background: #fef6f5;
  border-style: solid;
  color: #b3261e;
}

.cta-bmc__file-wrap.has-error .cta-bmc__file-label svg {
  color: #b3261e;
}

.cta-bmc__terms.has-error {
  background: #fef6f5;
  outline: 1px solid #b3261e;
}

/* ===== RESPONSIVE TIGHTENING ===== */
@media (max-width: 600px) {
  .cta-bmc {
    padding: 40px 16px 60px;
  }

  .cta-bmc__hero,
  .cta-bmc__how,
  .cta-bmc__order {
    margin-bottom: 56px;
  }

  .cta-bmc__testimonial {
    padding: 32px 24px;
  }

  .cta-bmc__order-meta,
  .cta-bmc__form {
    padding: 32px 24px;
  }

  .cta-bmc__order-meta-image {
    min-height: 180px;
    max-height: 240px;
  }
}
/* END_SECTION:customea-build-my-cart */

/* START_SECTION:customea-lp-bestsellers (INDEX:36) */
/* ===== Customea LP base (inlined, self-contained) ===== */
.cust-section { padding: 56px 20px; }
    .cust-container { max-width: 1200px; margin: 0 auto; }
    .cust-btn {
      font-family: 'Montserrat', sans-serif;
      display: inline-flex; align-items: center; justify-content: center;
      padding: 16px 24px; font-size: 13px; font-weight: 600;
      letter-spacing: 1.2px; text-transform: uppercase;
      cursor: pointer; transition: all 0.2s; border: none;
      text-align: center; min-height: 48px; text-decoration: none !important;
    }
    .cust-btn--primary { background: #BFA97C !important; color: #000000 !important; }
    .cust-btn--primary:hover { background: #AD974F !important; color: #FFFFFF !important; }
    .cust-btn--secondary {
      background: rgba(255,255,255,0.12) !important; color: #FFFFFF !important;
      border: 1.5px solid #FFFFFF !important; backdrop-filter: blur(4px);
    }
    .cust-btn--secondary:hover { background: #FFFFFF !important; color: #000000 !important; }
    .cust-btn--dark { background: #000000 !important; color: #FFFFFF !important; }
    .cust-btn--dark:hover { background: #3B3838 !important; }
    .cust-btn--outline { background: transparent !important; color: #000000 !important; border: 1.5px solid #000000 !important; }
    .cust-btn--outline:hover { background: #000000 !important; color: #FFFFFF !important; }
    .cust-btn--outline-dark { background: transparent !important; color: #FFFFFF !important; border: 1.5px solid rgba(255,255,255,0.5) !important; }
    .cust-btn--outline-dark:hover { background: #FFFFFF !important; color: #000000 !important; border-color: #FFFFFF !important; }
    .cust-btn--arrow::after { content: ' \2192'; margin-left: 4px; }
    .cust-eyebrow {
      font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase;
      font-weight: 600; color: #AD974F; margin-bottom: 14px;
    }
    .cust-headline {
      font-family: 'Montserrat', sans-serif; font-weight: 600;
      font-size: 28px; line-height: 1.18; color: #000000;
      margin-bottom: 20px; letter-spacing: -0.4px;
    }
    .cust-headline em { font-style: normal; color: #AD974F; }
    .cust-sub { font-size: 15px; color: #6B6864; line-height: 1.7; }
    @media (min-width: 768px) {
      .cust-section { padding: 96px 32px; }
      .cust-headline { font-size: 42px; line-height: 1.1; }
      .cust-sub { font-size: 16px; }
    }

.cust-gallery { background: #EDE8DD; }
.cust-gallery__header { margin-bottom: 32px; text-align: center; }
.cust-gallery__header .cust-headline,
.cust-gallery__header .cust-sub { margin-left: auto; margin-right: auto; }
.cust-gallery__header .cust-headline { max-width: 720px; }
.cust-gallery__header .cust-sub { max-width: 600px; }
.cust-gallery__grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.cust-gallery__item { cursor: pointer; overflow: hidden; text-decoration: none; color: inherit !important; display: block; background: #FFFFFF; }
.cust-gallery__image { aspect-ratio: 4/5; background-size: cover; background-position: center; background-color: #D8D1C3 !important; transition: transform 0.4s ease; }
.cust-gallery__item:hover .cust-gallery__image { transform: scale(1.04); }
.cust-gallery__info { padding: 16px; }
.cust-gallery__tag { font-size: 10px; text-transform: uppercase; letter-spacing: 1.5px; color: #AD974F !important; font-weight: 600; margin-bottom: 6px; }
.cust-gallery__name { font-size: 14px; font-weight: 600; color: #000000 !important; margin-bottom: 4px; }
.cust-gallery__meta { font-size: 12px; color: #6B6864 !important; line-height: 1.5; }
.cust-gallery__cta { text-align: center; margin-top: 32px; }
@media (min-width: 768px) {
  .cust-gallery__grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }
}

/* richtext inner <p> colour overrides — beat theme global p{} rule */
.cust-headline p { color: #000000 !important; }
.cust-headline p em { color: #AD974F !important; font-style: normal !important; }
/* END_SECTION:customea-lp-bestsellers */

/* START_SECTION:customea-lp-cost-example (INDEX:37) */
/* ===== Customea LP base (inlined, self-contained) ===== */
.cust-section { padding: 56px 20px; }
    .cust-container { max-width: 1200px; margin: 0 auto; }
    .cust-btn {
      font-family: 'Montserrat', sans-serif;
      display: inline-flex; align-items: center; justify-content: center;
      padding: 16px 24px; font-size: 13px; font-weight: 600;
      letter-spacing: 1.2px; text-transform: uppercase;
      cursor: pointer; transition: all 0.2s; border: none;
      text-align: center; min-height: 48px; text-decoration: none !important;
    }
    .cust-btn--primary { background: #BFA97C !important; color: #000000 !important; }
    .cust-btn--primary:hover { background: #AD974F !important; color: #FFFFFF !important; }
    .cust-btn--secondary {
      background: rgba(255,255,255,0.12) !important; color: #FFFFFF !important;
      border: 1.5px solid #FFFFFF !important; backdrop-filter: blur(4px);
    }
    .cust-btn--secondary:hover { background: #FFFFFF !important; color: #000000 !important; }
    .cust-btn--dark { background: #000000 !important; color: #FFFFFF !important; }
    .cust-btn--dark:hover { background: #3B3838 !important; }
    .cust-btn--outline { background: transparent !important; color: #000000 !important; border: 1.5px solid #000000 !important; }
    .cust-btn--outline:hover { background: #000000 !important; color: #FFFFFF !important; }
    .cust-btn--outline-dark { background: transparent !important; color: #FFFFFF !important; border: 1.5px solid rgba(255,255,255,0.5) !important; }
    .cust-btn--outline-dark:hover { background: #FFFFFF !important; color: #000000 !important; border-color: #FFFFFF !important; }
    .cust-btn--arrow::after { content: ' \2192'; margin-left: 4px; }
    .cust-eyebrow {
      font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase;
      font-weight: 600; color: #AD974F; margin-bottom: 14px;
    }
    .cust-headline {
      font-family: 'Montserrat', sans-serif; font-weight: 600;
      font-size: 28px; line-height: 1.18; color: #000000;
      margin-bottom: 20px; letter-spacing: -0.4px;
    }
    .cust-headline em { font-style: normal; color: #AD974F; }
    .cust-sub { font-size: 15px; color: #6B6864; line-height: 1.7; }
    @media (min-width: 768px) {
      .cust-section { padding: 96px 32px; }
      .cust-headline { font-size: 42px; line-height: 1.1; }
      .cust-sub { font-size: 16px; }
    }

.cust-cost { background: #FFFFFF; }
.cust-cost__header { margin-bottom: 28px; text-align: center; }
.cust-cost__header .cust-headline,
.cust-cost__header .cust-sub { margin-left: auto; margin-right: auto; }
.cust-cost__header .cust-headline { max-width: 720px; }
.cust-cost__header .cust-sub { max-width: 600px; }
.cust-cost__anchor { background: #EDE8DD; border-left: 3px solid #3B3838; padding: 16px 20px; margin: 24px 0 28px; }
.cust-cost__anchor-label { font-size: 10px; text-transform: uppercase; letter-spacing: 2px; color: #6B6864 !important; font-weight: 600; margin-bottom: 6px; }
.cust-cost__anchor-text { font-size: 14px; color: #3B3838 !important; line-height: 1.6; }
.cust-cost__anchor-text strong { color: #000000 !important; font-weight: 600; }
.cust-cost__frame { background: #EDE8DD; border: 1px solid #D8D1C3; padding: 24px 20px; }
.cust-cost__spec { text-align: center; margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid #D8D1C3; }
.cust-cost__spec-label { font-size: 10px; text-transform: uppercase; letter-spacing: 2px; color: #AD974F !important; font-weight: 600; margin-bottom: 10px; }
.cust-cost__spec-text { font-size: 16px; font-weight: 600; color: #000000 !important; line-height: 1.4; }
.cust-cost__tiers { display: flex; flex-direction: column; }
.cust-cost__tier { padding: 14px 16px; border-bottom: 1px solid #D8D1C3; display: flex; justify-content: space-between; align-items: center; gap: 12px; background: #FFFFFF; position: relative; }
.cust-cost__tier--popular { background: #E5DCC4; border: 2px solid #BFA97C; margin: 4px 0; }
.cust-cost__popular-tag { position: absolute; top: -10px; left: 16px; background: #BFA97C; color: #000000 !important; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; padding: 3px 10px; }
.cust-cost__tier-info { flex: 1; }
.cust-cost__tier-name { font-size: 14px; font-weight: 600; color: #000000 !important; line-height: 1.3; margin-bottom: 2px; }
.cust-cost__tier-per { font-size: 11px; color: #6B6864 !important; }
.cust-cost__tier-price { font-size: 18px; font-weight: 600; color: #000000 !important; text-align: right; }
.cust-cost__footnote { margin-top: 16px; font-size: 12px; color: #6B6864 !important; line-height: 1.6; text-align: center; }
.cust-cost__cta { text-align: center; margin-top: 28px; }
.cust-cost__cta-text { font-size: 13px; color: #6B6864 !important; text-transform: uppercase; letter-spacing: 1.5px; font-weight: 600; margin-bottom: 16px; }
.cust-cost__cta-buttons { display: flex; flex-direction: column; gap: 10px; align-items: center; margin-bottom: 18px; }
.cust-cost__cta-sub { font-size: 13px; color: #6B6864 !important; line-height: 1.7; max-width: 480px; margin: 16px auto 0; }
.cust-cost__cta-sub strong { color: #000000 !important; font-weight: 600; }
@media (min-width: 768px) {
  .cust-cost__anchor { padding: 20px 24px; }
  .cust-cost__frame { padding: 36px 32px; }
  .cust-cost__tier { padding: 18px 24px; }
  .cust-cost__tier-name { font-size: 16px; }
  .cust-cost__tier-per { font-size: 12px; }
  .cust-cost__tier-price { font-size: 22px; }
  .cust-cost__cta-buttons { flex-direction: row; gap: 12px; justify-content: center; }
}

/* richtext inner <p> colour overrides — beat theme global p{} rule */
.cust-headline p { color: #000000 !important; }
.cust-headline p em { color: #AD974F !important; font-style: normal !important; }
.cust-cost__anchor-text p { color: #3B3838 !important; }
.cust-cost__cta-sub p { color: #6B6864 !important; }
/* END_SECTION:customea-lp-cost-example */

/* START_SECTION:customea-lp-faq (INDEX:38) */
/* ===== Customea LP base (inlined, self-contained) ===== */
.cust-section { padding: 56px 20px; }
    .cust-container { max-width: 1200px; margin: 0 auto; }
    .cust-btn {
      font-family: 'Montserrat', sans-serif;
      display: inline-flex; align-items: center; justify-content: center;
      padding: 16px 24px; font-size: 13px; font-weight: 600;
      letter-spacing: 1.2px; text-transform: uppercase;
      cursor: pointer; transition: all 0.2s; border: none;
      text-align: center; min-height: 48px; text-decoration: none !important;
    }
    .cust-btn--primary { background: #BFA97C !important; color: #000000 !important; }
    .cust-btn--primary:hover { background: #AD974F !important; color: #FFFFFF !important; }
    .cust-btn--secondary {
      background: rgba(255,255,255,0.12) !important; color: #FFFFFF !important;
      border: 1.5px solid #FFFFFF !important; backdrop-filter: blur(4px);
    }
    .cust-btn--secondary:hover { background: #FFFFFF !important; color: #000000 !important; }
    .cust-btn--dark { background: #000000 !important; color: #FFFFFF !important; }
    .cust-btn--dark:hover { background: #3B3838 !important; }
    .cust-btn--outline { background: transparent !important; color: #000000 !important; border: 1.5px solid #000000 !important; }
    .cust-btn--outline:hover { background: #000000 !important; color: #FFFFFF !important; }
    .cust-btn--outline-dark { background: transparent !important; color: #FFFFFF !important; border: 1.5px solid rgba(255,255,255,0.5) !important; }
    .cust-btn--outline-dark:hover { background: #FFFFFF !important; color: #000000 !important; border-color: #FFFFFF !important; }
    .cust-btn--arrow::after { content: ' \2192'; margin-left: 4px; }
    .cust-eyebrow {
      font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase;
      font-weight: 600; color: #AD974F; margin-bottom: 14px;
    }
    .cust-headline {
      font-family: 'Montserrat', sans-serif; font-weight: 600;
      font-size: 28px; line-height: 1.18; color: #000000;
      margin-bottom: 20px; letter-spacing: -0.4px;
    }
    .cust-headline em { font-style: normal; color: #AD974F; }
    .cust-sub { font-size: 15px; color: #6B6864; line-height: 1.7; }
    @media (min-width: 768px) {
      .cust-section { padding: 96px 32px; }
      .cust-headline { font-size: 42px; line-height: 1.1; }
      .cust-sub { font-size: 16px; }
    }

.cust-faq { background: #FFFFFF; }
.cust-faq__grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
.cust-faq__header { margin-bottom: 0; }
.cust-faq__item { border-bottom: 1px solid #D8D1C3; padding: 20px 0; }
.cust-faq__question {
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  font-size: 15px; font-weight: 600; color: #000000 !important; line-height: 1.4;
  cursor: pointer; list-style: none;
}
.cust-faq__question::-webkit-details-marker { display: none; }
.cust-faq__toggle { font-size: 22px; font-weight: 400; color: #AD974F !important; transition: transform 0.2s; flex-shrink: 0; line-height: 1; }
.cust-faq__item[open] .cust-faq__toggle { transform: rotate(45deg); }
.cust-faq__answer { margin-top: 14px; font-size: 14px; color: #6B6864 !important; line-height: 1.75; }
.cust-faq__answer a { color: #AD974F !important; text-decoration: underline; }
.cust-faq__answer strong { color: #000000 !important; font-weight: 600; }
@media (min-width: 768px) {
  .cust-faq__grid { grid-template-columns: 1fr 1.5fr; gap: 64px; }
}

/* richtext inner <p> colour overrides — beat theme global p{} rule */
.cust-headline p { color: #000000 !important; }
.cust-headline p em { color: #AD974F !important; font-style: normal !important; }
.cust-faq__answer p { color: #6B6864 !important; }
/* END_SECTION:customea-lp-faq */

/* START_SECTION:customea-lp-final-cta (INDEX:39) */
/* ===== Customea LP base (inlined, self-contained) ===== */
.cust-section { padding: 56px 20px; }
    .cust-container { max-width: 1200px; margin: 0 auto; }
    .cust-btn {
      font-family: 'Montserrat', sans-serif;
      display: inline-flex; align-items: center; justify-content: center;
      padding: 16px 24px; font-size: 13px; font-weight: 600;
      letter-spacing: 1.2px; text-transform: uppercase;
      cursor: pointer; transition: all 0.2s; border: none;
      text-align: center; min-height: 48px; text-decoration: none !important;
    }
    .cust-btn--primary { background: #BFA97C !important; color: #000000 !important; }
    .cust-btn--primary:hover { background: #AD974F !important; color: #FFFFFF !important; }
    .cust-btn--secondary {
      background: rgba(255,255,255,0.12) !important; color: #FFFFFF !important;
      border: 1.5px solid #FFFFFF !important; backdrop-filter: blur(4px);
    }
    .cust-btn--secondary:hover { background: #FFFFFF !important; color: #000000 !important; }
    .cust-btn--dark { background: #000000 !important; color: #FFFFFF !important; }
    .cust-btn--dark:hover { background: #3B3838 !important; }
    .cust-btn--outline { background: transparent !important; color: #000000 !important; border: 1.5px solid #000000 !important; }
    .cust-btn--outline:hover { background: #000000 !important; color: #FFFFFF !important; }
    .cust-btn--outline-dark { background: transparent !important; color: #FFFFFF !important; border: 1.5px solid rgba(255,255,255,0.5) !important; }
    .cust-btn--outline-dark:hover { background: #FFFFFF !important; color: #000000 !important; border-color: #FFFFFF !important; }
    .cust-btn--arrow::after { content: ' \2192'; margin-left: 4px; }
    .cust-eyebrow {
      font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase;
      font-weight: 600; color: #AD974F; margin-bottom: 14px;
    }
    .cust-headline {
      font-family: 'Montserrat', sans-serif; font-weight: 600;
      font-size: 28px; line-height: 1.18; color: #000000;
      margin-bottom: 20px; letter-spacing: -0.4px;
    }
    .cust-headline em { font-style: normal; color: #AD974F; }
    .cust-sub { font-size: 15px; color: #6B6864; line-height: 1.7; }
    @media (min-width: 768px) {
      .cust-section { padding: 96px 32px; }
      .cust-headline { font-size: 42px; line-height: 1.1; }
      .cust-sub { font-size: 16px; }
    }

.cust-final { position: relative; overflow: hidden; color: #FFFFFF !important; text-align: center; padding: 80px 20px; }
.cust-final__bg { position: absolute; inset: 0; background-size: cover; background-position: center; z-index: 1; }
.cust-final__bg--placeholder { background: #3B3838; }
.cust-final__overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.65); z-index: 2; }
.cust-final__inner { position: relative; z-index: 3; }
.cust-final__eyebrow { font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase; font-weight: 600; color: #BFA97C !important; margin-bottom: 14px; }
.cust-final__headline { font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 28px; line-height: 1.18; color: #FFFFFF !important; margin: 0 auto 16px; letter-spacing: -0.4px; }
.cust-final__headline em { font-style: normal !important; color: #BFA97C !important; }
.cust-final__sub { font-size: 16px; color: rgba(255,255,255,0.9) !important; margin: 0 auto 28px; line-height: 1.6; max-width: 560px; }
.cust-final__buttons { display: flex; flex-direction: column; gap: 10px; max-width: 320px; margin: 0 auto; }
.cust-sticky {
  position: fixed; bottom: 0; left: 0; right: 0; background: #BFA97C;
  padding: 12px 16px; z-index: 200; box-shadow: 0 -4px 16px rgba(0,0,0,0.15);
  transform: translateY(100%); transition: transform 0.3s ease;
}
.cust-sticky.is-visible { transform: translateY(0); }
.cust-sticky__content { display: flex; align-items: center; justify-content: space-between; max-width: 600px; margin: 0 auto; gap: 12px; }
.cust-sticky__text { font-size: 12px; font-weight: 600; color: #000000 !important; line-height: 1.3; }
.cust-sticky__text strong { display: block; font-size: 13px; }
.cust-sticky__btn {
  background: #000000; color: #FFFFFF !important; padding: 12px 18px; font-size: 11px;
  font-weight: 600; letter-spacing: 1px; text-transform: uppercase;
  text-decoration: none; white-space: nowrap; min-height: 44px;
  display: inline-flex; align-items: center;
}
@media (min-width: 768px) {
  .cust-final { padding: 120px 32px; }
  .cust-final__headline { font-size: 42px; line-height: 1.1; }
  .cust-final__buttons { flex-direction: row; max-width: none; justify-content: center; }
  .cust-sticky { display: none; }
}

/* richtext inner <p> colour overrides — beat theme global p{} rule */
.cust-final__headline p { color: #FFFFFF !important; }
.cust-final__headline p em { color: #BFA97C !important; font-style: normal !important; }
/* END_SECTION:customea-lp-final-cta */

/* START_SECTION:customea-lp-finishing-pieces (INDEX:40) */
/* ===== Customea LP base (inlined, self-contained) ===== */
.cust-section { padding: 56px 20px; }
    .cust-container { max-width: 1200px; margin: 0 auto; }
    .cust-btn {
      font-family: 'Montserrat', sans-serif;
      display: inline-flex; align-items: center; justify-content: center;
      padding: 16px 24px; font-size: 13px; font-weight: 600;
      letter-spacing: 1.2px; text-transform: uppercase;
      cursor: pointer; transition: all 0.2s; border: none;
      text-align: center; min-height: 48px; text-decoration: none !important;
    }
  .cust-finishing .cust-btn--primary { background: #BFA97C !important; color: #000000 !important; }
  .cust-finishing .cust-btn--primary:hover { background: #AD974F !important; color: #FFFFFF !important; }
    .cust-btn--secondary {
      background: rgba(255,255,255,0.12) !important; color: #FFFFFF !important;
      border: 1.5px solid #FFFFFF !important; backdrop-filter: blur(4px);
    }
  .cust-finishing .cust-btn--secondary:hover { background: #FFFFFF !important; color: #000000 !important; }
  .cust-finishing .cust-btn--dark { background: #000000 !important; color: #FFFFFF !important; }
    .cust-btn--dark:hover { background: #3B3838 !important; }
  .cust-finishing .cust-btn--outline { background: transparent !important; color: #000000 !important; border: 1.5px solid #000000 !important; }
  .cust-finishing .cust-btn--outline:hover { background: #000000 !important; color: #FFFFFF !important; }
  .cust-finishing .cust-btn--outline-dark { background: transparent !important; color: #FFFFFF !important; border: 1.5px solid rgba(255,255,255,0.5) !important; }
  .cust-finishing .cust-btn--outline-dark:hover { background: #FFFFFF !important; color: #000000 !important; border-color: #FFFFFF !important; }
    .cust-btn--arrow::after { content: ' \2192'; margin-left: 4px; }
    .cust-eyebrow {
      font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase;
      font-weight: 600; color: #AD974F; margin-bottom: 14px;
    }
    .cust-headline {
      font-family: 'Montserrat', sans-serif; font-weight: 600;
      font-size: 28px; line-height: 1.18; color: #000000;
      margin-bottom: 20px; letter-spacing: -0.4px;
    }
  .cust-finishing .cust-headline em { font-style: normal; color: #AD974F; }
  .cust-finishing .cust-sub { font-size: 15px; color: #6B6864; line-height: 1.7; }
    @media (min-width: 768px) {
      .cust-section { padding: 96px 32px; }
      .cust-headline { font-size: 42px; line-height: 1.1; }
      .cust-sub { font-size: 16px; }
    }

.cust-finishing { background: #3B3838; color: #FFFFFF !important; }
  .cust-finishing .cust-eyebrow--gold { color: #BFA97C !important; }
  .cust-finishing .cust-headline--light { color: #FFFFFF !important; }
  .cust-finishing .cust-headline--light em { font-style: normal !important; color: #BFA97C !important; }
  .cust-finishing .cust-sub--light { color: rgba(255,255,255,0.85) !important; }
.cust-finishing__header { text-align: center; margin-bottom: 32px; }
.cust-finishing__header .cust-headline,
.cust-finishing__header .cust-sub { margin-left: auto; margin-right: auto; }
.cust-finishing__header .cust-headline { max-width: 720px; }
.cust-finishing__header .cust-sub { max-width: 600px; }
.cust-feature {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(191,169,124,0.3);
  margin-top: 16px;
}
.cust-feature__image {
  aspect-ratio: 16/10; background-position: center top;
  background-repeat: no-repeat; background-color: #F4EFE5 !important;
}
.cust-feature__text { padding: 28px 24px; }
  .cust-finishing .cust-feature__eyebrow { font-size: 10px; text-transform: uppercase; letter-spacing: 2px; color: #BFA97C !important; font-weight: 600; margin-bottom: 12px; }
  .cust-finishing .cust-feature__headline { font-size: 22px; font-weight: 600; color: #FFFFFF !important; line-height: 1.3; margin-bottom: 14px; }
  .cust-finishing .cust-feature__headline em { font-style: normal !important; color: #BFA97C !important; }
  .cust-finishing .cust-feature__body { font-size: 14px; color: rgba(255,255,255,0.85) !important; line-height: 1.7; }
.cust-feature__body p { margin-bottom: 16px; }
  .cust-finishing .cust-feature__body strong { color: #FFFFFF !important; font-weight: 600; }
.cust-feature__cta { margin-top: 16px; }
.cust-finishing__tiles { margin-top: 40px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.12); }
  .cust-finishing__tiles-label { font-size: 11px; text-transform: uppercase; letter-spacing: 2.5px; color: #BFA97C !important; font-weight: 600; margin-bottom: 20px; text-align: center; }
.cust-finishing__tiles-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
  .cust-finishing__tile { padding: 16px 20px; background: rgba(255,255,255,0.03); border-left: 2px solid #BFA97C; text-decoration: none; color: inherit !important; display: block; transition: background 0.2s; }
.cust-finishing__tile:hover { background: rgba(255,255,255,0.08); }
  .cust-finishing__tile-name { font-size: 14px; font-weight: 600; color: #FFFFFF !important; margin-bottom: 4px; }
  .cust-finishing__tile-desc { font-size: 12px; color: rgba(255,255,255,0.7) !important; line-height: 1.5; }
@media (min-width: 768px) {
  .cust-feature { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
  .cust-feature--image-right .cust-feature__image { order: 2; }
  .cust-feature__image { aspect-ratio: auto; min-height: 400px; }
  .cust-feature__text { padding: 40px 36px; display: flex; flex-direction: column; justify-content: center; }
  .cust-feature__headline { font-size: 28px; }
  .cust-finishing__tiles-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
}

/* richtext inner <p> colour overrides — beat theme global p{} rule */
  .cust-finishing .cust-headline--light p { color: #FFFFFF !important; }
  .cust-finishing .cust-headline--light p em { color: #BFA97C !important; font-style: normal !important; }
  .cust-finishing .cust-feature__headline p { color: #FFFFFF !important; }
  .cust-finishing .cust-feature__headline p em { color: #BFA97C !important; font-style: normal !important; }
  .cust-finishing .cust-feature__body p { color: rgba(255,255,255,0.85) !important; }

/* gold accent span — replaces richtext <em>, immune to theme em{} */
.cust-gold-accent { color: #BFA97C !important; font-style: normal !important; font-weight: inherit !important; }
.cust-finishing .cust-gold-accent,
.cust-hero .cust-gold-accent,
.cust-final .cust-gold-accent { color: #BFA97C !important; }
.cust-samples .cust-gold-accent { color: #FFFFFF !important; }
/* END_SECTION:customea-lp-finishing-pieces */

/* START_SECTION:customea-lp-hero (INDEX:41) */
/* ===== Customea LP base (inlined, self-contained) ===== */
.cust-section { padding: 56px 20px; }
    .cust-container { max-width: 1200px; margin: 0 auto; }
    .cust-btn {
      font-family: 'Montserrat', sans-serif;
      display: inline-flex; align-items: center; justify-content: center;
      padding: 16px 24px; font-size: 13px; font-weight: 600;
      letter-spacing: 1.2px; text-transform: uppercase;
      cursor: pointer; transition: all 0.2s; border: none;
      text-align: center; min-height: 48px; text-decoration: none !important;
    }
    .cust-btn--primary { background: #BFA97C !important; color: #000000 !important; }
    .cust-btn--primary:hover { background: #AD974F !important; color: #FFFFFF !important; }
    .cust-btn--secondary {
      background: rgba(255,255,255,0.12) !important; color: #FFFFFF !important;
      border: 1.5px solid #FFFFFF !important; backdrop-filter: blur(4px);
    }
    .cust-btn--secondary:hover { background: #FFFFFF !important; color: #000000 !important; }
    .cust-btn--dark { background: #000000 !important; color: #FFFFFF !important; }
    .cust-btn--dark:hover { background: #3B3838 !important; }
    .cust-btn--outline { background: transparent !important; color: #000000 !important; border: 1.5px solid #000000 !important; }
    .cust-btn--outline:hover { background: #000000 !important; color: #FFFFFF !important; }
    .cust-btn--outline-dark { background: transparent !important; color: #FFFFFF !important; border: 1.5px solid rgba(255,255,255,0.5) !important; }
    .cust-btn--outline-dark:hover { background: #FFFFFF !important; color: #000000 !important; border-color: #FFFFFF !important; }
    .cust-btn--arrow::after { content: ' \2192'; margin-left: 4px; }
    .cust-eyebrow {
      font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase;
      font-weight: 600; color: #AD974F; margin-bottom: 14px;
    }
    .cust-headline {
      font-family: 'Montserrat', sans-serif; font-weight: 600;
      font-size: 28px; line-height: 1.18; color: #000000;
      margin-bottom: 20px; letter-spacing: -0.4px;
    }
    .cust-headline em { font-style: normal; color: #AD974F; }
    .cust-sub { font-size: 15px; color: #6B6864; line-height: 1.7; }
    @media (min-width: 768px) {
      .cust-section { padding: 96px 32px; }
      .cust-headline { font-size: 42px; line-height: 1.1; }
      .cust-sub { font-size: 16px; }
    }

.cust-hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: flex-end; overflow: hidden;
}
.cust-hero__image {
  position: absolute; inset: 0;
  background-size: cover; background-position: center; z-index: 1;
}
.cust-hero__image--placeholder { background: #3B3838; }
.cust-hero__overlay {
  position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.65) 70%, rgba(0,0,0,0.85) 100%);
}
.cust-hero__content {
  position: relative; z-index: 3; width: 100%;
  padding: 32px 20px 40px; color: #FFFFFF !important;
}
.cust-hero__eyebrow {
  font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase;
  font-weight: 600; color: #BFA97C !important; margin-bottom: 16px;
}
.cust-hero__headline {
  font-family: 'Montserrat', sans-serif; font-weight: 600;
  font-size: 38px; line-height: 1.1; margin-bottom: 16px; letter-spacing: -0.8px;
  color: #FFFFFF !important;
}
.cust-hero__headline em { font-style: normal !important; color: #BFA97C !important; }
.cust-hero__sub {
  font-size: 16px; font-weight: 400; line-height: 1.55;
  margin-bottom: 24px; opacity: 0.95; color: #FFFFFF !important;
}
.cust-hero__ctas { display: flex; flex-direction: column; gap: 10px; }
@media (min-width: 768px) {
  .cust-hero { min-height: 88vh; align-items: center; }
  .cust-hero__overlay {
    background: linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0) 100%);
  }
  .cust-hero__content { max-width: 1200px; margin: 0 auto; padding: 80px 48px; }
  .cust-hero__eyebrow { font-size: 11px; letter-spacing: 3.5px; margin-bottom: 24px; }
  .cust-hero__headline { font-size: 64px; line-height: 1.05; max-width: 700px; letter-spacing: -1px; margin-bottom: 24px; }
  .cust-hero__sub { font-size: 18px; max-width: 540px; margin-bottom: 36px; }
  .cust-hero__ctas { flex-direction: row; gap: 12px; max-width: 520px; }
}

/* richtext inner <p> colour overrides — beat theme global p{} rule */
.cust-hero__headline p { color: #FFFFFF !important; }
.cust-hero__headline p em { color: #BFA97C !important; font-style: normal !important; }
/* END_SECTION:customea-lp-hero */

/* START_SECTION:customea-lp-how-it-works (INDEX:42) */
/* ===== Customea LP base (inlined, self-contained) ===== */
.cust-section { padding: 56px 20px; }
    .cust-container { max-width: 1200px; margin: 0 auto; }
    .cust-btn {
      font-family: 'Montserrat', sans-serif;
      display: inline-flex; align-items: center; justify-content: center;
      padding: 16px 24px; font-size: 13px; font-weight: 600;
      letter-spacing: 1.2px; text-transform: uppercase;
      cursor: pointer; transition: all 0.2s; border: none;
      text-align: center; min-height: 48px; text-decoration: none !important;
    }
    .cust-btn--primary { background: #BFA97C !important; color: #000000 !important; }
    .cust-btn--primary:hover { background: #AD974F !important; color: #FFFFFF !important; }
    .cust-btn--secondary {
      background: rgba(255,255,255,0.12) !important; color: #FFFFFF !important;
      border: 1.5px solid #FFFFFF !important; backdrop-filter: blur(4px);
    }
    .cust-btn--secondary:hover { background: #FFFFFF !important; color: #000000 !important; }
    .cust-btn--dark { background: #000000 !important; color: #FFFFFF !important; }
    .cust-btn--dark:hover { background: #3B3838 !important; }
    .cust-btn--outline { background: transparent !important; color: #000000 !important; border: 1.5px solid #000000 !important; }
    .cust-btn--outline:hover { background: #000000 !important; color: #FFFFFF !important; }
    .cust-btn--outline-dark { background: transparent !important; color: #FFFFFF !important; border: 1.5px solid rgba(255,255,255,0.5) !important; }
    .cust-btn--outline-dark:hover { background: #FFFFFF !important; color: #000000 !important; border-color: #FFFFFF !important; }
    .cust-btn--arrow::after { content: ' \2192'; margin-left: 4px; }
    .cust-eyebrow {
      font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase;
      font-weight: 600; color: #AD974F; margin-bottom: 14px;
    }
    .cust-headline {
      font-family: 'Montserrat', sans-serif; font-weight: 600;
      font-size: 28px; line-height: 1.18; color: #000000;
      margin-bottom: 20px; letter-spacing: -0.4px;
    }
    .cust-headline em { font-style: normal; color: #AD974F; }
    .cust-sub { font-size: 15px; color: #6B6864; line-height: 1.7; }
    @media (min-width: 768px) {
      .cust-section { padding: 96px 32px; }
      .cust-headline { font-size: 42px; line-height: 1.1; }
      .cust-sub { font-size: 16px; }
    }

.cust-journey { background: #FFFFFF; }
.cust-journey__header { margin-bottom: 36px; }
.cust-journey__track { display: flex; flex-direction: column; gap: 32px; }
.cust-journey__step { position: relative; padding-left: 64px; }
.cust-journey__dot {
  position: absolute; left: 0; top: 0; width: 48px; height: 48px;
  border-radius: 50%; background: #BFA97C; border: 1.5px solid #BFA97C;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; font-weight: 600; color: #FFFFFF !important;
}
.cust-journey__actor { font-size: 10px; text-transform: uppercase; letter-spacing: 1.8px; color: #AD974F !important; margin-bottom: 6px; font-weight: 600; }
.cust-journey__title { font-size: 17px; font-weight: 600; color: #000000 !important; margin-bottom: 8px; }
.cust-journey__text { font-size: 14px; color: #6B6864 !important; line-height: 1.7; }
.cust-journey__text a { color: #AD974F !important; text-decoration: underline; }
.cust-journey__text strong { color: #000000 !important; font-weight: 600; }
.cust-journey__cta { text-align: center; margin-top: 36px; display: flex; flex-direction: column; gap: 10px; align-items: center; }
.cust-journey__divider { font-size: 11px; color: #6B6864 !important; letter-spacing: 1.5px; text-transform: uppercase; margin: 8px 0; }
.cust-journey__plan { font-size: 13px; color: #3B3838 !important; line-height: 1.5; max-width: 420px; margin: 0 auto; }
.cust-journey__plan strong { color: #000000 !important; font-weight: 600; }
.cust-journey__plan--tertiary { margin-top: 8px; }
.cust-journey__plan a { color: #AD974F !important; text-decoration: underline; font-weight: 600; }
.cust-journey__header { text-align: center; }
.cust-journey__header .cust-headline,
.cust-journey__header .cust-sub { margin-left: auto; margin-right: auto; }
.cust-journey__header .cust-headline { max-width: 720px; }
.cust-journey__header .cust-sub { max-width: 600px; }
@media (min-width: 768px) {
  .cust-journey__track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
  .cust-journey__step { padding-left: 0; text-align: center; }
  .cust-journey__dot { position: static; margin: 0 auto 20px; width: 56px; height: 56px; font-size: 18px; }
}

/* richtext inner <p> colour overrides — beat theme global p{} rule */
.cust-headline p { color: #000000 !important; }
.cust-headline p em { color: #AD974F !important; font-style: normal !important; }
.cust-journey__text p { color: #6B6864 !important; }
.cust-journey__plan p { color: #3B3838 !important; }
/* END_SECTION:customea-lp-how-it-works */

/* START_SECTION:customea-lp-problem-solution (INDEX:43) */
/* ===== Customea LP base (inlined, self-contained) ===== */
.cust-section { padding: 56px 20px; }
    .cust-container { max-width: 1200px; margin: 0 auto; }
    .cust-btn {
      font-family: 'Montserrat', sans-serif;
      display: inline-flex; align-items: center; justify-content: center;
      padding: 16px 24px; font-size: 13px; font-weight: 600;
      letter-spacing: 1.2px; text-transform: uppercase;
      cursor: pointer; transition: all 0.2s; border: none;
      text-align: center; min-height: 48px; text-decoration: none !important;
    }
    .cust-btn--primary { background: #BFA97C !important; color: #000000 !important; }
    .cust-btn--primary:hover { background: #AD974F !important; color: #FFFFFF !important; }
    .cust-btn--secondary {
      background: rgba(255,255,255,0.12) !important; color: #FFFFFF !important;
      border: 1.5px solid #FFFFFF !important; backdrop-filter: blur(4px);
    }
    .cust-btn--secondary:hover { background: #FFFFFF !important; color: #000000 !important; }
    .cust-btn--dark { background: #000000 !important; color: #FFFFFF !important; }
    .cust-btn--dark:hover { background: #3B3838 !important; }
    .cust-btn--outline { background: transparent !important; color: #000000 !important; border: 1.5px solid #000000 !important; }
    .cust-btn--outline:hover { background: #000000 !important; color: #FFFFFF !important; }
    .cust-btn--outline-dark { background: transparent !important; color: #FFFFFF !important; border: 1.5px solid rgba(255,255,255,0.5) !important; }
    .cust-btn--outline-dark:hover { background: #FFFFFF !important; color: #000000 !important; border-color: #FFFFFF !important; }
    .cust-btn--arrow::after { content: ' \2192'; margin-left: 4px; }
    .cust-eyebrow {
      font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase;
      font-weight: 600; color: #AD974F; margin-bottom: 14px;
    }
    .cust-headline {
      font-family: 'Montserrat', sans-serif; font-weight: 600;
      font-size: 28px; line-height: 1.18; color: #000000;
      margin-bottom: 20px; letter-spacing: -0.4px;
    }
    .cust-headline em { font-style: normal; color: #AD974F; }
    .cust-sub { font-size: 15px; color: #6B6864; line-height: 1.7; }
    @media (min-width: 768px) {
      .cust-section { padding: 96px 32px; }
      .cust-headline { font-size: 42px; line-height: 1.1; }
      .cust-sub { font-size: 16px; }
    }

.cust-problem { background: #F4EFE5; }
.cust-problem__header { text-align: center; margin-bottom: 36px; }
.cust-problem__header .cust-headline { margin-left: auto; margin-right: auto; max-width: 720px; }
.cust-problem__pair { display: flex; flex-direction: column; border: 1px solid #D8D1C3; background: #FFFFFF; }
.cust-problem__side { padding: 28px 24px; }
.cust-problem__side--problem { background: #EDE8DD; border-bottom: 1px solid #D8D1C3; }
.cust-ps__label { font-size: 10px; text-transform: uppercase; letter-spacing: 2.5px; font-weight: 600; margin-bottom: 12px; }
.cust-ps__label--problem { color: #6B6864 !important; }
.cust-ps__label--solution { color: #AD974F !important; }
.cust-ps__headline { font-size: 20px; font-weight: 600; color: #000000 !important; line-height: 1.3; margin-bottom: 12px; }
.cust-ps__text { font-size: 14px; color: #6B6864 !important; line-height: 1.7; }
.cust-ps__text strong { color: #000000 !important; font-weight: 600; }
.cust-problem__cta { margin-top: 32px; text-align: center; }
@media (min-width: 768px) {
  .cust-problem__pair { flex-direction: row; }
  .cust-problem__side { flex: 1; padding: 40px 32px; }
  .cust-problem__side--problem { border-bottom: none; border-right: 1px solid #D8D1C3; }
  .cust-ps__headline { font-size: 24px; }
}

/* richtext inner <p> colour overrides — beat theme global p{} rule */
.cust-headline p { color: #000000 !important; }
.cust-headline p em { color: #AD974F !important; font-style: normal !important; }
.cust-ps__text p { color: #6B6864 !important; }
/* END_SECTION:customea-lp-problem-solution */

/* START_SECTION:customea-lp-samples-cta (INDEX:44) */
/* ===== Customea LP base (inlined, self-contained) ===== */
.cust-section { padding: 56px 20px; }
    .cust-container { max-width: 1200px; margin: 0 auto; }
    .cust-btn {
      font-family: 'Montserrat', sans-serif;
      display: inline-flex; align-items: center; justify-content: center;
      padding: 16px 24px; font-size: 13px; font-weight: 600;
      letter-spacing: 1.2px; text-transform: uppercase;
      cursor: pointer; transition: all 0.2s; border: none;
      text-align: center; min-height: 48px; text-decoration: none !important;
    }
    .cust-btn--primary { background: #BFA97C !important; color: #000000 !important; }
    .cust-btn--primary:hover { background: #AD974F !important; color: #FFFFFF !important; }
    .cust-btn--secondary {
      background: rgba(255,255,255,0.12) !important; color: #FFFFFF !important;
      border: 1.5px solid #FFFFFF !important; backdrop-filter: blur(4px);
    }
    .cust-btn--secondary:hover { background: #FFFFFF !important; color: #000000 !important; }
    .cust-btn--dark { background: #000000 !important; color: #FFFFFF !important; }
    .cust-btn--dark:hover { background: #3B3838 !important; }
    .cust-btn--outline { background: transparent !important; color: #000000 !important; border: 1.5px solid #000000 !important; }
    .cust-btn--outline:hover { background: #000000 !important; color: #FFFFFF !important; }
    .cust-btn--outline-dark { background: transparent !important; color: #FFFFFF !important; border: 1.5px solid rgba(255,255,255,0.5) !important; }
    .cust-btn--outline-dark:hover { background: #FFFFFF !important; color: #000000 !important; border-color: #FFFFFF !important; }
    .cust-btn--arrow::after { content: ' \2192'; margin-left: 4px; }
    .cust-eyebrow {
      font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase;
      font-weight: 600; color: #AD974F; margin-bottom: 14px;
    }
    .cust-headline {
      font-family: 'Montserrat', sans-serif; font-weight: 600;
      font-size: 28px; line-height: 1.18; color: #000000;
      margin-bottom: 20px; letter-spacing: -0.4px;
    }
    .cust-headline em { font-style: normal; color: #AD974F; }
    .cust-sub { font-size: 15px; color: #6B6864; line-height: 1.7; }
    @media (min-width: 768px) {
      .cust-section { padding: 96px 32px; }
      .cust-headline { font-size: 42px; line-height: 1.1; }
      .cust-sub { font-size: 16px; }
    }

.cust-samples { background: #BFA97C; color: #000000 !important; }
.cust-samples__grid { display: flex; flex-direction: column; gap: 24px; }
.cust-samples__eyebrow { font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase; font-weight: 600; color: #000000 !important; margin-bottom: 14px; }
.cust-samples__headline { font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 28px; line-height: 1.18; color: #000000 !important; margin-bottom: 20px; letter-spacing: -0.4px; }
.cust-samples__headline em { font-style: normal !important; color: #FFFFFF !important; }
.cust-samples__body { font-size: 15px; line-height: 1.7; color: #3B3838 !important; }
.cust-samples__body p { margin-bottom: 16px; }
.cust-samples__features { list-style: none; margin: 20px 0 24px; padding: 0; }
.cust-samples__features li { padding: 12px 0; font-size: 14px; color: #000000 !important; border-bottom: 1px solid rgba(0,0,0,0.15); display: flex; align-items: flex-start; gap: 12px; }
.cust-samples__features li:before { content: "+"; font-weight: 700; color: #000000 !important; font-size: 16px; line-height: 1; margin-top: 2px; }
.cust-samples__image { aspect-ratio: 4/5; background-size: cover; background-position: center; background-color: #AD974F !important; }
@media (min-width: 768px) {
  .cust-samples__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
  .cust-samples__headline { font-size: 42px; line-height: 1.1; }
}

/* richtext inner <p> colour overrides — beat theme global p{} rule */
.cust-samples__headline p { color: #000000 !important; }
.cust-samples__headline p em { color: #FFFFFF !important; font-style: normal !important; }
.cust-samples__body p { color: #3B3838 !important; }
/* END_SECTION:customea-lp-samples-cta */

/* START_SECTION:customea-lp-social-proof (INDEX:45) */
/* ===== Customea LP base (inlined, self-contained) ===== */
.cust-section { padding: 56px 20px; }
    .cust-container { max-width: 1200px; margin: 0 auto; }
    .cust-btn {
      font-family: 'Montserrat', sans-serif;
      display: inline-flex; align-items: center; justify-content: center;
      padding: 16px 24px; font-size: 13px; font-weight: 600;
      letter-spacing: 1.2px; text-transform: uppercase;
      cursor: pointer; transition: all 0.2s; border: none;
      text-align: center; min-height: 48px; text-decoration: none !important;
    }
    .cust-btn--primary { background: #BFA97C !important; color: #000000 !important; }
    .cust-btn--primary:hover { background: #AD974F !important; color: #FFFFFF !important; }
    .cust-btn--secondary {
      background: rgba(255,255,255,0.12) !important; color: #FFFFFF !important;
      border: 1.5px solid #FFFFFF !important; backdrop-filter: blur(4px);
    }
    .cust-btn--secondary:hover { background: #FFFFFF !important; color: #000000 !important; }
    .cust-btn--dark { background: #000000 !important; color: #FFFFFF !important; }
    .cust-btn--dark:hover { background: #3B3838 !important; }
    .cust-btn--outline { background: transparent !important; color: #000000 !important; border: 1.5px solid #000000 !important; }
    .cust-btn--outline:hover { background: #000000 !important; color: #FFFFFF !important; }
    .cust-btn--outline-dark { background: transparent !important; color: #FFFFFF !important; border: 1.5px solid rgba(255,255,255,0.5) !important; }
    .cust-btn--outline-dark:hover { background: #FFFFFF !important; color: #000000 !important; border-color: #FFFFFF !important; }
    .cust-btn--arrow::after { content: ' \2192'; margin-left: 4px; }
    .cust-eyebrow {
      font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase;
      font-weight: 600; color: #AD974F; margin-bottom: 14px;
    }
    .cust-headline {
      font-family: 'Montserrat', sans-serif; font-weight: 600;
      font-size: 28px; line-height: 1.18; color: #000000;
      margin-bottom: 20px; letter-spacing: -0.4px;
    }
    .cust-headline em { font-style: normal; color: #AD974F; }
    .cust-sub { font-size: 15px; color: #6B6864; line-height: 1.7; }
    @media (min-width: 768px) {
      .cust-section { padding: 96px 32px; }
      .cust-headline { font-size: 42px; line-height: 1.1; }
      .cust-sub { font-size: 16px; }
    }

.cust-proof { background: #F4EFE5; }
.cust-proof__header { margin-bottom: 32px; text-align: center; }
.cust-proof__header .cust-headline { margin-left: auto; margin-right: auto; max-width: 720px; }
.cust-proof__feature { background: #FFFFFF; padding: 36px 28px; border-left: 3px solid #BFA97C; margin-bottom: 32px; }
.cust-proof__quote-mark { font-size: 56px; color: #BFA97C !important; line-height: 0.5; margin-bottom: 16px; font-weight: 600; }
.cust-proof__quote { font-size: 22px; font-weight: 600; line-height: 1.4; margin-bottom: 20px; color: #000000 !important; letter-spacing: -0.3px; }
.cust-proof__author { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; font-weight: 600; color: #AD974F !important; }
.cust-proof__author-sub { font-size: 13px; margin-top: 6px; color: #6B6864 !important; }
.cust-proof__grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.cust-proof__card { border: 1px solid #D8D1C3; padding: 22px; background: #FFFFFF; }
.cust-proof__stars { color: #AD974F !important; margin-bottom: 12px; letter-spacing: 2px; font-size: 13px; }
.cust-proof__text { font-size: 14px; line-height: 1.65; margin-bottom: 14px; color: #3B3838 !important; }
.cust-proof__text strong { color: #000000 !important; font-weight: 600; }
.cust-proof__name { font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: #AD974F !important; font-weight: 600; }
.cust-proof__images { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 32px; }
.cust-proof__image { aspect-ratio: 1; background-size: cover; background-position: center; background-color: #D8D1C3 !important; cursor: pointer; }
@media (min-width: 768px) {
  .cust-proof__quote { font-size: 28px; }
  .cust-proof__grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .cust-proof__images { gap: 12px; }
}

/* richtext inner <p> colour overrides — beat theme global p{} rule */
.cust-headline p { color: #000000 !important; }
.cust-headline p em { color: #AD974F !important; font-style: normal !important; }
.cust-proof__text p { color: #3B3838 !important; }
/* END_SECTION:customea-lp-social-proof */

/* START_SECTION:customea-lp-why-us (INDEX:47) */
/* ===== Customea LP base (inlined, self-contained) ===== */
.cust-section { padding: 56px 20px; }
    .cust-container { max-width: 1200px; margin: 0 auto; }
    .cust-btn {
      font-family: 'Montserrat', sans-serif;
      display: inline-flex; align-items: center; justify-content: center;
      padding: 16px 24px; font-size: 13px; font-weight: 600;
      letter-spacing: 1.2px; text-transform: uppercase;
      cursor: pointer; transition: all 0.2s; border: none;
      text-align: center; min-height: 48px; text-decoration: none !important;
    }
    .cust-btn--primary { background: #BFA97C !important; color: #000000 !important; }
    .cust-btn--primary:hover { background: #AD974F !important; color: #FFFFFF !important; }
    .cust-btn--secondary {
      background: rgba(255,255,255,0.12) !important; color: #FFFFFF !important;
      border: 1.5px solid #FFFFFF !important; backdrop-filter: blur(4px);
    }
    .cust-btn--secondary:hover { background: #FFFFFF !important; color: #000000 !important; }
    .cust-btn--dark { background: #000000 !important; color: #FFFFFF !important; }
    .cust-btn--dark:hover { background: #3B3838 !important; }
    .cust-btn--outline { background: transparent !important; color: #000000 !important; border: 1.5px solid #000000 !important; }
    .cust-btn--outline:hover { background: #000000 !important; color: #FFFFFF !important; }
    .cust-btn--outline-dark { background: transparent !important; color: #FFFFFF !important; border: 1.5px solid rgba(255,255,255,0.5) !important; }
    .cust-btn--outline-dark:hover { background: #FFFFFF !important; color: #000000 !important; border-color: #FFFFFF !important; }
    .cust-btn--arrow::after { content: ' \2192'; margin-left: 4px; }
    .cust-eyebrow {
      font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase;
      font-weight: 600; color: #AD974F; margin-bottom: 14px;
    }
    .cust-headline {
      font-family: 'Montserrat', sans-serif; font-weight: 600;
      font-size: 28px; line-height: 1.18; color: #000000;
      margin-bottom: 20px; letter-spacing: -0.4px;
    }
    .cust-headline em { font-style: normal; color: #AD974F; }
    .cust-sub { font-size: 15px; color: #6B6864; line-height: 1.7; }
    @media (min-width: 768px) {
      .cust-section { padding: 96px 32px; }
      .cust-headline { font-size: 42px; line-height: 1.1; }
      .cust-sub { font-size: 16px; }
    }

.cust-why { background: #FFFFFF; background-image: linear-gradient(180deg, #FFFFFF 0%, #F4EFE5 100%); }
.cust-why__header { margin-bottom: 36px; text-align: center; }
.cust-why__header .cust-headline,
.cust-why__header .cust-sub { margin-left: auto; margin-right: auto; }
.cust-why__header .cust-headline { max-width: 720px; }
.cust-why__header .cust-sub { max-width: 600px; }
.cust-why__grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.cust-why__card { background: #FFFFFF; border: 1px solid #D8D1C3; padding: 28px 24px; border-left: 3px solid #BFA97C; }
.cust-why__num { font-size: 13px; font-weight: 600; color: #BFA97C !important; letter-spacing: 1.5px; margin-bottom: 12px; }
.cust-why__title { font-size: 18px; font-weight: 600; color: #000000 !important; margin-bottom: 12px; line-height: 1.3; }
.cust-why__text { font-size: 14px; color: #6B6864 !important; line-height: 1.7; }
.cust-why__text strong { color: #000000 !important; font-weight: 600; }
@media (min-width: 768px) {
  .cust-why__grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .cust-why__card { padding: 32px 28px; }
  .cust-why__card--wide { grid-column: 1 / -1; }
  .cust-why__title { font-size: 20px; }
}

/* richtext inner <p> colour overrides — beat theme global p{} rule */
.cust-headline p { color: #000000 !important; }
.cust-headline p em { color: #AD974F !important; font-style: normal !important; }
.cust-why__text p { color: #6B6864 !important; }
/* END_SECTION:customea-lp-why-us */

/* START_SECTION:how-it-works-page (INDEX:69) */
/* ============ BRAND PALETTE (BAU + minimal derived helpers) ============ */

  /* NAV */
  .hiw-{{ section.id }} .hiw-nav {
    padding: 22px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    z-index: 50;
  }
  .hiw-{{ section.id }} .hiw-logo {
    font-family: 'Billabong', 'Brush Script MT', cursive;
    font-size: 38px;
    color: #FFFFFF !important;
    line-height: 1;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 16px rgba(0,0,0,0.4);
    font-weight: 400;
  }
  .hiw-{{ section.id }} .hiw-nav-cta {
    font-family: 'Montserrat', -apple-system, sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid rgba(255,255,255,0.6);
    padding: 12px 22px;
    color: #FFFFFF !important;
    transition: all 0.2s;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(8px);
  }
  .hiw-nav-cta:hover { background: #FFFFFF; color: #000000 !important; border-color: #FFFFFF; }

  /* ============ TYPOGRAPHY (Montserrat only — weight contrast for editorial feel) ============ */
  /* Mobile-first sizing — smaller minimums, smaller maxes */
  .hiw-{{ section.id }} .display-xxl {
    font-family: 'Montserrat', -apple-system, sans-serif;
    font-weight: 600;
    font-size: clamp(36px, 6vw, 72px);
    line-height: 0.96;
    letter-spacing: -0.035em;
    color: #000000 !important;
  }
  .hiw-{{ section.id }} .hiw-display-xl {
    font-family: 'Montserrat', -apple-system, sans-serif;
    font-weight: 600;
    font-size: clamp(28px, 4.6vw, 56px);
    line-height: 1.0;
    letter-spacing: -0.028em;
    color: #000000 !important;
  }
  .hiw-{{ section.id }} .hiw-display-lg {
    font-family: 'Montserrat', -apple-system, sans-serif;
    font-weight: 600;
    font-size: clamp(24px, 3.4vw, 40px);
    line-height: 1.08;
    letter-spacing: -0.022em;
    color: #000000 !important;
  }
  .hiw-{{ section.id }} .hiw-display-md {
    font-family: 'Montserrat', -apple-system, sans-serif;
    font-weight: 600;
    font-size: clamp(20px, 2.6vw, 30px);
    line-height: 1.15;
    letter-spacing: -0.015em;
    color: #000000 !important;
  }
  /* The editorial trick: thin (300) + bold (600) in one headline = magazine cover feel */
  .hiw-light { font-weight: 300; color: #3B3838 !important; }
  .hiw-light-white { font-weight: 300; color: rgba(255,255,255,0.85) !important; }
  .hiw-accent { color: #AD974F !important; font-weight: 600; }
  .hiw-accent-light { color: #BFA97C !important; font-weight: 600; }

  .hiw-{{ section.id }} .hiw-eyebrow {
    font-family: 'Montserrat', -apple-system, sans-serif;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
    color: #AD974F !important;
    display: inline-flex;
    align-items: center;
    gap: 14px;
  }
  .hiw-{{ section.id }} .hiw-eyebrow::before {
    content: "";
    width: 32px;
    height: 1px;
    background: #BFA97C;
  }
  .hiw-eyebrow.hiw-centered { justify-content: center; }
  .hiw-eyebrow.hiw-light { color: #BFA97C !important; }
  .hiw-eyebrow.hiw-light::before { background: #BFA97C; }

  .hiw-{{ section.id }} .lede {
    font-family: 'Montserrat', -apple-system, sans-serif;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    color: #6B6864 !important;
    max-width: 560px;
  }

  .container { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
  .container-narrow { max-width: 760px; margin: 0 auto; padding: 0 32px; }

  /* ============ BUTTONS ============ */
  .hiw-{{ section.id }} .hiw-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 34px;
    font-family: 'Montserrat', -apple-system, sans-serif;
    font-size: 12px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.25s;
    text-align: center;
    border: 1px solid transparent;
    text-decoration: none !important;
  }
  .hiw-btn-primary { background: #BFA97C; color: #000000 !important; }
  .hiw-btn-primary:hover { background: #000000; color: #FFFFFF !important; }
  .hiw-btn-dark { background: #000000; color: #FFFFFF !important; }
  .hiw-btn-dark:hover { background: #BFA97C; color: #000000 !important; }
  .hiw-{{ section.id }} .hiw-btn-outline-light {
    background: transparent;
    color: #FFFFFF !important;
    border-color: rgba(255,255,255,0.7);
    backdrop-filter: blur(8px);
  }
  .hiw-btn-outline-light:hover { background: #FFFFFF; color: #000000 !important; border-color: #FFFFFF; }
  .hiw-{{ section.id }} .hiw-btn-outline-dark {
    background: transparent;
    color: #000000 !important;
    border-color: #000000;
  }
  .hiw-btn-outline-dark:hover { background: #000000; color: #FFFFFF !important; }
  .hiw-btn-arrow::after { content: "→"; font-size: 16px; line-height: 1; transition: transform 0.25s; }
  .hiw-btn-arrow:hover::after { transform: translateX(4px); }

  /* ============ 1. HERO — FULL-BLEED ASPIRATIONAL KITCHEN ============ */
  .hiw-{{ section.id }} .hiw-hero {
    position: relative;
    min-height: 78vh;
    color: #FFFFFF !important;
    overflow: hidden;
    isolation: isolate;
  }
  .hiw-{{ section.id }} .hiw-hero-image {
    position: absolute;
    inset: 0;
    z-index: -2;
  }
  .hiw-{{ section.id }} .hiw-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 60%;
  }
  .hiw-{{ section.id }} .hiw-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: #000000;
  }
  .hiw-{{ section.id }} .hiw-hero-content {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 96px 24px 60px;
    min-height: 78vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 2;
  }
  .hiw-{{ section.id }} .hiw-hero-eyebrow {
    color: #BFA97C !important;
    margin-bottom: 20px;
  }
  .hiw-hero-eyebrow::before { background: #BFA97C; }
  .hiw-{{ section.id }} .hiw-hero-headline {
    font-family: 'Montserrat', -apple-system, sans-serif;
    font-size: clamp(34px, 5.5vw, 72px);
    line-height: 0.98;
    letter-spacing: -0.03em;
    color: #FFFFFF !important;
    margin-bottom: 18px;
    max-width: 820px;
    text-wrap: balance;
    font-weight: 600;
  }
  .hiw-{{ section.id }} .hiw-hero-headline .hiw-light {
    font-weight: 300;
    color: rgba(255,255,255,0.92) !important;
  }
  .hiw-{{ section.id }} .hiw-hero-headline .hiw-accent {
    color: #BFA97C !important;
    font-weight: 600;
  }
  .hiw-{{ section.id }} .hiw-hero-sub {
    font-family: 'Montserrat', -apple-system, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255,255,255,0.88) !important;
    margin-bottom: 28px;
    max-width: 500px;
    font-weight: 400;
  }
  .hiw-{{ section.id }} .hiw-hero-ctas {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
  }
  .hiw-{{ section.id }} .hiw-hero-credit {
    position: absolute;
    bottom: 16px;
    right: 24px;
    font-size: 9px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6) !important;
    font-weight: 500;
    z-index: 2;
  }
  .hiw-{{ section.id }} .hiw-hero-scroll {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255,255,255,0.6) !important;
    font-size: 9px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    z-index: 2;
  }
  .hiw-{{ section.id }} .hiw-hero-scroll::after {
    content: "";
    width: 1px;
    height: 24px;
    background: linear-gradient(to bottom, #BFA97C, transparent);
  }

  /* ============ 2. SYSTEMS STRIP ============ */
  .hiw-{{ section.id }} .systems-strip {
    background: #FFFFFF;
    padding: 28px 32px;
    border-bottom: 1px solid #D8D1C3;
  }
  .hiw-{{ section.id }} .systems-strip-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
  }
  .hiw-{{ section.id }} .systems-strip-label {
    font-size: 10px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #6B6864 !important;
    font-weight: 600;
  }
  .hiw-{{ section.id }} .systems-strip-list {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
  }
  .hiw-{{ section.id }} .systems-strip-item {
    font-size: 13px;
    color: #3B3838 !important;
    font-weight: 500;
  }
  .hiw-{{ section.id }} .systems-strip-item strong {
    color: #AD974F !important;
    font-weight: 700;
    margin-right: 8px;
    letter-spacing: 0.3px;
  }

  /* ============ 3. BEFORE → AFTER ============ */
  .hiw-{{ section.id }} .before-after {
    padding: 64px 24px;
    background: #E8E2D5;
  }
  .hiw-{{ section.id }} .before-after-header {
    text-align: center;
    margin-bottom: 36px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .before-after-header .hiw-eyebrow { margin-bottom: 24px; }
  .before-after-header h2 { margin-bottom: 24px; text-wrap: balance; }
  .hiw-{{ section.id }} .before-after-header p {
    font-size: 17px;
    line-height: 1.6;
    color: #6B6864 !important;
    max-width: 580px;
    margin: 0 auto;
  }
  .hiw-{{ section.id }} .ba-stage {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 32px;
    align-items: center;
  }
  .ba-panel { position: relative; }
  .hiw-{{ section.id }} .ba-panel-frame {
    aspect-ratio: 4/3;
    overflow: hidden;
    background: #FFFFFF;
    position: relative;
  }
  .hiw-{{ section.id }} .ba-panel-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .hiw-{{ section.id }} .ba-before-placeholder {
    position: absolute;
    inset: 0;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 32px;
  }
  .hiw-{{ section.id }} .ba-cabinet-svg {
    width: 50%;
    max-width: 200px;
    height: auto;
    margin-bottom: 28px;
    opacity: 0.7;
  }
  .hiw-{{ section.id }} .ba-before-label {
    font-size: 11px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #6B6864 !important;
    font-weight: 700;
    margin-bottom: 6px;
  }
  .hiw-{{ section.id }} .ba-before-note {
    font-size: 13px;
    color: #6B6864 !important;
    line-height: 1.5;
    font-weight: 400;
  }
  .hiw-{{ section.id }} .ba-tag {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #FFFFFF;
    padding: 8px 14px;
    font-size: 10px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000 !important;
    z-index: 2;
  }
  .hiw-{{ section.id }} .ba-tag.after-tag {
    background: #000000;
    color: #FFFFFF !important;
  }
  .ba-tag.after-tag span { color: #BFA97C !important; }
  .hiw-{{ section.id }} .ba-arrow {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .hiw-{{ section.id }} .ba-arrow-line {
    width: 60px;
    height: 1px;
    background: #BFA97C;
    position: relative;
  }
  .hiw-{{ section.id }} .ba-arrow-line::after {
    content: "";
    position: absolute;
    right: -2px;
    top: -4px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #BFA97C;
    border-right: 1px solid #BFA97C;
    transform: rotate(45deg);
  }
  .hiw-{{ section.id }} .ba-arrow-label {
    font-size: 11px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #AD974F !important;
    font-weight: 700;
  }
  .hiw-{{ section.id }} .ba-caption {
    margin-top: 20px;
    text-align: center;
    font-size: 13px;
    color: #6B6864 !important;
    font-weight: 400;
    letter-spacing: 0.2px;
  }
  .hiw-{{ section.id }} .ba-caption strong {
    color: #000000 !important;
    font-weight: 600;
    display: block;
    margin-bottom: 2px;
    font-size: 14px;
  }

  /* ============ HERO -> MADE FOR strip (prominent black band) ============ */
  .hiw-{{ section.id }} .hiw-made-for-strip {
    background: #000000;
    padding: 24px 24px;
    border-top: 2px solid #BFA97C;
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }
  .hiw-{{ section.id }} .hiw-made-for-strip-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
  }
  .hiw-{{ section.id }} .hiw-mfs-label {
    font-size: 13px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #BFA97C !important;
    font-weight: 700;
    flex-shrink: 0;
    position: relative;
    padding-right: 28px;
  }
  .hiw-{{ section.id }} .hiw-mfs-label::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 1px;
    background: #BFA97C;
    opacity: 0.6;
  }
  .hiw-{{ section.id }} .hiw-mfs-list {
    display: inline-flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .hiw-{{ section.id }} .hiw-mfs-item {
    font-size: 17px;
    color: #FFFFFF !important;
    font-weight: 500;
    letter-spacing: 0.2px;
    display: inline-flex;
    align-items: baseline;
    gap: 10px;
  }
  .hiw-{{ section.id }} .hiw-mfs-item strong {
    color: #BFA97C !important;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px;
  }
  .hiw-{{ section.id }} .hiw-mfs-dot {
    color: rgba(255,255,255,0.3) !important;
    font-weight: 600;
    font-size: 18px;
  }

  /* ============ 2. HOW IT WORKS — single exploded explainer image ============ */
  .hiw-{{ section.id }} .hiw-how {
    background: #FFFFFF;
    padding: 56px 24px;
  }
  .hiw-{{ section.id }} .hiw-how-intro {
    max-width: 960px;
    margin: 0 auto 32px;
    text-align: center;
  }
  .hiw-how-intro .hiw-eyebrow { margin-bottom: 20px; }
  .hiw-how-intro h2 { margin-bottom: 18px; text-wrap: balance; }
  .hiw-{{ section.id }} .hiw-how-intro-lede {
    font-size: clamp(16px, 1.6vw, 19px);
    line-height: 1.55;
    font-weight: 400;
    color: #6B6864 !important;
    max-width: 640px;
    margin: 0 auto;
  }
  .hiw-{{ section.id }} .hiw-how-explainer {
    max-width: 1080px;
    margin: 0 auto;
    background: #E8E2D5;
    padding: 32px;
    position: relative;
  }
  .hiw-{{ section.id }} .hiw-how-explainer::before, .hiw-{{ section.id }} .hiw-how-explainer::after {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    border-color: #BFA97C;
  }
  .hiw-{{ section.id }} .hiw-how-explainer::before {
    top: -1px; left: -1px;
    border-top: 2px solid;
    border-left: 2px solid;
  }
  .hiw-{{ section.id }} .hiw-how-explainer::after {
    bottom: -1px; right: -1px;
    border-bottom: 2px solid;
    border-right: 2px solid;
  }
  .hiw-{{ section.id }} .hiw-how-explainer img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* HOW IT WORKS — what we make / what you supply split */
  .hiw-{{ section.id }} .hiw-how-split {
    max-width: 1080px;
    margin: 36px auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: #D8D1C3;
    border: 1px solid #D8D1C3;
    border-radius: 8px;
    overflow: hidden;
  }
  .hiw-{{ section.id }} .hiw-how-split-col {
    background: #FFFFFF;
    padding: 26px 26px 28px;
  }
  .hiw-how-split-col--make { background: #FFFFFF; }
  .hiw-how-split-col--supply { background: #E8E2D5; }
  .hiw-{{ section.id }} .hiw-how-split-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Montserrat', -apple-system, sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #000000 !important;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #D8D1C3;
  }
  .hiw-how-split-tick { color: #AD974F !important; display: inline-flex; }
  .hiw-how-split-cross { color: #6B6864 !important; display: inline-flex; }
  .hiw-how-split-tick svg, .hiw-how-split-cross svg { width: 22px; height: 22px; }
  .hiw-{{ section.id }} .hiw-how-split-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .hiw-{{ section.id }} .hiw-how-split-list li {
    font-size: 14.5px;
    line-height: 1.45;
    color: #3B3838 !important;
    padding-left: 18px;
    position: relative;
  }
  .hiw-{{ section.id }} .hiw-how-split-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.75em;
    width: 8px;
    height: 1px;
    background: #BFA97C;
  }
  .hiw-{{ section.id }} .hiw-how-footnote {
    max-width: 760px;
    margin: 26px auto 0;
    text-align: center;
    font-size: 13.5px;
    line-height: 1.5;
    color: #6B6864 !important;
    font-style: normal;
  }

  /* ============ 3. WHY IT WORKS — 3-column compare + axis + conclusion band ============ */
  .hiw-{{ section.id }} .hiw-why {
    background: #E8E2D5;
    padding: 56px 24px 0;
  }

  /* Section intro */
  .hiw-{{ section.id }} .hiw-why-intro {
    max-width: 880px;
    margin: 0 auto 40px;
    text-align: center;
  }
  .hiw-{{ section.id }} .hiw-why-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
  }
  .hiw-{{ section.id }} .hiw-why-eyebrow-rule {
    width: 28px;
    height: 1px;
    background: #BFA97C;
  }
  .hiw-{{ section.id }} .hiw-why-eyebrow-text {
    font-size: 11px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    font-weight: 700;
    color: #AD974F !important;
  }
  .hiw-{{ section.id }} .hiw-why-h2 {
    font-family: 'Montserrat', -apple-system, sans-serif;
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: #000000 !important;
    margin: 0 0 14px;
    text-wrap: balance;
  }
  .hiw-{{ section.id }} .hiw-why-lede {
    font-size: 16px;
    line-height: 1.5;
    color: #6B6864 !important;
    margin: 0;
  }

  /* Three columns */
  .hiw-{{ section.id }} .hiw-why-options {
    max-width: 1220px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.15fr 1fr;
    gap: 0;
    align-items: stretch;
    position: relative;
  }
  .hiw-{{ section.id }} .hiw-why-option {
    background: #FFFFFF;
    border-radius: 14px;
    padding: 36px 22px 24px;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .hiw-{{ section.id }} .hiw-why-option--featured {
    background: #F4EFE5;
    padding: 40px 22px 28px;
    margin: -10px -6px;
    z-index: 2;
    box-shadow: 0 18px 40px -16px rgba(0,0,0,0.15);
  }
  @supports not (background: #F4EFE5) {
    .hiw-why-option--featured { background: #F4EFE5; }
  }

  /* Number badge */
  .hiw-{{ section.id }} .hiw-why-option-badge {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #000000;
    color: #FFFFFF !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', -apple-system, sans-serif;
    font-weight: 700;
    font-size: 13px;
  }
  .hiw-{{ section.id }} .hiw-why-option-badge--gold {
    background: #BFA97C;
    width: 40px;
    height: 40px;
    font-size: 16px;
    top: -20px;
  }

  /* Head: label + divider + tagline */
  .hiw-{{ section.id }} .hiw-why-option-head {
    text-align: center;
    margin-bottom: 14px;
  }
  .hiw-{{ section.id }} .hiw-why-option-label {
    font-family: 'Montserrat', -apple-system, sans-serif;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #000000 !important;
    margin-bottom: 10px;
  }
  .hiw-{{ section.id }} .hiw-why-option-label--big {
    font-size: 16px;
    letter-spacing: 5px;
  }
  .hiw-{{ section.id }} .hiw-why-option-divider {
    width: 36px;
    height: 1px;
    background: #BFA97C;
    margin: 0 auto 14px;
  }
  .hiw-{{ section.id }} .hiw-why-option-divider--gold {
    width: 48px;
    background: #BFA97C;
  }
  .hiw-{{ section.id }} .hiw-why-option-sub {
    font-size: 13px;
    color: #6B6864 !important;
    margin: 0 0 4px;
  }
  .hiw-{{ section.id }} .hiw-why-option-tagline {
    font-size: 13.5px;
    line-height: 1.4;
    color: #3B3838 !important;
    margin: 0;
    min-height: 38px;
  }
  .hiw-{{ section.id }} .hiw-why-option-tagline--featured {
    font-size: 14px;
    font-weight: 700;
    color: #000000 !important;
    min-height: 20px;
  }

  /* Photo slot */
  .hiw-{{ section.id }} .hiw-why-option-photo {
    aspect-ratio: 4/3;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 16px;
    position: relative;
    background: #E8E2D5;
  }
  .hiw-{{ section.id }} .hiw-why-option-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .hiw-{{ section.id }} .hiw-why-option-photo-fallback {
    position: absolute;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    background-image: repeating-linear-gradient(135deg, transparent 0 8px, rgba(0,0,0,0.04) 8px 9px);
  }
  .hiw-{{ section.id }} .hiw-why-option-photo-note {
    font-size: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #6B6864 !important;
    font-weight: 700;
    background: #FFFFFF;
    padding: 5px 10px;
  }

  /* Smart Choice stamp on Customea photo */
  .hiw-{{ section.id }} .hiw-why-option-stamp {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: #BFA97C;
    color: #FFFFFF !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Montserrat', -apple-system, sans-serif;
  }
  .hiw-{{ section.id }} .hiw-why-option-stamp-line1 {
    font-size: 9px;
    font-weight: 500;
  }
  .hiw-{{ section.id }} .hiw-why-option-stamp-line2 {
    font-size: 12px;
    font-weight: 700;
    margin: 2px 0;
  }
  .hiw-{{ section.id }} .hiw-why-option-stamp-line3 {
    font-size: 9px;
    font-weight: 500;
  }

  /* Pills row at bottom of each column */
  .hiw-{{ section.id }} .hiw-why-option-pills {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .hiw-{{ section.id }} .hiw-why-option-pills--featured {
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
  }
  .hiw-{{ section.id }} .hiw-why-option-pill {
    text-align: center;
  }
  .hiw-{{ section.id }} .hiw-why-option-pill-icon {
    width: 32px;
    height: 32px;
    background: #E8E2D5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 6px;
    color: #AD974F !important;
    font-size: 13px;
    font-weight: 700;
  }
  .hiw-{{ section.id }} .hiw-why-option--featured .hiw-why-option-pill-icon {
    background: #FFFFFF;
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
  .hiw-{{ section.id }} .hiw-why-option-pill-label {
    display: block;
    font-size: 11px;
    color: #3B3838 !important;
    font-weight: 500;
    line-height: 1.3;
  }
  .hiw-{{ section.id }} .hiw-why-option--featured .hiw-why-option-pill-label {
    font-size: 10.5px;
  }

  /* Cost / time axis under columns */
  .hiw-{{ section.id }} .hiw-why-axis {
    max-width: 1180px;
    margin: 28px auto 0;
    padding: 0 14px;
    position: relative;
  }
  .hiw-{{ section.id }} .hiw-why-axis-line {
    position: absolute;
    left: calc(8% + 14px);
    right: calc(8% + 14px);
    top: calc(50% + 4px);
    height: 2px;
    background: linear-gradient(90deg, #D8D1C3 0%, #BFA97C 50%, #3B3838 100%);
    transform: translateY(-50%);
    z-index: 0;
  }
  .hiw-{{ section.id }} .hiw-why-axis-stops {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
    position: relative;
    z-index: 1;
  }
  .hiw-{{ section.id }} .hiw-why-axis-stop {
    text-align: center;
    padding: 8px 0;
  }
  .hiw-{{ section.id }} .hiw-why-axis-stop-text {
    display: inline-block;
    background: #E8E2D5;
    padding: 4px 12px;
    font-size: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #6B6864 !important;
    font-weight: 700;
  }
  .hiw-{{ section.id }} .hiw-why-axis-stop--featured .hiw-why-axis-stop-text {
    background: #BFA97C;
    color: #FFFFFF !important;
    padding: 5px 14px;
    font-size: 11px;
    border-radius: 4px;
  }

  /* Dark conclusion band */
  .hiw-{{ section.id }} .hiw-why-conclusion {
    background: #000000;
    color: #FFFFFF !important;
    padding: 24px 28px;
    display: grid;
    grid-template-columns: minmax(220px, 280px) 1fr;
    gap: 28px;
    align-items: center;
    margin: 40px -24px 0;
  }
  .hiw-{{ section.id }} .hiw-why-conclusion-statement {
    border-left: 2px solid #BFA97C;
    padding-left: 16px;
    font-family: 'Montserrat', -apple-system, sans-serif;
    line-height: 1.35;
  }
  .hiw-{{ section.id }} .hiw-why-conclusion-strong {
    display: block;
    font-weight: 700;
    font-size: 15px;
    color: #FFFFFF !important;
  }
  .hiw-{{ section.id }} .hiw-why-conclusion-span {
    display: block;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF !important;
  }
  .hiw-{{ section.id }} .hiw-why-conclusion-points {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .hiw-{{ section.id }} .hiw-why-conclusion-point {
    font-size: 13px;
    line-height: 1.4;
    color: rgba(255,255,255,0.92) !important;
    font-weight: 500;
    position: relative;
    padding-left: 16px;
  }
  .hiw-{{ section.id }} .hiw-why-conclusion-point::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 8px;
    height: 1px;
    background: #BFA97C;
  }

  /* ============ 6. FIT CHECK — 3-card FAQ ============ */
  .hiw-{{ section.id }} .hiw-fit {
    background: #E8E2D5;
    padding: 52px 24px 56px;
  }
  .hiw-{{ section.id }} .hiw-fit-intro {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 32px;
  }
  .hiw-fit-intro .hiw-eyebrow { margin-bottom: 18px; }
  .hiw-fit-intro h2 { margin-bottom: 0; text-wrap: balance; }
  .hiw-{{ section.id }} .hiw-fit-cards {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
  .hiw-{{ section.id }} .hiw-fit-card {
    background: #FFFFFF;
    border-radius: 14px;
    padding: 30px 28px 30px;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .hiw-{{ section.id }} .hiw-fit-card-q {
    font-family: 'Montserrat', -apple-system, sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 1.3;
    color: #000000 !important;
    letter-spacing: -0.015em;
    margin: 0;
    text-wrap: balance;
  }
  .hiw-{{ section.id }} .hiw-fit-card-a {
    font-size: 14.5px;
    line-height: 1.55;
    color: #6B6864 !important;
    margin: 0;
  }
  .hiw-{{ section.id }} .hiw-fit-card-a strong {
    color: #000000 !important;
    font-weight: 700;
  }
  .hiw-{{ section.id }} .hiw-fit-card-a a {
    color: #AD974F !important;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
  }
  .hiw-{{ section.id }} .hiw-fit-card-a a:hover {
    color: #000000 !important;
  }

  /* ============ 8. PRICING ============ */
  .hiw-{{ section.id }} .hiw-pricing {
    background: #FFFFFF;
    padding: 56px 24px;
  }
  .hiw-{{ section.id }} .hiw-pricing-intro {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 48px;
  }
  .hiw-pricing-intro .hiw-eyebrow { margin-bottom: 24px; }
  .hiw-pricing-intro h2 { margin-bottom: 20px; text-wrap: balance; }
  .hiw-{{ section.id }} .hiw-pricing-intro p {
    font-size: 17px;
    line-height: 1.6;
    color: #6B6864 !important;
    max-width: 560px;
    margin: 0 auto;
  }
  .hiw-{{ section.id }} .hiw-pricing-anchor {
    max-width: 1200px;
    margin: 0 auto 36px;
    padding: 32px 28px;
    background: #000000;
    color: #FFFFFF !important;
    text-align: center;
  }
  .hiw-{{ section.id }} .hiw-pricing-anchor-eyebrow {
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #BFA97C !important;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .hiw-{{ section.id }} .hiw-pricing-anchor-figure {
    font-family: 'Montserrat', -apple-system, sans-serif;
    font-weight: 600;
    font-size: clamp(56px, 7vw, 92px);
    line-height: 0.95;
    color: #FFFFFF !important;
    margin-bottom: 16px;
    letter-spacing: -0.035em;
  }
  .hiw-pricing-anchor-figure .hiw-accent-light { color: #BFA97C !important; }
  .hiw-pricing-anchor-figure .small { font-size: 0.5em; vertical-align: super; }
  .hiw-{{ section.id }} .hiw-pricing-anchor-detail {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255,255,255,0.78) !important;
    max-width: 580px;
    margin: 0 auto;
  }
  .hiw-pricing-anchor-detail strong { color: #FFFFFF !important; font-weight: 600; }
  .hiw-{{ section.id }} .hiw-pricing-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .hiw-{{ section.id }} .price-card {
    background: #E8E2D5;
    padding: 24px 22px 22px;
    border-top: 3px solid #BFA97C;
    display: flex;
    flex-direction: column;
  }
  .hiw-{{ section.id }} .price-card-system {
    font-size: 10px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #AD974F !important;
    font-weight: 700;
    margin-bottom: 6px;
  }
  .hiw-{{ section.id }} .price-card-name {
    font-family: 'Montserrat', -apple-system, sans-serif;
    font-weight: 600;
    font-size: 21px;
    color: #000000 !important;
    line-height: 1.2;
    margin-bottom: 18px;
    letter-spacing: -0.02em;
  }
  .hiw-{{ section.id }} .price-card-sketch {
    aspect-ratio: 4/3;
    background: #FFFFFF;
    border: 1px solid #D8D1C3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    overflow: hidden;
  }
  .hiw-{{ section.id }} .price-card-sketch img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 12px;
  }
  /* Kitchen card spec line */
  .hiw-{{ section.id }} .price-card-spec {
    font-size: 11.5px;
    line-height: 1.5;
    color: #6B6864 !important;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #D8D1C3;
  }
  /* Subtotal row (kitchen card) */
  .hiw-{{ section.id }} .price-subtotal {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 12px 0;
    margin-bottom: 4px;
    border-top: 1px solid #D8D1C3;
    border-bottom: 1px solid #D8D1C3;
  }
  .hiw-{{ section.id }} .price-subtotal-label {
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #3B3838 !important;
    font-weight: 700;
  }
  .hiw-{{ section.id }} .price-subtotal-value {
    font-family: 'Montserrat', -apple-system, sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #3B3838 !important;
    letter-spacing: -0.02em;
    font-variant-numeric: tabular-nums;
  }
  .hiw-{{ section.id }} .sk-label {
    font-size: 10px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #AD974F !important;
    font-weight: 700;
    margin-bottom: 4px;
  }
  .hiw-{{ section.id }} .sk-note {
    font-size: 11px;
    color: #6B6864 !important;
    line-height: 1.4;
  }
  .price-section { margin-bottom: 14px; }
  .hiw-{{ section.id }} .price-section-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 8px;
    margin-bottom: 6px;
    border-bottom: 1px solid #D8D1C3;
  }
  .hiw-{{ section.id }} .price-section-label {
    font-size: 10px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #000000 !important;
    font-weight: 700;
  }
  .hiw-{{ section.id }} .price-section-sub {
    font-family: 'Montserrat', -apple-system, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #000000 !important;
  }
  .price-lines { list-style: none; }
  .hiw-{{ section.id }} .price-lines li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 5px 0;
    gap: 12px;
    font-size: 12.5px;
    line-height: 1.4;
    color: #6B6864 !important;
  }
  .price-lines li .pl-name { flex: 1; }
  .hiw-{{ section.id }} .price-lines li .pl-val {
    font-variant-numeric: tabular-nums;
    color: #3B3838 !important;
    font-weight: 500;
    white-space: nowrap;
  }
  .hiw-{{ section.id }} .price-lines li.pl-note {
    font-size: 11px;
    font-style: italic;
    padding-top: 8px;
  }
  .hiw-{{ section.id }} .price-total {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 2px solid #000000;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  .hiw-{{ section.id }} .price-total-label {
    font-size: 11px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #000000 !important;
    font-weight: 700;
  }
  .hiw-{{ section.id }} .price-total-value {
    font-family: 'Montserrat', -apple-system, sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: #000000 !important;
    letter-spacing: -0.03em;
    font-variant-numeric: tabular-nums;
  }
  .hiw-{{ section.id }} .price-total-value .currency {
    font-size: 18px;
    vertical-align: super;
    margin-right: 2px;
    color: #AD974F !important;
    font-weight: 600;
  }
  .hiw-{{ section.id }} .hiw-pricing-footnote {
    max-width: 1200px;
    margin: 20px auto 0;
    text-align: center;
    font-size: 13px;
    color: #6B6864 !important;
    line-height: 1.6;
    padding: 0 32px;
  }
  .hiw-pricing-footnote strong { color: #3B3838 !important; font-weight: 600; }

  /* ============ 4. THE PROCESS — 4 steps + services strip ============ */
  .hiw-{{ section.id }} .hiw-timeline {
    background: #FFFFFF;
    padding: 56px 24px 40px;
  }
  .hiw-{{ section.id }} .hiw-timeline-intro {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 40px;
  }
  .hiw-timeline-intro .hiw-eyebrow { margin-bottom: 18px; }
  .hiw-timeline-intro h2 { margin-bottom: 12px; text-wrap: balance; }
  .hiw-{{ section.id }} .hiw-timeline-intro p {
    font-size: 15px;
    line-height: 1.55;
    color: #6B6864 !important;
    max-width: 520px;
    margin: 0 auto;
  }
  .hiw-{{ section.id }} .hiw-timeline-track {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
  }
  /* Connecting line behind icons (desktop horizontal) */
  .hiw-{{ section.id }} .hiw-timeline-track::before {
    content: "";
    position: absolute;
    top: 92px;
    left: 12.5%;
    right: 12.5%;
    height: 1px;
    background: #BFA97C;
    z-index: 0;
  }
  .hiw-{{ section.id }} .hiw-tl-step {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 0 12px;
  }
  /* Step number small badge */
  .hiw-{{ section.id }} .hiw-tl-num {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #BFA97C;
    color: #FFFFFF !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    margin-bottom: 12px;
  }
  /* Icon circle */
  .hiw-{{ section.id }} .hiw-tl-icon {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1.5px solid #BFA97C;
    margin: 0 auto 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3B3838 !important;
  }
  .hiw-{{ section.id }} .hiw-tl-icon svg {
    width: 48px;
    height: 48px;
    fill: none;
    stroke: #3B3838;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .hiw-{{ section.id }} .hiw-tl-title {
    font-family: 'Montserrat', -apple-system, sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #000000 !important;
    margin-bottom: 12px;
    line-height: 1.1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  .hiw-{{ section.id }} .hiw-tl-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    display: inline-block;
  }
  .hiw-{{ section.id }} .hiw-tl-bullets li {
    font-size: 13px;
    color: #3B3838 !important;
    line-height: 1.5;
    padding: 3px 0;
    position: relative;
    padding-left: 18px;
  }

  /* Services strip under timeline — gold button tools, no headers, no divider */
  .hiw-{{ section.id }} .hiw-tl-services {
    max-width: 1200px;
    margin: 18px auto 0;
  }
  .hiw-{{ section.id }} .hiw-tl-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: start;
  }
  .hiw-{{ section.id }} .hiw-tl-service {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .hiw-{{ section.id }} .hiw-tl-service-tools {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .hiw-{{ section.id }} .hiw-tl-tool {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px;
    background: #BFA97C;
    border: 1px solid #BFA97C;
    border-radius: 6px;
    text-decoration: none;
    color: #FFFFFF !important;
    font-family: 'Montserrat', -apple-system, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: -0.005em;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  }
  .hiw-{{ section.id }} .hiw-tl-tool:hover {
    background: #AD974F;
    border-color: #AD974F;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px -8px rgba(0,0,0,0.25);
  }
  .hiw-{{ section.id }} .hiw-tl-tool-label {
    color: #FFFFFF !important;
  }
  .hiw-{{ section.id }} .hiw-tl-tool-arrow {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(255,255,255,0.18);
    color: #FFFFFF !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, transform 0.2s ease;
  }
  .hiw-{{ section.id }} .hiw-tl-tool-arrow svg {
    width: 14px;
    height: 14px;
  }
  .hiw-{{ section.id }} .hiw-tl-tool:hover .hiw-tl-tool-arrow {
    background: rgba(255,255,255,0.32);
    transform: translateX(2px);
  }

  .hiw-{{ section.id }} .hiw-tl-bullets li::before {
    content: "—";
    position: absolute;
    left: 0;
    color: #BFA97C !important;
  }

  /* ============ 10. WHERE TO START — dark theme ============ */
  .hiw-{{ section.id }} .hiw-start {
    background: #000000;
    color: #FFFFFF !important;
    padding: 56px 24px 60px;
  }
  .hiw-{{ section.id }} .hiw-start-intro {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 32px;
  }
  .hiw-start-intro .hiw-eyebrow { margin-bottom: 18px; }
  .hiw-{{ section.id }} .hiw-start-intro h2 {
    margin-bottom: 14px;
    text-wrap: balance;
    color: #FFFFFF !important;
  }
  .hiw-start-intro h2 .hiw-light-white { color: #FFFFFF !important; }
  .hiw-start-intro h2 .hiw-accent-light { color: #BFA97C !important; }
  .hiw-{{ section.id }} .hiw-start-intro p {
    font-size: 15px;
    line-height: 1.55;
    color: rgba(255,255,255,0.62) !important;
    max-width: 520px;
    margin: 0 auto;
  }
  .hiw-{{ section.id }} .hiw-start-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
  }
  .hiw-{{ section.id }} .hiw-start-card {
    background: #3B3838;
    border: 1px solid rgba(255,255,255,0.06);
    text-align: center;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-decoration: none;
    color: #FFFFFF !important;
    border-radius: 4px;
  }
  .hiw-{{ section.id }} .hiw-start-card:hover {
    border-color: #BFA97C;
    transform: translateY(-3px);
    box-shadow: 0 18px 40px -16px rgba(0,0,0,0.6);
  }
  .hiw-{{ section.id }} .hiw-start-card-img {
    aspect-ratio: 1/1;
    overflow: hidden;
    background: #000000;
    position: relative;
  }
  .hiw-{{ section.id }} .hiw-start-card-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    pointer-events: none;
    z-index: 2;
  }
  .hiw-{{ section.id }} .hiw-start-card-img img {
    position: relative;
    z-index: 0;
  }
  .hiw-{{ section.id }} .hiw-start-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
  }
  .hiw-{{ section.id }} .hiw-start-card:hover .hiw-start-card-img img {
    transform: scale(1.04);
  }
  .hiw-{{ section.id }} .hiw-start-card-img-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #000000;
    background-image: repeating-linear-gradient(135deg, rgba(191,169,124,0.08) 0 7px, transparent 7px 14px);
    background-size: 14px 14px;
    color: #BFA97C !important;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    padding: 14px;
  }
  .hiw-{{ section.id }} .hiw-start-card-img-placeholder span:last-child {
    color: rgba(255,255,255,0.45) !important;
    font-size: 11px;
    letter-spacing: 0.3px;
    text-transform: none;
    font-weight: 400;
    margin-top: 6px;
    line-height: 1.4;
  }
  .hiw-{{ section.id }} .hiw-start-card-body {
    padding: 18px 16px 18px;
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .hiw-{{ section.id }} .hiw-start-card-system {
    font-size: 10px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #BFA97C !important;
    font-weight: 700;
    margin-bottom: 6px;
  }
  .hiw-{{ section.id }} .hiw-start-card-name {
    font-family: 'Montserrat', -apple-system, sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF !important;
    line-height: 1.15;
    margin-bottom: 6px;
    letter-spacing: -0.02em;
  }
  .hiw-{{ section.id }} .hiw-start-card-desc {
    font-size: 12px;
    color: rgba(255,255,255,0.58) !important;
    line-height: 1.5;
    margin-bottom: 14px;
    flex: 1;
  }
  .hiw-{{ section.id }} .hiw-start-card-link {
    font-size: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #BFA97C !important;
    font-weight: 700;
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 12px;
  }
  .hiw-{{ section.id }} .hiw-start-card:hover .hiw-start-card-link {
    color: #FFFFFF !important;
  }

  .hiw-{{ section.id }} .hiw-start-secondary {
    max-width: 760px;
    margin: 20px auto 0;
    padding: 28px 24px 24px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 6px;
    text-align: center;
  }
  .hiw-{{ section.id }} .hiw-start-secondary-label {
    font-size: 10px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #AD974F !important;
    font-weight: 700;
    margin-bottom: 12px;
  }
  .hiw-{{ section.id }} .hiw-start-secondary h3 {
    font-family: 'Montserrat', -apple-system, sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #000000 !important;
    margin-bottom: 10px;
    letter-spacing: -0.02em;
  }
  .hiw-{{ section.id }} .hiw-start-secondary p {
    font-size: 14px;
    color: #6B6864 !important;
    line-height: 1.6;
    margin-bottom: 22px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  .hiw-start-secondary-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

  /* ============ 11. FINAL CTA ============ */
  .hiw-{{ section.id }} .hiw-final-cta {
    background: #000000;
    color: #FFFFFF !important;
    padding: 56px 24px;
    text-align: center;
  }
  .hiw-final-cta .hiw-eyebrow.hiw-light { margin-bottom: 24px; justify-content: center; }
  .hiw-final-cta h2 { color: #FFFFFF !important; margin-bottom: 20px; text-wrap: balance; }
  .hiw-final-cta h2 .hiw-accent-light { color: #BFA97C !important; }
  .hiw-{{ section.id }} .hiw-final-cta p {
    font-size: 16px;
    color: rgba(255,255,255,0.78) !important;
    margin-bottom: 36px;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
  }
  .hiw-final-cta-ctas { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

  .hiw-{{ section.id }} .footer {
    background: #000000;
    color: rgba(255,255,255,0.55) !important;
    padding: 36px 32px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 1.7;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .footer strong { color: #FFFFFF !important; font-weight: 600; }

  /* ============ 8. REAL PROJECTS — compact 3-card strip ============ */
  .hiw-{{ section.id }} .hiw-installs {
    background: #3B3838;
    color: #FFFFFF !important;
    padding: 48px 24px 52px;
  }
  .hiw-{{ section.id }} .hiw-installs-header {
    max-width: 760px;
    margin: 0 auto 28px;
    text-align: center;
  }
  .hiw-installs-header .hiw-eyebrow { margin-bottom: 14px; }
  .hiw-installs-header h2 { margin-bottom: 0; color: #FFFFFF !important; text-wrap: balance; }
  .hiw-installs-header h2 .hiw-light { color: #FFFFFF !important; }
  .hiw-installs-header h2 .hiw-accent { color: #BFA97C !important; }
  .hiw-{{ section.id }} .hiw-installs-lede {
    max-width: 620px;
    margin: 14px auto 0;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(255,255,255,0.78) !important;
    text-align: center;
  }
  .hiw-{{ section.id }} .hiw-rp-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
  .hiw-{{ section.id }} .hiw-rp-card {
    display: block;
    background: #000000;
    text-decoration: none;
    color: #FFFFFF !important;
    overflow: hidden;
    border-radius: 4px;
    transition: transform 0.25s ease;
  }
  .hiw-{{ section.id }} .hiw-rp-card:hover {
    transform: translateY(-3px);
  }
  .hiw-{{ section.id }} .hiw-rp-card-stage {
    aspect-ratio: 4/3;
    overflow: hidden;
    background: #000000;
  }
  .hiw-{{ section.id }} .hiw-rp-card-stage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
  }
  .hiw-{{ section.id }} .hiw-rp-card:hover .hiw-rp-card-stage img {
    transform: scale(1.03);
  }
  .hiw-{{ section.id }} .hiw-rp-card-meta {
    padding: 14px 16px 16px;
  }
  .hiw-{{ section.id }} .hiw-rp-card-system {
    font-size: 10px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #BFA97C !important;
    font-weight: 700;
    margin-bottom: 6px;
  }
  .hiw-{{ section.id }} .hiw-rp-card-title {
    font-family: 'Montserrat', -apple-system, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.35;
    color: #FFFFFF !important;
    letter-spacing: -0.005em;
  }
  .hiw-{{ section.id }} .hiw-installs-footer {
    text-align: center;
    margin-top: 28px;
  }

  /* ============ RESPONSIVE ============ */
  @media (max-width: 980px) {
    /* HOW IT WORKS — single explainer scales down, split stacks */
    .hiw-{{ section.id }} .hiw-how { padding: 40px 20px; }
    .hiw-{{ section.id }} .hiw-how-intro { margin-bottom: 24px; }
    .hiw-{{ section.id }} .hiw-how-explainer { padding: 16px; }
    .hiw-{{ section.id }} .hiw-how-split { grid-template-columns: 1fr; margin-top: 28px; }
    .hiw-{{ section.id }} .hiw-how-split-col { padding: 22px 22px 24px; }
    .hiw-{{ section.id }} .hiw-how-footnote { margin-top: 22px; font-size: 13px; }

    /* WHY IT WORKS — stack 3 columns in natural order (Flatpack -> Customea -> Joinery) */
    .hiw-{{ section.id }} .hiw-why { padding: 40px 20px 0; }
    .hiw-{{ section.id }} .hiw-why-intro { margin-bottom: 32px; }
    .hiw-{{ section.id }} .hiw-why-options {
      grid-template-columns: 1fr;
      gap: 28px;
    }
    .hiw-{{ section.id }} .hiw-why-option {
      margin: 0;
      padding: 36px 22px 22px;
    }
    .hiw-{{ section.id }} .hiw-why-option--featured {
      margin: 0;
      padding: 40px 22px 24px;
    }
    .hiw-{{ section.id }} .hiw-why-option-tagline { min-height: 0; }
    .hiw-{{ section.id }} .hiw-why-option-pills,
    .hiw-{{ section.id }} .hiw-why-option-pills--featured {
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
    }
    .hiw-{{ section.id }} .hiw-why-option-stamp { width: 66px; height: 66px; }
    .hiw-{{ section.id }} .hiw-why-option-stamp-line2 { font-size: 11px; }

    /* Axis stacks vertically, line hides */
    .hiw-{{ section.id }} .hiw-why-axis { margin-top: 28px; padding: 0; }
    .hiw-{{ section.id }} .hiw-why-axis-line { display: none; }
    .hiw-{{ section.id }} .hiw-why-axis-stops {
      grid-template-columns: 1fr;
      gap: 8px;
    }
    .hiw-{{ section.id }} .hiw-why-axis-stop { padding: 4px 0; }

    /* Conclusion stacks */
    .hiw-{{ section.id }} .hiw-why-conclusion {
      grid-template-columns: 1fr;
      gap: 18px;
      padding: 22px 22px;
      margin: 32px -20px 0;
    }
    .hiw-{{ section.id }} .hiw-why-conclusion-points {
      grid-template-columns: 1fr 1fr;
      gap: 14px;
    }

    /* MADE FOR strip */
    .hiw-{{ section.id }} .hiw-made-for-strip { padding: 18px 18px; }
    .hiw-{{ section.id }} .hiw-made-for-strip-inner { gap: 14px; flex-direction: column; }
    .hiw-{{ section.id }} .hiw-mfs-label { padding-right: 0; font-size: 12px; letter-spacing: 3px; }
    .hiw-{{ section.id }} .hiw-mfs-label::after { display: none; }
    .hiw-{{ section.id }} .hiw-mfs-list { gap: 12px; flex-direction: column; align-items: center; }
    .hiw-{{ section.id }} .hiw-mfs-item { font-size: 15px; }
    .hiw-{{ section.id }} .hiw-mfs-item strong { font-size: 12px; }
    .hiw-{{ section.id }} .hiw-mfs-dot { display: none; }

    .hiw-{{ section.id }} .hiw-hero-content { padding: 80px 20px 48px; }
    .hiw-{{ section.id }} .hiw-nav { padding: 14px 18px; top: 12px; }
    .hiw-{{ section.id }} .hiw-logo { font-size: 30px; }
    .hiw-{{ section.id }} .systems-strip { padding: 18px 20px; }
    .hiw-{{ section.id }} .systems-strip-inner { flex-direction: column; align-items: flex-start; gap: 10px; }
    .hiw-{{ section.id }} .systems-strip-list { gap: 18px; row-gap: 8px; }
    .hiw-{{ section.id }} .before-after { padding: 48px 20px; }
    .hiw-{{ section.id }} .before-after-header { margin-bottom: 28px; }
    .hiw-{{ section.id }} .ba-stage { grid-template-columns: 1fr; gap: 18px; }
    .hiw-{{ section.id }} .ba-arrow { flex-direction: row; padding: 6px 0; }
    .hiw-{{ section.id }} .ba-arrow-line { transform: rotate(90deg); width: 32px; }

    .hiw-{{ section.id }} .hiw-installs { padding: 36px 20px 40px; }
    .hiw-{{ section.id }} .hiw-installs-header { margin-bottom: 22px; }
    .hiw-{{ section.id }} .hiw-rp-grid { grid-template-columns: 1fr; gap: 12px; }
    .hiw-{{ section.id }} .hiw-rp-card-meta { padding: 12px 14px 14px; }
    .hiw-{{ section.id }} .hiw-installs-footer { margin-top: 24px; }
    /* Services strip — stack on mobile */
    .hiw-{{ section.id }} .hiw-tl-services { margin-top: 14px; }
    .hiw-{{ section.id }} .hiw-tl-services-grid { grid-template-columns: 1fr; gap: 10px; }
    .hiw-{{ section.id }} .hiw-tl-service { gap: 10px; }
    .hiw-{{ section.id }} .hiw-tl-tool { padding: 14px 18px; font-size: 14px; }
    .hiw-{{ section.id }} .hiw-tl-tool-arrow { width: 28px; height: 28px; }
    .hiw-{{ section.id }} .hiw-why { padding: 40px 20px; }
    .hiw-{{ section.id }} .hiw-why-intro { margin-bottom: 24px; }

    .hiw-{{ section.id }} .hiw-fit { padding: 40px 20px 44px; }
    .hiw-{{ section.id }} .hiw-fit-intro { margin-bottom: 22px; }
    .hiw-{{ section.id }} .hiw-fit-cards { grid-template-columns: 1fr; gap: 12px; }
    .hiw-{{ section.id }} .hiw-fit-card { padding: 24px 22px; gap: 10px; }
    .hiw-{{ section.id }} .hiw-fit-card-q { font-size: 18px; }
    .hiw-{{ section.id }} .hiw-pricing { padding: 40px 20px; }
    .hiw-{{ section.id }} .hiw-pricing-intro { margin-bottom: 24px; }
    .hiw-{{ section.id }} .hiw-pricing-anchor { padding: 28px 22px; margin-bottom: 28px; }
    .hiw-{{ section.id }} .hiw-pricing-anchor-figure { margin-bottom: 10px; }
    .hiw-{{ section.id }} .hiw-pricing-grid { grid-template-columns: 1fr; gap: 14px; }
    .hiw-{{ section.id }} .price-card { padding: 22px 20px; }
    .hiw-{{ section.id }} .price-card-name { font-size: 20px; margin-bottom: 14px; }
    .hiw-{{ section.id }} .price-card-sketch { aspect-ratio: 4/3; margin-bottom: 16px; }
    .hiw-{{ section.id }} .hiw-timeline { padding: 40px 20px; }
    .hiw-{{ section.id }} .hiw-timeline-intro { margin-bottom: 28px; }
    .hiw-{{ section.id }} .hiw-timeline-track { grid-template-columns: 1fr; gap: 28px; }
    .hiw-{{ section.id }} .hiw-timeline-track::before {
      top: 0;
      bottom: 0;
      left: 56px;
      right: auto;
      width: 1px;
      height: auto;
      background: #BFA97C;
    }
    .hiw-{{ section.id }} .hiw-tl-step {
      text-align: left;
      padding-left: 132px;
      position: relative;
      min-height: 112px;
    }
    .hiw-{{ section.id }} .hiw-tl-icon {
      position: absolute;
      left: 0;
      top: 0;
      margin: 0;
      width: 112px;
      height: 112px;
    }
    .hiw-{{ section.id }} .hiw-tl-num {
      position: absolute;
      left: 96px;
      top: -4px;
      z-index: 2;
      margin-bottom: 0;
    }
    .hiw-{{ section.id }} .hiw-tl-title { font-size: 16px; margin-bottom: 8px; }
    .hiw-{{ section.id }} .hiw-tl-bullets li { font-size: 13px; }
    .hiw-{{ section.id }} .hiw-start { padding: 40px 20px 44px; }
    .hiw-{{ section.id }} .hiw-start-intro { margin-bottom: 22px; }
    .hiw-{{ section.id }} .hiw-start-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .hiw-{{ section.id }} .hiw-start-card-body { padding: 14px 12px 16px; }
    .hiw-{{ section.id }} .hiw-start-card-name { font-size: 17px; }
    .hiw-{{ section.id }} .hiw-start-secondary { margin-top: 22px; padding: 20px 18px; }
    .hiw-{{ section.id }} .hiw-final-cta { padding: 40px 20px; }
    .hiw-{{ section.id }} .hiw-final-cta p { margin-bottom: 22px; font-size: 14px; }
  }
  @media (max-width: 540px) {

    .hiw-{{ section.id }} .hiw-nav { padding: 12px 16px; top: 8px; }
    .hiw-{{ section.id }} .hiw-nav-cta { padding: 8px 14px; font-size: 10px; letter-spacing: 1.5px; }
    .hiw-{{ section.id }} .hiw-logo { font-size: 26px; }
    .hiw-{{ section.id }} .hiw-hero { min-height: 70vh; }
    .hiw-{{ section.id }} .hiw-hero-content { min-height: 70vh; padding: 72px 18px 40px; }
    .hiw-{{ section.id }} .hiw-hero-eyebrow { margin-bottom: 14px; font-size: 10px; }
    .hiw-{{ section.id }} .hiw-hero-sub { font-size: 14px; margin-bottom: 22px; }
    .hiw-{{ section.id }} .hiw-hero-ctas { flex-direction: column; align-items: stretch; gap: 10px; }
    .hiw-{{ section.id }} .hiw-hero-ctas .hiw-btn { width: 100%; justify-content: center; padding: 14px 24px; }
    .hiw-{{ section.id }} .hiw-hero-scroll { display: none; }
    .hiw-{{ section.id }} .hiw-hero-credit { font-size: 8px; bottom: 12px; right: 16px; }
    .hiw-{{ section.id }} .systems-strip-list { gap: 12px 18px; }
    .hiw-{{ section.id }} .systems-strip-item { font-size: 12px; }
    .hiw-{{ section.id }} .hiw-btn { padding: 14px 24px; font-size: 11px; letter-spacing: 1.4px; }
    .hiw-{{ section.id }} .hiw-eyebrow { font-size: 10px; letter-spacing: 2.5px; }
    .hiw-{{ section.id }} .hiw-eyebrow::before { width: 24px; }
    .hiw-{{ section.id }} .lede { font-size: 15px; }
    .hiw-{{ section.id }} .model-intro-lede { font-size: 16px; }
    .hiw-{{ section.id }} .model-quote-text { font-size: 18px; }
    .hiw-{{ section.id }} .price-lines li { font-size: 11.5px; }
    .hiw-{{ section.id }} .price-section-label, .hiw-{{ section.id }} .price-total-label { font-size: 9px; letter-spacing: 2px; }
    .hiw-{{ section.id }} .price-section-sub { font-size: 13px; }
    .hiw-{{ section.id }} .price-total-value { font-size: 24px; }
    .hiw-{{ section.id }} .hiw-pricing-anchor-figure { font-size: 44px; }
    .hiw-{{ section.id }} .hiw-pricing-anchor-detail { font-size: 13px; }
    .hiw-{{ section.id }} .hiw-pricing-footnote { font-size: 12px; }
    .hiw-{{ section.id }} .hiw-start-grid { gap: 8px; }
    .hiw-{{ section.id }} .hiw-start-card-name { font-size: 17px; }
    .hiw-{{ section.id }} .hiw-start-card-desc { font-size: 11px; margin-bottom: 12px; }
    .hiw-{{ section.id }} .hiw-start-card-link { font-size: 9px; padding-top: 10px; }
    .hiw-{{ section.id }} .hiw-fit-list li { font-size: 14px; padding: 12px 0; }
    .hiw-{{ section.id }} .hiw-why-col-figure { font-size: 32px; }
    .hiw-{{ section.id }} .ba-tag { font-size: 9px; padding: 6px 10px; top: 12px; left: 12px; }
    .hiw-{{ section.id }} .ba-caption { font-size: 12px; margin-top: 12px; }
    .hiw-{{ section.id }} .ba-caption strong { font-size: 13px; }
  }


  .hiw-{{ section.id }} a.hiw-btn,
  .hiw-{{ section.id }} .hiw-btn:link,
  .hiw-{{ section.id }} .hiw-btn:visited,
  .hiw-{{ section.id }} .hiw-btn:hover,
  .hiw-{{ section.id }} .hiw-btn:active {
    text-decoration: none !important;
    border-bottom: none !important;
  }
  .hiw-{{ section.id }} .hiw-pricing {
    background: #FFFFFF;
    padding: 56px 24px;
  }
  .hiw-{{ section.id }} .hiw-pricing-intro {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 48px;
  }
  .hiw-pricing-intro .eyebrow { margin-bottom: 24px; }
  .hiw-pricing-intro h2 { margin-bottom: 20px; text-wrap: balance; }
  .hiw-{{ section.id }} .hiw-pricing-intro p {
    font-size: 17px;
    line-height: 1.6;
    color: #6B6864 !important;
    max-width: 560px;
    margin: 0 auto;
  }
  .hiw-{{ section.id }} .hiw-pricing-anchor {
    max-width: 1200px;
    margin: 0 auto 36px;
    padding: 32px 28px;
    background: #000000;
    color: #FFFFFF !important;
    text-align: center;
  }
  .hiw-{{ section.id }} .hiw-pricing-anchor-eyebrow {
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #BFA97C !important;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .hiw-{{ section.id }} .hiw-pricing-anchor-figure {
    font-family: 'Montserrat', -apple-system, sans-serif;
    font-weight: 600;
    font-size: clamp(56px, 7vw, 92px);
    line-height: 0.95;
    color: #FFFFFF !important;
    margin-bottom: 16px;
    letter-spacing: -0.035em;
  }
  .hiw-pricing-anchor-figure .accent-light { color: #BFA97C !important; }
  .hiw-pricing-anchor-figure .small { font-size: 0.5em; vertical-align: super; }
  .hiw-{{ section.id }} .hiw-pricing-anchor-detail {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255,255,255,0.78) !important;
    max-width: 580px;
    margin: 0 auto;
  }
  .hiw-pricing-anchor-detail strong { color: #FFFFFF !important; font-weight: 600; }
  .hiw-{{ section.id }} .hiw-pricing-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .hiw-{{ section.id }} .hiw-price-card {
    background: #E8E2D5;
    padding: 24px 22px 22px;
    border-top: 3px solid #BFA97C;
    display: flex;
    flex-direction: column;
  }
  .hiw-{{ section.id }} .hiw-price-card-system {
    font-size: 10px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #AD974F !important;
    font-weight: 700;
    margin-bottom: 6px;
  }
  .hiw-{{ section.id }} .hiw-price-card-name {
    font-family: 'Montserrat', -apple-system, sans-serif;
    font-weight: 600;
    font-size: 21px;
    color: #000000 !important;
    line-height: 1.2;
    margin-bottom: 18px;
    letter-spacing: -0.02em;
  }
  .hiw-{{ section.id }} .hiw-price-card-sketch {
    aspect-ratio: 4/3;
    background: #FFFFFF;
    border: 1px solid #D8D1C3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    overflow: hidden;
  }
  .hiw-{{ section.id }} .hiw-price-card-sketch img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 12px;
  }
  /* Kitchen card spec line */
  .hiw-{{ section.id }} .hiw-price-card-spec {
    font-size: 11.5px;
    line-height: 1.5;
    color: #6B6864 !important;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #D8D1C3;
  }
  /* Subtotal row (kitchen card) */
  .hiw-{{ section.id }} .hiw-price-subtotal {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 12px 0;
    margin-bottom: 4px;
    border-top: 1px solid #D8D1C3;
    border-bottom: 1px solid #D8D1C3;
  }
  .hiw-{{ section.id }} .hiw-price-subtotal-label {
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #3B3838 !important;
    font-weight: 700;
  }
  .hiw-{{ section.id }} .hiw-price-subtotal-value {
    font-family: 'Montserrat', -apple-system, sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #3B3838 !important;
    letter-spacing: -0.02em;
    font-variant-numeric: tabular-nums;
  }
  .hiw-{{ section.id }} .sk-label {
    font-size: 10px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #AD974F !important;
    font-weight: 700;
    margin-bottom: 4px;
  }
  .hiw-{{ section.id }} .sk-note {
    font-size: 11px;
    color: #6B6864 !important;
    line-height: 1.4;
  }
  .hiw-price-section { margin-bottom: 14px; }
  .hiw-{{ section.id }} .hiw-price-section-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 8px;
    margin-bottom: 6px;
    border-bottom: 1px solid #D8D1C3;
  }
  .hiw-{{ section.id }} .hiw-price-section-label {
    font-size: 10px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #000000 !important;
    font-weight: 700;
  }
  .hiw-{{ section.id }} .hiw-price-section-sub {
    font-family: 'Montserrat', -apple-system, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #000000 !important;
  }
  .hiw-price-lines { list-style: none; }
  .hiw-{{ section.id }} .hiw-price-lines li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 5px 0;
    gap: 12px;
    font-size: 12.5px;
    line-height: 1.4;
    color: #6B6864 !important;
  }
  .hiw-price-lines li .hiw-pl-name { flex: 1; }
  .hiw-{{ section.id }} .hiw-price-lines li .hiw-pl-val {
    font-variant-numeric: tabular-nums;
    color: #3B3838 !important;
    font-weight: 500;
    white-space: nowrap;
  }
  .hiw-{{ section.id }} .hiw-price-lines li.hiw-pl-note {
    font-size: 11px;
    font-style: italic;
    padding-top: 8px;
  }
  .hiw-{{ section.id }} .hiw-price-total {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 2px solid #000000;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  .hiw-{{ section.id }} .hiw-price-total-label {
    font-size: 11px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #000000 !important;
    font-weight: 700;
  }
  .hiw-{{ section.id }} .hiw-price-total-value {
    font-family: 'Montserrat', -apple-system, sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: #000000 !important;
    letter-spacing: -0.03em;
    font-variant-numeric: tabular-nums;
  }
  .hiw-{{ section.id }} .hiw-price-total-value .currency {
    font-size: 18px;
    vertical-align: super;
    margin-right: 2px;
    color: #AD974F !important;
    font-weight: 600;
  }
  .hiw-{{ section.id }} .hiw-pricing-footnote {
    max-width: 1200px;
    margin: 20px auto 0;
    text-align: center;
    font-size: 13px;
    color: #6B6864 !important;
    line-height: 1.6;
    padding: 0 32px;
  }
  .hiw-pricing-footnote strong { color: #3B3838 !important; font-weight: 600; }


  /* Richtext line-items wrapper (richtext field emits <p><ul><li> etc) */
  .hiw-{{ section.id }} .hiw-price-lines-wrap {
    margin: 0;
  }
  .hiw-{{ section.id }} .hiw-price-lines-wrap p,
  .hiw-{{ section.id }} .hiw-price-lines-wrap ul,
  .hiw-{{ section.id }} .hiw-price-lines-wrap ol {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .hiw-{{ section.id }} .hiw-price-lines-wrap ul li,
  .hiw-{{ section.id }} .hiw-price-lines-wrap ol li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 6px 0;
    font-size: 12.5px !important;
    line-height: 1.4 !important;
    color: #3B3838 !important;
    border-bottom: 1px dotted #E8E2D5;
  }
  .hiw-{{ section.id }} .hiw-price-lines-wrap ul li:last-child,
  .hiw-{{ section.id }} .hiw-price-lines-wrap ol li:last-child {
    border-bottom: none;
  }
  .hiw-{{ section.id }} .hiw-price-lines-wrap em {
    font-style: italic;
    color: #6B6864 !important;
  }


  /* ===== PRICING — NUCLEAR theme override (doubled-class specificity beats most theme rules) ===== */
  .hiw-{{ section.id }}.hiw-{{ section.id }} .hiw-price-lines-wrap,
  .hiw-{{ section.id }}.hiw-{{ section.id }} .hiw-price-lines-wrap *,
  .hiw-{{ section.id }}.hiw-{{ section.id }} .hiw-price-lines-wrap p,
  .hiw-{{ section.id }}.hiw-{{ section.id }} .hiw-price-lines-wrap ul,
  .hiw-{{ section.id }}.hiw-{{ section.id }} .hiw-price-lines-wrap ol,
  .hiw-{{ section.id }}.hiw-{{ section.id }} .hiw-price-lines-wrap li,
  .hiw-{{ section.id }}.hiw-{{ section.id }} .hiw-price-lines-wrap em,
  .hiw-{{ section.id }}.hiw-{{ section.id }} .hiw-price-lines-wrap strong,
  .hiw-{{ section.id }}.hiw-{{ section.id }} .hiw-price-lines-wrap span,
  .hiw-{{ section.id }}.hiw-{{ section.id }} .hiw-price-lines-wrap a {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    color: #3B3838 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    font-style: normal !important;
  }
  .hiw-{{ section.id }}.hiw-{{ section.id }} .hiw-price-lines-wrap ul,
  .hiw-{{ section.id }}.hiw-{{ section.id }} .hiw-price-lines-wrap ol {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .hiw-{{ section.id }}.hiw-{{ section.id }} .hiw-price-lines-wrap ul li,
  .hiw-{{ section.id }}.hiw-{{ section.id }} .hiw-price-lines-wrap ol li {
    display: flex !important;
    justify-content: space-between !important;
    align-items: baseline !important;
    gap: 12px !important;
    padding: 7px 0 !important;
    margin: 0 !important;
    border-bottom: 1px dotted #D8D1C3 !important;
    list-style: none !important;
    background: transparent !important;
  }
  .hiw-{{ section.id }}.hiw-{{ section.id }} .hiw-price-lines-wrap ul li::before,
  .hiw-{{ section.id }}.hiw-{{ section.id }} .hiw-price-lines-wrap ol li::before {
    content: none !important;
    display: none !important;
  }
  .hiw-{{ section.id }}.hiw-{{ section.id }} .hiw-price-lines-wrap ul li:last-child,
  .hiw-{{ section.id }}.hiw-{{ section.id }} .hiw-price-lines-wrap ol li:last-child {
    border-bottom: none !important;
  }
  .hiw-{{ section.id }}.hiw-{{ section.id }} .hiw-price-lines-wrap em {
    font-style: italic !important;
    color: #6B6864 !important;
  }
  .hiw-{{ section.id }}.hiw-{{ section.id }} .hiw-price-lines-wrap strong {
    font-weight: 600 !important;
  }

  /* Other pricing nodes — doubled specificity */
  .hiw-{{ section.id }}.hiw-{{ section.id }} .hiw-price-card-system {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    font-size: 11px !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    color: #AD974F !important;
    font-style: normal !important;
    line-height: 1 !important;
  }
  .hiw-{{ section.id }}.hiw-{{ section.id }} .hiw-price-card-name {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    font-size: 22px !important;
    line-height: 1.15 !important;
    letter-spacing: -0.01em !important;
    color: #000000 !important;
    text-transform: none !important;
    font-style: normal !important;
  }
  .hiw-{{ section.id }}.hiw-{{ section.id }} .hiw-price-card-spec {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
    font-size: 12.5px !important;
    line-height: 1.45 !important;
    color: #6B6864 !important;
    text-transform: none !important;
    font-style: normal !important;
  }
  .hiw-{{ section.id }}.hiw-{{ section.id }} .hiw-price-section-label {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    font-size: 11px !important;
    letter-spacing: 2.2px !important;
    text-transform: uppercase !important;
    color: #000000 !important;
    font-style: normal !important;
    line-height: 1 !important;
  }
  .hiw-{{ section.id }}.hiw-{{ section.id }} .hiw-price-section-sub {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    color: #000000 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    font-style: normal !important;
    line-height: 1 !important;
  }
  .hiw-{{ section.id }}.hiw-{{ section.id }} .hiw-price-subtotal-label,
  .hiw-{{ section.id }}.hiw-{{ section.id }} .hiw-price-total-label {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    font-size: 11px !important;
    letter-spacing: 2.2px !important;
    text-transform: uppercase !important;
    color: #000000 !important;
    font-style: normal !important;
    line-height: 1 !important;
  }
  .hiw-{{ section.id }}.hiw-{{ section.id }} .hiw-price-subtotal-value {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    color: #000000 !important;
    font-style: normal !important;
    line-height: 1 !important;
  }
  .hiw-{{ section.id }}.hiw-{{ section.id }} .hiw-price-total-value {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    font-size: 36px !important;
    color: #000000 !important;
    line-height: 1 !important;
    letter-spacing: -0.02em !important;
    font-style: normal !important;
    text-transform: none !important;
  }
  .hiw-{{ section.id }}.hiw-{{ section.id }} .hiw-pricing-footnote {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
    font-size: 12.5px !important;
    color: #6B6864 !important;
    line-height: 1.5 !important;
    text-transform: none !important;
    font-style: normal !important;
  }
  .hiw-{{ section.id }}.hiw-{{ section.id }} .hiw-pricing-footnote strong {
    color: #000000 !important;
    font-weight: 700 !important;
  }


  /* ================================================================
     MOBILE OPTIMIZATION — comprehensive pass for <= 768px
     Scoped to win against desktop specificity.
     ================================================================ */
  @media (max-width: 768px) {

    /* ===== HERO ===== */
    .hiw-{{ section.id }} .hiw-hero {
      min-height: 78vh;
    }
    .hiw-{{ section.id }} .hiw-hero-content {
      padding: 80px 20px 40px;
      min-height: 78vh;
    }
    .hiw-{{ section.id }} .hiw-hero-eyebrow {
      font-size: 10px !important;
      letter-spacing: 2.2px !important;
      margin-bottom: 14px !important;
    }
    .hiw-{{ section.id }} .hiw-hero-headline {
      font-size: 38px !important;
      line-height: 1.05 !important;
      margin-bottom: 16px !important;
    }
    .hiw-{{ section.id }} .hiw-hero-sub {
      font-size: 15px !important;
      line-height: 1.45 !important;
      margin-bottom: 24px !important;
      max-width: 100%;
    }
    .hiw-{{ section.id }} .hiw-hero-ctas {
      display: flex;
      flex-direction: column;
      gap: 12px;
      width: 100%;
    }
    .hiw-{{ section.id }} .hiw-hero-ctas .hiw-btn {
      width: 100%;
      justify-content: center;
    }
    .hiw-{{ section.id }} .hiw-hero-credit {
      font-size: 9px !important;
      letter-spacing: 1.5px !important;
      bottom: 12px;
      right: 14px;
    }
    .hiw-{{ section.id }} .hiw-hero-scroll {
      display: none;
    }

    /* ===== MADE FOR STRIP ===== */
    .hiw-{{ section.id }} .hiw-made-for-strip {
      padding: 14px 16px;
    }
    .hiw-{{ section.id }} .hiw-made-for-strip-inner {
      flex-direction: column;
      gap: 8px;
      align-items: flex-start;
      text-align: left;
    }
    .hiw-{{ section.id }} .hiw-mfs-label {
      font-size: 10px !important;
      letter-spacing: 2px !important;
    }
    .hiw-{{ section.id }} .hiw-mfs-list {
      display: flex;
      flex-direction: column;
      gap: 4px;
      width: 100%;
    }
    .hiw-{{ section.id }} .hiw-mfs-dot {
      display: none;
    }
    .hiw-{{ section.id }} .hiw-mfs-item {
      font-size: 12.5px !important;
      letter-spacing: 0 !important;
    }

    /* ===== Section eyebrows + H2s (global) ===== */
    .hiw-{{ section.id }} .hiw-eyebrow {
      font-size: 10px !important;
      letter-spacing: 2.2px !important;
    }
    .hiw-{{ section.id }} .hiw-display-xl {
      font-size: 30px !important;
      line-height: 1.1 !important;
      margin: 0 0 14px !important;
    }
    .hiw-{{ section.id }} .hiw-display-lg {
      font-size: 26px !important;
      line-height: 1.15 !important;
      margin: 0 0 12px !important;
    }
    .hiw-{{ section.id }} .hiw-display-md {
      font-size: 22px !important;
      line-height: 1.2 !important;
      margin: 0 0 10px !important;
    }

    /* ===== HOW IT WORKS ===== */
    .hiw-{{ section.id }} .hiw-how {
      padding: 48px 20px;
    }
    .hiw-{{ section.id }} .hiw-how-intro-lede {
      font-size: 15px !important;
      line-height: 1.5 !important;
    }
    .hiw-{{ section.id }} .hiw-how-explainer img {
      width: 100%;
      height: auto;
    }
    .hiw-{{ section.id }} .hiw-how-split {
      grid-template-columns: 1fr;
      gap: 16px;
    }
    .hiw-{{ section.id }} .hiw-how-split-col {
      padding: 22px 20px;
    }
    .hiw-{{ section.id }} .hiw-how-split-label {
      font-size: 11px !important;
      letter-spacing: 2px !important;
    }
    .hiw-{{ section.id }} .hiw-how-split-list li {
      font-size: 13.5px !important;
      line-height: 1.5 !important;
      padding-left: 18px;
    }

    /* ===== WHY IT WORKS ===== */
    .hiw-{{ section.id }} .hiw-why {
      padding: 48px 16px 0;
    }
    .hiw-{{ section.id }} .hiw-why-options {
      grid-template-columns: 1fr !important;
      gap: 28px !important;
      max-width: 100%;
    }
    .hiw-{{ section.id }} .hiw-why-option {
      margin: 0 !important;
      padding: 34px 20px 22px !important;
    }
    .hiw-{{ section.id }} .hiw-why-option--featured {
      margin: 0 !important;
      padding: 38px 20px 24px !important;
      box-shadow: 0 14px 30px -12px rgba(0,0,0,0.15);
    }
    .hiw-{{ section.id }} .hiw-why-option-label--big {
      font-size: 15px !important;
      letter-spacing: 4px !important;
    }
    .hiw-{{ section.id }} .hiw-why-option-tagline {
      min-height: 0 !important;
    }
    .hiw-{{ section.id }} .hiw-why-option-pills,
    .hiw-{{ section.id }} .hiw-why-option-pills--featured {
      grid-template-columns: repeat(2, 1fr) !important;
      gap: 10px !important;
    }
    .hiw-{{ section.id }} .hiw-why-option-stamp {
      width: 60px;
      height: 60px;
    }
    .hiw-{{ section.id }} .hiw-why-option-stamp-line2 {
      font-size: 10px !important;
    }
    .hiw-{{ section.id }} .hiw-why-axis-line {
      display: none !important;
    }
    .hiw-{{ section.id }} .hiw-why-axis-stops {
      grid-template-columns: 1fr !important;
      gap: 8px !important;
    }
    .hiw-{{ section.id }} .hiw-why-conclusion {
      grid-template-columns: 1fr !important;
      gap: 18px !important;
      padding: 22px 20px !important;
      margin: 32px -16px 0 !important;
    }
    .hiw-{{ section.id }} .hiw-why-conclusion-points {
      grid-template-columns: 1fr !important;
      gap: 12px !important;
    }
    .hiw-{{ section.id }} .hiw-why-conclusion-point {
      font-size: 13.5px !important;
    }

    /* ===== THE PROCESS / TIMELINE ===== */
    .hiw-{{ section.id }} .hiw-timeline {
      padding: 48px 20px;
    }
    .hiw-{{ section.id }} .hiw-timeline-track {
      grid-template-columns: 1fr !important;
      gap: 32px !important;
      max-width: 100%;
    }
    .hiw-{{ section.id }} .hiw-timeline-track::before {
      display: none !important;
    }
    .hiw-{{ section.id }} .hiw-tl-step {
      text-align: center !important;
      padding: 0 !important;
      padding-left: 0 !important;
      min-height: 0 !important;
    }
    .hiw-{{ section.id }} .hiw-tl-num {
      position: static !important;
      left: auto !important;
      top: auto !important;
      margin-bottom: 12px !important;
    }
    .hiw-{{ section.id }} .hiw-tl-icon {
      position: static !important;
      left: auto !important;
      top: auto !important;
      width: 88px !important;
      height: 88px !important;
      margin: 0 auto 16px !important;
    }
    .hiw-{{ section.id }} .hiw-tl-icon svg {
      width: 40px;
      height: 40px;
    }
    .hiw-{{ section.id }} .hiw-tl-title {
      font-size: 16px !important;
      letter-spacing: 2px !important;
      margin-bottom: 10px !important;
    }
    .hiw-{{ section.id }} .hiw-tl-bullets li {
      font-size: 13.5px !important;
      line-height: 1.5 !important;
      text-align: left;
      padding-left: 18px;
    }
    /* Tools strip stacks under timeline */
    .hiw-{{ section.id }} .hiw-tl-services-grid {
      grid-template-columns: 1fr !important;
      gap: 8px !important;
    }
    .hiw-{{ section.id }} .hiw-tl-service-tools {
      gap: 8px !important;
    }
    .hiw-{{ section.id }} .hiw-tl-tool {
      padding: 14px 16px !important;
      font-size: 13px !important;
    }
    .hiw-{{ section.id }} .hiw-tl-tool-label {
      font-size: 13px !important;
    }

    /* ===== WHERE TO START ===== */
    .hiw-{{ section.id }} .hiw-start {
      padding: 48px 20px;
    }
    .hiw-{{ section.id }} .hiw-start-lede {
      font-size: 14px !important;
    }
    .hiw-{{ section.id }} .hiw-start-grid {
      grid-template-columns: 1fr 1fr !important;
      gap: 10px !important;
    }
    .hiw-{{ section.id }} .hiw-start-card-body {
      padding: 12px 12px 14px !important;
    }
    .hiw-{{ section.id }} .hiw-start-card-system {
      font-size: 9px !important;
      letter-spacing: 1.6px !important;
    }
    .hiw-{{ section.id }} .hiw-start-card-name {
      font-size: 16px !important;
      margin-bottom: 4px !important;
    }
    .hiw-{{ section.id }} .hiw-start-card-desc {
      font-size: 12px !important;
      line-height: 1.4 !important;
    }
    .hiw-{{ section.id }} .hiw-start-card-link {
      font-size: 11px !important;
      letter-spacing: 1.5px !important;
      margin-top: 10px !important;
    }

    /* ===== FIT CHECK ===== */
    .hiw-{{ section.id }} .hiw-fit {
      padding: 48px 20px;
    }
    .hiw-{{ section.id }} .hiw-fit-cards {
      grid-template-columns: 1fr !important;
      gap: 14px !important;
    }
    .hiw-{{ section.id }} .hiw-fit-card {
      padding: 22px 20px !important;
    }
    .hiw-{{ section.id }} .hiw-fit-card-q {
      font-size: 16px !important;
      line-height: 1.3 !important;
      margin-bottom: 12px !important;
    }
    .hiw-{{ section.id }} .hiw-fit-card-a,
    .hiw-{{ section.id }} .hiw-fit-card-a p {
      font-size: 13.5px !important;
      line-height: 1.55 !important;
    }

    /* ===== PRICING ===== */
    .hiw-{{ section.id }} .hiw-pricing {
      padding: 48px 16px;
    }
    .hiw-{{ section.id }} .hiw-pricing-intro p {
      font-size: 14px !important;
      line-height: 1.5 !important;
    }
    .hiw-{{ section.id }} .hiw-pricing-anchor {
      padding: 28px 22px !important;
      margin-bottom: 28px !important;
    }
    .hiw-{{ section.id }} .hiw-pricing-anchor-figure {
      font-size: 56px !important;
      line-height: 1 !important;
    }
    .hiw-{{ section.id }} .hiw-pricing-anchor-eyebrow {
      font-size: 10px !important;
      letter-spacing: 2px !important;
    }
    .hiw-{{ section.id }} .hiw-pricing-anchor-detail {
      font-size: 13px !important;
      line-height: 1.5 !important;
      max-width: 100%;
    }
    .hiw-{{ section.id }} .hiw-pricing-grid {
      grid-template-columns: 1fr !important;
      gap: 16px !important;
    }
    .hiw-{{ section.id }} .hiw-price-card,
    .hiw-{{ section.id }} .hiw-price-card-kitchen {
      padding: 24px 20px !important;
      grid-column: auto !important;
    }
    .hiw-{{ section.id }}.hiw-{{ section.id }} .hiw-price-card-name {
      font-size: 20px !important;
    }
    .hiw-{{ section.id }}.hiw-{{ section.id }} .hiw-price-total-value {
      font-size: 32px !important;
    }
    .hiw-{{ section.id }}.hiw-{{ section.id }} .hiw-price-lines-wrap ul li,
    .hiw-{{ section.id }}.hiw-{{ section.id }} .hiw-price-lines-wrap ol li {
      font-size: 12.5px !important;
      padding: 6px 0 !important;
    }
    .hiw-{{ section.id }} .hiw-pricing-footnote {
      font-size: 12px !important;
      padding: 0 4px;
    }

    /* ===== REAL PROJECTS ===== */
    .hiw-{{ section.id }} .hiw-installs {
      padding: 48px 20px;
    }
    .hiw-{{ section.id }} .hiw-installs-lede {
      font-size: 14px !important;
    }
    .hiw-{{ section.id }} .hiw-rp-grid {
      grid-template-columns: 1fr !important;
      gap: 14px !important;
    }
    .hiw-{{ section.id }} .hiw-rp-card-title {
      font-size: 14px !important;
    }

    /* ===== FINAL CTA ===== */
    .hiw-{{ section.id }} .hiw-final-cta {
      padding: 48px 20px;
    }
    .hiw-{{ section.id }} .hiw-final-cta-h2 {
      font-size: 28px !important;
      line-height: 1.15 !important;
    }
    .hiw-{{ section.id }} .hiw-final-cta-lede {
      font-size: 14px !important;
      line-height: 1.5 !important;
      margin-bottom: 22px !important;
    }
    .hiw-{{ section.id }} .hiw-final-cta-buttons {
      flex-direction: column;
      gap: 12px;
      width: 100%;
    }
    .hiw-{{ section.id }} .hiw-final-cta-buttons .hiw-btn {
      width: 100%;
      justify-content: center;
    }

    /* ===== BUTTONS (general) ===== */
    .hiw-{{ section.id }} .hiw-btn {
      padding: 14px 22px !important;
      font-size: 11.5px !important;
      letter-spacing: 1.8px !important;
    }
  }

  /* ===== Very small phones <= 380px ===== */
  @media (max-width: 380px) {
    .hiw-{{ section.id }} .hiw-hero-headline {
      font-size: 32px !important;
    }
    .hiw-{{ section.id }} .hiw-display-xl {
      font-size: 26px !important;
    }
    .hiw-{{ section.id }} .hiw-display-lg {
      font-size: 22px !important;
    }
    .hiw-{{ section.id }} .hiw-start-grid {
      grid-template-columns: 1fr !important;
    }
    .hiw-{{ section.id }} .hiw-pricing-anchor-figure {
      font-size: 46px !important;
    }
  }
/* END_SECTION:how-it-works-page */

/* START_SECTION:pax-ext-build (INDEX:104) */
.pe-build{background:#3B3838!important;padding:56px 20px;font-family:'Montserrat',sans-serif;}
.pe-build-frame{background:#FFFFFF;border-top:4px solid #BFA97C;padding:32px 24px;max-width:860px;margin:0 auto;}
.pe-build-header{text-align:center;margin-bottom:28px;}
.pe-build-eyebrow{font-size:10px;letter-spacing:2.5px;text-transform:uppercase;font-weight:600;color:#AD974F!important;margin-bottom:14px;}
.pe-build-h{font-size:26px;color:#000000!important;line-height:1.2;margin:0 0 12px;letter-spacing:-0.4px;font-weight:600;font-family:'Montserrat',sans-serif;}
.pe-build-h span{color:#AD974F!important;}
.pe-build-sub{font-size:14px;color:#6B6864!important;line-height:1.6;max-width:500px;margin:0 auto;}
.pe-build-step{font-size:10px;text-transform:uppercase;letter-spacing:2px;color:#AD974F!important;font-weight:700;margin-bottom:14px;}
.pe-finish-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:24px;}
.pe-finish-tile{border:1px solid #D8D1C3;background:#EDE8DD;padding:16px 14px;cursor:pointer;transition:all .2s;display:block;text-decoration:none;}
.pe-finish-tile:hover{border-color:#BFA97C;background:#E5DCC4;}
.pe-finish-swatch{aspect-ratio:3/2;background:#D8D1C3;margin-bottom:12px;position:relative;overflow:hidden;}
.pe-finish-swatch-el{width:100%;height:100%;object-fit:cover;display:block;}
.pe-finish-name{font-size:14px;font-weight:600;color:#000000!important;margin-bottom:3px;}
.pe-finish-meta{font-size:11px;color:#6B6864!important;line-height:1.4;}
.pe-finish-price{font-size:12px;font-weight:600;color:#AD974F!important;margin-top:8px;}
.pe-build-note{font-size:12px;color:#6B6864!important;line-height:1.6;text-align:center;margin-bottom:22px;}
.pe-build-note strong{color:#000000!important;font-weight:600;}
.pe-build-note p{margin:0;color:#6B6864!important;}
.pe-build-cta{display:flex;flex-direction:column;gap:10px;align-items:stretch;}
.pe-build-cta .pe-btn{width:100%;}
.pe-build-sublink{text-align:center;margin:14px 0 0;font-size:13px;color:#6B6864!important;}
.pe-build-sublink a{color:#AD974F!important;text-decoration:underline;}
.pe-btn{font-family:'Montserrat',sans-serif;display:inline-flex;align-items:center;justify-content:center;padding:16px 24px;font-size:13px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;cursor:pointer;transition:all .2s;border:none;text-align:center;min-height:48px;text-decoration:none;}
.pe-btn-primary{background:#BFA97C!important;color:#000000!important;}
.pe-btn-primary:hover{background:#AD974F!important;color:#FFFFFF!important;}
.pe-btn-dark{background:#000000!important;color:#FFFFFF!important;}
.pe-btn-dark:hover{background:#3B3838!important;color:#FFFFFF!important;}
.pe-arrow::after{content:' →';margin-left:4px;}
@media (min-width:768px){
  .pe-build{padding:96px 32px;}
  .pe-build-frame{padding:48px 44px;}
  .pe-build-h{font-size:32px;}
  .pe-finish-grid{grid-template-columns:repeat(4,1fr);gap:16px;}
  .pe-build-cta{flex-direction:row;justify-content:center;}
  .pe-build-cta .pe-btn{width:auto;}
}
/* END_SECTION:pax-ext-build */

/* START_SECTION:pax-ext-explainer (INDEX:105) */
.pe-ex{background:#F4EFE5!important;padding:56px 20px;font-family:'Montserrat',sans-serif;}
.pe-ex-wrap{max-width:1200px;margin:0 auto;}
.pe-ex-header{text-align:center;margin-bottom:36px;}
.pe-ex-eyebrow{font-size:10px;letter-spacing:2.5px;text-transform:uppercase;font-weight:600;color:#AD974F!important;margin-bottom:14px;}
.pe-ex-headline{font-size:28px;font-weight:600;line-height:1.18;color:#000000!important;margin:0 auto 20px;letter-spacing:-0.4px;font-family:'Montserrat',sans-serif;}
.pe-ex-headline span{color:#AD974F!important;}
.pe-ex-sub{font-size:15px;color:#6B6864!important;line-height:1.7;max-width:620px;margin:0 auto;}
.pe-ex-feature{display:flex;flex-direction:column;border:1px solid #D8D1C3;background:#FFFFFF;}
.pe-ex-img{position:relative;background:#EDE8DD;aspect-ratio:4/3;overflow:hidden;}
.pe-ex-img-el{width:100%;height:100%;object-fit:cover;display:block;}
.pe-ex-img-ph{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;text-align:center;color:#6B6864!important;font-size:11px;letter-spacing:1px;text-transform:uppercase;padding:24px;}
.pe-ex-text{padding:28px 24px;}
.pe-ex-feat-eyebrow{font-size:10px;text-transform:uppercase;letter-spacing:2px;color:#AD974F!important;font-weight:600;margin-bottom:12px;}
.pe-ex-feat-h{font-size:22px;color:#000000!important;line-height:1.3;margin:0 0 14px;font-weight:600;font-family:'Montserrat',sans-serif;}
.pe-ex-feat-body p{font-size:14px;color:#6B6864!important;line-height:1.7;margin:0 0 14px;}
.pe-ex-feat-body p:last-child{margin-bottom:0;}
.pe-ex-feat-body strong{color:#000000!important;font-weight:600;}
.pe-ex-points{display:grid;grid-template-columns:1fr;gap:16px;margin-top:28px;}
.pe-ex-point{background:#FFFFFF;border:1px solid #D8D1C3;padding:22px 20px;}
.pe-ex-num{font-size:13px;font-weight:700;color:#AD974F!important;letter-spacing:1px;margin-bottom:10px;}
.pe-ex-pt-title{font-size:16px;font-weight:600;color:#000000!important;margin-bottom:8px;}
.pe-ex-pt-text{font-size:13px;color:#6B6864!important;line-height:1.6;}
@media (min-width:768px){
  .pe-ex{padding:96px 32px;}
  .pe-ex-headline{font-size:42px;line-height:1.1;max-width:720px;}
  .pe-ex-feature{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;}
  .pe-ex-img{aspect-ratio:auto;}
  .pe-ex-text{padding:44px 40px;display:flex;flex-direction:column;justify-content:center;}
  .pe-ex-feat-h{font-size:26px;}
  .pe-ex-points{grid-template-columns:repeat(3,1fr);gap:20px;}
}
/* END_SECTION:pax-ext-explainer */

/* START_SECTION:pax-ext-faq (INDEX:106) */
.pe-faq{background:#F4EFE5!important;padding:56px 20px;font-family:'Montserrat',sans-serif;}
.pe-faq-wrap{max-width:1200px;margin:0 auto;}
.pe-faq-grid{display:grid;grid-template-columns:1fr;gap:28px;}
.pe-faq-eyebrow{font-size:10px;letter-spacing:2.5px;text-transform:uppercase;font-weight:600;color:#AD974F!important;margin-bottom:14px;}
.pe-faq-headline{font-size:28px;font-weight:600;line-height:1.18;color:#000000!important;margin:0;letter-spacing:-0.4px;font-family:'Montserrat',sans-serif;}
.pe-faq-headline span{color:#AD974F!important;}
.pe-faq-sub{font-size:15px;color:#6B6864!important;line-height:1.7;margin-top:16px;}
.pe-faq-list{display:flex;flex-direction:column;}
.pe-faq-item{border-bottom:1px solid #D8D1C3;}
.pe-faq-q{width:100%;background:none;border:none;cursor:pointer;padding:18px 0;font-family:'Montserrat',sans-serif;font-size:15px;font-weight:600;color:#000000!important;display:flex;justify-content:space-between;align-items:flex-start;gap:16px;line-height:1.4;text-align:left;}
.pe-faq-toggle{color:#AD974F!important;font-weight:600;font-size:20px;line-height:1;flex-shrink:0;transition:transform .2s ease;}
.pe-faq-item.is-open .pe-faq-toggle{transform:rotate(45deg);}
.pe-faq-a{font-size:14px;color:#6B6864!important;line-height:1.7;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;}
.pe-faq-a p{margin:0 0 12px;color:#6B6864!important;}
.pe-faq-a p:last-child{margin-bottom:0;}
.pe-faq-a strong{color:#000000!important;font-weight:600;}
.pe-faq-a a{color:#AD974F!important;text-decoration:underline;}
.pe-faq-item.is-open .pe-faq-a{max-height:600px;padding-bottom:18px;}
@media (min-width:768px){
  .pe-faq{padding:96px 32px;}
  .pe-faq-grid{grid-template-columns:1fr 1.5fr;gap:64px;}
  .pe-faq-headline{font-size:42px;line-height:1.1;}
}
/* END_SECTION:pax-ext-faq */

/* START_SECTION:pax-ext-final-cta (INDEX:107) */
.pe-final{position:relative;padding:80px 20px;text-align:center;overflow:hidden;font-family:'Montserrat',sans-serif;}
.pe-final-bg{position:absolute;inset:0;background:linear-gradient(135deg,#4a4744 0%,#2e2c2a 100%)!important;background-size:cover;background-position:center;z-index:1;}
.pe-final-overlay{position:absolute;inset:0;z-index:2;}
.pe-final-content{position:relative;z-index:3;max-width:1200px;margin:0 auto;}
.pe-final-eyebrow{font-size:10px;letter-spacing:2.5px;text-transform:uppercase;font-weight:600;color:#BFA97C!important;margin-bottom:14px;}
.pe-final-headline{font-size:28px;font-weight:600;line-height:1.18;color:#FFFFFF!important;margin:0 auto 16px;letter-spacing:-0.4px;font-family:'Montserrat',sans-serif;}
.pe-final-headline span{color:#BFA97C!important;}
.pe-final-sub{font-size:16px;color:rgba(255,255,255,0.9)!important;margin:0 auto 28px;line-height:1.6;max-width:520px;}
.pe-final-buttons{display:flex;flex-direction:column;gap:10px;max-width:320px;margin:0 auto;}
.pe-btn{font-family:'Montserrat',sans-serif;display:inline-flex;align-items:center;justify-content:center;padding:16px 24px;font-size:13px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;cursor:pointer;transition:all .2s;border:none;text-align:center;min-height:48px;text-decoration:none;}
.pe-btn-primary{background:#BFA97C!important;color:#000000!important;}
.pe-btn-primary:hover{background:#AD974F!important;color:#FFFFFF!important;}
.pe-btn-secondary{background:rgba(255,255,255,0.12)!important;color:#FFFFFF!important;border:1.5px solid #FFFFFF;backdrop-filter:blur(4px);}
.pe-btn-secondary:hover{background:#FFFFFF!important;color:#000000!important;}
.pe-arrow::after{content:' →';margin-left:4px;}
@media (min-width:768px){
  .pe-final{padding:120px 32px;}
  .pe-final-headline{font-size:42px;line-height:1.1;max-width:720px;}
  .pe-final-buttons{flex-direction:row;max-width:none;justify-content:center;}
}
/* END_SECTION:pax-ext-final-cta */

/* START_SECTION:pax-ext-gallery (INDEX:108) */
.pe-gal{background:#FFFFFF!important;padding:56px 20px;font-family:'Montserrat',sans-serif;}
.pe-gal-wrap{max-width:1200px;margin:0 auto;}
.pe-gal-header{margin-bottom:36px;}
.pe-gal-eyebrow{font-size:10px;letter-spacing:2.5px;text-transform:uppercase;font-weight:600;color:#AD974F!important;margin-bottom:14px;}
.pe-gal-headline{font-size:28px;font-weight:600;line-height:1.18;color:#000000!important;margin:0 0 20px;letter-spacing:-0.4px;font-family:'Montserrat',sans-serif;}
.pe-gal-headline span{color:#AD974F!important;}
.pe-gal-sub{font-size:15px;color:#6B6864!important;line-height:1.7;max-width:600px;}
.pe-gal-grid{display:grid;grid-template-columns:1fr;gap:16px;}
.pe-gal-tile{display:block;text-decoration:none;}
.pe-gal-img{aspect-ratio:4/5;background:#EDE8DD;position:relative;overflow:hidden;}
.pe-gal-img-el{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease;}
.pe-gal-tile:hover .pe-gal-img-el{transform:scale(1.04);}
.pe-gal-img-ph{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;text-align:center;color:#6B6864!important;font-size:11px;letter-spacing:1px;text-transform:uppercase;padding:20px;}
.pe-gal-cap{padding-top:12px;}
.pe-gal-title{font-size:15px;font-weight:600;color:#000000!important;margin-bottom:4px;}
.pe-gal-meta{font-size:13px;color:#6B6864!important;line-height:1.5;}
.pe-gal-cta{text-align:center;margin-top:36px;}
.pe-btn{font-family:'Montserrat',sans-serif;display:inline-flex;align-items:center;justify-content:center;padding:16px 24px;font-size:13px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;cursor:pointer;transition:all .2s;border:none;text-align:center;min-height:48px;text-decoration:none;}
.pe-btn-outline{background:transparent!important;color:#000000!important;border:1.5px solid #000000;}
.pe-btn-outline:hover{background:#000000!important;color:#FFFFFF!important;}
.pe-arrow::after{content:' →';margin-left:4px;}
@media (min-width:768px){
  .pe-gal{padding:96px 32px;}
  .pe-gal-header{text-align:center;}
  .pe-gal-sub{max-width:600px;margin-left:auto;margin-right:auto;}
  .pe-gal-headline{font-size:42px;line-height:1.1;max-width:720px;margin-left:auto;margin-right:auto;}
  .pe-gal-grid{grid-template-columns:repeat(3,1fr);gap:20px;}
}
/* END_SECTION:pax-ext-gallery */

/* START_SECTION:pax-ext-hero (INDEX:109) */
.pe-hero{--gold:#BFA97C;--gold-deep:#AD974F;--white:#FFFFFF;--black:#000000;--charcoal:#3B3838;position:relative;min-height:86vh;display:flex;align-items:flex-end;overflow:hidden;font-family:'Montserrat',sans-serif;}
.pe-hero-bg{position:absolute;inset:0;background:linear-gradient(135deg,#4a4744 0%,#2e2c2a 100%);background-size:cover;background-position:center;z-index:1;}
.pe-hero-overlay{position:absolute;inset:0;z-index:2;}
.pe-hero-content{position:relative;z-index:3;width:100%;padding:32px 20px 40px;color:#FFFFFF!important;}
.pe-hero-eyebrow{font-size:10px;letter-spacing:2.5px;text-transform:uppercase;font-weight:600;color:#BFA97C!important;margin-bottom:16px;}
.pe-hero-headline{font-size:38px;font-weight:600;line-height:1.1;margin:0 0 16px;letter-spacing:-0.8px;color:#FFFFFF!important;font-family:'Montserrat',sans-serif;}
.pe-hero-headline span{color:#BFA97C!important;}
.pe-hero-sub{font-size:16px;font-weight:400;line-height:1.55;margin:0 0 24px;color:#FFFFFF!important;opacity:0.95;}
.pe-hero-ctas{display:flex;flex-direction:column;gap:10px;margin-bottom:16px;}
.pe-hero-trust{font-size:12px;letter-spacing:0.4px;color:rgba(255,255,255,0.85)!important;line-height:1.5;margin:0;}
.pe-hero-trust strong{color:#BFA97C!important;font-weight:600;}
.pe-btn{font-family:'Montserrat',sans-serif;display:inline-flex;align-items:center;justify-content:center;padding:16px 24px;font-size:13px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;cursor:pointer;transition:all .2s;border:none;text-align:center;min-height:48px;text-decoration:none;}
.pe-btn-primary{background:#BFA97C!important;color:#000000!important;}
.pe-btn-primary:hover{background:#AD974F!important;color:#FFFFFF!important;}
.pe-btn-secondary{background:rgba(255,255,255,0.12)!important;color:#FFFFFF!important;border:1.5px solid #FFFFFF;backdrop-filter:blur(4px);}
.pe-btn-secondary:hover{background:#FFFFFF!important;color:#000000!important;}
.pe-arrow::after{content:' →';margin-left:4px;}
.pe-sticky{position:fixed;bottom:0;left:0;right:0;background:#BFA97C!important;padding:12px 16px;z-index:200;box-shadow:0 -4px 16px rgba(0,0,0,0.15);transform:translateY(100%);transition:transform .3s ease;}
.pe-sticky.is-visible{transform:translateY(0);}
.pe-sticky-inner{display:flex;align-items:center;justify-content:space-between;max-width:600px;margin:0 auto;gap:12px;}
.pe-sticky-text{font-size:12px;font-weight:600;color:#000000!important;line-height:1.3;}
.pe-sticky-text strong{display:block;font-size:13px;color:#000000!important;}
.pe-sticky-btn{background:#000000!important;color:#FFFFFF!important;padding:12px 18px;font-size:11px;font-weight:600;letter-spacing:1px;text-transform:uppercase;white-space:nowrap;min-height:44px;display:inline-flex;align-items:center;text-decoration:none;}
@media (min-width:768px){
  .pe-hero{min-height:80vh;align-items:center;}
  .pe-hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0) 100%)!important;}
  .pe-hero-content{max-width:1200px;margin:0 auto;padding:80px 48px;}
  .pe-hero-eyebrow{font-size:11px;letter-spacing:3.5px;margin-bottom:24px;}
  .pe-hero-headline{font-size:60px;line-height:1.05;max-width:700px;letter-spacing:-1px;margin-bottom:24px;}
  .pe-hero-sub{font-size:18px;max-width:540px;margin-bottom:28px;}
  .pe-hero-ctas{flex-direction:row;gap:12px;max-width:520px;margin-bottom:20px;}
  .pe-sticky{display:none;}
}
/* END_SECTION:pax-ext-hero */