.exclusive-home-content > .container,
.page-template-homepage .exclusive-home-content > .container {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.exclusive-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #e9e9e9;
}

.exclusive-slider-track:not(.slick-initialized) .exclusive-slide:not(:first-child) {
    display: none;
}

.exclusive-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.exclusive-slider--hero .exclusive-slide {
    height: clamp(560px, 44vw, 690px);
    min-height: 560px;
}

.exclusive-slider--story {
    width: min(calc(100% - 60px), 1500px);
    margin: 0 auto;
    border-radius: 2px;
}

.exclusive-slider--story .exclusive-slide {
    height: clamp(430px, 38vw, 620px);
}

.exclusive-slide-media,
.exclusive-slide-media img,
.exclusive-slide-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.exclusive-slide-media {
    display: block;
}

.exclusive-slide-media img {
    object-fit: cover;
    object-position: center center;
    transform: scale(1.001);
}

.exclusive-slide-shade {
    z-index: 1;
    background: rgba(0,0,0,var(--exclusive-slide-overlay, .15));
    pointer-events: none;
}

.exclusive-slide-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: min(1120px, calc(100% - 120px));
    height: 100%;
    margin: 0 auto;
    padding-top: 110px;
    padding-bottom: 45px;
    color: #fff;
    text-align: center;
}

.exclusive-slider--story .exclusive-slide-content {
    padding-top: 35px;
}

.exclusive-slide-title {
    margin: 0;
    color: inherit !important;
    font-family: var(--exclusive-font) !important;
    font-size: clamp(40px, 4.7vw, 76px);
    font-weight: 700 !important;
    line-height: 1.06;
    letter-spacing: -.025em;
    text-transform: uppercase;
    text-shadow: 0 2px 22px rgba(0,0,0,.12);
}

.exclusive-slider--story .exclusive-slide-title {
    font-size: clamp(38px, 4.2vw, 68px);
}

.exclusive-slide-subtitle {
    max-width: 680px;
    margin: 18px 0 0;
    color: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

.exclusive-slide-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 64px;
    padding: 6px 0;
    border-bottom: 1px solid currentColor;
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .01em;
    line-height: 1.35;
    text-decoration: none !important;
    transition: opacity var(--exclusive-transition);
}

.exclusive-slide-cta:hover {
    opacity: .72;
}

.exclusive-slider-arrow {
    position: absolute;
    z-index: 10;
    top: 50%;
    width: 52px;
    height: 70px;
    margin-top: -35px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
    opacity: .92;
    transition: opacity var(--exclusive-transition), transform var(--exclusive-transition);
}

.exclusive-slider-arrow:hover {
    opacity: 1;
}

.exclusive-slider-arrow--prev {
    left: 24px;
}

.exclusive-slider-arrow--next {
    right: 24px;
}

.exclusive-slider-arrow span {
    display: block;
    width: 30px;
    height: 30px;
    margin: auto;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
}

.exclusive-slider-arrow--prev span {
    transform: rotate(-135deg);
}

.exclusive-slider-arrow--next span {
    transform: rotate(45deg);
}

.exclusive-slider .slick-slide,
.exclusive-slider .slick-slide > div {
    height: 100%;
}

.exclusive-slider .slick-list,
.exclusive-slider .slick-track {
    height: 100%;
}

/* ================================================================
   Exclusive Homepage v1.2.0
   Re-skins the existing Bemins/Elementor sections without tying the
   child theme to Elementor's generated element IDs.
   ================================================================ */

.exclusive-home-portal,
.exclusive-section-hidden {
    display: none !important;
}

body.exclusive-home .main-content,
body.exclusive-home #primary,
body.exclusive-home #content {
    overflow: visible;
}

/* Promo cards ---------------------------------------------------- */
body.exclusive-home .exclusive-promo-section {
    width: 100%;
    margin: 48px auto 70px !important;
    padding: 0 24px !important;
}

body.exclusive-home .exclusive-promo-section > .elementor-container,
body.exclusive-home .exclusive-promo-section > .e-con-inner {
    width: 100% !important;
    max-width: 1320px !important;
    margin: 0 auto !important;
}

body.exclusive-home .exclusive-promo-section .elementor-column {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

body.exclusive-home .exclusive-promo-section .elementor-widget-bwp_image,
body.exclusive-home .exclusive-promo-section .elementor-widget-container,
body.exclusive-home .exclusive-promo-section .bwp-widget-banner,
body.exclusive-home .exclusive-promo-section .banners,
body.exclusive-home .exclusive-promo-section .bwp-image {
    height: 100%;
}

body.exclusive-home .exclusive-promo-section .bwp-widget-banner {
    position: relative;
    overflow: hidden;
    min-height: 380px;
    border-radius: 12px;
    background: #f4f3f1;
}

body.exclusive-home .exclusive-promo-section .bwp-image > a,
body.exclusive-home .exclusive-promo-section .bwp-image > a > img,
body.exclusive-home .exclusive-promo-section .bwp-image img {
    width: 100% !important;
    height: 100% !important;
    min-height: 380px;
    object-fit: cover !important;
    object-position: center !important;
}

body.exclusive-home .exclusive-promo-section .bwp-widget-banner.layout-1 .bwp-image > a:after {
    height: 62%;
    border-radius: 12px;
    background: linear-gradient(180deg, transparent 12%, rgba(0,0,0,.44) 100%);
}

body.exclusive-home .exclusive-promo-section .banner-wrapper-infor {
    z-index: 4 !important;
}

body.exclusive-home .exclusive-promo-section .banner-wrapper-infor h2,
body.exclusive-home .exclusive-promo-section .banner-wrapper-infor h3,
body.exclusive-home .exclusive-promo-section .banner-wrapper-infor .title-banner,
body.exclusive-home .exclusive-promo-section .banner-wrapper-infor .title {
    color: #fff !important;
    font-family: var(--exclusive-font) !important;
    font-size: clamp(18px, 1.6vw, 24px) !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    text-shadow: 0 1px 12px rgba(0,0,0,.16);
}

body.exclusive-home .exclusive-promo-section .button,
body.exclusive-home .exclusive-promo-section .bwp-button,
body.exclusive-home .exclusive-promo-section a.button {
    min-width: 104px;
    height: 38px !important;
    padding: 0 18px !important;
    border: 0 !important;
    border-radius: 3px !important;
    background: #fff !important;
    color: #171717 !important;
    font-family: var(--exclusive-font) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 38px !important;
    box-shadow: none !important;
}

body.exclusive-home .exclusive-promo-section .button:hover,
body.exclusive-home .exclusive-promo-section .bwp-button:hover,
body.exclusive-home .exclusive-promo-section a.button:hover {
    background: #171717 !important;
    color: #fff !important;
}

/* Categories ----------------------------------------------------- */
body.exclusive-home .exclusive-categories-section {
    width: 100%;
    margin: 0 auto 74px !important;
    padding: 0 24px !important;
}

body.exclusive-home .exclusive-categories-section > .elementor-container,
body.exclusive-home .exclusive-categories-section > .e-con-inner {
    max-width: 1240px !important;
    margin: 0 auto !important;
}

body.exclusive-home .exclusive-categories-section .elementor-widget-heading {
    margin-bottom: 36px !important;
}

body.exclusive-home .exclusive-categories-section .elementor-heading-title {
    margin: 0 !important;
    color: #252525 !important;
    font-family: var(--exclusive-font) !important;
    font-size: clamp(24px, 2.2vw, 31px) !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
}

body.exclusive-home .exclusive-categories-section .bwp-slider .slick-list {
    overflow: hidden;
}

body.exclusive-home .exclusive-categories-section .bwp-slider .content-image,
body.exclusive-home .exclusive-categories-section .bwp-slider .image,
body.exclusive-home .exclusive-categories-section .bwp-slider .item-image {
    overflow: hidden;
    border-radius: 50%;
    background: #f5f5f3;
}

body.exclusive-home .exclusive-categories-section .bwp-slider img {
    transition: transform .45s ease;
}

body.exclusive-home .exclusive-categories-section .bwp-slider .item:hover img {
    transform: scale(1.035);
}

body.exclusive-home .exclusive-categories-section .bwp-slider .bwp-button,
body.exclusive-home .exclusive-categories-section .bwp-slider a.button,
body.exclusive-home .exclusive-categories-section .bwp-slider .button-slider,
body.exclusive-home .exclusive-categories-section .bwp-slider .content-button a {
    display: inline-block !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #252525 !important;
    font-family: var(--exclusive-font) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
    text-decoration: none !important;
}

/* Story + brand statement --------------------------------------- */
.exclusive-home-insert {
    width: 100%;
    margin: 0;
    padding: 0 0 8px;
}

body.exclusive-home .exclusive-home-insert .exclusive-slider--story {
    width: min(calc(100% - 48px), 1490px);
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
}

body.exclusive-home .exclusive-home-insert .exclusive-slider--story .exclusive-slide {
    height: clamp(430px, 37vw, 610px);
}

body.exclusive-home .exclusive-home-insert .exclusive-slider--story .exclusive-slide-title {
    max-width: 1050px;
    font-size: clamp(42px, 4.5vw, 72px);
    font-weight: 700 !important;
    letter-spacing: -.025em;
}

body.exclusive-home .exclusive-home-insert .exclusive-slider--story .exclusive-slide-cta {
    margin-top: 74px;
}

.exclusive-brand-intro {
    width: 100%;
    padding: 54px 24px 76px;
    background: #fff;
}

.exclusive-brand-intro__inner {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.exclusive-brand-intro__inner h2 {
    margin: 0 0 22px;
    color: #303030 !important;
    font-family: var(--exclusive-font) !important;
    font-size: clamp(24px, 2.1vw, 31px);
    font-weight: 400 !important;
    line-height: 1.35;
    letter-spacing: .01em;
}

.exclusive-brand-intro__inner p {
    margin: 0 auto;
    color: #686868;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.72;
}

.exclusive-usps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px;
    width: min(1160px, 100%);
    margin: 60px auto 0;
}

.exclusive-usp {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.exclusive-usp__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    color: #4d4d4d;
}

.exclusive-usp__icon svg {
    width: 44px;
    height: 44px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.35;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.exclusive-usp h3 {
    margin: 0 0 5px;
    color: #303030 !important;
    font-family: var(--exclusive-font) !important;
    font-size: 16px;
    font-weight: 600 !important;
    line-height: 1.35;
}

.exclusive-usp p {
    max-width: 180px;
    margin: 0;
    color: #777;
    font-size: 14px;
    line-height: 1.45;
}

/* Testimonial ---------------------------------------------------- */
body.exclusive-home .exclusive-testimonial-section {
    margin: 0 !important;
    padding: 78px 24px 92px !important;
    background: #f7fafb !important;
}

body.exclusive-home .exclusive-testimonial-section > .elementor-container,
body.exclusive-home .exclusive-testimonial-section > .e-con-inner {
    max-width: 1150px !important;
    margin: 0 auto !important;
}

body.exclusive-home .exclusive-testimonial-section > .elementor-container > .elementor-column > .elementor-widget-wrap > .elementor-widget-heading {
    display: none !important;
}

body.exclusive-home .exclusive-testimonial-section .elementor-inner-section {
    padding-top: 20px !important;
}



body.exclusive-home .exclusive-testimonial-section .bwp-testimonial .description,
body.exclusive-home .exclusive-testimonial-section .bwp-testimonial .testimonial-description,
body.exclusive-home .exclusive-testimonial-section .bwp-testimonial .content {
    color: #222 !important;
    font-family: var(--exclusive-font) !important;
}

body.exclusive-home .exclusive-testimonial-section .bwp-testimonial i.slick-arrow {
    width: 31px !important;
    height: 31px !important;
    line-height: 29px !important;
    border: 1px solid #9a9a9a !important;
    border-radius: 50% !important;
    background: transparent !important;
    color: #666 !important;
    font-size: 12px !important;
}

/* Instagram ------------------------------------------------------ */
body.exclusive-home .exclusive-instagram-section {
    margin: 0 !important;
    padding: 82px 24px 78px !important;
    background: #fff;
}

body.exclusive-home .exclusive-instagram-section > .elementor-container,
body.exclusive-home .exclusive-instagram-section > .e-con-inner {
    max-width: 1320px !important;
    margin: 0 auto !important;
}

body.exclusive-home .exclusive-instagram-section .bwp-instagram .title-block,
body.exclusive-home .exclusive-instagram-section .bwp-instagram .title-block h2,
body.exclusive-home .exclusive-instagram-section .bwp-instagram h2,
body.exclusive-home .exclusive-instagram-section .bwp-instagram h3 {
    color: #303030 !important;
    font-family: var(--exclusive-font) !important;
    font-weight: 400 !important;
}

body.exclusive-home .exclusive-instagram-section .bwp-instagram a.instagram {
    border-radius: 8px;
}

body.exclusive-home .exclusive-instagram-section .bwp-instagram a.instagram img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

/* ================================================================
   Exclusive v1.2.1 — Hero Polish
   Stable full-viewport hero before/after Slick initialization,
   content safely below the transparent header, and radio-style dots.
   ================================================================ */

/* The campbar stays in normal document flow. The hero occupies the rest
   of the visible viewport so campbar + hero = one complete first screen. */
body.exclusive-home .exclusive-slider--hero {
    --exclusive-hero-height: calc(100svh - var(--exclusive-campbar-height, 30px));
    width: 100%;
    height: var(--exclusive-hero-height);
    min-height: 620px;
    background: #171717;
}

@supports (height: 100dvh) {
    body.exclusive-home .exclusive-slider--hero {
        --exclusive-hero-height: calc(100dvh - var(--exclusive-campbar-height, 30px));
    }
}

/* This exact height exists BEFORE Slick runs as well as afterwards.
   It removes the visible full-screen -> short-slider layout jump. */
body.exclusive-home .exclusive-slider--hero .exclusive-slider-track,
body.exclusive-home .exclusive-slider--hero .slick-list,
body.exclusive-home .exclusive-slider--hero .slick-track,
body.exclusive-home .exclusive-slider--hero .slick-slide,
body.exclusive-home .exclusive-slider--hero .slick-slide > div,
body.exclusive-home .exclusive-slider--hero .exclusive-slide {
    width: 100%;
    height: 100% !important;
    min-height: 0 !important;
}

body.exclusive-home .exclusive-slider--hero .exclusive-slider-track:not(.slick-initialized) {
    height: 100%;
}

body.exclusive-home .exclusive-slider--hero .exclusive-slide {
    box-sizing: border-box;
}

/* Header-safe content zone. Instead of centering inside the entire image,
   center only in the area BELOW the transparent header/navigation. */
body.exclusive-home .exclusive-slider--hero .exclusive-slide-content {
    position: absolute;
    z-index: 3;
    top: var(--exclusive-header-shell-height, 126px);
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    width: min(1120px, calc(100% - 96px));
    height: auto;
    margin: 0 auto;
    padding: 0 24px 72px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}

body.exclusive-home .exclusive-slider--hero .exclusive-slide-title {
    width: 100%;
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
    text-wrap: balance;
}

body.exclusive-home .exclusive-slider--hero .exclusive-slide-subtitle {
    max-width: 720px;
}

body.exclusive-home .exclusive-slider--hero .exclusive-slide-cta {
    margin-top: clamp(34px, 5vh, 58px);
}

/* Hero pagination: clean radio-button style like the approved reference. */
body.exclusive-home .exclusive-slider--hero .slick-dots {
    position: absolute;
    z-index: 12;
    right: 0;
    bottom: 26px;
    left: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: auto;
    margin: 0;
    padding: 0 20px;
    list-style: none;
}

body.exclusive-home .exclusive-slider--hero .slick-dots li {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0;
    padding: 0;
}

body.exclusive-home .exclusive-slider--hero .slick-dots li button {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0;
    padding: 0;
    border: 1.5px solid rgba(255,255,255,.92);
    border-radius: 999px;
    background: transparent;
    box-shadow: 0 1px 9px rgba(0,0,0,.18);
    color: transparent;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    transition: background-color 220ms ease, transform 220ms ease, opacity 220ms ease;
}

body.exclusive-home .exclusive-slider--hero .slick-dots li button:before {
    display: none !important;
    content: none !important;
}

body.exclusive-home .exclusive-slider--hero .slick-dots li.slick-active button {
    background: #fff;
    transform: scale(.92);
}

body.exclusive-home .exclusive-slider--hero .slick-dots li:not(.slick-active) button:hover {
    background: rgba(255,255,255,.35);
}

/* ========================================================================
   Exclusive v1.3.0 — live Instagram feed integration
   ======================================================================== */
body.exclusive-home .exclusive-instagram-live-section {
    margin: 0;
    padding: 82px 24px 78px;
    background: #fff;
}

body.exclusive-home .exclusive-instagram-live__heading,
body.exclusive-home .exclusive-instagram-live__feed {
    width: min(100%, 1320px);
    margin-left: auto;
    margin-right: auto;
}

body.exclusive-home .exclusive-instagram-live__heading {
    margin-bottom: 46px;
    text-align: center;
}

body.exclusive-home .exclusive-instagram-live__heading h2 {
    margin: 0 0 12px;
    color: #303030;
    font-family: var(--exclusive-font) !important;
    font-size: clamp(28px, 2.3vw, 40px);
    font-weight: 400;
    line-height: 1.2;
}

body.exclusive-home .exclusive-instagram-live__heading a {
    color: #111;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

/* Smash Balloon Social Photo Feed. These rules deliberately target only our
   live section so plugin styling elsewhere on the site is untouched. */
body.exclusive-home .exclusive-instagram-live__feed #sb_instagram {
    width: 100% !important;
    padding: 0 !important;
}

body.exclusive-home .exclusive-instagram-live__feed #sb_instagram #sbi_images {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px;
    width: 100% !important;
    padding: 0 !important;
}

body.exclusive-home .exclusive-instagram-live__feed #sb_instagram .sbi_item {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
}

body.exclusive-home .exclusive-instagram-live__feed #sb_instagram .sbi_photo,
body.exclusive-home .exclusive-instagram-live__feed #sb_instagram .sbi_photo_wrap {
    display: block !important;
    width: 100% !important;
    aspect-ratio: 1 / 1;
    min-height: 0 !important;
    border-radius: 9px;
    overflow: hidden;
}

body.exclusive-home .exclusive-instagram-live__feed #sb_instagram .sbi_photo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* Homepage already has its own heading/link, so keep the feed itself clean. */
body.exclusive-home .exclusive-instagram-live__feed #sb_instagram .sb_instagram_header,
body.exclusive-home .exclusive-instagram-live__feed #sb_instagram .sbi_header_text,
body.exclusive-home .exclusive-instagram-live__feed #sb_instagram .sbi_load_btn,
body.exclusive-home .exclusive-instagram-live__feed #sb_instagram .sbi_follow_btn {
    display: none !important;
}

@media (max-width: 991px) {
    body.exclusive-home .exclusive-instagram-live__feed #sb_instagram #sbi_images {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
    }
}

@media (max-width: 767px) {
    body.exclusive-home .exclusive-instagram-live-section {
        padding: 58px 14px 62px;
    }

    body.exclusive-home .exclusive-instagram-live__heading {
        margin-bottom: 30px;
    }

    body.exclusive-home .exclusive-instagram-live__heading h2 {
        font-size: 27px;
    }

    body.exclusive-home .exclusive-instagram-live__feed #sb_instagram #sbi_images {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
}

/* ================================================================
   Exclusive v1.4.0 — Homepage visual polish
   - hero edge fix + light typography with optional bold emphasis
   - consistent homepage content grid
   - shorter story slider
   - testimonial layout for entries without photos
   ================================================================ */

body.exclusive-home {
    --exclusive-home-grid: 1320px;
    --exclusive-home-tight-grid: 1240px;
    --exclusive-home-gutter: 24px;
}

/* Hero: prevent a 1px dark hairline caused by Slick/sub-pixel compositing. */
body.exclusive-home .exclusive-slider--hero,
body.exclusive-home .exclusive-slider--hero .slick-list,
body.exclusive-home .exclusive-slider--hero .slick-track,
body.exclusive-home .exclusive-slider--hero .slick-slide,
body.exclusive-home .exclusive-slider--hero .slick-slide > div {
    overflow: hidden;
}

body.exclusive-home .exclusive-slider--hero .exclusive-slide-media {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
}

body.exclusive-home .exclusive-slider--hero .exclusive-slide-media img {
    width: 100.2%;
    max-width: none;
    transform: translateZ(0) scale(1.002);
    backface-visibility: hidden;
}

/* Hero typography: light by default; **text** in the WP slide title becomes bold. */
body.exclusive-home .exclusive-slider--hero .exclusive-slide-title {
    font-weight: 300 !important;
    letter-spacing: -.02em;
}

body.exclusive-home .exclusive-slider--hero .exclusive-slide-title strong {
    font-weight: 700 !important;
}

/* A shared grid makes the homepage feel like one designed system. */
body.exclusive-home .exclusive-promo-section > .elementor-container,
body.exclusive-home .exclusive-promo-section > .e-con-inner,
body.exclusive-home .exclusive-instagram-section > .elementor-container,
body.exclusive-home .exclusive-instagram-section > .e-con-inner,
body.exclusive-home .exclusive-testimonial-section > .elementor-container,
body.exclusive-home .exclusive-testimonial-section > .e-con-inner {
    width: min(100%, var(--exclusive-home-grid)) !important;
    max-width: var(--exclusive-home-grid) !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

body.exclusive-home .exclusive-categories-section > .elementor-container,
body.exclusive-home .exclusive-categories-section > .e-con-inner {
    width: min(100%, var(--exclusive-home-tight-grid)) !important;
    max-width: var(--exclusive-home-tight-grid) !important;
}

/* Story: aligned to the same grid and deliberately more cinematic/compact. */
body.exclusive-home .exclusive-home-insert .exclusive-slider--story {
    width: min(calc(100% - (var(--exclusive-home-gutter) * 2)), var(--exclusive-home-grid));
    max-width: var(--exclusive-home-grid);
    margin-right: auto;
    margin-left: auto;
}

body.exclusive-home .exclusive-home-insert .exclusive-slider--story .exclusive-slide {
    height: clamp(360px, 31vw, 480px);
    min-height: 0;
}

body.exclusive-home .exclusive-home-insert .exclusive-slider--story .exclusive-slide-content {
    padding-top: 20px;
    padding-bottom: 32px;
}

body.exclusive-home .exclusive-home-insert .exclusive-slider--story .exclusive-slide-title {
    max-width: 980px;
    font-size: clamp(36px, 3.8vw, 60px);
}

body.exclusive-home .exclusive-home-insert .exclusive-slider--story .exclusive-slide-cta {
    margin-top: clamp(34px, 4vw, 58px);
}

/* Testimonials ---------------------------------------------------- */
body.exclusive-home .exclusive-testimonial-section {
    overflow: hidden;
    padding: 84px var(--exclusive-home-gutter) 94px !important;
}

body.exclusive-home .exclusive-testimonial-section .bwp-testimonial {
    overflow: visible;
}

body.exclusive-home .exclusive-testimonial-section .bwp-testimonial .slick-list {
    overflow: hidden;
}

body.exclusive-home .exclusive-testimonial-section .bwp-testimonial.default .item {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 34px 0 58px;
}

/* JS adds this class when an entry has no usable image. */
body.exclusive-home .exclusive-testimonial-section .bwp-testimonial.default .item.exclusive-testimonial--no-image {
    display: block !important;
}

body.exclusive-home .exclusive-testimonial-section .bwp-testimonial.default .item.exclusive-testimonial--no-image .content-left {
    display: none !important;
}

body.exclusive-home .exclusive-testimonial-section .bwp-testimonial.default .item.exclusive-testimonial--no-image .content-right {
    width: min(100%, 940px);
    max-width: 940px !important;
    flex: 0 0 100% !important;
    margin: 0 auto;
    padding: 0 !important;
    text-align: left;
}

body.exclusive-home .exclusive-testimonial-section .bwp-testimonial.default .item.exclusive-testimonial--no-image .testimonial-quotes {
    display: block;
    min-height: 82px;
    margin: 0 0 6px;
    overflow: visible;
}

body.exclusive-home .exclusive-testimonial-section .bwp-testimonial.default .item.exclusive-testimonial--no-image .testimonial-quotes svg {
    position: static !important;
    display: block;
    width: 92px !important;
    height: auto !important;
    margin: 0;
    opacity: .5;
    transform: none !important;
}

body.exclusive-home .exclusive-testimonial-section .bwp-testimonial.default .item.exclusive-testimonial--no-image .testimonial-item {
    position: relative;
    z-index: 2;
}

body.exclusive-home .exclusive-testimonial-section .bwp-testimonial.default .item.exclusive-testimonial--no-image .description,
body.exclusive-home .exclusive-testimonial-section .bwp-testimonial.default .item.exclusive-testimonial--no-image .testimonial-description,
body.exclusive-home .exclusive-testimonial-section .bwp-testimonial.default .item.exclusive-testimonial--no-image .content {
    max-width: 860px;
    margin-right: 0;
    margin-left: 0;
    color: #202020 !important;
    font-size: clamp(20px, 1.7vw, 27px) !important;
    font-weight: 400 !important;
    line-height: 1.55 !important;
    letter-spacing: -.015em;
}

body.exclusive-home .exclusive-testimonial-section .bwp-testimonial.default .item.exclusive-testimonial--no-image .testimonial-customer-name,
body.exclusive-home .exclusive-testimonial-section .bwp-testimonial.default .item.exclusive-testimonial--no-image .name {
    margin-top: 30px;
    font-weight: 600 !important;
}

body.exclusive-home .exclusive-testimonial-section .bwp-testimonial.default i.slick-arrow {
    top: auto !important;
    bottom: 0 !important;
    transform: none !important;
}

body.exclusive-home .exclusive-testimonial-section .bwp-testimonial.default i.slick-arrow.fa-angle-left {
    right: auto !important;
    left: calc(50% - 470px) !important;
}

body.exclusive-home .exclusive-testimonial-section .bwp-testimonial.default i.slick-arrow.fa-angle-right {
    right: auto !important;
    left: calc(50% - 425px) !important;
}

@media (max-width: 1199px) {
    body.exclusive-home .exclusive-testimonial-section .bwp-testimonial.default i.slick-arrow.fa-angle-left {
        left: 0 !important;
    }

    body.exclusive-home .exclusive-testimonial-section .bwp-testimonial.default i.slick-arrow.fa-angle-right {
        left: 44px !important;
    }
}

@media (max-width: 767px) {
    body.exclusive-home {
        --exclusive-home-gutter: 14px;
    }

    body.exclusive-home .exclusive-home-insert .exclusive-slider--story {
        width: calc(100% - 28px);
    }

    body.exclusive-home .exclusive-home-insert .exclusive-slider--story .exclusive-slide {
        height: clamp(310px, 92vw, 390px);
        min-height: 310px;
    }

    body.exclusive-home .exclusive-home-insert .exclusive-slider--story .exclusive-slide-title {
        font-size: clamp(29px, 8.5vw, 39px);
    }

    body.exclusive-home .exclusive-testimonial-section {
        padding: 58px 22px 72px !important;
    }

    body.exclusive-home .exclusive-testimonial-section .bwp-testimonial.default .item {
        padding: 18px 0 52px;
    }

    body.exclusive-home .exclusive-testimonial-section .bwp-testimonial.default .item.exclusive-testimonial--no-image .content-right {
        width: 100%;
        text-align: left;
    }

    body.exclusive-home .exclusive-testimonial-section .bwp-testimonial.default .item.exclusive-testimonial--no-image .testimonial-quotes {
        min-height: 64px;
    }

    body.exclusive-home .exclusive-testimonial-section .bwp-testimonial.default .item.exclusive-testimonial--no-image .testimonial-quotes svg {
        width: 72px !important;
    }

    body.exclusive-home .exclusive-testimonial-section .bwp-testimonial.default .item.exclusive-testimonial--no-image .description,
    body.exclusive-home .exclusive-testimonial-section .bwp-testimonial.default .item.exclusive-testimonial--no-image .testimonial-description,
    body.exclusive-home .exclusive-testimonial-section .bwp-testimonial.default .item.exclusive-testimonial--no-image .content {
        font-size: 19px !important;
        line-height: 1.55 !important;
    }
}

