/* ============================================================
   LEVAN — Premium Car Mats
   Темна преміальна стилістика з золотими акцентами (за логотипом)
   ============================================================ */

:root {
    --bg: #0c0c0e;
    --bg-soft: #141416;
    --bg-card: #1a1a1d;
    --gold: #d4af37;
    --gold-light: #f3dd8f;
    --gold-dark: #9a7b1e;
    --gold-grad: linear-gradient(135deg, #8a6d1f 0%, #d4af37 35%, #f6e7a9 50%, #d4af37 65%, #8a6d1f 100%);
    --text: #f4f1e8;
    --text-muted: #b9b3a4;
    --border: rgba(212, 175, 55, .25);
    --radius: 18px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    overflow-x: hidden;
    background: var(--bg);
    color: var(--text);
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

.lv-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ---------- Типографіка ---------- */
.lv-title {
    font-family: 'Unbounded', sans-serif;
    font-size: clamp(24px, 3.6vw, 38px);
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin: 0 0 14px;
}

.lv-title .gold,
.gold-text {
    background: var(--gold-grad);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.lv-subtitle {
    text-align: center;
    color: var(--text-muted);
    max-width: 720px;
    margin: 0 auto 46px;
    font-size: 17px;
}

.lv-divider {
    width: 90px;
    height: 2px;
    margin: 0 auto 26px;
    background: var(--gold-grad);
    border-radius: 2px;
}

section { padding: 72px 0; }

/* ---------- Кнопки ---------- */
.lv-btn {
    display: inline-block;
    background: var(--gold-grad);
    color: #1a1611 !important;
    font-family: 'Unbounded', sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: .03em;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border: none;
    border-radius: 60px;
    padding: 14px 40px;
    line-height: 1.35;
    cursor: pointer;
    box-shadow:
        0 5px 0 var(--gold-dark),
        0 14px 30px rgba(212, 175, 55, .35),
        inset 0 2px 1px rgba(255, 255, 255, .45),
        inset 0 -3px 6px rgba(122, 92, 18, .45);
    text-shadow: 0 1px 0 rgba(255, 255, 255, .35);
    transition: transform .15s, box-shadow .15s, filter .15s;
}

.lv-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.08);
    box-shadow:
        0 7px 0 var(--gold-dark),
        0 18px 38px rgba(212, 175, 55, .5),
        inset 0 2px 1px rgba(255, 255, 255, .45),
        inset 0 -3px 6px rgba(122, 92, 18, .45);
    color: #1a1611;
}

.lv-btn:active {
    transform: translateY(3px);
    box-shadow:
        0 2px 0 var(--gold-dark),
        0 6px 16px rgba(212, 175, 55, .35),
        inset 0 2px 1px rgba(255, 255, 255, .3),
        inset 0 -2px 4px rgba(122, 92, 18, .45);
}

/* другорядні кнопки — такі ж кнопки, трохи менші */
.lv-btn--outline {
    font-size: 13px;
    padding: 11px 28px;
}

/* ---------- HERO ---------- */
.lv-hero {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.lv-hero__bg {
    position: absolute;
    inset: 0;
    background: url('../images/hero.jpg') center 35% / cover no-repeat;
    filter: brightness(.42) saturate(1.05);
}

.lv-hero__bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(12,12,14,.55) 0%, rgba(12,12,14,.25) 45%, var(--bg) 100%);
}

.lv-hero__inner {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 18px 20px 70px;
}

.lv-hero__logo {
    width: 170px;
    height: auto;
    margin: 0 auto 22px;
    filter: drop-shadow(0 8px 34px rgba(0,0,0,.75));
}

.lv-hero h1 {
    font-family: 'Unbounded', sans-serif;
    font-size: clamp(20px, 3.4vw, 38px);
    font-weight: 700;
    line-height: 1.18;
    margin: 0 auto 18px;
    max-width: 860px;
}

.lv-hero__tagline,
.lv-hero__props {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px 22px;
    font-size: clamp(14px, 2vw, 16px);
    letter-spacing: .04em;
    padding: 0;
    list-style: none;
    max-width: 760px;
}

.lv-hero__tagline { color: var(--gold-light); margin: 0 auto 34px; }
.lv-hero__props { color: var(--text); margin: 22px auto 0; }

.lv-hero__tagline span,
.lv-hero__props li { display: flex; align-items: center; gap: 8px; white-space: nowrap; }

.lv-hero__tagline i,
.lv-hero__props i { color: var(--gold); font-size: 15px; }

.lv-price {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    width: fit-content;
    max-width: 100%;
    margin: 34px auto 14px;
    padding: 16px 22px 14px;
    text-align: center;
    background: rgba(20, 20, 22, .85);
    border: 2px solid var(--gold);
    border-radius: var(--radius);
    box-shadow: 0 0 0 6px rgba(212, 175, 55, .12), 0 14px 44px rgba(0, 0, 0, .55);
}

.lv-price__badge {
    position: absolute;
    top: -16px;
    right: -14px;
    transform: rotate(6deg);
    background: linear-gradient(135deg, #c62828, #ff3d3d);
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .06em;
    padding: 7px 15px;
    border-radius: 40px;
    box-shadow: 0 8px 22px rgba(198, 40, 40, .5);
    animation: lv-badge-pulse 1.6s ease-in-out infinite;
}

.lv-price__badge b { font-size: 15px; }

@keyframes lv-badge-pulse {
    0%, 100% { transform: rotate(6deg) scale(1); }
    50% { transform: rotate(6deg) scale(1.12); }
}

.lv-price__rows { display: flex; flex-direction: column; align-items: center; gap: 0; }

.lv-price__old { color: var(--text-muted); font-size: 13px; white-space: nowrap; }
.lv-price__old .val {
    position: relative;
    white-space: nowrap;
    color: #e57373;
    font-size: 14px;
    font-weight: 600;
    text-decoration: line-through;
    text-decoration-color: #ff5252;
    text-decoration-thickness: 2px;
}

.lv-price__new { font-size: 17px; display: flex; align-items: center; justify-content: center; gap: 4px 8px; flex-wrap: wrap; line-height: 1.25; margin-top: 2px; }
.lv-price__new .val {
    white-space: nowrap;
    font-family: 'Unbounded', sans-serif;
    font-size: clamp(24px, 4vw, 30px);
    font-weight: 800;
    background: var(--gold-grad);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: lv-price-glow 2s ease-in-out infinite;
}

@keyframes lv-price-glow {
    0%, 100% { filter: drop-shadow(0 0 4px rgba(212, 175, 55, .25)); }
    50% { filter: drop-shadow(0 0 16px rgba(212, 175, 55, .65)); }
}

/* ---------- Таймер ---------- */
.lv-timer { text-align: center; margin: 8px 0 26px; }
.lv-timer p { color: var(--text-muted); font-size: 14px; margin: 0 0 10px; text-transform: uppercase; letter-spacing: .1em; }
.lv-timer__items { display: flex; justify-content: center; gap: 10px; }
.lv-timer__item {
    background: rgba(20,20,22,.8);
    border: 1px solid var(--border);
    border-radius: 10px;
    min-width: 68px;
    padding: 7px 8px;
}
.lv-timer__item .count { font-size: 22px; font-weight: 800; color: var(--gold-light); line-height: 1.2; }
.lv-timer__item .count span { display: inline-block; }
.lv-timer__item .text { font-size: 10px; color: var(--text-muted); text-transform: uppercase; letter-spacing: .08em; }

/* ---------- Переваги (іконки зі старого сайту) ---------- */
.lv-benefits { padding: 56px 0 30px; }

.lv-benefits__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
    gap: 22px;
    max-width: 1000px;
    margin: 0 auto;
}

.lv-benefit {
    display: flex;
    flex-direction: column;
    gap: 14px;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 22px 24px;
    transition: border-color .25s;
}

.lv-benefit:hover { border-color: var(--gold); }

.lv-benefit__icon {
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    background: #f6f4ee;
    border: 2px solid var(--gold);
    box-shadow: 0 6px 18px rgba(212, 175, 55, .2);
}

.lv-benefit__icon img { width: 100%; height: 100%; object-fit: cover; }

.lv-benefit__head { display: flex; align-items: center; gap: 16px; }
.lv-benefit__head h3 { font-size: 17px; font-weight: 700; color: var(--gold-light); margin: 0; }
.lv-benefit p { width: 100%; font-size: 14px; color: var(--text-muted); margin: 0; }

@media (max-width: 920px) {
    .lv-benefits__list { grid-template-columns: 1fr; }
}

/* ---------- Чому Levan ---------- */
.lv-why { background: var(--bg-soft); }

.lv-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 22px;
}

/* На ПК слайдер вимкнений — сітка з центруванням неповного нижнього ряду */
.lv-cards:not(.slick-initialized) {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 18px;
}
.lv-cards:not(.slick-initialized) .lv-slide {
    padding-right: 0;
    flex: 0 1 calc((100% - 54px) / 4);
    max-width: calc((100% - 54px) / 4);
    min-width: 200px;
    display: flex;
}
.lv-cards:not(.slick-initialized) .lv-card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 26px 14px 22px;
}
.lv-cards:not(.slick-initialized) .lv-card:hover {
    transform: translateY(-6px);
}
.lv-cards:not(.slick-initialized) .lv-card p {
    flex: 1;
}

.lv-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 34px 16px;
    text-align: center;
    transition: transform .25s, border-color .25s;
    box-sizing: border-box;
}

.lv-card:hover { transform: translateY(-6px); border-color: var(--gold); }

.lv-card__icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(212, 175, 55, .12);
    border: 1px solid var(--border);
    color: var(--gold);
    font-size: 20px;
    flex-shrink: 0;
}

.lv-card h3 {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 8px;
    color: var(--gold-light);
    line-height: 1.3;
}
.lv-card p {
    color: var(--text-muted);
    font-size: 12.5px;
    line-height: 1.45;
    margin: 0;
}

@media (max-width: 1100px) {
    .lv-cards:not(.slick-initialized) .lv-slide {
        flex-basis: calc((100% - 36px) / 3);
        max-width: calc((100% - 36px) / 3);
    }
}

@media (max-width: 860px) {
    .lv-cards:not(.slick-initialized) .lv-slide {
        flex-basis: calc((100% - 18px) / 2);
        max-width: calc((100% - 18px) / 2);
    }
}

/* ---------- Галерея (слайдер) ---------- */
.lv-gallery__slider .slide { padding: 0 10px; }
.lv-gallery__slider img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: var(--radius);
    border: 1px solid var(--border);
}

.lv-gallery__note {
    text-align: center;
    color: var(--text-muted);
    margin: 26px auto 0;
    max-width: 620px;
    font-style: italic;
}

/* slick arrows/dots на темному */
.lv-gallery__slider .slick-prev,
.lv-gallery__slider .slick-next {
    z-index: 5;
    width: 46px;
    height: 46px;
}
.lv-gallery__slider .slick-prev { left: -8px; }
.lv-gallery__slider .slick-next { right: -8px; }
.lv-gallery__slider .slick-prev:before,
.lv-gallery__slider .slick-next:before {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 34px;
    color: var(--gold);
    opacity: .85;
}
.lv-gallery__slider .slick-prev:before { content: '\f104'; }
.lv-gallery__slider .slick-next:before { content: '\f105'; }
.lv-gallery__slider .slick-dots li { margin: 0; width: 14px; }
.lv-gallery__slider .slick-dots li button:before { color: var(--gold); font-size: 9px; }
.lv-gallery__slider .slick-dots li.slick-active button:before { color: var(--gold-light); }

/* ---------- Спільні стилі peek-слайдерів (булети, край наступного слайду) ---------- */
.lv-peek-slider.slick-initialized { display: block; margin-bottom: 34px; }
.lv-peek-slider .slick-list { padding-right: 26px; }
.lv-peek-slider .slick-track { display: flex; }
.lv-peek-slider .slick-slide { height: auto; }
.lv-peek-slider .slick-slide > div { height: 100%; }
.lv-peek-slider.slick-initialized .lv-slide { padding-right: 14px; box-sizing: border-box; }

/* всередині слайдера slick-list обрізає overflow — зсув вгору на ховері прибираємо */
.lv-peek-slider .lv-card:hover { transform: none; }

.lv-peek-slider .slick-dots { bottom: -34px; }
.lv-peek-slider .slick-dots li { margin: 0; width: 14px; }
.lv-peek-slider .slick-dots li button:before { color: var(--gold); font-size: 9px; }
.lv-peek-slider .slick-dots li.slick-active button:before { color: var(--gold-light); }

/* ---------- Наші моделі (слайдер карток) ---------- */
.lv-models { background: var(--bg-soft); }

/* видно край наступного слайду праворуч */
.lv-models__slider .slick-list { padding-right: 26px; }
.lv-models__item { padding-right: 14px; box-sizing: border-box; height: 100%; }
.lv-models__slider .slick-track { display: flex; }
.lv-models__slider .slick-slide { height: auto; }
.lv-models__slider .slick-slide > div { height: 100%; }

.lv-models__slider .slick-dots { bottom: -34px; }
.lv-models__slider .slick-dots li { margin: 0; width: 14px; }
.lv-models__slider .slick-dots li button:before { color: var(--gold); font-size: 9px; }
.lv-models__slider .slick-dots li.slick-active button:before { color: var(--gold-light); }

.lv-model {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
    align-items: center;
    height: 100%;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 22px;
    box-shadow: 0 14px 40px rgba(0,0,0,.35);
}

.lv-model__img img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid var(--border);
}

.lv-model__badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #141414;
    background: var(--gold-grad);
    border: none;
    border-radius: 40px;
    padding: 6px 16px;
    margin-bottom: 12px;
    box-shadow: 0 6px 20px rgba(212, 175, 55, .35);
}

.lv-model h3 {
    font-family: 'Unbounded', sans-serif;
    font-size: 19px;
    margin: 0 0 10px;
}

.lv-model p { color: var(--text-muted); font-size: 14px; margin: 0 0 14px; }

.lv-model ul { list-style: none; margin: 0 0 18px; padding: 0; font-size: 14px; }
.lv-model ul li { padding: 2px 0; display: flex; gap: 9px; align-items: baseline; }
.lv-model ul li i { color: var(--gold); font-size: 13px; }

/* ---------- Варіанти дизайнів (слайдер карток) ---------- */
.lv-designs__slider.slick-initialized { display: block; margin-bottom: 34px; }

/* На ПК peek не потрібен — видно 4 картки одразу */
.lv-designs__slider.lv-peek-slider .slick-list { padding-right: 0; }
.lv-designs__slider.lv-peek-slider .lv-slide { padding-right: 12px; }
@media (max-width: 600px) {
    .lv-designs__slider.lv-peek-slider .slick-list { padding-right: 26px; }
}

.lv-design {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    text-align: center;
    height: 100%;
    transition: border-color .25s;
}

.lv-design:hover { border-color: var(--gold); }

.lv-design__img { position: relative; overflow: hidden; }

.lv-design__img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform .4s;
}

.lv-design:hover .lv-design__img img { transform: scale(1.05); }

.lv-design__body { padding: 16px 12px 18px; }
.lv-design__body h3 {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--gold-light);
    margin: 0 0 12px;
}
.lv-design__body .lv-btn { font-size: 12px; padding: 9px 20px; }

.lv-designs__note {
    text-align: center;
    color: var(--gold-light);
    font-size: 15px;
    margin: 34px auto 0;
    max-width: 640px;
    padding: 14px 22px;
    background: rgba(212, 175, 55, .08);
    border: 1px solid var(--border);
    border-radius: 12px;
}

.lv-designs__note i { color: var(--gold); margin-right: 8px; }

.lv-designs__hint {
    text-align: center;
    color: var(--text-muted);
    font-size: 14px;
    margin-top: 16px;
}

/* ---------- Індивідуалізація ---------- */
.lv-custom { background: var(--bg-soft); }

.lv-custom__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.lv-custom__item {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--border);
    min-height: 380px;
    display: flex;
    align-items: flex-end;
}

.lv-custom__item img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s;
}

.lv-custom__item:hover img { transform: scale(1.05); }

.lv-custom__overlay {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 26px 22px;
    background: linear-gradient(180deg, transparent 0%, rgba(10,10,12,.92) 55%);
}

.lv-custom__overlay h3 { font-size: 20px; color: var(--gold-light); margin: 40px 0 8px; }
.lv-custom__overlay p { font-size: 14px; color: var(--text-muted); margin: 0; }

/* ---------- Історія бренду ---------- */
.lv-story__box {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 46px clamp(22px, 5vw, 60px);
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
}

.lv-story__box p { color: var(--text-muted); margin: 0 0 18px; }
.lv-story__box p:last-child { margin-bottom: 0; }

/* ---------- Замовлення ---------- */
.lv-order { background: var(--bg-soft); }

.lv-order__box {
    max-width: 560px;
    margin: 0 auto;
    background: var(--bg-card);
    border: 1px solid var(--gold-dark);
    border-radius: var(--radius);
    padding: 42px 34px;
    box-shadow: 0 24px 70px rgba(0,0,0,.55);
}

.lv-field {
    width: 100%;
    background: #101012;
    border: 1px solid var(--border);
    border-radius: 12px;
    color: var(--text);
    font-family: inherit;
    font-size: 16px;
    padding: 16px 18px;
    margin-bottom: 16px;
    outline: none;
    transition: border-color .2s;
}

.lv-field::placeholder { color: #7a7565; }
.lv-field:focus { border-color: var(--gold); }

.lv-order__box .lv-btn { width: 100%; }

.lv-order__box .lv-price { margin: 0 auto 22px; }

.lv-order__policy {
    display: block;
    text-align: center;
    font-size: 12px;
    color: var(--text-muted);
    margin-top: 16px;
}

.lv-order__policy a { color: var(--gold); }

/* ---------- Месенджери ---------- */
.messenger-buttons {
    display: flex;
    gap: 18px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 22px;
}

.messenger-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .4);
    transition: transform .25s;
}

.messenger-btn:hover { transform: translateY(-3px); }
.messenger-btn i { font-size: 30px; color: #fff; }
.viber { background-color: #7360F2; }
.telegram { background-color: #0088cc; }
.whatsapp { background-color: #25D366; }

/* ---------- Футер ---------- */
.lv-footer {
    border-top: 1px solid var(--border);
    padding: 44px 0 36px;
    text-align: center;
    color: var(--text-muted);
    font-size: 15px;
}

.lv-footer img { width: 100px; margin: 0 auto 18px; }
.lv-footer a { color: var(--gold); text-decoration: none; }
.lv-footer a:hover { text-decoration: underline; }

/* ---------- Модалка (bootstrap override) ---------- */
#orderModal .modal-content {
    background: var(--bg-card);
    color: var(--text);
    border: 1px solid var(--gold-dark);
    border-radius: var(--radius);
}

#orderModal .modal-header { border-bottom: 1px solid var(--border); }
#orderModal .modal-title { color: var(--gold-light); font-weight: 700; }
#orderModal .btn-close { filter: invert(1) brightness(1.6); }

#orderModal .form-control {
    background: #101012;
    border: 1px solid var(--border);
    color: var(--text);
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 1em;
    font-family: inherit;
}

#orderModal .form-control::placeholder { color: #7a7565; }
#orderModal .form-control:focus { border-color: var(--gold); box-shadow: none; }

/* ---------- Ромбічний патерн "прострочка килимка" ----------
   Ледь помітна сітка ромбів із м'яким затемненням.
   Розмір ромба міняється через --quilt-size. */
.lv-why,
.lv-models,
.lv-custom,
.lv-order {
    --quilt-size: 56px;
    background-color: var(--bg-soft);
    background-image:
        linear-gradient(45deg, rgba(0, 0, 0, .16) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, .16) 75%),
        linear-gradient(45deg, rgba(0, 0, 0, .16) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, .16) 75%),
        repeating-linear-gradient(45deg, rgba(212, 175, 55, .05) 0, rgba(212, 175, 55, .05) 1px, transparent 1px, transparent 28px),
        repeating-linear-gradient(-45deg, rgba(212, 175, 55, .05) 0, rgba(212, 175, 55, .05) 1px, transparent 1px, transparent 28px);
    background-size: var(--quilt-size) var(--quilt-size), var(--quilt-size) var(--quilt-size), auto, auto;
    background-position: 0 0, calc(var(--quilt-size) / 2) calc(var(--quilt-size) / 2), 0 0, 0 0;
}

#orderModal .modal-content,
.lv-order__box,
.lv-story__box {
    --quilt-size: 48px;
    background-color: var(--bg-card);
    background-image:
        linear-gradient(45deg, rgba(0, 0, 0, .14) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, .14) 75%),
        linear-gradient(45deg, rgba(0, 0, 0, .14) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, .14) 75%),
        repeating-linear-gradient(45deg, rgba(212, 175, 55, .045) 0, rgba(212, 175, 55, .045) 1px, transparent 1px, transparent 24px),
        repeating-linear-gradient(-45deg, rgba(212, 175, 55, .045) 0, rgba(212, 175, 55, .045) 1px, transparent 1px, transparent 24px);
    background-size: var(--quilt-size) var(--quilt-size), var(--quilt-size) var(--quilt-size), auto, auto;
    background-position: 0 0, calc(var(--quilt-size) / 2) calc(var(--quilt-size) / 2), 0 0, 0 0;
}

/* ---------- Адаптив ---------- */
@media (max-width: 860px) {
    section { padding: 54px 0; }

    .lv-model { grid-template-columns: 1fr; gap: 16px; padding: 16px; }
    .lv-model__img img { height: 200px; }

    .lv-gallery__slider img { height: 300px; }
}

@media (max-width: 520px) {
    body { font-size: 16px; }
    .lv-hero__logo { width: 116px; }
    .lv-timer__item { min-width: 62px; }
    .lv-timer__item .count { font-size: 20px; }
    .lv-gallery__slider img { height: 240px; }
    .lv-order__box { padding: 32px 20px; }
    .lv-btn { padding: 12px 26px; font-size: 13px; }
}
