@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap");

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Regular.5e077c15f6e1.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-SemiBold.cc10461cb5e0.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-ExtraBold.9e07cac927a9.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-body: "Manrope", "Montserrat", sans-serif;
    --font-display: "Montserrat", "Manrope", sans-serif;
    --bg: #f3eee6;
    --bg-soft: #e6ddd0;
    --surface: rgba(255, 255, 255, 0.88);
    --surface-strong: #ffffff;
    --surface-dark: #111a22;
    --surface-dark-2: #1b2731;
    --text: #18212b;
    --text-soft: #5f6d78;
    --line: rgba(24, 33, 43, 0.08);
    --line-strong: rgba(24, 33, 43, 0.16);
    --accent: #c8754d;
    --accent-strong: #a95f3c;
    --accent-soft: rgba(200, 117, 77, 0.12);
    --accent-alt: #dfb08e;
    --accent-warm: #e09a67;
    --success: #2b6f61;
    --danger: #9d5a60;
    --shadow: 0 20px 46px rgba(17, 26, 33, 0.08);
    --shadow-soft: 0 12px 26px rgba(17, 26, 33, 0.06);
    --button-shadow: 0 12px 24px rgba(17, 26, 33, 0.08);
    --button-shadow-accent: 0 14px 28px rgba(90, 136, 151, 0.22);
    --radius-xl: 0;
    --radius-lg: 0;
    --radius-md: 0;
    --radius-sm: 0;
    --content-width: min(1180px, calc(100vw - 32px));
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: var(--font-body);
    font-weight: 400;
    color: var(--text);
    background:
        radial-gradient(circle at 14% 10%, rgba(200, 117, 77, 0.08), transparent 22%),
        radial-gradient(circle at 90% 0%, rgba(24, 33, 43, 0.05), transparent 20%),
        linear-gradient(180deg, #f3eee6 0%, #f7f1e8 46%, #efe8dd 100%);
    min-height: 100vh;
    line-height: 1.55;
}

body.drawer-open,
body.lightbox-open {
    overflow: hidden;
}

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

button,
input,
select,
textarea,
a,
span,
img,
svg,
div,
section,
article,
header,
footer,
nav,
aside {
    border-radius: 0 !important;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font: inherit;
}

button {
    cursor: pointer;
}

main {
    display: block;
}

.skip-link {
    position: absolute;
    left: 16px;
    top: -48px;
    padding: 10px 16px;
    border-radius: 999px;
    background: var(--surface-dark);
    color: #fff;
    z-index: 1000;
    transition: top 0.2s ease;
}

.skip-link:focus {
    top: 16px;
}

.site-main {
    padding: 28px 0 168px;
}

.page-shell {
    width: var(--content-width);
    margin: 0 auto 24px;
    padding: 28px;
    border: 1px solid rgba(24, 33, 43, 0.08);
    border-radius: var(--radius-xl);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 248, 250, 0.9));
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(16px);
    position: relative;
    overflow: hidden;
}

.page-shell--soft {
    background: linear-gradient(180deg, rgba(242, 247, 249, 0.95), rgba(255, 255, 255, 0.86));
}

.page-shell--hero {
    position: relative;
    overflow: hidden;
    border-color: rgba(200, 117, 77, 0.2);
    background:
        radial-gradient(circle at 15% 15%, rgba(200, 117, 77, 0.14), transparent 22%),
        radial-gradient(circle at 78% 8%, rgba(255, 255, 255, 0.04), transparent 18%),
        linear-gradient(180deg, rgba(12, 19, 25, 0.98), rgba(16, 24, 31, 0.96));
    color: rgba(245, 247, 248, 0.94);
}

.page-shell--hero .page-subtitle {
    color: rgba(236, 240, 243, 0.72);
}

.page-shell--hero .order-card {
    background: linear-gradient(180deg, rgba(251, 252, 252, 0.98), rgba(240, 244, 246, 0.96));
    color: var(--text);
}

.page-shell--hero .order-card h3 {
    color: var(--text);
}

.page-shell--hero .order-card p {
    color: var(--text-soft);
}

.page-shell--hero .order-card .btn-link {
    color: var(--accent-strong);
}

.page-shell--hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(200, 117, 77, 0.1), transparent 24%),
        radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.04), transparent 22%);
    pointer-events: none;
}

.section-stack > * + * {
    margin-top: 18px;
}

.page-header {
    display: grid;
    gap: 10px;
    margin-bottom: 20px;
}

.page-title {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(2rem, 5vw, 3.75rem);
    line-height: 0.95;
    letter-spacing: -0.035em;
    font-weight: 600;
}

.page-title.is-left {
    font-size: clamp(1.8rem, 4vw, 3rem);
}

.page-subtitle {
    margin: 0;
    max-width: 720px;
    color: var(--text-soft);
    font-size: clamp(1rem, 2vw, 1.08rem);
    line-height: 1.62;
}

.page-subtitle.is-left {
    max-width: 680px;
}

.hero-badge,
.meta-chip,
.search-hit-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 9px 14px;
    border-radius: 999px;
    border: 1px solid rgba(90, 136, 151, 0.16);
    background: var(--accent-soft);
    color: var(--accent-strong);
    font-size: 0.83rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.text-muted {
    color: var(--text-soft);
}

.btn-main,
.btn-ghost,
.btn-link,
.btn-call,
.header-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 52px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 0;
    transition:
        transform 0.18s ease,
        background-color 0.18s ease,
        border-color 0.18s ease,
        color 0.18s ease,
        box-shadow 0.18s ease;
    font-weight: 600;
    line-height: 1.15;
    text-align: center;
    vertical-align: middle;
    appearance: none;
    -webkit-appearance: none;
}

.btn-main {
    background: linear-gradient(180deg, #e19167 0%, #c97047 100%);
    border-color: rgba(200, 117, 77, 0.28);
    color: #fff;
    box-shadow: 0 14px 24px rgba(200, 117, 77, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.btn-main:hover,
.btn-main:focus-visible {
    transform: translateY(-2px);
    background: linear-gradient(180deg, #e69972 0%, #bd6a42 100%);
    box-shadow: 0 18px 30px rgba(200, 117, 77, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.btn-ghost,
.header-chip,
.btn-call {
    border-color: rgba(24, 33, 43, 0.14);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(242, 237, 229, 0.96));
    color: var(--text);
    box-shadow: 0 12px 24px rgba(17, 26, 33, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.btn-ghost:hover,
.btn-call:hover,
.header-chip:hover,
.btn-ghost:focus-visible,
.btn-call:focus-visible,
.header-chip:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(90, 136, 151, 0.3);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(239, 245, 247, 0.99));
    box-shadow: 0 16px 28px rgba(24, 33, 43, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.btn-link {
    min-height: auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--accent-strong);
    justify-content: flex-start;
}

.btn-link:hover,
.btn-link:focus-visible {
    color: var(--accent);
}

.btn-link.is-danger {
    color: var(--danger);
}

.header-chip.is-current {
    background: var(--surface-dark);
    border-color: var(--surface-dark);
    color: #fff;
    box-shadow: 0 10px 22px rgba(24, 33, 43, 0.18);
}

.page-actions,
.form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.contact-hero-actions {
    margin-top: 10px;
}

.page-actions > *,
.form-actions > * {
    margin: 0;
}

.page-actions .btn-link,
.form-actions .btn-link {
    min-height: 52px;
    padding: 0 20px;
    border: 1px solid rgba(24, 36, 47, 0.12);
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(242, 247, 249, 0.94));
    color: var(--accent-strong);
    justify-content: center;
    box-shadow: var(--button-shadow);
}

.page-actions .btn-link:hover,
.page-actions .btn-link:focus-visible,
.form-actions .btn-link:hover,
.form-actions .btn-link:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(90, 136, 151, 0.22);
    color: var(--accent);
}

.split-grid,
.u-grid-fluid,
.grid-cards,
.kpi-grid,
.profile-grid {
    display: grid;
    gap: 18px;
}

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

.grid-cards,
.kpi-grid,
.u-grid-fluid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card,
.order-card,
.article-card,
.profile-card,
.home-step,
.home-service,
.home-proof,
.service-card {
    padding: 22px;
    border: 1px solid rgba(24, 33, 43, 0.08);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: var(--shadow-soft);
    height: 100%;
}

.feature-card h3,
.order-card h3,
.article-card h3,
.profile-card h3,
.home-step h3,
.home-service h3,
.service-card h3 {
    margin: 0 0 12px;
    font-size: 1.05rem;
    line-height: 1.25;
}

.feature-card p,
.order-card p,
.article-card p,
.profile-card p,
.home-step p,
.home-service p,
.service-card p {
    margin: 0;
    color: var(--text-soft);
}

.quick-info,
.notice-strip,
.floating-toast {
    padding: 18px 20px;
    border-radius: var(--radius-md);
    border: 1px solid rgba(24, 33, 43, 0.08);
    background: rgba(240, 246, 248, 0.88);
}

.quick-info p + p,
.notice-strip p + p {
    margin-top: 8px;
}

.status-error,
.flash-error {
    border-color: rgba(169, 68, 44, 0.28);
    background: rgba(250, 233, 226, 0.94);
}

.status-success,
.flash-success {
    border-color: rgba(31, 122, 87, 0.24);
    background: rgba(232, 247, 239, 0.95);
}

.flash-info,
.flash-warning {
    border-color: rgba(90, 136, 151, 0.18);
    background: rgba(238, 245, 247, 0.96);
}

.flash-list {
    width: var(--content-width);
    margin: 0 auto 18px;
    display: grid;
    gap: 10px;
}

.flash-item {
    padding: 14px 18px;
    border-radius: var(--radius-md);
    border: 1px solid transparent;
    box-shadow: var(--shadow-soft);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.flash-item.is-hidden {
    opacity: 0;
    transform: translateY(-8px);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 60;
    backdrop-filter: blur(18px);
    background: rgba(12, 19, 25, 0.96);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.site-header__bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: linear-gradient(180deg, #0f171d 0%, #111922 100%);
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.8rem;
}

.site-header__bar-inner,
.site-header__inner,
.footer-shell {
    width: var(--content-width);
    margin: 0 auto;
}

.site-header__bar-inner {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 38px;
    white-space: nowrap;
    overflow: hidden;
}

.site-header__bar-inner span {
    overflow: hidden;
    text-overflow: ellipsis;
}

.site-header__bar-inner a {
    color: #fff;
    font-weight: 700;
}

.site-header__inner {
    display: grid;
    grid-template-columns: minmax(0, auto) 1fr auto auto;
    align-items: center;
    gap: 16px;
    min-height: 76px;
    padding: 10px 0;
}

.site-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.site-logo__mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    background: transparent;
    box-shadow: none;
}

.site-logo__mark img {
    width: 54px;
    height: 54px;
}

.site-logo__text {
    min-width: 0;
    display: grid;
    gap: 3px;
}

.site-logo__title {
    font-family: var(--font-display);
    font-size: clamp(1.2rem, 2vw, 1.65rem);
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: #fff;
}

.site-logo__subtitle {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.66rem;
    font-weight: 400;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.site-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 14px;
    justify-self: center;
}

.site-nav a {
    position: relative;
    font-family: var(--font-display);
    color: rgba(255, 255, 255, 0.74);
    font-weight: 500;
    font-size: 0.94rem;
}

.site-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 2px;
    border-radius: 999px;
    background: transparent;
    transition: background-color 0.18s ease;
}

.site-nav a:hover,
.site-nav a.is-current {
    color: #fff;
}

.site-nav a:hover::after,
.site-nav a.is-current::after {
    background: linear-gradient(90deg, var(--accent) 0%, var(--accent-alt) 100%);
}

.site-header__actions {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-self: end;
}

.site-header__actions .btn-main,
.site-header__actions .btn-ghost,
.site-header__actions .btn-call,
.site-header__actions .header-chip {
    min-height: 48px;
    padding: 0 18px;
    border-radius: 0;
    font-size: 0.96rem;
}

.site-header__actions .btn-ghost,
.site-header__actions .btn-call,
.site-header__actions .header-chip {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.9);
}

.site-drawer-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 54px;
    height: 54px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.9);
    position: relative;
}

.site-drawer-toggle__line {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.site-drawer-toggle__label {
    position: absolute;
    inset: auto auto -9999px -9999px;
}

.site-drawer-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(24, 36, 47, 0.42);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 75;
}

.site-drawer-backdrop.is-open {
    opacity: 1;
    pointer-events: auto;
}

.site-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: min(420px, 92vw);
    height: 100vh;
    padding: 22px;
    background: linear-gradient(180deg, rgba(22, 29, 36, 0.98), rgba(14, 20, 26, 0.98));
    color: rgba(255, 255, 255, 0.92);
    transform: translateX(105%);
    transition: transform 0.22s ease;
    z-index: 80;
    overflow-y: auto;
}

.site-drawer.is-open {
    transform: translateX(0);
}

.site-drawer__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 22px;
}

.site-logo--drawer .site-logo__subtitle {
    color: rgba(255, 255, 255, 0.7);
}

.site-drawer__close {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    font-size: 1.5rem;
}

.site-drawer__body {
    display: grid;
    gap: 18px;
}

.site-drawer-search__label {
    display: block;
    margin-bottom: 8px;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.76);
}

.site-drawer-search__field {
    display: flex;
    gap: 10px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
}

.site-drawer-search__field input,
.site-drawer-search__field button {
    border: 0;
    border-radius: 12px;
}

.site-drawer-search__field input {
    width: 100%;
    padding: 12px 14px;
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
}

.site-drawer-search__field input::placeholder {
    color: rgba(255, 255, 255, 0.52);
}

.site-drawer-search__field button {
    padding: 0 16px;
    background: linear-gradient(135deg, #de8d62, var(--accent));
    color: #fff;
    font-weight: 600;
}

.site-drawer__links {
    display: grid;
    gap: 10px;
}

.site-drawer__links a,
.site-drawer__card,
.site-drawer__info {
    padding: 16px 18px;
    border-radius: var(--radius-md);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.site-drawer__links a {
    font-weight: 600;
}

.site-drawer__card {
    display: grid;
    gap: 10px;
}

.site-drawer__card-title {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.site-drawer__info p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
}

.site-drawer__info p + p {
    margin-top: 8px;
}

.home-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.08fr) minmax(320px, 0.84fr);
    gap: 24px;
    align-items: start;
}

.home-hero__copy,
.home-hero__card {
    position: relative;
    z-index: 1;
}

.home-hero__copy {
    display: grid;
    gap: 16px;
    padding: 4px 0 0;
}

.home-hero .page-title {
    max-width: 9.5ch;
    font-size: clamp(2.55rem, 5.2vw, 4.3rem);
    color: #fff;
    font-weight: 600;
}

.home-hero .page-subtitle {
    max-width: 60ch;
    color: rgba(245, 247, 248, 0.72);
}

.home-hero .page-actions .btn-main {
    background: linear-gradient(180deg, #e0956d 0%, #c9744c 100%);
    border-color: rgba(215, 135, 93, 0.45);
    box-shadow: 0 18px 30px rgba(200, 117, 77, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.home-hero .page-actions .btn-ghost,
.home-hero .page-actions .btn-call {
    border-color: rgba(200, 117, 77, 0.36);
    background: linear-gradient(180deg, rgba(15, 23, 29, 0.94), rgba(23, 32, 41, 0.94));
    color: rgba(255, 255, 255, 0.96);
    box-shadow: 0 16px 28px rgba(6, 10, 14, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.home-hero__card {
    position: relative;
    align-self: start;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 26px;
    background:
        linear-gradient(180deg, rgba(20, 28, 36, 0.98), rgba(31, 42, 53, 0.96)),
        url("../img/photo-index.16dd4de1f72c.jpg") center/cover;
    color: rgba(255, 255, 255, 0.92);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.home-hero__card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(90, 136, 151, 0.24), transparent 28%),
        radial-gradient(circle at bottom left, rgba(208, 139, 95, 0.14), transparent 24%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 38%);
    pointer-events: none;
}

.home-hero__card h3 {
    margin: 0 0 12px;
    font-size: 1.34rem;
    line-height: 1.24;
}

.home-hero__visual {
    position: relative;
    align-self: stretch;
    min-height: 100%;
    border-radius: 26px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow);
    background: #0f171d;
}

.home-hero__visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(8, 13, 17, 0.18), rgba(8, 13, 17, 0.02)),
        radial-gradient(circle at 85% 15%, rgba(200, 117, 77, 0.14), transparent 18%);
    z-index: 1;
    pointer-events: none;
}

.home-hero__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.92) contrast(1.02);
}

.home-hero .hero-badge {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.84);
}

.home-hero__eyebrow {
    margin: 0;
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-hero__card p,
.home-hero__card li {
    color: rgba(255, 255, 255, 0.76);
}

.hero-search-inline {
    margin: 0;
}

.hero-search-inline__field {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    align-items: stretch;
    padding: 10px;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.18);
}

.hero-search-inline__field input,
.hero-search-inline__field button {
    border-radius: 12px;
    border: 0;
}

.hero-search-inline__field input {
    min-width: 0;
    padding: 16px 18px;
    background: rgba(255, 255, 255, 0.92);
}

.hero-search-inline__field button {
    min-width: 140px;
    padding: 0 22px;
    background: linear-gradient(135deg, #d68a5e, var(--accent));
    color: #fff;
    font-weight: 700;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.home-proof-grid,
.service-grid,
.process-grid,
.coverage-grid,
.hero-kpi-grid,
.home-scenario-grid,
.quick-start-grid {
    display: grid;
    gap: 16px;
}

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

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

.service-grid,
.process-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.coverage-grid .service-card {
    min-height: 160px;
}

.hero-kpi,
.home-scenario {
    padding: 20px;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.16);
    color: rgba(245, 247, 248, 0.94);
}

.hero-kpi {
    position: relative;
    overflow: hidden;
}

.hero-kpi::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--accent) 0%, var(--accent-warm) 100%);
    opacity: 0.8;
}

.hero-kpi strong {
    display: block;
    margin-bottom: 8px;
    font-size: 1rem;
}

.hero-kpi p,
.home-scenario p {
    margin: 0;
    color: rgba(245, 247, 248, 0.72);
}

.home-scenario {
    display: grid;
    gap: 14px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.home-scenario::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(200, 117, 77, 0.08), transparent 24%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 40%);
    pointer-events: none;
}

.home-scenario > * {
    position: relative;
    z-index: 1;
}

.home-contact-card {
    display: grid;
    gap: 16px;
}

.home-contact-form {
    display: grid;
    gap: 4px;
}

.home-scenario h3 {
    margin: 0;
    font-size: 1.16rem;
    line-height: 1.3;
}

.home-scenario-grid > .home-scenario:first-child {
    grid-column: 1 / -1;
    border-color: rgba(200, 117, 77, 0.24);
    background:
        radial-gradient(circle at top right, rgba(200, 117, 77, 0.08), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 239, 228, 0.96));
    color: var(--text);
}

.home-scenario-grid > .home-scenario:first-child h3 {
    font-size: 1.28rem;
}

.topic-pill-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.topic-pill {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.78);
    font-weight: 600;
    transition:
        transform 0.18s ease,
        border-color 0.18s ease,
        background-color 0.18s ease,
        color 0.18s ease;
}

.topic-pill:hover,
.topic-pill:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(200, 117, 77, 0.3);
    background: rgba(200, 117, 77, 0.14);
    color: #fff;
}

.quick-start-grid {
    gap: 12px;
}

.quick-start-card {
    padding: 16px 18px;
    border-radius: var(--radius-md);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    transition:
        transform 0.18s ease,
        background-color 0.18s ease,
        border-color 0.18s ease;
    position: relative;
    overflow: hidden;
}

.quick-start-card:hover,
.quick-start-card:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.1);
}

.quick-start-card::before {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    top: 12px;
    height: 1px;
    background: linear-gradient(90deg, var(--accent) 0%, var(--accent-warm) 100%);
    opacity: 0.8;
}

.quick-start-card strong,
.quick-start-card span {
    display: block;
}

.quick-start-card strong {
    margin-bottom: 6px;
    color: #fff;
    font-size: 1rem;
}

.quick-start-card span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.92rem;
    line-height: 1.45;
}

.quick-info--contrast {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.08);
}

.quick-info--contrast p,
.quick-info--contrast a {
    color: rgba(255, 255, 255, 0.92);
}

.home-proof strong,
.home-service strong,
.service-card strong {
    display: block;
    margin-bottom: 8px;
    font-size: 1rem;
}

.home-service,
.home-step,
.service-card {
    display: grid;
    gap: 12px;
}

.service-card {
    border-top: 3px solid rgba(90, 136, 151, 0.42);
}

.home-step__index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: var(--accent-soft);
    color: var(--accent-strong);
    font-weight: 800;
}

.cta-band {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    padding: 26px 28px;
    border-radius: 22px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(18, 26, 34, 0.98), rgba(27, 37, 46, 0.94));
    color: rgba(255, 255, 255, 0.94);
}

.cta-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(90, 136, 151, 0.18), transparent 28%),
        radial-gradient(circle at bottom left, rgba(208, 139, 95, 0.14), transparent 24%);
    pointer-events: none;
}

.cta-band > * {
    position: relative;
    z-index: 1;
}

.cta-band p {
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
}

.cta-band .page-actions .btn-ghost,
.cta-band .page-actions .btn-call {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.form-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    gap: 20px;
    align-items: start;
}

.form-layout__side {
    display: grid;
    gap: 16px;
}

.form-shell {
    padding: 22px;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(24, 33, 43, 0.08);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: var(--shadow-soft);
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.form-field {
    display: grid;
    gap: 8px;
    margin-bottom: 16px;
}

.form-label {
    font-size: 0.94rem;
    font-weight: 600;
    color: var(--text);
}

.form-shell input:not([type="checkbox"]):not([type="radio"]),
.form-shell textarea,
.form-shell select,
.inputf1,
.support-file-input {
    width: 100%;
    min-height: 52px;
    padding: 14px 16px;
    border: 1px solid rgba(24, 33, 43, 0.12);
    border-radius: 14px;
    background: rgba(243, 247, 249, 0.94);
    color: var(--text);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.support-file-input {
    padding: 10px 12px;
    cursor: pointer;
}

.support-file-input::file-selector-button,
.support-file-input::-webkit-file-upload-button {
    margin-right: 14px;
    padding: 0 16px;
    min-height: 42px;
    border: 1px solid rgba(24, 33, 43, 0.12);
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(222, 141, 98, 0.18), rgba(200, 117, 77, 0.12));
    color: var(--accent-strong);
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
    transition:
        transform 0.18s ease,
        background-color 0.18s ease,
        border-color 0.18s ease,
        box-shadow 0.18s ease,
        color 0.18s ease;
}

.support-file-input:hover::file-selector-button,
.support-file-input:hover::-webkit-file-upload-button,
.support-file-input:focus-visible::file-selector-button,
.support-file-input:focus-visible::-webkit-file-upload-button {
    border-color: rgba(200, 117, 77, 0.28);
    background: linear-gradient(180deg, rgba(222, 141, 98, 0.24), rgba(200, 117, 77, 0.18));
    color: var(--accent);
}

.support-file-input:focus-visible {
    outline: none;
    border-color: rgba(200, 117, 77, 0.44);
    box-shadow: 0 0 0 4px rgba(200, 117, 77, 0.08);
}

.form-shell textarea {
    min-height: 132px;
    resize: vertical;
}

.form-shell input:focus,
.form-shell textarea:focus,
.form-shell select:focus,
.inputf1:focus {
    outline: none;
    border-color: rgba(200, 117, 77, 0.44);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(200, 117, 77, 0.08);
}

.form-shell .is-invalid,
.form-shell input:invalid:focus,
.form-shell textarea:invalid:focus,
.form-shell select:invalid:focus {
    border-color: rgba(169, 68, 44, 0.5);
    box-shadow: 0 0 0 4px rgba(169, 68, 44, 0.09);
}

.form-errors {
    margin: 0;
    padding-left: 18px;
    color: var(--danger);
}

.errorlist {
    margin: 8px 0 0;
    padding-left: 18px;
    color: var(--danger);
}

.errorlist li + li {
    margin-top: 4px;
}

.consent-check {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: var(--text-soft);
}

.consent-check input {
    width: 18px;
    height: 18px;
    margin-top: 3px;
}

.phone-verify-controls {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
}

.multi-select {
    overflow: hidden;
    border: 1px solid rgba(24, 33, 43, 0.1);
    border-radius: 16px;
    background: rgba(242, 247, 249, 0.94);
}

.multi-select__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 16px;
    cursor: pointer;
    list-style: none;
    font-weight: 600;
}

.multi-select__summary::-webkit-details-marker {
    display: none;
}

.multi-select__panel {
    padding: 0 16px 16px;
}

.multi-select__hint {
    margin: 0 0 12px;
    color: var(--text-soft);
    font-size: 0.92rem;
}

.multi-select__option + .multi-select__option {
    margin-top: 8px;
}

.multi-select__option label {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.table-wrap,
.owner-table-wrap {
    overflow-x: auto;
}

.table-pricing,
.owner-table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid rgba(24, 33, 43, 0.08);
    background: rgba(255, 255, 255, 0.86);
}

.table-pricing th,
.table-pricing td,
.owner-table th,
.owner-table td {
    padding: 16px;
    border-bottom: 1px solid rgba(24, 36, 47, 0.08);
    text-align: left;
}

.table-pricing th,
.owner-table th {
    background: rgba(24, 36, 47, 0.94);
    color: #fff;
}

.notice-strip {
    color: var(--text);
}

.info-list,
.auth-step-list {
    margin: 0;
    padding-left: 18px;
    color: var(--text-soft);
}

.info-list li + li,
.auth-step-list li + li {
    margin-top: 8px;
}

.shop-layout {
    width: var(--content-width);
    margin: 0 auto 24px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 360px);
    gap: 20px;
    align-items: start;
}

.shop-main,
.shop-sidebar {
    min-width: 0;
}

.shop-layout .page-shell,
.shop-layout .catalog-pick-toolbar {
    width: 100%;
    max-width: 100%;
}

.shop-layout .page-shell {
    margin-left: 0;
    margin-right: 0;
}

.shop-layout .catalog-pick-toolbar {
    margin-left: 0;
    margin-right: 0;
}

.shop-sidebar {
    display: grid;
    gap: 20px;
    align-content: start;
}

.shop-hero__aside {
    height: fit-content;
}

.shop-filter-form {
    display: grid;
    gap: 18px;
}

.shop-filter-form .quick-info {
    background: linear-gradient(180deg, rgba(240, 246, 248, 0.98), rgba(232, 240, 243, 0.94));
}

.shop-filter-form .form-row {
    gap: 16px 18px;
}

.shop-filter-form .form-label {
    color: var(--text-soft);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.76rem;
}

.shop-filter-form .inputf1,
.shop-filter-form select {
    background: rgba(255, 255, 255, 0.94);
}

.category-quick-grid,
.catalog-categories-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.category-quick-link,
.catalog-category-chip {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 15px;
    border-radius: 999px;
    border: 1px solid rgba(24, 33, 43, 0.1);
    background: rgba(255, 255, 255, 0.84);
    color: var(--text-soft);
    font-weight: 600;
    box-shadow: 0 8px 18px rgba(24, 33, 43, 0.04);
}

.category-quick-link.is-active,
.catalog-category-chip.is-active {
    border-color: rgba(90, 136, 151, 0.22);
    background: rgba(236, 243, 246, 0.98);
    color: var(--accent-strong);
}

.catalog-pick-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    border: 1px solid rgba(24, 33, 43, 0.08);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.84);
    box-shadow: var(--shadow-soft);
}

.catalog-pick-toolbar__controls {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.catalog-pick-toolbar__qty {
    display: inline-grid;
    gap: 6px;
    color: var(--text-soft);
    font-size: 0.88rem;
}

.catalog-pick-toolbar__qty input {
    width: 94px;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

.product-card {
    display: grid;
    overflow: hidden;
    border: 1px solid rgba(24, 33, 43, 0.08);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: var(--shadow-soft);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    grid-template-rows: auto 1fr;
}

.product-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow);
}

.product-card.is-picked {
    border-color: rgba(90, 136, 151, 0.36);
}

.product-card__image-wrap,
.product-detail__media {
    position: relative;
    background: linear-gradient(180deg, rgba(240, 246, 248, 0.9), rgba(229, 238, 242, 0.96));
    aspect-ratio: 1 / 0.9;
    overflow: hidden;
}

.product-card__image-wrap img,
.product-detail__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card__image-empty {
    display: grid;
    place-items: center;
    height: 100%;
    color: var(--text-soft);
}

.product-card__body {
    display: grid;
    gap: 12px;
    padding: 18px 18px 20px;
    align-content: start;
}

.product-card__meta,
.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: var(--text-soft);
    font-size: 0.82rem;
}

.product-card__body h3 {
    margin: 0;
    font-size: 1rem;
    line-height: 1.32;
}

.product-card__body p {
    margin: 0;
    color: var(--text-soft);
}

.product-card__bottom,
.cart-item__actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: auto;
}

.product-card__add {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-left: auto;
    justify-content: flex-end;
}

.product-card__add input[type="number"],
.cart-item__actions input[type="number"] {
    width: 88px;
    min-height: 46px;
}

.product-price {
    color: var(--text);
}

.product-price strong {
    font-size: 1.16rem;
}

.catalog-product-selector {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--text-soft);
    font-size: 0.88rem;
}

.pagination-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 12px;
    color: var(--text-soft);
}

.cart-items {
    display: grid;
    gap: 12px;
}

.cart-item {
    padding: 16px;
    border-radius: 14px;
    border: 1px solid rgba(24, 33, 43, 0.08);
    background: rgba(240, 246, 248, 0.94);
}

.cart-item p {
    margin: 0;
}

.cart-item p + p {
    margin-top: 6px;
}

.cart-total {
    color: var(--text);
}

.product-detail {
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
    gap: 22px;
    align-items: start;
}

.product-detail__content {
    display: grid;
    gap: 16px;
}

.gallery-grid,
.article-image-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.gallery-grid img,
.article-image-grid img {
    width: 100%;
    aspect-ratio: 1 / 0.9;
    object-fit: cover;
    border-radius: 18px;
    cursor: zoom-in;
}

.article-content {
    display: grid;
    gap: 14px;
}

.contact-map-frame {
    overflow: hidden;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(24, 36, 47, 0.08);
    min-height: 560px;
    height: clamp(560px, 70vh, 820px);
    box-shadow: var(--shadow-soft);
}

.contact-map-frame iframe {
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: block;
    border: 0;
}

.search-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.search-count {
    color: var(--text-soft);
}

.site-search-form,
.site-search-token-list {
    display: grid;
    gap: 14px;
}

.site-search-token-list {
    grid-template-columns: repeat(auto-fit, minmax(90px, max-content));
}

.site-search-token-list code {
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(24, 36, 47, 0.08);
    color: var(--text-soft);
}

.site-search-actions {
    align-self: end;
}

.allauth-box {
    max-width: 1040px;
}

.auth-entry-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

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

.profile-card p + p {
    margin-top: 8px;
}

.attachment-list {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.attachment-list li {
    padding: 14px;
    border-radius: 16px;
    border: 1px solid rgba(24, 36, 47, 0.08);
    background: rgba(255, 255, 255, 0.72);
}

.attachment-preview {
    width: 100%;
    border-radius: 14px;
}

.attachment-preview--image {
    max-height: 240px;
    object-fit: cover;
    cursor: zoom-in;
}

.attachment-preview--video {
    max-height: 260px;
}

.attachment-list__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-top: 10px;
}

.message-inline-actions {
    margin-top: 10px;
}

.floating-toast {
    position: sticky;
    top: 96px;
    z-index: 10;
}

.footer-shell {
    padding: 0 0 36px;
}

.site-footer {
    margin-top: 12px;
    padding-bottom: 36px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
    gap: 20px;
    padding: 28px;
    border-radius: var(--radius-xl);
    background: linear-gradient(135deg, rgba(25, 32, 40, 0.98), rgba(33, 42, 53, 0.96));
    color: rgba(255, 255, 255, 0.88);
    box-shadow: var(--shadow);
}

.footer-grid h3 {
    margin: 0 0 12px;
    font-size: 0.92rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.62);
}

.footer-grid a,
.footer-grid p {
    display: block;
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
}

.footer-grid a + a,
.footer-grid p + p {
    margin-top: 8px;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.footer-brand img {
    width: 54px;
    height: 54px;
}

.footer-brand strong {
    display: block;
    font-size: 1.1rem;
}

.footer-brand span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.86rem;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 6px 0;
    color: var(--text-soft);
    font-size: 0.9rem;
}

.mobile-quickbar {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    z-index: 55;
    display: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    padding: 10px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    background: rgba(24, 33, 43, 0.94);
    box-shadow: var(--shadow);
}

.mobile-quickbar a {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border-radius: 16px;
    color: rgba(255, 255, 255, 0.92);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
    font-weight: 600;
}

.mobile-quickbar a:nth-child(2) {
    background: linear-gradient(180deg, #de8d62 0%, var(--accent-strong) 100%);
    color: #fff;
    box-shadow: var(--button-shadow-accent);
}

.site-lightbox {
    position: fixed;
    inset: 0;
    z-index: 95;
    display: grid;
    place-items: center;
    padding: 28px;
    background: rgba(7, 12, 18, 0.84);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.site-lightbox.is-open {
    opacity: 1;
    pointer-events: auto;
}

.site-lightbox__image {
    max-width: min(94vw, 1100px);
    max-height: 78vh;
    border-radius: 20px;
    box-shadow: var(--shadow);
}

.site-lightbox__close,
.site-lightbox__nav {
    position: absolute;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.site-lightbox__close {
    top: 22px;
    right: 22px;
    width: 48px;
    height: 48px;
    font-size: 1.8rem;
}

.site-lightbox__nav {
    top: 50%;
    width: 56px;
    height: 56px;
    font-size: 2rem;
    transform: translateY(-50%);
}

.site-lightbox__nav--prev {
    left: 22px;
}

.site-lightbox__nav--next {
    right: 22px;
}

.site-lightbox__caption {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.84);
    text-align: center;
}

@media (max-width: 1280px) {
    .site-header__inner {
        grid-template-columns: minmax(0, 1fr) auto auto;
    }

    .site-nav,
    .site-header__actions {
        display: none;
    }

    .site-drawer-toggle {
        display: inline-grid;
    }

    .home-hero,
    .shop-layout,
    .product-detail {
        grid-template-columns: 1fr;
    }

    .form-layout {
        grid-template-columns: 1fr;
    }

    .grid-cards,
    .kpi-grid,
    .u-grid-fluid,
    .products-grid,
    .gallery-grid,
    .article-image-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-grid,
    .process-grid,
    .home-proof-grid,
    .coverage-grid,
    .hero-kpi-grid,
    .home-scenario-grid,
    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-scenario-grid > .home-scenario:first-child {
        grid-column: auto;
    }

    .cta-band {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 860px) {
    :root {
        --content-width: min(100vw - 20px, 1000px);
    }

    .site-main {
        padding-top: 18px;
        padding-bottom: calc(208px + env(safe-area-inset-bottom));
    }

    .page-shell {
        padding: 22px 18px;
        border-radius: 20px;
    }

    .site-header__bar {
        display: none;
    }

    .site-header__inner {
        grid-template-columns: minmax(0, 1fr) auto;
        min-height: 72px;
        gap: 10px;
    }

    .site-logo {
        gap: 10px;
        min-width: 0;
    }

    .site-logo__mark,
    .site-logo__mark img {
        width: 48px;
        height: 48px;
    }

    .site-logo__title {
        font-size: clamp(1rem, 5vw, 1.3rem);
    }

    .split-grid,
    .profile-grid,
    .grid-cards,
    .kpi-grid,
    .u-grid-fluid,
    .products-grid,
    .gallery-grid,
    .article-image-grid,
    .auth-layout,
    .footer-grid,
    .home-proof-grid,
    .service-grid,
    .process-grid,
    .coverage-grid,
    .hero-kpi-grid,
    .home-scenario-grid,
    .form-row {
        grid-template-columns: 1fr;
    }

    .hero-search-inline__field,
    .phone-verify-controls,
    .product-card__bottom,
    .product-card__add,
    .cart-item__actions {
        grid-template-columns: 1fr;
        display: grid;
    }

    .hero-search-inline__field button,
    .phone-verify-controls button,
    .product-card__add .btn-main,
    .cart-item__actions .btn-link,
    .cart-item__actions .btn-ghost {
        width: 100%;
    }

    .page-actions,
    .form-actions,
    .catalog-pick-toolbar,
    .catalog-pick-toolbar__controls,
    .footer-bottom,
    .search-section-head {
        flex-direction: column;
        align-items: stretch;
    }

    .page-actions > *,
    .form-actions > * {
        width: 100%;
    }

    .catalog-pick-toolbar {
        padding: 16px 18px;
    }

    .mobile-quickbar {
        display: grid;
    }

    .floating-toast {
        top: 82px;
    }
}

@media (max-width: 560px) {
    .page-shell {
        padding: 18px 14px;
        border-radius: 18px;
    }

    .site-header__inner {
        min-height: 68px;
    }

    .site-drawer {
        width: 100%;
        padding: 18px;
    }

    .mobile-quickbar {
        left: 10px;
        right: 10px;
        gap: 8px;
        padding: 9px;
    }

    .mobile-quickbar a {
        min-height: 46px;
        padding: 0 8px;
        font-size: 0.92rem;
    }

    .site-lightbox {
        padding: 16px;
    }

    .site-lightbox__nav {
        display: none;
    }
}

.site-header__bar-inner {
    justify-content: space-between;
    gap: 16px;
}

.site-header__bar-left,
.site-header__bar-links {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.site-header__bar-links {
    justify-content: flex-end;
    margin-left: auto;
    gap: 20px;
    font-size: 0.84rem;
}

.site-header__bar-links a {
    color: rgba(255, 255, 255, 0.76);
}

.site-header__bar-links a:hover,
.site-header__bar-links a:focus-visible {
    color: #fff;
}

.site-header__bar-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.site-header__bar-icon {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
    fill: none;
    stroke: var(--accent);
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.site-header__bar-icon circle {
    fill: none;
}

.site-header__bar-dot {
    color: rgba(255, 255, 255, 0.34);
}

.site-nav__caret {
    margin-left: 4px;
    font-size: 0.76em;
    color: rgba(255, 255, 255, 0.42);
}

.site-header__actions {
    gap: 14px;
}

.site-header__phone {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.site-header__phone-link {
    color: #fff;
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.1;
    white-space: nowrap;
}

.site-header__phone-note {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.82rem;
    line-height: 1.1;
}

.site-header__phone-note:hover,
.site-header__phone-note:focus-visible {
    color: rgba(255, 255, 255, 0.82);
}

body:not(.home-page) .site-header__phone {
    display: none;
}

.site-logo--footer .site-logo__mark {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
}

.site-logo--footer .site-logo__mark img {
    width: 48px;
    height: 48px;
}

.footer-row {
    display: grid;
    grid-template-columns: minmax(0, auto) minmax(220px, 1fr) minmax(0, auto) minmax(0, auto);
    gap: 22px;
    align-items: center;
    padding: 28px 28px 18px;
    border-radius: var(--radius-xl);
    background: linear-gradient(135deg, rgba(25, 32, 40, 0.98), rgba(33, 42, 53, 0.96));
    box-shadow: var(--shadow);
}

.site-footer {
    background: #101821;
}

.footer-copy {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.92rem;
}

.footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
    color: rgba(255, 255, 255, 0.84);
    font-weight: 600;
}

.footer-nav a {
    white-space: nowrap;
}

.footer-nav a:hover,
.footer-nav a:focus-visible {
    color: #fff;
}

.footer-socials {
    display: flex;
    align-items: center;
    gap: 14px;
    justify-self: end;
}

.footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.88);
}

.footer-socials a:hover,
.footer-socials a:focus-visible {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.footer-socials svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.footer-socials svg path[fill="currentColor"] {
    fill: currentColor;
    stroke: none;
}

.footer-bottom {
    color: rgba(255, 255, 255, 0.58);
}

.footer-bottom a {
    color: rgba(255, 255, 255, 0.78);
}

body.home-page {
    --content-width: min(1560px, calc(100vw - 72px));
    background:
        radial-gradient(circle at 12% 0%, rgba(200, 117, 77, 0.08), transparent 22%),
        linear-gradient(180deg, #f4efe8 0%, #f1ebe4 100%);
}

body.home-page .site-main {
    padding: 0 0 0;
}

body.home-page .site-footer {
    margin-top: 0;
}

.home-section {
    width: var(--content-width);
    margin: 0 auto;
}

.home-section--hero {
    width: 100%;
    background:
        radial-gradient(circle at 16% 12%, rgba(200, 117, 77, 0.1), transparent 22%),
        linear-gradient(180deg, #101821 0%, #111a23 100%);
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.home-hero {
    width: var(--content-width);
    margin: 0 auto;
    padding: 26px 0 20px;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 1.04fr) minmax(330px, 0.82fr);
    gap: 22px;
    align-items: stretch;
}

.home-hero__copy {
    display: grid;
    gap: 16px;
    align-content: start;
    padding-top: 14px;
}

.home-hero__eyebrow {
    margin: 0;
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.79rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 700;
}

.home-hero__title {
    margin: 0;
    max-width: 640px;
    font-family: var(--font-display);
    font-size: clamp(2rem, 2.85vw, 3.6rem);
    line-height: 0.92;
    letter-spacing: -0.04em;
    font-weight: 700;
    text-transform: uppercase;
}

.home-hero__title-accent {
    color: var(--accent);
}

.home-hero__text {
    margin: 0;
    max-width: 640px;
    color: rgba(245, 247, 248, 0.74);
    font-size: 1rem;
    line-height: 1.55;
}

.home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.home-hero__actions .btn-main,
.home-hero__actions .btn-ghost {
    min-width: 180px;
    min-height: 50px;
}

.home-hero__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.9rem;
}

.home-hero__meta svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: var(--accent);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-hero__image {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    min-height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #0d141a;
    box-shadow: var(--shadow);
}

.home-hero__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(12, 18, 24, 0.22) 0%, rgba(12, 18, 24, 0) 48%),
        linear-gradient(180deg, rgba(12, 18, 24, 0.08), rgba(12, 18, 24, 0.2));
    pointer-events: none;
}

.home-hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.home-hero__panel {
    display: grid;
    align-content: start;
    gap: 4px;
    padding: 14px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(180deg, rgba(34, 43, 52, 0.92), rgba(25, 34, 43, 0.9));
    box-shadow: var(--shadow);
}

.home-hero__panel-title {
    margin: 0;
    font-size: 0.86rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.2;
}

.home-hero__panel-text {
    margin: 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.88rem;
    line-height: 1.4;
}

.home-benefits {
    display: grid;
    gap: 0;
}

.home-benefits__item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.home-benefits__item:first-child {
    padding-top: 6px;
}

.home-benefits__item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.home-benefits__icon,
.home-trust__icon {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(200, 117, 77, 0.34);
    color: var(--accent);
    background: rgba(200, 117, 77, 0.08);
    flex: 0 0 34px;
}

.home-benefits__icon svg,
.home-trust__icon svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-benefits__label {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.2;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.94);
}

.home-benefits__desc {
    margin: 4px 0 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.83rem;
    line-height: 1.35;
}

.home-trust-strip {
    width: 100%;
    background: linear-gradient(180deg, #1a2531 0%, #16202a 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    color: rgba(255, 255, 255, 0.9);
}

.home-trust {
    width: var(--content-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-trust__item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    align-items: center;
    min-height: 86px;
    padding: 18px 22px;
    border-right: 1px solid rgba(255, 255, 255, 0.09);
}

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

.home-trust__title {
    margin: 0;
    font-family: var(--font-display);
    font-size: 1rem;
    line-height: 1.15;
    font-weight: 700;
}

.home-trust__text {
    margin: 4px 0 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.88rem;
    line-height: 1.3;
}

.home-section--light {
    padding: 20px 0 24px;
}

.home-section__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 12px;
}

.home-section__title {
    margin: 0;
    font-family: var(--font-display);
    font-size: 1.02rem;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #2a323d;
}

.home-section__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--accent);
    font-size: 0.92rem;
    font-weight: 600;
    white-space: nowrap;
}

.home-section__link svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

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

.home-service-card {
    overflow: hidden;
    border: 1px solid rgba(200, 117, 77, 0.24);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 20px rgba(16, 23, 31, 0.05);
}

.home-service-card__media {
    aspect-ratio: 1 / 0.52;
    overflow: hidden;
    background: #19222b;
}

.home-service-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-service-card__body {
    display: grid;
    gap: 8px;
    padding: 12px 14px 14px;
}

.home-service-card__title {
    margin: 0;
    font-family: var(--font-display);
    font-size: 0.98rem;
    line-height: 1.18;
    font-weight: 600;
    color: #24303a;
}

.home-service-card__text {
    margin: 0;
    color: #505d68;
    font-size: 0.85rem;
    line-height: 1.45;
}

.home-service-card__more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #3a4650;
    font-size: 0.86rem;
    font-weight: 500;
}

.home-service-card__more::after {
    content: "→";
    color: var(--accent);
}

.home-materials__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
}

.home-materials__tab {
    appearance: none;
    border: 1px solid transparent;
    min-height: 30px;
    padding: 0 16px;
    background: transparent;
    color: #4e5a64;
    font-size: 0.84rem;
    font-weight: 600;
    transition:
        background-color 0.18s ease,
        border-color 0.18s ease,
        color 0.18s ease,
        transform 0.18s ease;
}

.home-materials__tab:hover,
.home-materials__tab:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(200, 117, 77, 0.24);
    color: #24303a;
}

.home-materials__panel {
    display: grid;
}

.home-materials__panel.is-hidden[hidden] {
    display: none;
}

.home-materials__tab.is-active {
    background: #1c2a36;
    border-color: #1c2a36;
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

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

.home-material-card {
    display: grid;
    grid-template-columns: 84px 1fr auto;
    gap: 14px;
    align-items: center;
    min-height: 94px;
    padding: 10px 12px 10px 10px;
    border: 1px solid rgba(200, 117, 77, 0.22);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 10px 20px rgba(16, 23, 31, 0.04);
}

.home-material-card__image {
    width: 84px;
    height: 74px;
    border-radius: 0;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(17, 24, 31, 0.04), rgba(17, 24, 31, 0.08));
}

.home-material-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-material-card__body {
    display: grid;
    gap: 5px;
    min-width: 0;
}

.home-material-card__meta {
    margin: 0;
    color: #6d7780;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-material-card__title {
    margin: 0;
    font-family: var(--font-display);
    font-size: 0.92rem;
    line-height: 1.2;
    font-weight: 600;
    color: #27333e;
}

.home-material-card__price {
    color: #2b333d;
    font-size: 0.92rem;
    font-weight: 600;
}

.home-material-card__cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 0;
    background: #1d2a36;
    color: #fff;
    font-size: 1.1rem;
    line-height: 1;
}

.home-work {
    width: 100%;
    background:
        radial-gradient(circle at 10% 0%, rgba(200, 117, 77, 0.08), transparent 24%),
        linear-gradient(180deg, #101821 0%, #111b26 100%);
    color: #fff;
    padding: 16px 0 0;
}

.home-work__inner {
    width: var(--content-width);
    margin: 0 auto;
}

.home-work__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 10px;
}

.home-work__head .home-section__title,
.home-work__head .home-section__link {
    color: #fff;
}

.home-work__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(350px, 0.84fr);
    gap: 16px;
    align-items: center;
}

.home-steps {
    padding: 0 0 14px;
}

.home-steps__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.02);
}

.home-step-card {
    display: grid;
    gap: 12px;
    min-height: 160px;
    padding: 18px 18px 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.home-step-card:last-child {
    border-right: 0;
}

.home-step-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.home-step-card__number {
    font-size: 1.16rem;
    font-weight: 700;
    color: var(--accent);
}

.home-step-card__icon {
    width: 28px;
    height: 28px;
    color: rgba(255, 255, 255, 0.9);
}

.home-step-card__icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-step-card__title {
    margin: 0;
    font-family: var(--font-display);
    font-size: 0.95rem;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
}

.home-step-card__text {
    margin: 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.84rem;
    line-height: 1.45;
}

.home-reviews {
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    padding-left: 16px;
    display: flex;
    align-items: center;
}

.home-reviews__head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 12px;
}

.home-reviews__head .home-section__title {
    color: #fff;
}

.home-reviews__panel {
    display: grid;
    gap: 14px;
    padding: 14px;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(180deg, rgba(47, 57, 67, 0.74), rgba(32, 40, 48, 0.8));
    box-shadow: var(--shadow);
    width: 100%;
}

.home-review {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 14px;
    align-items: center;
}

.home-review__quote {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background: #f4f0e8;
    color: #19232c;
    font-size: 1.7rem;
    font-weight: 800;
}

.home-review__body {
    display: grid;
    gap: 8px;
}

.home-review__rating {
    display: flex;
    gap: 2px;
    color: #ffcf69;
    font-size: 0.9rem;
}

.home-review__text {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.92rem;
    line-height: 1.6;
}

.home-review__nav {
    display: flex;
    gap: 10px;
    align-self: end;
}

.home-review__nav button {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.76);
    font-size: 1.1rem;
}

body.home-page .site-header__actions .btn-main,
body.home-page .site-header__actions .btn-ghost,
body.home-page .site-header__actions .btn-call {
    font-weight: 600;
}

body.home-page .site-logo__title,
body.home-page .site-nav a,
body.home-page .home-section__title,
body.home-page .home-material-card__title,
body.home-page .home-step-card__title,
body.home-page .home-trust__title,
body.home-page .home-service-card__title {
    letter-spacing: -0.02em;
}

.home-work__divider {
    width: 100%;
    height: 1px;
    margin: 0 0 12px;
    background: rgba(255, 255, 255, 0.08);
}

body.home-page .footer-shell {
    width: var(--content-width);
    padding: 0 0 28px;
}

body.home-page .site-footer {
    background: #101821;
}

body.home-page .footer-bottom {
    color: rgba(255, 255, 255, 0.58);
}

body.home-page .footer-bottom a {
    color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 1280px) {
    .footer-row,
    .home-trust,
    .home-services,
    .home-materials__grid,
    .home-work__layout,
    .home-steps__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .home-material-card {
        grid-template-columns: 76px 1fr auto;
    }

    .home-material-card__image {
        width: 76px;
        height: 68px;
    }

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

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

    .home-step-card {
        border-right: 1px solid rgba(255, 255, 255, 0.12);
    }

    .home-step-card:nth-child(2n) {
        border-right: 0;
    }

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

    .home-reviews {
        border-left: 0;
        padding-left: 0;
    }
}

@media (max-width: 860px) {
    body.home-page {
        --content-width: min(100vw - 16px, 1000px);
    }

    .site-header__bar-links {
        display: none;
    }

    .site-header__phone {
        display: none;
    }

    .footer-row,
    .home-hero,
    .home-trust,
    .home-services,
    .home-materials__grid,
    .home-work__layout,
    .home-steps__grid {
        grid-template-columns: 1fr;
    }

    .home-hero {
        padding-top: 18px;
        gap: 16px;
    }

    .home-hero__copy {
        order: 1;
    }

    .home-hero__panel {
        order: 2;
    }

    .home-hero__image {
        order: 3;
    }

    .home-hero__title {
        max-width: 11ch;
        font-size: clamp(1.72rem, 7.2vw, 2.55rem);
    }

    .home-hero__text {
        max-width: 38ch;
        font-size: 0.98rem;
    }

    .home-hero__panel {
        padding: 18px 16px;
        border-radius: 0;
    }

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

    .home-benefits__item {
        padding: 0;
        border-bottom: 0;
        gap: 10px;
    }

    .home-benefits__item:first-child {
        padding-top: 0;
    }

    .home-benefits__label {
        font-size: 0.88rem;
    }

    .home-benefits__desc {
        font-size: 0.79rem;
    }

    .home-hero__image {
        min-height: 280px;
        border-radius: 0;
    }

    .home-trust__item {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    }

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

    .home-section__head,
    .home-work__head,
    .footer-row {
        grid-template-columns: 1fr;
        justify-items: start;
    }

    .home-section__head,
    .home-work__head {
        flex-direction: column;
        align-items: flex-start;
    }

    .home-material-card {
        grid-template-columns: 82px 1fr auto;
    }

    .home-material-card__image {
        width: 82px;
        height: 72px;
    }

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

    .home-trust__item {
        min-height: 0;
        padding: 14px 14px;
    }

    .home-trust__title {
        font-size: 0.94rem;
    }

    .home-trust__text {
        font-size: 0.82rem;
    }

    .home-section--light {
        padding: 18px 0 20px;
    }

    .home-section__title {
        font-size: 0.96rem;
    }

    .home-materials__tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-left: -14px;
        margin-right: -14px;
        padding-left: 14px;
        padding-right: 14px;
        padding-bottom: 4px;
        scrollbar-width: none;
    }

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

    .home-materials__tab {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .home-service-card,
    .home-material-card,
    .home-reviews__panel,
    .home-review__quote,
    .home-review__nav button {
        border-radius: 0;
    }

    .home-service-card__body {
        padding: 12px;
    }

    .home-service-card__text {
        font-size: 0.82rem;
    }

    .home-material-card {
        gap: 10px;
        padding: 10px;
        min-height: 88px;
    }

    .home-material-card__image {
        width: 76px;
        height: 66px;
        border-radius: 0;
    }

    .home-material-card__title {
        font-size: 0.88rem;
    }

    .home-material-card__price {
        font-size: 0.88rem;
    }

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

    .home-review__nav {
        grid-column: 1 / -1;
        justify-self: end;
    }
}

@media (max-width: 560px) {
    body.home-page .site-main {
        padding-bottom: 0;
    }

    .page-shell {
        border-radius: 0;
    }

    .site-drawer-toggle,
    .site-drawer {
        border-radius: 0;
    }

    .home-hero {
        gap: 14px;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .home-hero__copy {
        gap: 12px;
    }

    .home-hero__title {
        max-width: 10.5ch;
        font-size: clamp(1.5rem, 7vw, 2.05rem);
        line-height: 0.9;
    }

    .home-hero__text {
        max-width: 34ch;
        font-size: 0.94rem;
    }

    .home-hero__actions .btn-main,
    .home-hero__actions .btn-ghost {
        width: 100%;
        min-width: 0;
    }

    .home-hero__meta {
        gap: 8px;
        font-size: 0.8rem;
        line-height: 1.35;
    }

    .home-hero__image {
        min-height: 240px;
    }

    .home-hero__panel {
        padding: 14px 12px;
    }

    .home-benefits {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .home-material-card {
        grid-template-columns: 74px 1fr;
        gap: 10px;
    }

    .home-material-card__cart {
        grid-column: 2;
        justify-self: end;
    }

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

    .home-review__quote {
        width: 38px;
        height: 38px;
    }

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

    .home-trust__item {
        padding: 12px 14px;
    }

    .home-section__head,
    .home-work__head {
        gap: 10px;
        margin-bottom: 10px;
    }

    .footer-nav {
        justify-content: flex-start;
    }
}
