/*
 * SAI HERBS Premium Homepage Layout V6.13
 * Loaded only on the homepage by the V6.13 plugin.
 */

.sai-v6-13-layout {
    background: #fffdf8;
    color: #1f2a24;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}

.sai-v6-13-layout[hidden],
.sai-hidden-old-homepage-section {
    display: none !important;
}

.sai-v6-13-layout * {
    box-sizing: border-box;
}

.sai-v6-13-hero {
    align-items: center;
    background: linear-gradient(135deg, #fffdf8 0%, #f7fbf4 48%, #ffffff 100%);
    display: grid;
    gap: clamp(34px, 5vw, 68px);
    grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.96fr);
    margin: 0 auto;
    max-width: 1200px;
    padding: clamp(44px, 6.2vw, 78px) 20px clamp(30px, 4.4vw, 48px);
    position: relative;
}

.sai-v6-13-hero::before {
    background: radial-gradient(circle at 10% 8%, rgba(11, 93, 53, 0.08), transparent 28rem);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.sai-v6-13-hero.sai-v6-13-hero--image {
    background: linear-gradient(135deg, #fffdf8 0%, #f7fbf4 52%, #ffffff 100%);
    display: block;
    margin-left: calc(50% - 50vw);
    max-width: none;
    padding: clamp(30px, 3.2vw, 46px) clamp(16px, 3vw, 32px) clamp(22px, 2.6vw, 34px);
    width: 100vw;
}

.sai-v6-13-hero.sai-v6-13-hero--image::before {
    display: none;
}

.sai-v6-13-banner-link {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(250, 247, 239, 0.94)),
        radial-gradient(circle at top right, rgba(201, 164, 76, 0.16), transparent 20rem);
    border: 1px solid rgba(11, 93, 53, 0.12);
    border-radius: 24px;
    box-shadow: 0 18px 48px rgba(6, 59, 37, 0.12);
    display: block;
    line-height: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-decoration: none;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.sai-v6-13-banner-link:hover,
.sai-v6-13-banner-link:focus {
    border-color: rgba(201, 164, 76, 0.58);
    box-shadow: 0 24px 58px rgba(6, 59, 37, 0.16);
    text-decoration: none;
    transform: translateY(-2px);
}

.sai-v6-13-banner-link[hidden] {
    display: none !important;
}

.sai-v6-13-banner-link img {
    background: #fbf8ef;
    display: block;
    height: auto;
    object-fit: contain;
    object-position: center center;
    width: 100%;
}

.sai-v6-13-banner-link--hero {
    border-color: rgba(201, 164, 76, 0.28);
    border-radius: 28px;
    box-shadow: 0 24px 68px rgba(6, 59, 37, 0.17);
    max-width: 1480px;
}

.sai-v6-13-hero-slider {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(250, 247, 239, 0.94)),
        radial-gradient(circle at top right, rgba(201, 164, 76, 0.16), transparent 20rem);
    border: 1px solid rgba(201, 164, 76, 0.28);
    border-radius: 28px;
    box-shadow: 0 24px 68px rgba(6, 59, 37, 0.17);
    line-height: 0;
    margin: 0 auto;
    max-width: 1480px;
    overflow: hidden;
    position: relative;
}

.sai-v6-13-hero-slider__track {
    background: #fbf8ef;
    position: relative;
}

.sai-v6-13-hero-slide {
    color: inherit;
    display: none;
    text-decoration: none;
}

.sai-v6-13-hero-slide:first-child,
.sai-v6-13-hero-slider.is-ready .sai-v6-13-hero-slide.is-active {
    display: block;
}

.sai-v6-13-hero-slider.is-ready .sai-v6-13-hero-slide:not(.is-active) {
    display: none;
}

.sai-v6-13-hero-slide[hidden] {
    display: none !important;
}

.sai-v6-13-hero-slide:hover,
.sai-v6-13-hero-slide:focus {
    color: inherit;
    text-decoration: none;
}

.sai-v6-13-hero-slide img {
    background: #fbf8ef;
    display: block;
    height: auto;
    object-fit: contain;
    object-position: center center;
    width: 100%;
}

.sai-v6-13-hero-slider__arrow,
.sai-v6-13-hero-slider__dots {
    display: none;
}

.sai-v6-13-hero-slider.is-ready button.sai-v6-13-hero-slider__arrow {
    align-items: center;
    appearance: none;
    -webkit-appearance: none;
    background: rgba(6, 59, 37, 0.78) !important;
    border: 1px solid rgba(201, 164, 76, 0.56) !important;
    border-radius: 999px !important;
    box-shadow: 0 10px 24px rgba(6, 59, 37, 0.22) !important;
    color: #f3d98a !important;
    cursor: pointer;
    display: inline-flex;
    font-size: 0 !important;
    height: 40px;
    justify-content: center;
    line-height: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    min-width: 0 !important;
    padding: 0 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
    width: 40px;
    z-index: 3;
}

.sai-v6-13-hero-slider.is-ready button.sai-v6-13-hero-slider__arrow:hover,
.sai-v6-13-hero-slider.is-ready button.sai-v6-13-hero-slider__arrow:focus {
    background: rgba(17, 17, 17, 0.9) !important;
    border-color: #c9a44c !important;
    transform: translateY(-50%) scale(1.04);
}

.sai-v6-13-hero-slider__arrow span {
    display: block;
    font-size: 28px;
    font-weight: 700;
    line-height: 0.84 !important;
    margin-top: -2px;
}

.sai-v6-13-hero-slider__arrow--prev {
    left: 14px;
}

.sai-v6-13-hero-slider__arrow--next {
    right: 14px;
}

.sai-v6-13-hero-slider.is-ready .sai-v6-13-hero-slider__dots {
    align-items: center;
    background: rgba(17, 17, 17, 0.42);
    border: 1px solid rgba(201, 164, 76, 0.32);
    border-radius: 999px;
    bottom: 14px;
    display: inline-flex;
    gap: 0;
    left: 50%;
    line-height: 0;
    padding: 7px 9px;
    position: absolute;
    transform: translateX(-50%);
    z-index: 3;
}

.sai-v6-13-hero-slider.is-ready button.sai-v6-13-hero-slider__dot {
    appearance: none !important;
    -webkit-appearance: none !important;
    background: rgba(255, 255, 255, 0.78) !important;
    border: 0 !important;
    border-radius: 50% !important;
    box-shadow: none !important;
    color: transparent !important;
    cursor: pointer;
    display: block;
    flex: 0 0 auto;
    font-size: 0 !important;
    height: 10px !important;
    line-height: 0 !important;
    margin: 0 4px !important;
    max-height: 10px !important;
    max-width: 10px !important;
    min-height: 0 !important;
    min-width: 0 !important;
    opacity: 0.82;
    overflow: hidden;
    padding: 0 !important;
    text-indent: -9999px;
    transition: background-color 180ms ease, opacity 180ms ease, transform 180ms ease;
    width: 10px !important;
}

.sai-v6-13-hero-slider.is-ready button.sai-v6-13-hero-slider__dot.is-active {
    background: #f3d98a !important;
    opacity: 1;
    transform: scale(1.12);
}

.sai-v6-13-hero-slider.is-ready button.sai-v6-13-hero-slider__dot:hover,
.sai-v6-13-hero-slider.is-ready button.sai-v6-13-hero-slider__dot:focus {
    background: #ffffff !important;
    opacity: 1;
    transform: scale(1.08);
}

.sai-v6-13-hero__copy,
.sai-v6-13-hero__range {
    position: relative;
    z-index: 1;
}

.sai-v6-13-hero__copy {
    max-width: 720px;
}

.sai-v6-13-hero__badge {
    background: #111111;
    border: 1px solid rgba(201, 164, 76, 0.56);
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(17, 17, 17, 0.1);
    color: #f3d98a;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 16px;
    padding: 9px 15px;
}

.sai-v6-13-hero__title {
    color: #063b25;
    font-size: clamp(30px, 4vw, 50px);
    font-weight: 820;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 0;
}

.sai-v6-13-hero__description {
    color: #3f5148;
    font-size: clamp(16px, 1.28vw, 18px);
    line-height: 1.72;
    margin: 20px 0 0;
    max-width: 690px;
}

.sai-v6-13-hero__trust-line {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(11, 93, 53, 0.12);
    border-left: 4px solid #c9a44c;
    border-radius: 0 14px 14px 0;
    box-shadow: 0 12px 30px rgba(6, 59, 37, 0.06);
    color: #1f2a24;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.6;
    margin: 22px 0 0;
    max-width: 700px;
    padding: 13px 17px;
}

.sai-v6-13-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 28px;
}

.sai-v6-13-hero__button {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 15px;
    font-weight: 850;
    justify-content: center;
    line-height: 1.2;
    min-height: 50px;
    padding: 15px 24px;
    text-decoration: none;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.sai-v6-13-hero__button:hover,
.sai-v6-13-hero__button:focus {
    text-decoration: none;
    transform: translateY(-2px);
}

.sai-v6-13-hero__button--primary {
    background: #0b5d35;
    box-shadow: 0 16px 30px rgba(11, 93, 53, 0.22);
    color: #ffffff;
}

.sai-v6-13-hero__button--primary:hover,
.sai-v6-13-hero__button--primary:focus {
    background: #063b25;
    color: #ffffff;
}

.sai-v6-13-hero__button--secondary {
    background: #111111;
    border: 1px solid rgba(201, 164, 76, 0.72);
    color: #f3d98a;
}

.sai-v6-13-hero__button--secondary:hover,
.sai-v6-13-hero__button--secondary:focus {
    background: #063b25;
    border-color: #c9a44c;
    color: #ffffff;
}

.sai-v6-13-hero__visual {
    align-self: center;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.sai-v6-13-hero__image-card {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(250, 247, 239, 0.94)),
        radial-gradient(circle at top right, rgba(201, 164, 76, 0.18), transparent 18rem);
    border: 1px solid rgba(201, 164, 76, 0.32);
    border-radius: 24px;
    box-shadow: 0 24px 58px rgba(6, 59, 37, 0.16);
    margin: 0;
    overflow: hidden;
    padding: clamp(14px, 2vw, 20px);
}

.sai-v6-13-hero__image-card img {
    border-radius: 18px;
    display: block;
    height: auto;
    max-height: 320px;
    object-fit: contain;
    width: 100%;
}

.sai-v6-13-hero__range-card {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(250, 247, 239, 0.95)),
        radial-gradient(circle at top right, rgba(11, 93, 53, 0.12), transparent 22rem);
    border: 1px solid rgba(6, 59, 37, 0.12);
    border-radius: 24px;
    box-shadow: 0 24px 64px rgba(6, 59, 37, 0.15);
    overflow: hidden;
    padding: clamp(24px, 3vw, 34px);
    position: relative;
}

.sai-v6-13-hero__range-card::before {
    background: #111111;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.sai-v6-13-hero__range-header {
    align-items: center;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    margin-bottom: 22px;
}

.sai-v6-13-hero__range-header span {
    color: #063b25;
    font-size: 15px;
    font-weight: 900;
}

.sai-v6-13-hero__range-header strong {
    background: #111111;
    border: 1px solid rgba(201, 164, 76, 0.62);
    border-radius: 999px;
    color: #f3d98a;
    font-size: 12px;
    line-height: 1.2;
    padding: 8px 12px;
}

.sai-v6-13-hero__range-line {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-bottom: 22px;
}

.sai-v6-13-hero__range-line::before,
.sai-v6-13-hero__range-line::after {
    background: rgba(11, 93, 53, 0.14);
    content: "";
    flex: 1;
    height: 1px;
}

.sai-v6-13-hero__range-line span {
    background: linear-gradient(135deg, #0b5d35, #9abf45);
    border-radius: 999px 0 999px 0;
    display: block;
    height: 18px;
    transform: rotate(-28deg);
    width: 12px;
}

.sai-v6-13-hero__chips {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sai-v6-13-hero__chips span {
    align-items: center;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(11, 93, 53, 0.12);
    border-radius: 14px;
    box-shadow: 0 10px 22px rgba(6, 59, 37, 0.06);
    color: #1f2a24;
    display: flex;
    font-size: 14px;
    font-weight: 820;
    line-height: 1.28;
    min-height: 48px;
    padding: 12px 14px;
}

.sai-v6-13-hero__chips span::before {
    background: #c9a44c;
    border-radius: 999px;
    content: "";
    flex: 0 0 auto;
    height: 7px;
    margin-right: 10px;
    width: 7px;
}

.sai-v6-13-hero__chips span:nth-child(1),
.sai-v6-13-hero__chips span:nth-child(4),
.sai-v6-13-hero__chips span:nth-child(10),
.sai-v6-13-hero__chips span:nth-child(11) {
    background: #063b25;
    border-color: rgba(201, 164, 76, 0.38);
    color: #ffffff;
}

.sai-v6-13-hero__chips span:nth-child(11) {
    grid-column: 1 / -1;
}

.sai-v6-13-trust-strip {
    background: #063b25;
    border-top: 1px solid rgba(201, 164, 76, 0.3);
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px 20px;
}

.sai-v6-13-trust-strip span {
    align-items: center;
    display: inline-flex;
    font-size: 13px;
    font-weight: 850;
    line-height: 1.3;
    padding: 8px 16px;
}

.sai-v6-13-trust-strip span::before {
    background: #c9a44c;
    border-radius: 999px;
    content: "";
    height: 7px;
    margin-right: 10px;
    width: 7px;
}

.sai-v6-13-categories {
    background: linear-gradient(180deg, #ffffff 0%, #fbf8ef 100%);
    margin: 0 auto;
    max-width: 1200px;
    padding: clamp(42px, 5vw, 68px) 20px;
    scroll-margin-top: 110px;
}

.sai-v6-13-categories__header {
    align-items: end;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.62fr);
    margin-bottom: 28px;
}

.sai-v6-13-categories__eyebrow {
    background: #111111;
    border: 1px solid rgba(201, 164, 76, 0.58);
    border-radius: 999px;
    color: #f3d98a;
    display: inline-flex;
    font-size: 13px;
    font-weight: 850;
    line-height: 1.2;
    margin: 0 0 12px;
    padding: 9px 14px;
    width: fit-content;
}

.sai-v6-13-categories__title {
    color: #063b25;
    font-size: clamp(28px, 3.4vw, 44px);
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.12;
    margin: 0;
}

.sai-v6-13-categories__subtitle {
    color: #43544a;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

.sai-v6-13-categories__grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sai-v6-13-category {
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(11, 93, 53, 0.12);
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(6, 59, 37, 0.08);
    color: #1f2a24;
    display: flex;
    gap: 14px;
    min-height: 132px;
    overflow: hidden;
    padding: 18px;
    position: relative;
    text-decoration: none;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.sai-v6-13-category:hover,
.sai-v6-13-category:focus {
    border-color: rgba(201, 164, 76, 0.7);
    box-shadow: 0 18px 40px rgba(6, 59, 37, 0.14);
    color: #1f2a24;
    text-decoration: none;
    transform: translateY(-3px);
}

.sai-v6-13-category::before {
    background: linear-gradient(180deg, #0b5d35, #063b25);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 5px;
}

.sai-v6-13-category--bulk {
    background: linear-gradient(145deg, #111111, #063b25);
    border-color: rgba(201, 164, 76, 0.42);
    color: #ffffff;
}

.sai-v6-13-category--bulk:hover,
.sai-v6-13-category--bulk:focus {
    color: #ffffff;
}

.sai-v6-13-category__icon {
    align-items: center;
    background: #f3faf3;
    border: 1px solid rgba(11, 93, 53, 0.12);
    border-radius: 16px;
    display: inline-flex;
    flex: 0 0 48px;
    height: 48px;
    justify-content: center;
    position: relative;
    width: 48px;
    z-index: 1;
}

.sai-v6-13-category__icon span {
    background: linear-gradient(135deg, #0b5d35, #a7bd55);
    border-radius: 999px 0 999px 0;
    display: block;
    height: 25px;
    transform: rotate(-28deg);
    width: 17px;
}

.sai-v6-13-category--bulk .sai-v6-13-category__icon {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(201, 164, 76, 0.34);
}

.sai-v6-13-category--bulk .sai-v6-13-category__icon span {
    background: #c9a44c;
}

.sai-v6-13-category__copy {
    display: block;
    position: relative;
    z-index: 1;
}

.sai-v6-13-category__copy strong,
.sai-v6-13-category__copy small {
    display: block;
}

.sai-v6-13-category__copy strong {
    color: inherit;
    font-size: 16px;
    font-weight: 850;
    line-height: 1.24;
    margin-bottom: 8px;
}

.sai-v6-13-category__copy small {
    color: #55655c;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.45;
}

.sai-v6-13-category--bulk .sai-v6-13-category__copy small {
    color: rgba(255, 255, 255, 0.78);
}

.sai-v6-13-featured-collections {
    background: linear-gradient(180deg, #fbf8ef 0%, #fffdf8 100%);
    padding: clamp(36px, 4vw, 52px) 20px clamp(42px, 4.5vw, 58px);
}

.sai-v6-13-featured-collections__inner {
    margin: 0 auto;
    max-width: 1280px;
}

.sai-v6-13-featured-collections__header {
    align-items: end;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.52fr);
    margin-bottom: 22px;
}

.sai-v6-13-featured-collections__eyebrow {
    background: #111111;
    border: 1px solid rgba(201, 164, 76, 0.58);
    border-radius: 999px;
    color: #f3d98a;
    display: inline-flex;
    font-size: 13px;
    font-weight: 850;
    line-height: 1.2;
    margin: 0 0 12px;
    padding: 8px 13px;
    width: fit-content;
}

.sai-v6-13-featured-collections__title {
    color: #063b25;
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.12;
    margin: 0;
}

.sai-v6-13-featured-collections__subtitle {
    color: #43544a;
    font-size: 16px;
    line-height: 1.62;
    margin: 0;
}

.sai-v6-13-featured-collections__grid {
    display: grid;
    gap: clamp(14px, 1.8vw, 20px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: visible;
}

.sai-v6-13-feature-card {
    background:
        linear-gradient(145deg, #ffffff 0%, #fbf8ef 100%),
        radial-gradient(circle at top right, rgba(201, 164, 76, 0.14), transparent 16rem);
    border: 1px solid rgba(11, 93, 53, 0.12);
    border-radius: 22px;
    box-shadow: 0 16px 38px rgba(6, 59, 37, 0.1);
    color: #1f2a24;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    text-decoration: none;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
    width: 100%;
}

.sai-v6-13-feature-card:hover,
.sai-v6-13-feature-card:focus {
    border-color: rgba(201, 164, 76, 0.65);
    box-shadow: 0 20px 46px rgba(6, 59, 37, 0.15);
    color: #1f2a24;
    text-decoration: none;
    transform: translateY(-2px);
}

.sai-v6-13-feature-card[hidden] {
    display: none !important;
}

.sai-v6-13-feature-card__media {
    align-items: center;
    background: linear-gradient(145deg, #111815 0%, #063b25 72%, #111111 100%);
    display: flex;
    flex: 0 0 auto;
    height: clamp(148px, 14vw, 210px);
    justify-content: center;
    min-height: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.sai-v6-13-feature-card__media img {
    background: transparent;
    display: block;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
    width: 100%;
}

.sai-v6-13-feature-card__media--icon {
    background:
        radial-gradient(circle at 18% 20%, rgba(201, 164, 76, 0.28), transparent 9rem),
        linear-gradient(145deg, #063b25 0%, #0b5d35 62%, #111111 100%);
}

.sai-v6-13-feature-card--bulk .sai-v6-13-feature-card__media--icon {
    background:
        radial-gradient(circle at 22% 18%, rgba(243, 217, 138, 0.36), transparent 10rem),
        linear-gradient(145deg, #111111 0%, #063b25 72%, #0b5d35 100%);
}

.sai-v6-13-feature-card__media--icon::before,
.sai-v6-13-feature-card__media--icon::after {
    border: 1px solid rgba(243, 217, 138, 0.34);
    content: "";
    position: absolute;
}

.sai-v6-13-feature-card__media--icon::before {
    border-radius: 999px 0 999px 0;
    height: 68px;
    transform: rotate(-28deg);
    width: 44px;
}

.sai-v6-13-feature-card__media--icon::after {
    border-radius: 999px;
    height: 112px;
    opacity: 0.42;
    right: 26px;
    top: 22px;
    width: 112px;
}

.sai-v6-13-feature-card__icon {
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(243, 217, 138, 0.42);
    border-radius: 999px;
    display: inline-flex;
    height: 72px;
    justify-content: center;
    position: relative;
    width: 72px;
    z-index: 1;
}

.sai-v6-13-feature-card__icon span {
    background: linear-gradient(135deg, #f3d98a, #9abf45);
    border-radius: 999px 0 999px 0;
    display: block;
    height: 34px;
    transform: rotate(-28deg);
    width: 22px;
}

.sai-v6-13-feature-card__body {
    align-items: center;
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid rgba(11, 93, 53, 0.09);
    color: #063b25;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    min-height: 104px;
    padding: 15px 18px 16px;
}

.sai-v6-13-feature-card--bulk .sai-v6-13-feature-card__body {
    background: #063b25;
    color: #ffffff;
}

.sai-v6-13-feature-card__title {
    color: inherit;
    display: block;
    font-size: 16px;
    font-weight: 850;
    line-height: 1.25;
    margin: 0;
    text-align: center;
}

.sai-v6-13-feature-card__title::after {
    background: #c9a44c;
    border-radius: 999px;
    content: "";
    display: block;
    height: 6px;
    margin: 9px auto 0;
    width: 28px;
}

.sai-v6-13-feature-card__description {
    color: #55655c;
    display: block;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.42;
    margin: 9px 0 0;
    text-align: center;
}

.sai-v6-13-feature-card--bulk .sai-v6-13-feature-card__description {
    color: rgba(255, 255, 255, 0.78);
}

.sai-v6-13-founder {
    background: #fffdf8;
    margin: 0 auto;
    max-width: 1200px;
    padding: clamp(8px, 2vw, 18px) 20px clamp(44px, 5.4vw, 72px);
}

.sai-v6-13-founder__card {
    align-items: center;
    background:
        linear-gradient(145deg, #ffffff 0%, #fbf8ef 100%),
        radial-gradient(circle at top left, rgba(11, 93, 53, 0.08), transparent 20rem);
    border: 1px solid rgba(11, 93, 53, 0.12);
    border-radius: 24px;
    box-shadow: 0 22px 54px rgba(6, 59, 37, 0.12);
    display: grid;
    gap: clamp(22px, 4vw, 42px);
    grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
    overflow: hidden;
    padding: clamp(22px, 3.2vw, 34px);
    position: relative;
}

.sai-v6-13-founder__card::before {
    background: #111111;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.sai-v6-13-founder__card--no-image {
    grid-template-columns: 1fr;
}

.sai-v6-13-founder__image {
    background: #f7fbf4;
    border: 1px solid rgba(201, 164, 76, 0.32);
    border-radius: 20px;
    box-shadow: 0 18px 38px rgba(6, 59, 37, 0.12);
    margin: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.sai-v6-13-founder__image img {
    aspect-ratio: 4 / 5;
    display: block;
    height: auto;
    max-height: 340px;
    object-fit: contain;
    width: 100%;
}

.sai-v6-13-founder__copy {
    position: relative;
    z-index: 1;
}

.sai-v6-13-founder__eyebrow {
    background: #111111;
    border: 1px solid rgba(201, 164, 76, 0.58);
    border-radius: 999px;
    color: #f3d98a;
    display: inline-flex;
    font-size: 13px;
    font-weight: 850;
    line-height: 1.2;
    margin: 0 0 12px;
    padding: 8px 13px;
}

.sai-v6-13-founder__title {
    color: #063b25;
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.12;
    margin: 0;
}

.sai-v6-13-founder__text {
    color: #43544a;
    font-size: 16px;
    line-height: 1.7;
    margin: 16px 0 0;
    max-width: 760px;
}

.sai-v6-13-founder__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.sai-v6-13-founder__chips span {
    background: #063b25;
    border: 1px solid rgba(201, 164, 76, 0.38);
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 820;
    line-height: 1.2;
    padding: 9px 13px;
}

.sai-v6-13-founder__chips span::before {
    background: #c9a44c;
    border-radius: 999px;
    content: "";
    height: 7px;
    margin-right: 9px;
    margin-top: 1px;
    width: 7px;
}

@media (max-width: 1100px) {
    .sai-v6-13-categories__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sai-v6-13-featured-collections__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .sai-v6-13-hero {
        grid-template-columns: 1fr;
        padding: 40px 18px 32px;
    }

    .sai-v6-13-hero.sai-v6-13-hero--image {
        padding: 24px 14px 18px;
    }

    .sai-v6-13-banner-link,
    .sai-v6-13-banner-link--hero,
    .sai-v6-13-hero-slider,
    .sai-v6-13-feature-card {
        border-radius: 20px;
    }

    .sai-v6-13-featured-collections__header {
        align-items: start;
        grid-template-columns: 1fr;
    }

    .sai-v6-13-categories__header {
        align-items: start;
        grid-template-columns: 1fr;
    }

    .sai-v6-13-hero__visual {
        margin: 0 auto;
        max-width: 620px;
        width: 100%;
    }

    .sai-v6-13-hero__image-card img {
        max-height: 280px;
    }

    .sai-v6-13-founder__card {
        grid-template-columns: minmax(180px, 0.4fr) minmax(0, 1fr);
    }
}

@media (max-width: 760px) {
    .sai-v6-13-hero.sai-v6-13-hero--image {
        padding: 20px 12px 16px;
    }

    .sai-v6-13-banner-link img {
        height: auto;
        object-fit: contain;
        object-position: center center;
        width: 100%;
    }

    .sai-v6-13-hero-slide img {
        height: auto;
        object-fit: contain;
        object-position: center center;
        width: 100%;
    }

    .sai-v6-13-hero-slider.is-ready button.sai-v6-13-hero-slider__arrow {
        height: 32px;
        width: 32px;
    }

    .sai-v6-13-hero-slider__arrow--prev {
        left: 10px;
    }

    .sai-v6-13-hero-slider__arrow--next {
        right: 10px;
    }

    .sai-v6-13-hero-slider__arrow span {
        font-size: 24px;
    }

    .sai-v6-13-hero-slider.is-ready .sai-v6-13-hero-slider__dots {
        bottom: 10px;
        gap: 0;
        padding: 6px 8px;
    }

    .sai-v6-13-featured-collections {
        padding: 28px 0 34px;
    }

    .sai-v6-13-featured-collections__header {
        padding: 0 16px;
    }

    .sai-v6-13-featured-collections__grid {
        display: flex;
        gap: 14px;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        padding: 2px 16px 12px;
        scroll-padding-left: 16px;
        scroll-snap-type: x mandatory;
        scrollbar-width: thin;
    }

    .sai-v6-13-feature-card {
        flex: 0 0 min(86vw, 420px);
        min-height: 0;
        scroll-snap-align: start;
    }

    .sai-v6-13-feature-card__media {
        height: min(48vw, 220px);
    }

    .sai-v6-13-feature-card__media img {
        max-height: 100%;
    }

    .sai-v6-13-feature-card__body {
        min-height: 104px;
        padding: 14px 15px 15px;
    }

    .sai-v6-13-feature-card__title {
        font-size: 15px;
    }

    .sai-v6-13-feature-card__description {
        font-size: 12.5px;
    }

    .sai-v6-13-categories__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sai-v6-13-founder__card {
        grid-template-columns: 1fr;
    }

    .sai-v6-13-founder__image {
        max-width: 320px;
    }
}

@media (max-width: 560px) {
    .sai-v6-13-hero__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .sai-v6-13-hero__button {
        width: 100%;
    }

    .sai-v6-13-hero__chips,
    .sai-v6-13-categories__grid {
        grid-template-columns: 1fr;
    }

    .sai-v6-13-hero__range-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .sai-v6-13-trust-strip {
        align-items: stretch;
        flex-direction: column;
    }

    .sai-v6-13-trust-strip span {
        justify-content: center;
    }

    .sai-v6-13-categories {
        padding: 36px 16px;
    }

    .sai-v6-13-hero.sai-v6-13-hero--image {
        padding: 18px 10px 14px;
    }

    .sai-v6-13-banner-link,
    .sai-v6-13-banner-link--hero,
    .sai-v6-13-hero-slider,
    .sai-v6-13-feature-card {
        border-radius: 18px;
    }

    .sai-v6-13-banner-link img {
        height: auto;
        object-fit: contain;
    }

    .sai-v6-13-hero-slider.is-ready button.sai-v6-13-hero-slider__arrow {
        display: none;
    }

    .sai-v6-13-hero-slider.is-ready .sai-v6-13-hero-slider__dots {
        bottom: 8px;
        padding: 6px 8px;
    }

    .sai-v6-13-hero-slider.is-ready button.sai-v6-13-hero-slider__dot {
        height: 9px !important;
        margin: 0 4px !important;
        max-height: 9px !important;
        max-width: 9px !important;
        width: 9px !important;
    }

    .sai-v6-13-hero-slider.is-ready button.sai-v6-13-hero-slider__dot.is-active {
        height: 9px !important;
        width: 9px !important;
    }

    .sai-v6-13-category {
        min-height: 0;
    }

    .sai-v6-13-hero__visual {
        gap: 14px;
    }

    .sai-v6-13-hero__image-card {
        border-radius: 20px;
        padding: 12px;
    }

    .sai-v6-13-hero__image-card img {
        max-height: 230px;
    }

    .sai-v6-13-founder {
        padding: 4px 16px 44px;
    }

    .sai-v6-13-founder__card {
        border-radius: 20px;
        padding: 22px 18px;
    }

    .sai-v6-13-founder__chips {
        align-items: stretch;
        flex-direction: column;
    }

    .sai-v6-13-founder__chips span {
        justify-content: center;
    }
}
