/*
 * Home page — reconstructed from Figma frames 291:206 and 291:2593.
 * Shared header/footer/mobile navigation remain in layout-shell.css.
 */

.page-home main {
    overflow: hidden;
}

.page-home main .ava-container {
    width: min(calc(100% - 40px), 1200px);
}

.page-home .home-hero-section,
.page-home .home-festival,
.page-home .home-products-section,
.page-home .home-category-strip,
.page-home .home-injection-section,
.page-home .home-faq-section,
.page-home .home-why-section {
    position: relative;
    margin: 0;
    overflow: hidden;
}

/* Hero */
.page-home .home-hero-section {
    height: 536px;
    padding-block: 32px;
    background: radial-gradient(ellipse 520px 330px at 50% 0, #f1f5f9 0, #fff 72%);
}

.page-home .hero-grid {
    height: 472px;
    display: grid;
    grid-template-columns: 792px 384px;
    gap: 24px;
    direction: ltr;
}

.page-home .hero-main {
    position: relative;
    min-height: 0;
    height: 472px;
    display: flex;
    align-items: flex-end;
    padding: 56px;
    overflow: hidden;
    border-radius: 40px;
    color: #f8fafc;
    background: var(--slider-image-desktop, url("../images/figma/hero-base-desktop.png")) center bottom / cover no-repeat;
    direction: rtl;
}

.page-home .hero-main::before {
    content: "";
    position: absolute;
    inset: -4px 0 0;
    width: 100%;
    height: calc(100% + 8px);
    background: url("../icons/figma/icon-01.svg") center / 100% 100% no-repeat;
    mix-blend-mode: overlay;
    transform: none;
    opacity: 1;
}

.page-home .hero-main::after {
    content: "";
    position: absolute;
    inset: -8px auto auto -176px;
    width: 594px;
    height: 607px;
    background: url("../icons/figma/hero-union-desktop.svg") center / 100% 100% no-repeat;
    mix-blend-mode: overlay;
    transform: rotate(180deg) scaleY(-1);
}

.page-home .hero-copy {
    position: relative;
    z-index: 1;
    width: 419px;
    max-width: none;
    margin: 0;
}

.page-home .hero-copy::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: -147px 0 auto auto;
    width: 158px;
    height: 108px;
    background: radial-gradient(circle, rgba(255, 255, 255, .88) 0 2px, transparent 2.4px) 0 0 / 12px 12px;
}

.page-home .hero-copy p:first-child {
    margin: 0;
    color: #f8fafc;
    font-size: 44px;
    line-height: 72px;
    font-weight: 300;
    letter-spacing: -1.35px;
}

.page-home .hero-copy h1 {
    margin: -8px 0 22px;
    color: #f8fafc;
    font-size: 44px;
    line-height: 72px;
    font-weight: 950;
    letter-spacing: -1.35px;
}

.page-home .hero-copy p:last-child {
    width: 419px;
    margin: 0;
    color: rgba(248, 250, 252, .78);
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: -.48px;
}

.page-home .hero-side {
    height: 472px;
    display: grid;
    grid-template-rows: repeat(2, 224px);
    gap: 24px;
}

.page-home .promo-card {
    position: relative;
    min-height: 0;
    height: 224px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    padding: 32px;
    overflow: hidden;
    border: 0;
    border-radius: 40px;
    background:
        linear-gradient(180deg, rgba(226, 232, 240, .82), rgba(202, 213, 226, .82)),
        var(--slider-image-desktop, url("../images/figma/hero-side.png")) center / cover no-repeat;
    direction: rtl;
}

.page-home .promo-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(248, 250, 252, .30);
    pointer-events: none;
}

.page-home .promo-card > * {
    position: relative;
    z-index: 1;
}

.page-home .promo-card > .ava-icon {
    position: absolute;
    inset: 32px 32px auto auto;
    width: 40px;
    height: 40px;
}

.page-home .promo-card > span {
    position: absolute;
    inset: 117px 32px auto auto;
    width: calc(100% - 64px);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.page-home .promo-card small {
    margin: 0;
    color: #90a1b9;
    font-size: 20px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: -.6px;
}

.page-home .promo-card strong {
    margin-block-start: -9px;
    color: #0f172b;
    font-size: 36px;
    line-height: 56px;
    font-weight: 950;
    letter-spacing: -1.08px;
}

/* Shared Home product card geometry */
.page-home .product-card {
    height: 449px;
    min-height: 449px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 7px;
    border: 1px solid #e2e8f0;
    border-radius: 32px;
    background: #fff;
    box-shadow: none;
}

.page-home .product-card__image {
    height: 211px;
    min-height: 211px;
    flex: 0 0 211px;
    overflow: hidden;
    border-radius: 24px;
    background: #f8fafc;
}

.page-home .product-card__image img {
    width: 100%;
    height: 126.07%;
    max-width: none;
    object-fit: contain;
    transform: translateY(-10.34%);
}

.page-home .product-card__body {
    height: 206px;
    flex: 0 0 206px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0;
}

.page-home .product-card__details {
    height: 70px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.page-home .product-card h3 {
    height: 32px;
    min-height: 32px;
    margin: 0;
    padding-inline: 16px;
    overflow: hidden;
    color: #1d293d;
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: -.54px;
    text-align: right;
    white-space: nowrap;
}

.page-home .product-card__meta {
    height: 32px;
    min-height: 32px;
    padding-inline: 16px;
    gap: 10px;
    direction: rtl;
}

.page-home .product-card__category {
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: -.42px;
    white-space: nowrap;
}

.page-home .product-card__review,
.page-home .product-card__rating {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: -.48px;
    white-space: nowrap;
}

.page-home .product-card__price-panel {
    height: 120px;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 24px;
    background: #f8fafc;
    margin: 0;
}

.page-home .price--card {
    position: relative;
    width: 136px;
    height: 52px;
    flex: 0 0 136px;
    display: block;
    padding: 0;
}

.page-home .price__old-row {
    position: absolute;
    top: 4px;
    left: 8px;
    width: 128px;
    height: 30px;
    min-height: 30px;
    justify-content: space-between;
    gap: 0;
}

.page-home .price del {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
}

.page-home .price .discount-badge {
    position: relative;
    min-width: 38px;
    height: 20px;
    min-height: 20px;
    padding: 2px 8px 0;
    border-radius: 14px 14px 0 14px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.page-home .price .discount-badge::after {
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 10px;
    height: 10px;
    content: "";
    background: url("../icons/plp/discount-tail.svg") center / 10px 10px no-repeat;
    transform: rotate(180deg);
}

.page-home .price__current {
    position: absolute;
    top: 24px;
    left: 8px;
    width: 128px;
    height: 32px;
    min-height: 32px;
    direction: rtl;
}

.page-home .price strong {
    font-weight: 700;
}

.page-home .product-card__availability {
    height: 32px;
    min-height: 32px;
    padding: 2px 8px;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: -.42px;
}

.page-home .product-card__footer {
    height: 52px;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    direction: ltr;
}

.page-home .product-card__cart {
    width: auto;
    height: 48px;
    flex: 1 1 auto;
    border: 1px solid #32348f;
    border-radius: 14px;
    background: #f8fafc;
}

.page-home .product-card--home-standard .price__old-row {
    display: flex;
}

.page-home .product-card--home-standard .price__current {
    min-height: 32px;
    align-items: baseline;
}

.page-home .product-card--home-standard .product-card__cart {
    border-color: #32348f;
    background: #f8fafc;
}

.page-home .home-product-track {
    display: flex;
    gap: 24px;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
    touch-action: pan-x;
    direction: ltr;
}

.page-home .home-product-track::-webkit-scrollbar {
    display: none;
}

.page-home .home-product-track.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
    user-select: none;
}

/* Discount festival */
.page-home .home-festival {
    height: 701px;
    padding-block: 72px 48px;
    color: #fff;
    background: #fff;
}

.page-home .home-festival::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 16px 0 auto;
    height: 477px;
    background: url("../images/figma/festival-wave.png") center / 100% 100% no-repeat;
    opacity: 1;
}

.page-home .home-festival::after {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 267px 60px auto;
    height: 226px;
    border-radius: 40px;
    background: rgba(248, 250, 252, .20);
}

.page-home .home-festival__notch-icon {
    position: absolute;
    z-index: 2;
    inset: 40px auto auto 50%;
    width: 24px;
    height: 24px;
    display: block;
    transform: translateX(-50%);
}

.page-home .home-festival__notch-icon .ava-icon {
    width: 24px;
    height: 24px;
}

.page-home .home-festival > .ava-container {
    position: relative;
    z-index: 1;
}

.page-home .home-festival__heading {
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-block-end: 40px;
    direction: ltr;
}

.page-home .home-festival__heading > div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    direction: rtl;
}

.page-home .home-festival__heading > div > span {
    height: 28px;
    display: inline-flex;
    align-items: center;
    padding-inline: 8px;
    border-radius: 14px 14px 0 14px;
    color: #fff;
    background: rgba(255, 255, 255, .16);
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -.48px;
}

.page-home .home-festival__heading h2 {
    height: 56px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: -2px 0 0;
    padding-inline-end: 8px;
    color: #fff;
    font-size: 36px;
    line-height: 56px;
    font-weight: 950;
    letter-spacing: -1.08px;
}

.page-home .home-festival__heading h2 .ava-icon {
    width: 40px;
    height: 40px;
}

.page-home .home-festival__heading > a {
    width: 148px;
    height: 56px;
    min-height: 56px;
    border-radius: 18px;
    box-shadow: none;
}

.page-home .home-festival .product-slider {
    width: 1200px;
    height: 449px;
}

.page-home .home-festival .home-product-track {
    width: 1200px;
    height: 449px;
}

.page-home .home-festival .product-card {
    width: 282px;
    flex: 0 0 282px;
}

.page-home .product-slider__control {
    top: 196px;
    width: 36px;
    height: 56px;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    box-shadow: 0 12px 32px rgba(226, 232, 240, .4);
    transform: none;
}

.page-home .product-slider__control--prev {
    inset-inline-start: auto;
    inset-inline-end: -18px;
}

.page-home .product-slider__control--next {
    inset-inline-start: -18px;
    inset-inline-end: auto;
}

.page-home .product-slider__control:disabled {
    opacity: .42;
    cursor: not-allowed;
}

/* Latest products */
.page-home .home-products-section {
    height: 621px;
    padding-block: 40px;
    background: #fff;
}

.page-home .home-products-section > .ava-container {
    position: relative;
}

body.page-home .home-products-section > .ava-container > .section-title-row,
body.page-home .home-injection-section > .ava-container > .section-title-row {
    height: 52px;
    min-height: 52px;
    margin: 0 0 40px;
}

.page-home .section-title-row > div {
    margin: 0;
}

.page-home .section-title-row h2 {
    gap: 16px;
    color: #1d293d;
    font-size: 32px;
    line-height: 52px;
    font-weight: 800;
    letter-spacing: -1.28px;
}

.page-home .section-title-row h2 > span {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 0;
    background: transparent;
}

.page-home .section-title-row h2 .ava-icon {
    width: 40px;
    height: 40px;
}

.page-home .section-title-row__mobile-title {
    display: none;
}

.page-home .section-title-row h2 > .section-title-row__desktop-title,
.page-home .section-title-row h2 > .section-title-row__mobile-title {
    width: auto;
    height: auto;
    padding: 0;
    border-radius: 0;
    color: inherit;
    background: transparent;
}

.page-home .home-tabs {
    position: absolute;
    inset-block-start: 2px;
    inset-inline-start: auto;
    left: 0;
    width: 439px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 20px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #fff;
}

.page-home .home-tabs button {
    min-width: 0;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0;
    border: 0;
    color: #314158;
    background: transparent;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: -.42px;
    white-space: nowrap;
}

.page-home .home-tabs button.is-active {
    color: #32348f;
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
}

.page-home .home-tabs button.is-active::after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #5fa8ab;
}

.page-home .home-products-section .home-product-track,
.page-home .home-injection-section .home-product-track {
    width: 100%;
    height: 449px;
    margin: 0;
    position: relative;
    left: auto;
    transform: none;
}

.page-home .home-products-section .product-card,
.page-home .home-injection-section .product-card {
    width: 282px;
    flex: 0 0 282px;
}

/* Four desktop promotions / two mobile promotions */
.page-home .home-category-strip {
    height: 256px;
    margin-block-start: 0;
    padding-block: 32px;
}

.page-home .home-category-strip > .ava-container {
    height: 192px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    direction: ltr;
}

.page-home .home-category-strip .category-card {
    position: relative;
    min-height: 0;
    height: 192px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    padding: 36px 24px 24px;
    overflow: hidden;
    border-radius: 24px;
    color: #f8fafc;
    background:
        linear-gradient(rgba(50, 52, 143, .72), rgba(50, 52, 143, .72)),
        var(--category-image-desktop, url("../images/figma/raw-07.jpeg")) center / cover no-repeat;
    direction: rtl;
    text-align: center;
}

.page-home .home-category-strip .category-card--dark > .ava-icon {
    filter: brightness(0) invert(1);
    opacity: .88;
}

.page-home .home-category-strip .category-card--teal > .ava-icon {
    filter: brightness(0) saturate(100%) invert(38%) sepia(63%) saturate(697%) hue-rotate(135deg) brightness(88%) contrast(86%);
}

.page-home .home-category-strip .category-card--teal {
    color: #0f172b;
    background:
        linear-gradient(rgba(94, 178, 182, .72), rgba(94, 178, 182, .72)),
        var(--category-image-desktop, url("../images/figma/raw-03.jpeg")) center / cover no-repeat;
}

.page-home .home-category-strip .category-card > .ava-icon {
    width: 40px;
    height: 40px;
}

.page-home .home-category-strip .category-card small {
    width: 100%;
    margin: auto 0 -4px;
    color: currentColor;
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: -.48px;
    opacity: .55;
}

.page-home .home-category-strip .category-card > span {
    width: 100%;
    color: currentColor;
    font-size: 26px;
    line-height: 44px;
    font-weight: 800;
    letter-spacing: -.75px;
}

/* Injection products */
.page-home .home-injection-section {
    height: 625px;
    padding-block: 48px 40px;
    background: #fff;
}

.page-home .home-injection-section .section-title-row {
    margin-block-end: 36px;
}

body.page-home .home-injection-section > .ava-container > .section-title-row {
    margin-block-end: 36px;
}

.page-home .home-injection-section .section-title-row > a {
    order: 2;
    width: 148px;
    height: 56px;
    min-height: 56px;
    border: 0;
    border-radius: 18px;
    color: #5fa8ab;
    background: #e8f4f5;
    box-shadow: none;
}

/* FAQ */
.page-home .home-faq-section {
    height: auto;
    min-height: 584px;
    padding: 64px 0 56px;
    background: linear-gradient(180deg, #fff 0, #f8fafc 100%);
}

.page-home .home-faq-section__heading {
    height: 144px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-block-end: 48px;
    text-align: center;
}

.page-home .home-faq-section__heading > span {
    height: 28px;
    display: inline-flex;
    align-items: center;
    padding: 0 8px;
    border-radius: 14px 14px 0 14px;
    color: #fff;
    background: #32348f;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -.48px;
}

.page-home .home-faq-section__heading h2 {
    margin: 16px 0 0;
    color: #020618;
    font-size: 32px;
    line-height: 52px;
    font-weight: 800;
    letter-spacing: -1.28px;
}

.page-home .home-faq-section__heading p {
    margin: 0;
    color: #62748e;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -.48px;
}

.page-home .home-faq-section .js-accordion {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
}

.page-home .faq-card {
    min-height: 80px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 12px 16px rgba(226, 232, 240, .4);
}

.page-home .faq-trigger {
    height: 78px;
    min-height: 78px;
    gap: 16px;
    padding-inline: 28px;
    color: #1d293d;
}

.page-home .faq-trigger strong {
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: -.48px;
}

.page-home .faq-trigger__index {
    position: relative;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    border-radius: 10px 10px 0 10px;
    color: #fff;
    background: #5fa8ab;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
}

.page-home .faq-trigger__icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    transition: transform .2s ease;
}

.page-home .faq-trigger[aria-expanded="true"] .faq-trigger__icon {
    transform: rotate(180deg);
}

.page-home .faq-card > p {
    padding: 0 28px 20px;
    font-size: 14px;
    line-height: 28px;
}

/* Why Ava */
.page-home .home-why-section {
    height: 338px;
    padding-block-end: 40px;
    background: #f8fafc;
}

.page-home .home-why-panel {
    position: relative;
    height: 298px;
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 24px;
    align-items: center;
    padding: 48px 56px;
    overflow: hidden;
    border: 0;
    border-radius: 48px;
    background:
        linear-gradient(90deg, rgba(226, 232, 240, .90), rgba(202, 213, 226, .88)),
        url("../images/hero-medical.jpg") center / cover no-repeat;
    box-shadow: none;
}

.page-home .home-why-panel__title {
    grid-column: 1;
    text-align: end;
}

.page-home .home-why-panel__title h2 {
    display: flex;
    flex-direction: column;
    margin: 0;
    color: #32348f;
    font-size: 36px;
    line-height: 56px;
    font-weight: 950;
    letter-spacing: -1.08px;
}

.page-home .home-why-panel__title h2 span {
    color: #0f172b;
    font-weight: 600;
}

.page-home .home-why-panel__title p {
    margin: 8px 0;
    color: #62748e;
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: -.48px;
}

.page-home .home-why-panel__title .btn-ava {
    width: 68px;
    height: 28px;
    min-height: 28px;
    padding: 0 8px;
    border-radius: 14px 14px 0 14px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    box-shadow: none;
}

.page-home .home-why-panel__copy {
    grid-column: 2;
    width: auto;
    margin: 0;
    padding-inline-start: 40px;
    text-align: start;
}

.page-home .home-why-panel__copy p {
    margin: 0;
    color: #45556c;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: -.48px;
}

.page-home .home-why-panel__copy p + p {
    margin-block-start: 8px;
}

/* Fluid tablet layout */
@media (min-width: 576px) and (max-width: 1199px) {
    .page-home .home-hero-section {
        height: auto;
        min-height: 536px;
    }

    .page-home .hero-grid {
        width: 100%;
        height: auto;
        grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
    }

    .page-home .hero-main,
    .page-home .hero-side {
        height: 472px;
    }

    .page-home .hero-main {
        padding: 44px;
    }

    .page-home .hero-copy,
    .page-home .hero-copy p:last-child {
        width: min(100%, 419px);
    }

    .page-home .hero-copy p:first-child,
    .page-home .hero-copy h1 {
        font-size: clamp(30px, 4vw, 44px);
        line-height: 1.55;
    }

    .page-home .promo-card {
        padding: 24px;
    }

    .page-home .promo-card small {
        font-size: 15px;
        line-height: 30px;
    }

    .page-home .promo-card strong {
        font-size: clamp(24px, 3vw, 34px);
        line-height: 1.55;
    }

    .page-home .home-festival .product-slider,
    .page-home .home-festival .home-product-track {
        width: 100%;
    }

    .page-home .home-festival__heading {
        width: 100%;
    }

    .page-home .home-category-strip {
        height: auto;
    }

    .page-home .home-category-strip > .ava-container {
        height: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-home .home-why-panel {
        padding-inline: 40px;
    }
}

/* Exact 400px mobile frame and proportional small-phone behavior */
@media (max-width: 575px) {
    .page-home .home-festival,
    .page-home .home-products-section,
    .page-home .home-faq-section,
    .page-home .home-why-section {
        display: block;
    }

    .page-home main .ava-container {
        width: calc(100% - 40px);
    }

    .page-home .home-hero-section {
        height: 556px;
        padding: 20px;
    }

    .page-home .home-hero-section > .ava-container {
        width: 100%;
    }

    .page-home .hero-grid {
        width: 100%;
        height: 516px;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .page-home .hero-main {
        width: 100%;
        height: 332px;
        min-height: 332px;
        flex: 0 0 332px;
        align-items: flex-end;
        padding: 28px;
        border-radius: 28px;
        background-image: var(--slider-image-mobile, url("../images/figma/hero-base.png"));
    }

    .page-home .hero-main::after {
        inset: -6px auto auto -17px;
        width: 175px;
        height: 179px;
        background-image: url("../icons/figma/hero-union-mobile.svg");
        transform: rotate(180deg) scaleY(-1);
    }

    .page-home .hero-main::before {
        inset: -6px auto auto -99px;
        width: 557px;
        height: 338px;
        background-image: url("../icons/figma/hero-overlay-mobile.svg");
        background-size: 100% 100%;
    }

    .page-home .hero-copy::before {
        content: "";
        inset: -115px 0 auto auto;
        width: 113px;
        height: 73px;
        background: radial-gradient(circle, rgba(255, 255, 255, .9) 0 1.6px, transparent 2px) 0 0 / 8px 8px;
    }

    .page-home .hero-copy {
        width: 100%;
    }

    .page-home .hero-copy p:first-child {
        margin: 0;
        font-size: 28px;
        line-height: 48px;
        letter-spacing: -1.35px;
    }

    .page-home .hero-copy h1 {
        margin: -8px 0 18px;
        font-size: 28px;
        line-height: 48px;
        letter-spacing: -1.35px;
    }

    .page-home .hero-copy p:last-child {
        width: 100%;
        font-size: 12px;
        line-height: 24px;
        letter-spacing: -.3px;
    }

    .page-home .hero-side {
        width: 100%;
        height: 168px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: 168px;
        gap: 16px;
    }

    .page-home .promo-card {
        width: auto;
        height: 168px;
        min-height: 168px;
        align-items: center;
        justify-content: flex-start;
        padding: 32px 18px 16px;
        border-radius: 28px;
        text-align: center;
        background-image:
            linear-gradient(180deg, rgba(226, 232, 240, .82), rgba(202, 213, 226, .82)),
            var(--slider-image-mobile, url("../images/figma/hero-side.png"));
    }

    .page-home .promo-card > span {
        inset: 92px 0 auto;
        width: 100%;
        align-items: center;
        margin-block-start: 12px;
    }

    .page-home .promo-card > .ava-icon {
        inset: 32px auto auto 50%;
        transform: translateX(-50%);
    }

    .page-home .promo-card small {
        font-size: 11px;
        line-height: 28px;
        font-weight: 700;
        letter-spacing: -.48px;
        white-space: nowrap;
    }

    .page-home .promo-card strong {
        margin-block-start: -12px;
        font-size: 20px;
        line-height: 48px;
        letter-spacing: -.5px;
        white-space: nowrap;
    }

    .page-home .home-festival {
        height: 643px;
        min-height: 643px;
        padding-block: 64px 32px;
    }

    .page-home .home-festival::before {
        inset-block-start: -4px;
        inset-inline: 50%;
        width: 820px;
        height: 549px;
        transform: translateX(50%);
    }

    .page-home .home-festival::after {
        inset: 209px 40px auto;
        height: 308px;
        border-radius: 32px;
    }

    .page-home .home-festival__notch-icon {
        inset-block-start: 8px;
    }

    .page-home .home-festival > .ava-container {
        width: 100%;
    }

    .page-home .home-festival__heading {
        width: 100%;
        height: 68px;
        margin-block-end: 32px;
        padding-inline: 20px;
    }

    .page-home .home-festival__heading > div > span {
        height: 20px;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: -.3px;
    }

    .page-home .home-festival__heading h2 {
        height: 40px;
        margin-block-start: 0;
        font-size: 24px;
        line-height: 40px;
        letter-spacing: -.96px;
    }

    .page-home .home-festival__heading h2 .ava-icon {
        width: 32px;
        height: 32px;
    }

    .page-home .home-festival__heading > a {
        width: 109px;
        height: 44px;
        min-height: 44px;
        padding-inline: 16px;
        border-radius: 14px;
        font-size: 13px;
        line-height: 32px;
        box-shadow: 0 12px 32px rgba(95, 168, 171, .32);
    }

    .page-home .home-festival .product-slider,
    .page-home .home-festival .home-product-track {
        width: 100%;
        height: 447px;
    }

    .page-home .home-festival .home-product-track {
        gap: 16px;
        direction: rtl;
    }

    .page-home .home-festival .product-card {
        width: 320px;
        height: 447px;
        min-height: 447px;
        flex: 0 0 320px;
    }

    .page-home .product-slider__control {
        top: 196px;
        display: inline-flex;
    }

    .page-home .product-slider__control--prev {
        inset-inline-start: auto;
        inset-inline-end: 24px;
    }

    .page-home .product-slider__control--next {
        inset-inline-start: 24px;
        inset-inline-end: auto;
    }

    .page-home .product-card {
        height: 447px;
        min-height: 447px;
    }

    .page-home .product-card__body {
        height: 204px;
        flex-basis: 204px;
    }

    .page-home .product-card__price-panel {
        height: 118px;
        min-height: 118px;
    }

    .page-home .product-card h3 {
        font-size: 16px;
        line-height: 32px;
        font-weight: 700;
    }

    .page-home .product-card__category {
        font-size: 14px;
        line-height: 26px;
    }

    .page-home .product-card__review,
    .page-home .product-card__rating {
        font-size: 15px;
        line-height: 30px;
    }

    .page-home .product-card--home-standard .price__old-row {
        display: flex;
    }

    .page-home .product-card--home-standard .price__current {
        min-height: 32px;
    }

    .page-home .home-products-section {
        height: 627px;
        padding-block: 32px;
    }

    .page-home .home-products-section > .ava-container {
        width: 100%;
    }

    body.page-home .home-products-section > .ava-container > .section-title-row {
        width: 100%;
        height: 40px;
        min-height: 40px;
        margin: 0;
        padding-inline: 20px;
    }

    .page-home .section-title-row h2 {
        gap: 16px;
        font-size: 24px;
        line-height: 40px;
        letter-spacing: -.96px;
    }

    .page-home .section-title-row h2 > span,
    .page-home .section-title-row h2 .ava-icon {
        width: 28px;
        height: 28px;
    }

    .page-home .home-tabs {
        position: static;
        width: calc(100% - 40px);
        height: 36px;
        margin: 16px 20px 24px;
        padding-inline: 16px;
    }

    .page-home .home-tabs button,
    .page-home .home-tabs button.is-active {
        height: 20px;
        font-size: 12px;
        line-height: 20px;
        font-weight: 400;
        letter-spacing: -.3px;
    }

    .page-home .home-products-section .home-product-track,
    .page-home .home-injection-section .home-product-track {
        width: 100%;
        height: 447px;
        margin: 0;
        gap: 16px;
        padding-inline: 20px;
        left: 0;
        transform: none;
    }

    .page-home .home-products-section .product-card,
    .page-home .home-injection-section .product-card {
        width: 264px;
        height: 447px;
        min-height: 447px;
        flex: 0 0 264px;
    }

    .page-home .home-products-section .product-card__cart,
    .page-home .home-injection-section .product-card__cart {
        width: 68px;
        flex: 0 0 68px;
    }

    .page-home .home-category-strip {
        height: 440px;
        padding-block: 16px;
    }

    .page-home .home-category-strip > .ava-container {
        width: calc(100% - 40px);
        height: 408px;
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .page-home .home-category-strip .category-card {
        width: 100%;
        height: 192px;
        min-height: 192px;
        flex: 0 0 192px;
        background-image:
            linear-gradient(rgba(50, 52, 143, .72), rgba(50, 52, 143, .72)),
            var(--category-image-mobile, var(--category-image-desktop, url("../images/figma/raw-07.jpeg")));
    }

    .page-home .home-category-strip .category-card:nth-child(n + 3) {
        display: none;
    }

    .page-home .home-injection-section {
        height: 647px;
        padding-block: 32px;
    }

    .page-home .home-injection-section > .ava-container {
        width: 100%;
        height: 583px;
        display: flex;
        flex-direction: column;
    }

    body.page-home .home-injection-section > .ava-container > .section-title-row {
        position: static;
        width: 100%;
        height: 40px;
        min-height: 40px;
        margin: 0 0 24px;
        padding-inline: 20px;
    }

    .page-home .home-injection-section .section-title-row > a {
        order: initial;
        position: absolute;
        inset: auto 20px 32px;
        width: calc(100% - 40px);
        height: 48px;
        min-height: 48px;
        border-radius: 14px;
        font-size: 13px;
        line-height: 32px;
    }

    .page-home .section-title-row__desktop-title:has(+ .section-title-row__mobile-title) {
        display: none;
    }

    .page-home .section-title-row__mobile-title {
        display: inline;
    }

    .page-home .home-injection-section .home-product-track {
        flex: 0 0 447px;
        margin-block-end: 72px;
    }

    .page-home .home-faq-section {
        height: auto;
        min-height: 856px;
        padding: 28px 20px 40px;
    }

    .page-home .home-faq-section > .ava-container {
        width: 100%;
    }

    .page-home .home-faq-section__heading {
        height: 113px;
        margin-block-end: 24px;
    }

    .page-home .home-faq-section__heading > span {
        height: 20px;
        padding-inline: 6px;
        font-size: 12px;
        line-height: 24px;
        letter-spacing: -.36px;
    }

    .page-home .home-faq-section__heading h2 {
        margin-block-start: 12px;
        font-size: 24px;
        line-height: 40px;
        letter-spacing: -.96px;
    }

    .page-home .home-faq-section__heading p {
        font-size: 14px;
        line-height: 26px;
        letter-spacing: -.42px;
        white-space: nowrap;
    }

    .page-home .home-faq-section .js-accordion {
        --bs-gutter-x: 0;
        --bs-gutter-y: 12px;
    }

    .page-home .home-faq-section .js-accordion > * {
        width: 100%;
    }

    .page-home .faq-card {
        min-height: 96px;
        border-radius: 22px;
    }

    .page-home .faq-trigger {
        height: 94px;
        min-height: 94px;
        gap: 12px;
        padding-inline: 20px;
    }

    .page-home .faq-trigger strong {
        font-size: 15px;
        line-height: 28px;
        font-weight: 600;
        letter-spacing: -.48px;
    }

    .page-home .faq-card > p {
        padding-inline: 20px;
    }

    .page-home .home-why-section {
        height: 514px;
        padding: 0 16px 16px;
    }

    .page-home .home-why-section > .ava-container {
        width: 100%;
    }

    .page-home .home-why-panel {
        width: 100%;
        height: 498px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
        gap: 24px;
        padding: 32px;
        border-radius: 32px;
        background: linear-gradient(180deg, #e2e8f0, #cad5e2);
        isolation: isolate;
    }

    .page-home .home-why-panel::before {
        content: "";
        position: absolute;
        z-index: -1;
        inset: 0;
        border-radius: inherit;
        background: url("../images/figma/why-mobile.png") center bottom / 100% 100% no-repeat;
        mix-blend-mode: overlay;
        pointer-events: none;
    }

    .page-home .home-why-panel__title {
        position: relative;
        width: 100%;
        height: 80px;
        flex: 0 0 80px;
        display: block;
        direction: ltr;
        text-align: right;
    }

    .page-home .home-why-panel__title h2 {
        position: absolute;
        inset: 0 0 auto auto;
        width: calc(100% - 143px);
        height: 80px;
        align-items: flex-end;
        justify-content: center;
        font-size: 24px;
        line-height: 40px;
        letter-spacing: -.96px;
        direction: ltr;
        text-align: right;
    }

    .page-home .home-why-panel__title h2 span {
        font-weight: 325;
    }

    .page-home .home-why-panel__title p {
        position: absolute;
        inset: 14px auto auto 0;
        margin: 0;
        font-size: 14px;
        line-height: 28px;
        font-weight: 600;
        text-align: start;
        direction: rtl;
    }

    .page-home .home-why-panel__title .btn-ava {
        position: absolute;
        inset: 45px auto auto 67px;
        width: 68px;
        margin: 0;
        direction: rtl;
    }

    .page-home .home-why-panel__copy {
        width: 100%;
        height: 330px;
        flex: 0 0 330px;
        margin: 0;
        padding: 0;
        text-align: start;
    }

    .page-home .home-why-panel__copy p {
        /* Compensates for the bundled webfont's slightly wider browser metrics. */
        font-size: 14.5px;
        line-height: 30px;
        font-weight: 325;
        letter-spacing: -.48px;
    }

    .page-home .home-why-panel__copy p + p {
        margin-block-start: 0;
    }

}

@media (max-width: 374px) {
    .page-home .home-hero-section {
        padding-inline: 16px;
    }

    .page-home .hero-side {
        gap: 12px;
    }

    .page-home .promo-card {
        padding-inline: 10px;
    }

    .page-home .promo-card small {
        font-size: 10px;
    }

    .page-home .promo-card strong {
        font-size: 18px;
    }

    .page-home .home-festival__heading h2 {
        font-size: 21px;
    }

    .page-home .home-faq-section__heading p {
        white-space: normal;
        text-align: center;
    }
}
