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

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

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

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

.sai-v6-8-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-8-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-8-hero.sai-v6-8-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-8-hero.sai-v6-8-hero--image::before {
    display: none;
}

.sai-v6-8-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-8-banner-link:hover,
.sai-v6-8-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-8-banner-link[hidden] {
    display: none !important;
}

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

.sai-v6-8-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-8-hero__copy,
.sai-v6-8-hero__range {
    position: relative;
    z-index: 1;
}

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

.sai-v6-8-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-8-hero__title {
    color: #063b25;
    font-size: clamp(30px, 4vw, 50px);
    font-weight: 820;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 0;
}

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

.sai-v6-8-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-8-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 28px;
}

.sai-v6-8-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-8-hero__button:hover,
.sai-v6-8-hero__button:focus {
    text-decoration: none;
    transform: translateY(-2px);
}

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

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

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

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

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

.sai-v6-8-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-8-hero__image-card img {
    border-radius: 18px;
    display: block;
    height: auto;
    max-height: 320px;
    object-fit: contain;
    width: 100%;
}

.sai-v6-8-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-8-hero__range-card::before {
    background: #111111;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

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

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

.sai-v6-8-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-8-hero__range-line {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-bottom: 22px;
}

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

.sai-v6-8-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-8-hero__chips {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sai-v6-8-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-8-hero__chips span::before {
    background: #c9a44c;
    border-radius: 999px;
    content: "";
    flex: 0 0 auto;
    height: 7px;
    margin-right: 10px;
    width: 7px;
}

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

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

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

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

.sai-v6-8-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-8-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-8-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-8-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-8-categories__subtitle {
    color: #43544a;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

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

.sai-v6-8-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-8-category:hover,
.sai-v6-8-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-8-category::before {
    background: linear-gradient(180deg, #0b5d35, #063b25);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 5px;
}

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

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

.sai-v6-8-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-8-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-8-category--bulk .sai-v6-8-category__icon {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(201, 164, 76, 0.34);
}

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

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

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

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

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

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

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

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

.sai-v6-8-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-8-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-8-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-8-featured-collections__subtitle {
    color: #43544a;
    font-size: 16px;
    line-height: 1.62;
    margin: 0;
}

.sai-v6-8-featured-collections__grid {
    display: grid;
    gap: clamp(16px, 2.2vw, 24px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sai-v6-8-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: block;
    overflow: hidden;
    text-decoration: none;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
    width: 100%;
}

.sai-v6-8-feature-card:hover,
.sai-v6-8-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-8-feature-card[hidden] {
    display: none !important;
}

.sai-v6-8-feature-card__media {
    align-items: center;
    background: linear-gradient(145deg, #111815 0%, #063b25 72%, #111111 100%);
    display: flex;
    justify-content: center;
    min-height: 0;
    padding: 0;
}

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

.sai-v6-8-feature-card__title {
    align-items: center;
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid rgba(11, 93, 53, 0.09);
    color: #063b25;
    display: flex;
    font-size: 16px;
    font-weight: 850;
    justify-content: space-between;
    line-height: 1.25;
    min-height: 54px;
    padding: 14px 18px;
}

.sai-v6-8-feature-card__title::after {
    background: #c9a44c;
    border-radius: 999px;
    content: "";
    flex: 0 0 auto;
    height: 8px;
    margin-left: 12px;
    width: 8px;
}

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

.sai-v6-8-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-8-founder__card::before {
    background: #111111;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

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

.sai-v6-8-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-8-founder__image img {
    aspect-ratio: 4 / 5;
    display: block;
    height: auto;
    max-height: 340px;
    object-fit: contain;
    width: 100%;
}

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

.sai-v6-8-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-8-founder__title {
    color: #063b25;
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.12;
    margin: 0;
}

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

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

.sai-v6-8-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-8-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-8-categories__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

    .sai-v6-8-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-8-feature-card {
        flex: 0 0 min(86vw, 420px);
        min-height: 0;
        scroll-snap-align: start;
    }

    .sai-v6-8-feature-card__media img {
        max-height: 260px;
    }

    .sai-v6-8-feature-card__title {
        font-size: 15px;
        min-height: 50px;
        padding: 13px 15px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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