/* Flat Cutlery home styles */

.home-page {
padding: 0;
    overflow: hidden;
}

.home-reference {
padding: 0;
}

.home-ref-hero {
position: relative;
    min-height: clamp(520px, 44.27vw, 850px);
    background: linear-gradient(90deg, rgba(18, 14, 10, .68), rgba(18, 14, 10, .22) 48%, rgba(18, 14, 10, .04)), var(--hero-image) center / cover no-repeat;
    transition: opacity .35s ease;
    overflow: hidden;
}

.home-ref-hero.is-switching {
opacity: .86;
}

.home-ref-hero__inner {
display: grid;
    grid-template-columns: minmax(0, 720px);
    align-items: center;
    min-height: clamp(520px, 44.27vw, 850px);
    padding: 72px 0 92px;
}

.home-ref-hero__copy h1 {
max-width: 650px;
    margin-bottom: 20px;
    color: #fff;
    font-size: clamp(42px, 5vw, 64px);
    line-height: 1.05;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .28);
}

.home-ref-hero__meta {
color: #f2d39f;
    font-weight: 800;
}

.home-ref-hero__copy p {
max-width: 560px;
    color: rgba(255, 255, 255, .9);
    font-size: 16px;
    line-height: 1.65;
}

.home-ref-hero .hero-actions .button:not(.button--primary) {
border-color: #fff;
    background: rgba(255, 255, 255, .94);
    color: #2a1d0f;
    font-weight: 800;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
}

.home-ref-hero .hero-actions .button:not(.button--primary):hover,
.home-ref-hero .hero-actions .button:not(.button--primary):focus-visible {
background: #fff;
    color: #171008;
}

.home-stats {
position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: -44px;
    padding: 20px 28px;
    border: 1px solid #eadfce;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(67, 48, 24, .12);
}

.home-stats article {
display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 0 24px;
    border-right: 1px solid #ded5c8;
}

.home-stat-icon {
flex: 0 0 auto;
    width: 52px;
    height: 52px;
    color: #c8a45d;
}

.home-stat-content {
display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.home-stats article:last-child {
border-right: 0;
}

.home-stats strong {
color: #bd8430;
    font-size: 36px;
    line-height: 1;
}

.home-stats span {
margin-top: 3px;
    color: #1f1b16;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.home-stats p {
margin: 6px 0 0;
    color: #444;
    font-size: 13px;
}

.home-ref-section {
padding: clamp(58px, 6vw, 86px) 0 0;
}

.home-ref-title {
display: flex;
    justify-content: center;
    margin-bottom: clamp(38px, 4vw, 56px);
    text-align: center;
}

.home-ref-title h2,
.home-process h2,
.home-why h2,
.home-cert h2,
.home-testimonials h2,
.home-news h2 {
position: relative;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(24px, 2.2vw, 30px);
    font-weight: 900;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.home-ref-title h2::after,
.home-process h2::after,
.home-why h2::after,
.home-cert h2::after,
.home-testimonials h2::after,
.home-news h2::after {
content: "";
    display: block;
    width: 48px;
    height: 3px;
    margin: 16px auto 0;
    background: #bd8430;
}

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

.home-category-card {
display: grid;
    gap: 14px;
    min-height: 0;
    padding: 16px;
    border: 1px solid #e7e0d6;
    border-radius: 18px;
    background: #fff;
    color: #161616;
    text-decoration: none;
    box-shadow: 0 18px 46px rgba(67, 48, 24, .07);
    overflow: hidden;
}

.home-category-card__image {
display: block;
    padding: 0;
    border-radius: 14px;
    background: transparent;
}

.home-category-card__image img,
.home-category-card__mark {
width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-category-card:first-child .home-category-card__image img {
transform: scale(1.5);
}

.home-category-card strong {
display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: 19px;
    line-height: 1.35;
    text-align: center;
}

.home-category-card strong .lucide {
width: 18px;
    height: 18px;
    color: #333;
}

.home-category-card:hover strong .lucide {
color: #c8a45d;
}

.home-hot-products {
padding: clamp(58px, 6vw, 86px) 0 0;
}

.home-hot-products__intro {
max-width: 720px;
    margin: -18px auto clamp(32px, 3.2vw, 46px);
    color: var(--muted);
    text-align: center;
    line-height: 1.65;
}

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

.home-hot-card {
border: 1px solid #e7e0d6;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}

.home-hot-card img {
display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: cover;
    background: #f8f4ed;
}

.home-hot-card > div {
padding: 14px;
}

.home-hot-card h3 {
margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.3;
}

.home-hot-card p {
margin-bottom: 12px;
    color: var(--muted);
    font-size: 13px;
}

.home-hot-card .button {
min-height: 36px;
    padding: 0 12px;
    font-size: 12px;
}

.home-center {
display: flex;
    justify-content: center;
    margin: 14px 0 0;
}

.home-process {
margin-top: clamp(58px, 6vw, 86px);
    padding: clamp(36px, 4vw, 52px) 28px 32px;
    border-radius: 8px;
    background: #fbf7f0;
    text-align: center;
}

.home-process__row {
display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
    margin-top: clamp(34px, 3.5vw, 48px);
}

.home-process article {
position: relative;
    display: grid;
    gap: 6px;
    justify-items: center;
    min-height: 118px;
    padding: 0 8px;
}

.home-process i {
display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border: 1px solid #e3c98f;
    border-radius: 999px;
    background: #fffdf8;
    color: #bd8430;
}

.home-why i {
display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    color: #bd8430;
}

.home-why i::before {
content: "";
    width: 18px;
    height: 18px;
    border: 2px solid #bd8430;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg);
}

.home-why i:has(.lucide)::before {
display: none;
}

.home-process i .lucide {
width: 24px;
    height: 24px;
    color: currentColor;
}

.home-why i .lucide {
width: 42px;
    height: 42px;
    color: currentColor;
}

.home-why article:hover i .lucide {
color: #c8a45d;
}

.home-process b {
position: absolute;
    top: 24px;
    right: -13px;
    z-index: 1;
    padding: 0 4px;
    background: #fbf7f0;
    color: #5d4a31;
    font-size: 12px;
    font-weight: 800;
}

.home-process article:not(:last-child)::after {
content: "";
    position: absolute;
    top: 32px;
    right: -51px;
    width: 34px;
    border-top: 1px dashed #bd8430;
}

.home-process article:not(:last-child)::before {
content: ">";
    position: absolute;
    top: 27px;
    right: -58px;
    color: #bd8430;
    font-size: 12px;
    line-height: 1;
}

.home-process article:last-child b {
display: none;
}

.home-process strong {
margin-top: 2px;
    color: #1f1b16;
    font-size: 18px;
    font-weight: 800;
}

.home-process p {
max-width: 112px;
    margin: 0;
    color: #555;
    font-size: 12px;
    line-height: 1.35;
}

.home-about {
display: grid;
    gap: 40px;
    padding: clamp(58px, 6vw, 86px) 0 0;
}

.home-about__top {
display: grid;
    grid-template-columns: minmax(360px, .75fr) minmax(0, 1.25fr);
    gap: 28px;
    align-items: center;
}

.home-about h2 {
margin: 0 0 clamp(22px, 2.5vw, 34px);
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(26px, 2.4vw, 34px);
    line-height: 1.18;
    text-transform: uppercase;
}

.home-about__copy p {
color: #333;
    line-height: 1.72;
}

.home-about__facts {
display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 30px 0;
    font-size: 12px;
    font-weight: 800;
}

.home-about__facts span {
display: flex;
    align-items: center;
    gap: 10px;
    color: #1f1b16;
    line-height: 1.3;
}

.home-about__facts .lucide {
flex: 0 0 auto;
    width: 34px;
    height: 34px;
    color: #bd8430;
}

.home-about__facts em {
display: flex;
    flex-direction: column;
    justify-content: center;
    font-style: normal;
}

.home-about__facts strong {
color: #1f1b16;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.1;
}

.home-about__facts small {
margin-top: 3px;
    color: #555;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.25;
}

.home-about__media {
display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.home-about__main,
.home-about__media figure {
position: relative;
    margin: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, #e9edf0, #fff, #b8a27c);
    box-shadow: 0 18px 42px rgba(67, 48, 24, .08);
    overflow: hidden;
}

.home-about__main {
min-height: 420px;
    margin-bottom: 54px;
    overflow: visible;
}

.home-about__media figure {
min-height: 190px;
}

.home-about__main img,
.home-about__media img {
display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-about__main img {
border-radius: inherit;
    box-shadow: 0 18px 42px rgba(67, 48, 24, .08);
}

.home-about__cert-card {
position: absolute;
    right: clamp(18px, 5vw, 46px);
    bottom: 0;
    left: clamp(18px, 5vw, 46px);
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 22px clamp(18px, 3vw, 30px);
    border: 1px solid rgba(184, 137, 61, .16);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(55, 43, 29, .14);
    color: #1f1b16;
    transform: translateY(50%);
}

.home-about__cert-list {
display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.home-about__cert-item {
display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 0;
    color: #2d261f;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: .05em;
}

.home-about__cert-item .lucide {
flex: 0 0 auto;
    width: 28px;
    height: 28px;
    color: var(--gold);
    stroke-width: 1.9;
}

.home-about__cert-note {
color: #6f675e;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
    text-align: center;
}

.home-about__media figcaption {
position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 42px 14px 14px;
    background: linear-gradient(180deg, transparent, rgba(26, 20, 13, .72));
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .02em;
}

.home-why {
padding: clamp(58px, 6vw, 86px) 0 0;
    text-align: center;
}

.home-why > div {
display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    margin-top: clamp(36px, 3.5vw, 52px);
    border-radius: 8px;
    background: #fbf8f4;
}

.home-why article {
display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: 12px;
    align-items: center;
    padding: 18px 16px;
    border-right: 1px solid #ded5c8;
    text-align: left;
}

.home-why article i {
grid-row: span 2;
    margin: 0;
}

.home-why article:last-child {
border-right: 0;
}

.home-why p {
grid-column: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 6px 0 0;
    color: #555;
    font-size: 12px;
    line-height: 1.35;
}

.home-why strong {
grid-column: 2;
    color: #1f1b16;
    font-size: 18px;
    line-height: 1.2;
}

.home-cert {
display: grid;
    gap: clamp(38px, 4vw, 56px);
    padding: clamp(58px, 6vw, 86px) 0 0;
}

.home-cert__scroller {
display: flex;
    gap: 18px;
    overflow: hidden;
    padding-bottom: 4px;
}

.home-cert__scroller figure {
position: relative;
    flex: 0 0 clamp(170px, 18vw, 260px);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    margin: 0;
    padding: 14px;
    border: 1px solid #e7e0d6;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(67, 48, 24, .06);
    animation: home-cert-scroll 28s linear infinite;
}

.home-cert__scroller figure > .lucide {
position: absolute;
    top: 12px;
    left: 12px;
    width: 18px;
    height: 18px;
    color: #333;
}

.home-cert__scroller figure:hover > .lucide {
color: #c8a45d;
}

.home-cert__scroller:hover figure {
animation-play-state: paused;
}

.home-cert__scroller img {
display: block;
    width: 100%;
    height: 190px;
    object-fit: contain;
}

@media (prefers-reduced-motion: reduce) {
.home-cert__scroller {
overflow-x: auto;
}

.home-cert__scroller figure {
animation: none;
}
}

.home-market {
display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 28px;
    padding: clamp(58px, 6vw, 86px) 0 0;
}

.home-market article {
padding: 20px;
    border-radius: 8px;
    background: #fff;
    min-height: 320px;
}

.home-market h2 {
margin: 0 0 clamp(22px, 2.4vw, 34px);
    font-size: clamp(24px, 2.2vw, 30px);
    line-height: 1.2;
    text-transform: uppercase;
}

.home-map {
min-height: 230px;
    margin-top: 12px;
    background: #f7f2ea url('/uploads/home/market/flatcutlery-global-market-map.jpg') center / cover no-repeat;
    border-radius: 8px;
}

.home-partners {
display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin-top: 60px;
}

.home-partners figure {
display: grid;
    place-items: center;
    min-height: 74px;
    margin: 0;
    padding: 10px 12px;
    border: 1px solid #e6dfd4;
    border-radius: 6px;
    background: #fff;
}

.home-partners img {
display: block;
    width: 100%;
    max-width: 118px;
    max-height: 54px;
    object-fit: contain;
}

.home-testimonials {
padding: clamp(58px, 6vw, 86px) 0 0;
    text-align: center;
}

.home-news > div {
display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: clamp(38px, 4vw, 56px);
    text-align: left;
}

.home-testimonials__track {
display: flex;
    flex-wrap: nowrap;
    gap: 18px;
    margin-top: clamp(38px, 4vw, 56px);
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    text-align: left;
    cursor: grab;
}

.home-testimonials__track::-webkit-scrollbar {
display: none;
}

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

.home-testimonials article,
.home-news article {
padding: 20px;
    border: 1px solid #e6dfd4;
    border-radius: 8px;
    background: #fff;
}

.home-news article {
display: flex;
    flex-direction: column;
    height: 100%;
}

.home-testimonials article {
flex: 0 0 calc((100% - 36px) / 3);
    display: flex;
    flex-direction: column;
    min-height: 230px;
    border-color: rgba(200, 164, 93, .22);
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(67, 48, 24, .08);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    scroll-snap-align: start;
}

.home-testimonials article:hover {
transform: translateY(-4px);
    border-color: rgba(200, 164, 93, .42);
    box-shadow: 0 22px 56px rgba(67, 48, 24, .14);
}

.home-news article img {
display: block;
    width: 100%;
    height: 170px;
    margin-bottom: 20px;
    border-radius: 6px;
    object-fit: cover;
}

.home-news article > span {
display: block;
    margin-bottom: 10px;
    color: #8a8177;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.4;
}

.home-news article > strong {
display: block;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.45;
}

.home-news article > strong a {
color: var(--ink);
    transition: color .18s ease;
}

.home-news article > strong a:hover,
.home-news article > strong a:focus-visible {
color: var(--gold);
}

.home-news article > p {
display: -webkit-box;
overflow: hidden;
margin: 0 0 20px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.home-testimonials .review-top {
display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.home-testimonials .review-top .lucide {
width: 30px;
    height: 30px;
    color: rgba(200, 164, 93, .72);
}

.home-testimonials .review-stars {
color: #c8a45d;
    font-size: 16px;
    letter-spacing: .12em;
    line-height: 1;
}

.home-testimonials .review-body {
flex: 1;
}

.home-testimonials article p {
margin: 0;
    color: #333;
    font-size: 14px;
    line-height: 1.7;
}

.home-testimonials .review-author {
margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid #eee4d6;
}

.home-testimonials .review-author strong {
display: block;
    color: #1f1b16;
    font-size: 15px;
}

.home-testimonials small {
display: block;
    margin-top: 4px;
    color: #777;
    font-size: 12px;
}

.home-news {
padding: clamp(58px, 6vw, 86px) 0 32px;
    text-align: center;
}

.home-news > div {
grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-bottom-cta {
margin-top: 28px;
    background: linear-gradient(90deg, #a0722f, #D29D4D);
    color: #fff;
}

.home-bottom-cta .site-container {
position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 118px;
}

.home-bottom-cta .cta-left {
position: relative;
    z-index: 2;
    flex: 1 1 52%;
    min-width: 0;
}

.home-bottom-cta .cta-points,
.home-bottom-cta .cta-trust {
display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-top: 10px;
}

.home-bottom-cta .cta-points span {
font-size: 13px;
    font-weight: 800;
    color: rgba(255,255,255,.96);
}

.home-bottom-cta .cta-right {
position: relative;
    flex: 0 1 34%;
    min-width: 280px;
    max-width: 460px;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.home-bottom-cta .cta-right::before {
content: "";
    position: absolute;
    inset: 0 auto 0 0;
    z-index: 1;
    width: 34%;
    background: linear-gradient(90deg, #c48f3c, rgba(196, 143, 60, 0));
    pointer-events: none;
}

.home-bottom-cta .cta-right img {
display: block;
    width: 100%;
    height: 100%;
    min-height: 118px;
    object-fit: cover;
    filter: drop-shadow(0 18px 28px rgba(73, 47, 16, .26));
    transform: scale(1.05);
}

.home-bottom-cta h2,
.home-bottom-cta p {
margin: 0;
}

.home-bottom-cta .button {
position: relative;
    z-index: 2;
    flex: 0 0 auto;
    order: 2;
    border-color: #fff;
    background: #fff;
    color: #9a6621;
}

.home-bottom-cta .cta-btn {
color: #bd8430;
    box-shadow: 0 14px 32px rgba(73, 47, 16, .22);
    transition: transform .18s ease, box-shadow .18s ease;
}

.home-bottom-cta .cta-btn:hover {
transform: scale(1.05);
    box-shadow: 0 18px 44px rgba(73, 47, 16, .3);
}

.home-bottom-cta .cta-right {
order: 3;
}

@media (max-width: 900px) {
.home-bottom-cta {
padding: 20px 0;
}

.home-bottom-cta .cta-wrapper::before {
left: 50%;
        top: 46%;
}

.home-bottom-cta .cta-right {
display: none;
        width: 100%;
        max-width: none;
        min-width: 0;
}

.home-bottom-cta .cta-btn {
order: 2;
}

.home-stats,
    .home-hot-grid,
    .home-featured__grid,
    .home-process__row,
    .home-why > div,
    .home-news > div {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-testimonials article {
flex-basis: calc((100% - 18px) / 2);
}

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

.home-category-card:first-child {
grid-column: 1 / -1;
}

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

.home-partners {
grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-about__main {
min-height: 360px;
        margin-bottom: 66px;
}

.home-about__cert-card {
right: 18px;
        left: 18px;
}

.home-stats article,
    .home-why article {
border-right: 0;
}

.home-cert {
grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {
.home-ref-hero {
min-height: auto;
        background: linear-gradient(90deg, rgba(18, 14, 10, .58), rgba(18, 14, 10, .34)), var(--hero-image) center / cover no-repeat;
}

.home-ref-hero__inner {
min-height: auto;
        padding: 52px 0 58px;
}

.home-ref-hero__copy {
width: 100%;
        padding: 18px 16px;
        border-radius: 18px;
        background: rgba(18, 14, 10, .22);
        box-shadow: 0 18px 48px rgba(0, 0, 0, .14);
}

.home-ref-hero__copy h1 {
max-width: none;
        font-size: clamp(30px, 8.5vw, 36px);
        line-height: 1.12;
        letter-spacing: -.02em;
}

.home-ref-hero__copy p {
max-width: none;
        font-size: 15px;
}

.home-ref-hero__meta {
font-size: 13px;
        line-height: 1.4;
}

.home-stats {
grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        margin-top: 18px;
        padding: 0;
        border: 0;
        background: transparent;
        box-shadow: none;
}

.home-stats article {
flex-direction: column;
        justify-content: center;
        gap: 10px;
        min-height: 118px;
        padding: 16px 10px;
        border: 1px solid #eadfce;
        border-radius: 14px;
        background: #fff;
        text-align: center;
        box-shadow: 0 12px 30px rgba(67, 48, 24, .08);
}

.home-stat-icon {
width: 52px;
        height: 52px;
}

.home-stat-content {
align-items: center;
        text-align: center;
}

.home-stats article:last-child {
border-right: 1px solid #eadfce;
}

.home-stats strong {
font-size: 28px;
        line-height: 1;
}

.home-stats span {
display: block;
        margin: 4px 0 0;
        font-size: 11px;
}

.home-stats p {
margin-top: 4px;
        font-size: 12px;
        line-height: 1.35;
}

.home-category-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
}

.home-category-card {
padding: 12px;
        border-radius: 14px;
}

.home-category-card__image {
min-height: 130px;
        padding: 8px;
}

.home-category-card strong {
font-size: 15px;
}
}

@media (max-width: 560px) {
.home-ref-hero {
min-height: auto;
        background-position: center;
}

.home-ref-hero__inner {
min-height: auto;
        padding: 48px 0 56px;
}

.home-ref-hero__copy h1 {
font-size: clamp(30px, 8.5vw, 34px);
        line-height: 1.12;
}

.home-stats,
    .home-category-grid,
    .home-hot-grid,
    .home-featured__grid,
    .home-process__row,
    .home-why > div,
    .home-news > div,
    .home-partners,
    .home-about__facts,
    .home-about__media {
grid-template-columns: 1fr;
}

.home-news article img {
height: 210px;
}

.home-testimonials article {
flex-basis: 100%;
}

.home-about__facts {
gap: 10px;
}

.home-about__facts span {
justify-content: flex-start;
}

.home-why article {
border-right: 0;
        border-bottom: 1px solid #ded5c8;
}

.home-why article:last-child {
border-bottom: 0;
}

.home-process article {
min-height: auto;
        padding: 14px 8px;
}

.home-process article::before,
    .home-process article::after,
    .home-process b {
display: none;
}

.home-category-card:first-child {
grid-column: auto;
}

.home-about__main {
min-height: 280px;
        margin-bottom: 104px;
}

.home-about__cert-card {
gap: 11px;
        padding: 16px 14px;
        transform: translateY(58%);
}

.home-about__cert-list {
grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px 8px;
}

.home-about__cert-item {
font-size: 16px;
}

.home-about__cert-note {
font-size: 12px;
}

.home-about__media figure {
min-height: 180px;
}

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

.home-stats {
grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 18px;
}

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