/* =========================================================
   Products Page
========================================================= */

.products-page {
    overflow: hidden;
    color: var(--color-navy);
    background: #fff;
}

.products-page *,
.products-page *::before,
.products-page *::after {
    box-sizing: border-box;
}

.products-container {
    width: min(1440px, calc(100% - 80px));
    margin: 0 auto;
}

.products-section {
    padding: 132px 0;
}

.products-eyebrow,
.products-card-eyebrow {
    margin: 0;
    color: var(--color-blue);
    font-size: 13px;
    line-height: 1.3;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.products-section-heading {
    max-width: 820px;
    margin-bottom: 64px;
}

.products-section-heading--center {
    max-width: 860px;
    margin-right: auto;
    margin-bottom: 64px;
    margin-left: auto;
    text-align: center;
}

.products-section-heading h2,
.products-category-heading h2 {
    margin: 14px 0 0;
    color: var(--color-navy);
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1.14;
    letter-spacing: -0.055em;
}

.products-section-heading > p:not(.products-eyebrow),
.products-category-heading > div > p:not(.products-eyebrow) {
    max-width: 720px;
    margin: 22px 0 0;
    color: var(--color-muted);
    font-size: 17px;
    line-height: 1.8;
}

.products-section-heading--center > p:not(.products-eyebrow) {
    margin-right: auto;
    margin-left: auto;
}

.products-heading-line {
    display: block;
    width: 82px;
    height: 3px;
    margin: 0 auto 42px;
    border-radius: 999px;
    background: linear-gradient(
            90deg,
            #0c5fc7,
            #39b7ff
    );
}


/* =========================================================
   Buttons
========================================================= */

.products-button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 0 23px;
    border: 1px solid transparent;
    border-radius: 9px;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
    transition:
            transform 0.2s ease,
            border-color 0.2s ease,
            background-color 0.2s ease,
            box-shadow 0.2s ease;
}

.products-button:hover {
    transform: translateY(-2px);
}

.products-button--primary {
    border-color: #178bff;
    color: #fff;
    background: #178bff;
    box-shadow: 0 14px 30px rgba(23, 139, 255, 0.18);
}

.products-button--primary:hover {
    color: #fff;
    background: #0879eb;
    border-color: #0879eb;
    box-shadow: 0 18px 38px rgba(23, 139, 255, 0.26);
}

.products-button--secondary {
    color: var(--color-navy);
    border-color: rgba(6, 27, 51, 0.15);
    background: rgba(255, 255, 255, 0.76);
    backdrop-filter: blur(10px);
}

.products-button--secondary:hover {
    color: var(--color-navy);
    border-color: rgba(23, 139, 255, 0.35);
    background: #fff;
}


/* =========================================================
   Hero
========================================================= */

.products-hero {
    position: relative;
    width: 100%;
    max-height: 570px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
            radial-gradient(
                    circle at 82% 13%,
                    rgba(35, 145, 255, 0.26),
                    transparent 31%
            ),
            radial-gradient(
                    circle at 16% 18%,
                    rgba(93, 192, 255, 0.16),
                    transparent 30%
            ),
            linear-gradient(
                    180deg,
                    #f5fbff 0%,
                    #edf8ff 58%,
                    #f8fcff 100%
            );
}

.products-hero__background {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background-image: url("/site/images/products/product-banner.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.products-hero__inner {
    position: relative;
    z-index: 2;
    min-height: 670px;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
    gap: 90px;
    align-items: center;
    padding-top: 72px;
    padding-bottom: 72px;
}

.products-hero__content {
    max-width: 690px;
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(8px);
}

.products-hero__content h1 {
    margin: 18px 0 0;
    color: var(--color-navy);
    font-size: clamp(52px, 3.4vw, 82px);
    line-height: 1.07;
    letter-spacing: -0.065em;
}

.products-hero__description {
    max-width: 680px;
    margin: 30px 0 0;
    color: var(--color-muted);
    font-size: 18px;
    line-height: 1.82;
}

.products-hero__actions {
    /*display: flex;*/
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 38px;
    display: none !important;
}

.products-hero__visual {
    position: relative;
    min-height: 470px;
}

.products-hero__ice-card {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    width: min(100%, 660px);
    height: 390px;
    padding: 38px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 42px;
    color: #fff;
    background:
            radial-gradient(
                    circle at 78% 16%,
                    rgba(155, 229, 255, 0.64),
                    transparent 27%
            ),
            radial-gradient(
                    circle at 25% 88%,
                    rgba(16, 107, 224, 0.66),
                    transparent 37%
            ),
            linear-gradient(
                    135deg,
                    #041c38 0%,
                    #07509e 48%,
                    #148dff 100%
            );
    box-shadow:
            0 38px 80px rgba(4, 51, 102, 0.2),
            inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transform: translateY(-50%);
}

.products-hero__ice-card::before {
    content: "";
    position: absolute;
    top: -130px;
    right: -90px;
    width: 330px;
    height: 330px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
}

.products-hero__ice-card::after {
    content: "";
    position: absolute;
    right: 70px;
    bottom: -190px;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
}

.products-hero__ice-line {
    position: absolute;
    top: 55%;
    left: -40px;
    width: 120%;
    height: 1px;
    background: linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.55),
            transparent
    );
    transform: rotate(-8deg);
}

.products-hero__temperature {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.products-hero__temperature span {
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.16em;
}

.products-hero__temperature strong {
    margin-top: 8px;
    font-size: clamp(64px, 7vw, 105px);
    line-height: 1;
    letter-spacing: -0.07em;
}

.products-hero__visual-footer {
    position: absolute;
    z-index: 2;
    right: 38px;
    bottom: 34px;
    left: 38px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.products-hero__visual-footer span {
    font-size: 18px;
    font-weight: 900;
}

.products-hero__visual-footer small {
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.products-hero__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(1px);
}

.products-hero__orb--one {
    top: 16px;
    right: -25px;
    width: 125px;
    height: 125px;
    background: rgba(73, 179, 255, 0.19);
}

.products-hero__orb--two {
    bottom: 5px;
    left: 5%;
    width: 88px;
    height: 88px;
    background: rgba(15, 94, 194, 0.13);
}


/* =========================================================
   Why KQSF
========================================================= */

.products-why {
    background: #fff;
}

.products-reason-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.products-reason-card {
    min-height: 260px;
    padding: 34px;
    border: 1px solid rgba(6, 27, 51, 0.06);
    border-radius: 25px;
    background: #f7f9fb;
    transition:
            transform 0.22s ease,
            background-color 0.22s ease,
            box-shadow 0.22s ease;
}

.products-reason-card:hover {
    transform: translateY(-5px);
    background: #fff;
    box-shadow: 0 24px 60px rgba(6, 27, 51, 0.09);
}

.products-reason-card__icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
    border-radius: 15px;
    color: #178bff;
    background: rgba(23, 139, 255, 0.1);
    font-size: 26px;
    font-weight: 900;
}

.products-reason-card__chain {
    font-size: 32px;
    line-height: 1;
}

.products-reason-card h3 {
    margin: 0;
    color: var(--color-navy);
    font-size: 23px;
    line-height: 1.3;
    letter-spacing: -0.035em;
}

.products-reason-card p {
    margin: 15px 0 0;
    color: var(--color-muted);
    font-size: 15px;
    line-height: 1.78;
}


/* =========================================================
   Categories
========================================================= */

.products-categories {
    background: #f7f9fb;
}

.products-category-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 64px;
}
.products-category-heading__content {
    align-self: center;
}
.products-category-heading > div:first-child {
    max-width: 830px;
}

.products-category-decoration {
    position: relative;
    /*width: 170px;*/
    aspect-ratio: 1.2 / 1;
    height: 300px;
    flex: 0 0 auto;
}
.products-category-decoration img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
}

.products-category-decoration span {
    position: absolute;
    border: 1px solid rgba(23, 139, 255, 0.4);
    transform: rotate(45deg);
}

.products-category-decoration span:nth-child(1) {
    top: 30px;
    right: 25px;
    width: 72px;
    height: 72px;
    background: rgba(23, 139, 255, 0.08);
}

.products-category-decoration span:nth-child(2) {
    top: 5px;
    right: 83px;
    width: 45px;
    height: 45px;
    background: rgba(94, 194, 255, 0.12);
}

.products-category-decoration span:nth-child(3) {
    right: 92px;
    bottom: 2px;
    width: 31px;
    height: 31px;
    background: rgba(23, 139, 255, 0.16);
}

.products-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.products-category-card {
    overflow: hidden;
    border: 1px solid rgba(6, 27, 51, 0.07);
    border-radius: 25px;
    color: inherit;
    background: #fff;
    box-shadow: 0 12px 38px rgba(6, 27, 51, 0.045);
    transition:
            transform 0.24s ease,
            border-color 0.24s ease,
            box-shadow 0.24s ease;
}

.products-category-card:hover {
    color: inherit;
    transform: translateY(-8px);
    border-color: rgba(23, 139, 255, 0.22);
    box-shadow: 0 28px 65px rgba(6, 27, 51, 0.11);
}

.products-category-card__visual {
    position: relative;
    min-height: 230px;
    overflow: hidden;
    background: #fff;
}

/*
 * 기존 카드별 그라데이션과 중앙 도형은 사용하지 않음.
 * category.bannerUrl 이미지를 카드 상단 전체에 출력한다.
 */
.products-category-card__visual::before,
.products-category-card__visual::after {
    display: none;
}

.products-category-card__visual--1,
.products-category-card__visual--2,
.products-category-card__visual--3,
.products-category-card__visual--4 {
    background: #fff;
}


.products-category-card__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    padding: 0;
    object-fit: contain;
    object-position: center;
    background: #fff;
    transition:
            transform 0.4s ease,
            filter 0.4s ease;
}

.products-category-card:hover .products-category-card__image {
    transform: scale(1.035);
}

.products-category-card__number {
    position: absolute;
    z-index: 3;
    top: 20px;
    left: 22px;
    color: rgba(6, 27, 51, 0.52);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.12em;
    pointer-events: none;
}

.products-category-card__fallback {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #178bff;
    font-size: 46px;
    font-weight: 300;
    background:
            radial-gradient(
                    circle at 70% 20%,
                    rgba(151, 226, 255, 0.32),
                    transparent 30%
            ),
            linear-gradient(
                    145deg,
                    #f4faff,
                    #e9f5ff
            );
}

.products-category-card__body {
    min-height: 225px;
    padding: 28px;
    border-top: 1px solid rgba(6, 27, 51, 0.045);
}

.products-category-card__body h3 {
    margin: 10px 0 0;
    color: var(--color-navy);
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: -0.04em;
}

.products-category-card__body > p:not(.products-card-eyebrow) {
    margin: 13px 0 0;
    color: var(--color-muted);
    font-size: 14px;
    line-height: 1.72;
}

.products-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 23px;
    color: #178bff;
    font-size: 14px;
    font-weight: 900;
}

.products-text-link i {
    font-style: normal;
    transition: transform 0.2s ease;
}

.products-category-card:hover .products-text-link i {
    transform: translateX(5px);
}


/* =========================================================
   Featured Products
========================================================= */

.products-featured {
    background: #fff;
}

.products-featured-list {
    display: flex;
    flex-direction: column;
    gap: 126px;
}

.products-featured-item {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
    gap: 90px;
    align-items: center;
}

.products-featured-item--reverse {
    grid-template-columns: minmax(420px, 0.92fr) minmax(0, 1.08fr);
}

.products-featured-item--reverse .products-featured-item__visual {
    order: 2;
}

.products-featured-item--reverse .products-featured-item__content {
    order: 1;
}

.products-featured-item__visual {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    border-radius: 35px;
    background: #edf7ff;
    box-shadow: 0 32px 70px rgba(6, 27, 51, 0.1);
}

.products-featured-item__visual::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(
            to top,
            rgba(4, 26, 49, 0.25),
            transparent 42%
    );
}

.products-featured-item__visual img {
    width: 100%;
    height: 500px;
    display: block;
    object-fit: cover;
    transition: transform 0.48s ease;
}

.products-featured-item__visual:hover img {
    transform: scale(1.045);
}

.products-featured-item__placeholder {
    width: 100%;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    background:
            radial-gradient(
                    circle at 72% 20%,
                    rgba(166, 231, 255, 0.63),
                    transparent 28%
            ),
            linear-gradient(
                    140deg,
                    #071f3c,
                    #178bff
            );
}

.products-featured-item__placeholder span {
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.14em;
}

.products-featured-item__placeholder strong {
    margin-top: 12px;
    font-size: 32px;
}

.products-featured-item__badge {
    position: absolute;
    z-index: 3;
    right: 24px;
    bottom: 24px;
    padding: 10px 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    color: #fff;
    background: rgba(4, 25, 48, 0.66);
    backdrop-filter: blur(12px);
    font-size: 13px;
    font-weight: 900;
}

.products-featured-item__content {
    max-width: 600px;
}

.products-featured-item__content h3 {
    margin: 14px 0 0;
    color: var(--color-navy);
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1.13;
    letter-spacing: -0.055em;
}

.products-featured-item__content > p:not(.products-card-eyebrow) {
    margin: 25px 0 0;
    color: var(--color-muted);
    font-size: 17px;
    line-height: 1.84;
}

.products-featured-item__content .products-button {
    margin-top: 32px;
}

/* =========================================================
   Action Cards
========================================================= */

.products-actions {
    overflow: hidden;
    background:
            radial-gradient(
                    circle at 10% 12%,
                    rgba(35, 156, 255, 0.12),
                    transparent 27%
            ),
            linear-gradient(
                    180deg,
                    #f8fcff 0%,
                    #eff8ff 100%
            );
}

.products-action-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;

    /*
     * 떠 있는 이미지가 위쪽으로 나올 공간
     */
    padding-top: 90px;
}

.products-action-card {
    position: relative;
    display: block;

    min-width: 0;
    overflow: visible;

    color: inherit;
    text-decoration: none;
    height: 100%;
}

.products-action-card:hover {
    color: inherit;
}

/* =========================================================
   Floating visual
========================================================= */

.products-action-card__floating-visual {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 3;

    width: min(76%, 420px);
    height: 250px;

    pointer-events: none;
    transform: translate(-50%, -82px);
}

.products-action-card__floating-visual-inner {
    position: relative;

    width: 100%;
    height: 100%;

    /*
     * 지금은 이미지 영역을 비워둔 상태.
     * 영역 확인용으로 아주 연한 배경만 적용.
     * 실제 이미지 추가 후 background를 transparent로 바꿔도 됨.
     */
    border-radius: 34px;
    background:
            transparent;
}

/* 나중에 실제 이미지 넣을 때 사용 */
.products-action-card__floating-image {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: contain;
    object-position: center;
}

/* =========================================================
   Card body
========================================================= */

.products-action-card__body {
    position: relative;
    z-index: 1;

    display: flex;
    flex-direction: column;
    align-items: flex-start;

    min-height: 430px;
    padding: 210px 40px 40px;

    overflow: hidden;

    border: 1px solid rgba(23, 139, 255, 0.1);
    border-radius: 34px;

    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 54px rgba(6, 27, 51, 0.08);

    transition:
            transform 0.25s ease,
            border-color 0.25s ease,
            box-shadow 0.25s ease;
}

.products-action-card:hover .products-action-card__body {
    transform: translateY(-6px);
    border-color: rgba(23, 139, 255, 0.25);
    box-shadow: 0 30px 72px rgba(6, 27, 51, 0.13);
}

.products-action-card__body h3 {
    margin: 11px 0 0;

    color: var(--color-navy);

    font-size: 30px;
    line-height: 1.25;
    letter-spacing: -0.045em;
}

.products-action-card__body > p:not(.products-card-eyebrow) {
    margin: 16px 0 ;

    color: var(--color-muted);

    font-size: 15px;
    line-height: 1.78;
    word-break: keep-all;
}

.products-action-card__body .products-button {
    margin-top: auto;
}

/* =========================================================
   Tablet
========================================================= */

@media (max-width: 980px) {
    .products-action-grid {
        grid-template-columns: 1fr;
        gap: 110px;
        padding-top: 82px;
    }

    .products-action-card__floating-visual {
        width: min(70%, 420px);
        height: 230px;
        transform: translate(-50%, -76px);
    }

    .products-action-card__body {
        min-height: 410px;
        padding: 195px 34px 34px;
    }
}

/* =========================================================
   Mobile
========================================================= */

@media (max-width: 768px) {
    .products-action-grid {
        gap: 96px;
        padding-top: 74px;
    }

    .products-action-card__floating-visual {
        width: calc(100% - 64px);
        max-width: 400px;
        height: 220px;

        transform: translate(-50%, -66px);
    }

    .products-action-card__floating-visual-inner {
        border-radius: 28px;
    }

    .products-action-card__body {
        min-height: auto;
        padding: 185px 28px 30px;

        border-radius: 28px;
    }

    .products-action-card__body h3 {
        font-size: 26px;
    }

    .products-action-card__body .products-button {
        min-width: 160px;
    }
}

/* =========================================================
   Small Mobile
========================================================= */

@media (max-width: 560px) {
    .products-action-grid {
        gap: 84px;
        padding-top: 66px;
    }

    .products-action-card__floating-visual {
        width: calc(100% - 40px);
        height: 195px;

        transform: translate(-50%, -58px);
    }

    .products-action-card__floating-visual-inner {
        border-radius: 24px;
    }

    .products-action-card__body {
        padding: 165px 22px 24px;

        border-radius: 24px;
    }

    .products-action-card__body h3 {
        font-size: 24px;
        line-height: 1.28;
    }

    .products-action-card__body > p:not(.products-card-eyebrow) {
        font-size: 14px;
        line-height: 1.72;
    }

    .products-action-card__body .products-button {
        width: auto;
        min-width: 0;
    }
}


/* =========================================================
   Empty State
========================================================= */

.products-empty-state {
    padding: 70px 30px;
    text-align: center;
    border: 1px solid rgba(6, 27, 51, 0.09);
    border-radius: 27px;
    background: #fff;
}

.products-empty-state strong {
    display: block;
    color: var(--color-navy);
    font-size: 22px;
}

.products-empty-state p {
    margin: 12px 0 0;
    color: var(--color-muted);
}

/* =========================================================
   Featured Product Actions
========================================================= */

.products-featured-item__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.products-featured-item__actions .products-button {
    margin-top: 0;
}


/* =========================================================
   Responsive
========================================================= */

@media (max-width: 1280px) {
    .products-container {
        width: min(calc(100% - 56px), 1440px);
    }

    .products-hero__inner {
        grid-template-columns:
            minmax(0, 0.92fr)
            minmax(430px, 1.08fr);
        gap: 54px;
    }

    .products-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .products-featured-item,
    .products-featured-item--reverse {
        grid-template-columns:
            minmax(0, 1.05fr)
            minmax(360px, 0.95fr);
        gap: 58px;
    }
}


/* =========================================================
   Tablet
   769px ~ 980px
========================================================= */

@media (max-width: 980px) {
    .products-container {
        width: min(calc(100% - 56px), 1440px);
    }

    .products-section {
        padding: 100px 0;
    }

    /* Hero */
    .products-hero {
        display: block;
        width: 100%;
        min-height: 0;
        max-height: none;
        overflow: hidden;
        background: #fff;
    }

    .products-hero__background {
        position: relative;
        inset: auto;
        z-index: 1;
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 8.5;
        background-image: url("/site/images/products/product-banner.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .products-hero__inner {
        position: relative;
        z-index: 2;
        display: block;
        width: 100%;
        min-height: 0;
        margin: 0;
        padding: 0;
    }

    .products-hero__content {
        width: min(calc(100% - 56px), 760px);
        max-width: none;
        margin: 0 auto;
        padding: 52px 0 0;
        text-align: center;
        background: #fff;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .products-hero__content h1 {
        margin-top: 15px;
        font-size: clamp(44px, 6.5vw, 60px);
        line-height: 1.1;
        letter-spacing: -0.06em;
    }

    .products-hero__description {
        max-width: 680px;
        margin: 25px auto 0;
        font-size: 16px;
        line-height: 1.78;
        word-break: keep-all;
    }

    .products-hero__visual,
    .products-hero__orb,
    .products-hero__ice-card {
        display: none;
    }

    /* Why */
    .products-reason-grid {
        grid-template-columns: 1fr;
    }

    .products-reason-card {
        min-height: auto;
    }

    /* Categories */
    .products-category-heading {
        align-items: flex-start;
    }

    /* Featured */
    .products-featured-list {
        gap: 90px;
    }

    .products-featured-item,
    .products-featured-item--reverse {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .products-featured-item--reverse .products-featured-item__visual,
    .products-featured-item--reverse .products-featured-item__content {
        order: initial;
    }

    .products-featured-item__content {
        max-width: 750px;
    }

}


/* =========================================================
   Mobile
========================================================= */

@media (max-width: 768px) {
    .products-container {
        width: 100%;
        max-width: none;
        padding-right: 24px;
        padding-left: 24px;
    }

    .products-section {
        padding: 82px 0;
    }

    /* Heading */
    .products-section-heading,
    .products-section-heading--center {
        margin-bottom: 42px;
        text-align: left;
    }

    .products-section-heading h2,
    .products-category-heading h2 {
        font-size: 38px;
        line-height: 1.16;
    }

    .products-section-heading > p:not(.products-eyebrow),
    .products-category-heading > div > p:not(.products-eyebrow) {
        font-size: 15px;
        line-height: 1.75;
    }

    /* Hero */
    .products-hero .products-container {
        padding-right: 0;
        padding-left: 0;
    }

    .products-hero__background {
        aspect-ratio: 16 / 10;
        background-position: center center;
    }

    .products-hero__content {
        width: 100%;
        max-width: none;
        padding: 44px 24px 0;
    }

    .products-hero__content h1 {
        margin-top: 14px;
        font-size: clamp(38px, 9vw, 50px);
        line-height: 1.1;
    }

    .products-hero__description {
        margin-top: 22px;
        font-size: 16px;
        line-height: 1.75;
    }

    /* Why: line centered, text left */
    .products-why .products-section-heading,
    .products-why .products-section-heading--center {
        max-width: none;
        margin-right: 0;
        margin-bottom: 24px;
        margin-left: 0;
        text-align: left;
    }

    .products-why .products-heading-line {
        width: 64px;
        margin-right: auto;
        margin-bottom: 56px;
        margin-left: auto;
    }

    .products-why .products-eyebrow,
    .products-why .products-section-heading h2 {
        text-align: left;
    }

    .products-reason-card {
        padding: 28px;
    }

    /* Categories */
    .products-category-heading {
        align-items: flex-start;
        margin-bottom: 42px;
        flex-direction: column;
    }

    .products-category-heading__content {
        order: 1;
        align-self: flex-start;
    }

    .products-category-decoration {
        order: 0;
        align-self: center;
    }

    .products-category-grid {
        grid-template-columns: 1fr;
    }

    .products-category-card {
        display: grid;
        grid-template-columns:
            minmax(0, 42%)
            minmax(0, 58%);
    }

    .products-category-card__visual {
        min-height: 250px;
    }

    .products-category-card__body {
        min-height: 250px;
        padding: 26px 22px;
        border-top: 0;
        border-left: 1px solid rgba(6, 27, 51, 0.045);
    }

    /* Featured */
    .products-featured-list {
        gap: 74px;
    }

    .products-featured-item__visual,
    .products-featured-item__visual img,
    .products-featured-item__placeholder {
        height: 390px;
        min-height: 390px;
    }

    .products-featured-item__content h3 {
        font-size: 39px;
    }

    .products-featured-item__content > p:not(.products-card-eyebrow) {
        margin-top: 20px;
        font-size: 15px;
        line-height: 1.75;
    }

    .products-featured-item__actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        gap: 12px;
        margin-top: 28px;
    }

    .products-featured-item__actions .products-button {
        width: 100%;
        min-width: 0;
    }

}


/* =========================================================
   Small Mobile
========================================================= */

@media (max-width: 560px) {
    .products-container {
        width: 100%;
        max-width: none;
        padding-right: 20px;
        padding-left: 20px;
    }

    .products-section {
        padding: 60px 0;
    }

    .products-section-heading h2,
    .products-category-heading h2 {
        font-size: 34px;
        line-height: 1.18;
    }

    .products-heading-line {
        width: 64px;
    }

    /* Hero */
    .products-hero .products-container {
        padding-right: 0;
        padding-left: 0;
    }

    .products-hero__content {
        padding: 38px 22px 0;
    }

    .products-hero__content h1 {
        font-size: clamp(36px, 10.5vw, 44px);
        line-height: 1.1;
    }

    .products-hero__description {
        font-size: 15px;
        line-height: 1.72;
    }

    /* Why */
    .products-why .products-heading-line {
        margin-bottom: 60px;
    }

    /* Categories */
    .products-category-card {
        display: block;
    }

    .products-category-card__visual {
        min-height: 210px;
    }

    .products-category-card__body {
        min-height: auto;
        border-top: 1px solid rgba(6, 27, 51, 0.045);
        border-left: 0;
    }

    /* Featured */
    .products-featured-item__visual,
    .products-featured-item__visual img,
    .products-featured-item__placeholder {
        height: 310px;
        min-height: 310px;
        border-radius: 25px;
    }

    .products-featured-item__content h3 {
        font-size: 34px;
    }

    .products-featured-item__actions {
        grid-template-columns: 1fr;
    }

    .products-featured-item__actions .products-button {
        min-height: 54px;
    }

}