* {
    box-sizing: border-box;
}

:root {
    --bg-dark: #111111;
    --bg-dark-2: #171717;
    --bg-dark-3: #1d1a18;
    --bg-light: #f3eee8;
    --bg-light-2: #e9e0d7;
    --surface-dark: #1f1b19;
    --surface-dark-2: #26211e;
    --surface-light: #fffdfa;
    --text-light: #f3ece4;
    --text-dark: #1c1714;
    --muted-light: #b9aca1;
    --muted-dark: #6a5d54;
    --line-dark: rgba(243, 236, 228, 0.12);
    --line-light: rgba(28, 23, 20, 0.1);
    --accent: #9a6a47;
    --accent-2: #c69469;
    --radius: 22px;
    --container: 1220px;
    --shadow-dark: 0 18px 40px rgba(0, 0, 0, 0.28);
    --shadow-light: 0 14px 34px rgba(22, 18, 16, 0.08);
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background: var(--bg-dark);
    color: var(--text-light);
}

html {
    scroll-behavior: smooth;
}

body {
    min-width: 320px;
}

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

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

button,
input,
textarea {
    font: inherit;
}

.container {
    width: min(var(--container), calc(100% - 40px));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(17, 17, 17, 0.9);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--line-dark);
}

.header-inner {
    min-height: 84px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 28px;
    align-items: center;
}

.logo,
.footer-logo {
    display: inline-flex;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--text-light);
}

.logo {
    font-size: 28px;
}

.footer-logo {
    font-size: 24px;
    margin-bottom: 14px;
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 22px;
}

.main-nav a {
    font-size: 15px;
    color: rgba(243, 236, 228, 0.84);
    transition: color 0.2s ease;
}

.main-nav a:hover,
.main-nav a.is-active,
.header-phone:hover,
.footer-nav a:hover,
.text-link:hover {
    color: var(--accent-2);
}

.header-contacts {
    display: flex;
    justify-content: flex-end;
}

.header-phone {
    font-size: 15px;
    font-weight: 700;
    color: var(--text-light);
    transition: color 0.2s ease;
    white-space: nowrap;
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid var(--line-dark);
    border-radius: 12px;
    background: rgba(243, 236, 228, 0.04);
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 5px auto;
    border-radius: 2px;
    background: var(--text-light);
}

.hero-dark,
.inner-hero {
    background:
        radial-gradient(circle at top right, rgba(154, 106, 71, 0.18), transparent 28%),
        linear-gradient(180deg, #111111 0%, #181513 100%);
}

.hero-dark {
    padding: 72px 0 92px;
}

.hero-layout,
.inner-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 42px;
    align-items: center;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(198, 148, 105, 0.25);
    background: rgba(198, 148, 105, 0.08);
    color: var(--accent-2);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.03em;
    margin-bottom: 18px;
}

.eyebrow-light {
    background: rgba(154, 106, 71, 0.08);
    border-color: rgba(154, 106, 71, 0.16);
    color: #7c5235;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

.hero-copy h1,
.inner-hero h1,
.intro-title h2,
.editorial-copy h2,
.feature-copy h2,
.split-copy h2,
.section-head-combo h2,
.contact-copy h2,
.content-main h2 {
    margin-bottom: 0;
    letter-spacing: -0.04em;
}

.hero-copy h1,
.inner-hero h1 {
    font-size: 66px;
    line-height: 0.98;
    max-width: 820px;
}

.hero-lead,
.inner-hero p {
    margin: 24px 0 0;
    max-width: 690px;
    font-size: 20px;
    line-height: 1.72;
    color: var(--muted-light);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    transition: 0.2s ease;
}

.btn-primary {
    background: var(--accent);
    color: #fff;
}

.btn-primary:hover {
    background: #85583a;
}

.btn-secondary {
    background: rgba(243, 236, 228, 0.08);
    color: var(--text-light);
    border: 1px solid rgba(243, 236, 228, 0.12);
}

.btn-secondary:hover {
    background: rgba(243, 236, 228, 0.14);
}

.hero-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 34px;
}

.fact-item {
    padding: 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--line-dark);
}

.fact-label {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--muted-light);
}

.fact-item strong {
    font-size: 16px;
    line-height: 1.5;
}

.media-frame,
.product-image,
.article-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.media-frame {
    min-height: 460px;
    padding: 24px;
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(198, 148, 105, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%),
        #201b18;
    border: 1px solid rgba(198, 148, 105, 0.14);
    box-shadow: var(--shadow-dark);
    color: var(--muted-light);
}

.media-frame-large {
    min-height: 620px;
}

.inner-media {
    min-height: 430px;
}

.section {
    padding: 96px 0;
}

.section-dark,
.section-dark-intro,
.contact-section {
    background: var(--bg-dark-2);
}

.section-light {
    background: var(--bg-light);
    color: var(--text-dark);
}

.inner-hero {
    padding: 74px 0 86px;
}

.compact-inner-hero {
    padding: 74px 0;
}

.compact-inner-hero h1,
.compact-inner-hero p {
    max-width: 820px;
}

.intro-grid,
.editorial-block,
.feature-layout,
.contact-layout,
.content-grid {
    display: grid;
    gap: 42px;
}

.intro-grid {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: end;
    margin-bottom: 38px;
}

.editorial-block,
.contact-layout,
.content-grid {
    grid-template-columns: 0.95fr 1.05fr;
    align-items: start;
}

.feature-layout {
    grid-template-columns: 0.95fr 1.05fr;
    align-items: center;
}

.intro-title h2,
.editorial-copy h2,
.feature-copy h2,
.split-copy h2,
.section-head-combo h2,
.contact-copy h2,
.content-main h2 {
    font-size: 48px;
    line-height: 1.06;
}

.intro-text p,
.editorial-copy p,
.feature-copy p,
.split-copy p,
.contact-copy p,
.product-tile p,
.article-body p,
.content-main p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.78;
}

.intro-text p,
.feature-copy p,
.contact-copy p {
    color: var(--muted-light);
}

.editorial-copy p,
.split-copy p,
.article-body p,
.content-main p {
    color: var(--muted-dark);
}

.direction-grid,
.product-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.925fr 0.925fr;
    gap: 24px;
}

.direction-card,
.product-tile {
    border-radius: 24px;
    background: #1f1b19;
    border: 1px solid rgba(243, 236, 228, 0.08);
    box-shadow: var(--shadow-dark);
}

.direction-card {
    padding: 30px;
}

.direction-card-primary {
    background:
        radial-gradient(circle at top right, rgba(198, 148, 105, 0.14), transparent 38%),
        #211c19;
}

.direction-number {
    display: inline-block;
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 700;
    color: var(--accent-2);
}

.direction-card h3,
.product-tile h3,
.article-body h3,
.point-row h3 {
    margin-bottom: 12px;
    letter-spacing: -0.03em;
}

.direction-card h3 {
    font-size: 30px;
    line-height: 1.12;
}

.direction-card p {
    margin-bottom: 20px;
    color: var(--muted-light);
    font-size: 17px;
    line-height: 1.72;
}

.direction-card a,
.text-link {
    font-size: 15px;
    font-weight: 700;
    color: var(--accent-2);
}

.editorial-points {
    display: grid;
    gap: 28px;
}

.point-row {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 20px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--line-light);
}

.point-row:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.point-index {
    font-size: 28px;
    font-weight: 700;
    color: #8a6246;
}

.point-row h3 {
    font-size: 26px;
    color: var(--text-dark);
}

.point-row p {
    margin-bottom: 0;
    color: var(--muted-dark);
    font-size: 17px;
    line-height: 1.72;
}

.clean-list {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
}

.clean-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 14px;
    color: var(--text-light);
    font-size: 17px;
    line-height: 1.62;
}

.clean-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent-2);
}

.split-editorial {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px;
}

.split-copy {
    padding: 34px;
    border-radius: 24px;
    background: var(--surface-light);
    box-shadow: var(--shadow-light);
}

.text-link {
    display: inline-flex;
    margin-top: 18px;
}

.text-link-light {
    color: var(--accent-2);
}

.section-head-combo {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 34px;
}

.section-head-combo-dark {
    color: var(--text-dark);
}

.product-tile {
    padding: 24px;
}

.product-image {
    min-height: 220px;
    margin-bottom: 18px;
    border-radius: 18px;
    background: linear-gradient(180deg, #2a2421 0%, #191614 100%);
    color: var(--muted-light);
    border: 1px dashed rgba(243, 236, 228, 0.12);
}

.product-tile h3 {
    font-size: 24px;
    color: var(--text-light);
}

.product-tile p {
    color: var(--muted-light);
}

.article-list {
    display: grid;
    gap: 24px;
}

.article-row {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 26px;
    padding: 24px;
    border-radius: 24px;
    background: var(--surface-light);
    box-shadow: var(--shadow-light);
}

.article-thumb {
    min-height: 180px;
    border-radius: 18px;
    background: linear-gradient(180deg, #e8ddd3 0%, #d8c8bb 100%);
    color: #7a6557;
    border: 1px dashed rgba(28, 23, 20, 0.12);
}

.article-body h3 {
    font-size: 30px;
    color: var(--text-dark);
}

.contact-lines {
    display: grid;
    gap: 16px;
    margin-top: 26px;
}

.contact-line {
    display: grid;
    gap: 6px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--line-dark);
}

.contact-line:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.contact-line span {
    color: var(--muted-light);
    font-size: 14px;
}

.contact-line strong {
    font-size: 18px;
}

.contact-form-box {
    padding: 32px;
    border-radius: 24px;
    background: var(--surface-dark);
    border: 1px solid var(--line-dark);
    box-shadow: var(--shadow-dark);
}

.contact-form-box h3 {
    margin-bottom: 18px;
    font-size: 30px;
    letter-spacing: -0.03em;
}

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

.form-group {
    display: grid;
    gap: 8px;
}

.form-group label {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-light);
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid rgba(243, 236, 228, 0.12);
    background: #181513;
    color: var(--text-light);
    outline: none;
    transition: border-color 0.2s ease, background 0.2s ease;
    font-size: 15px;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: rgba(198, 148, 105, 0.38);
    background: #1d1917;
}

.service-list {
    display: grid;
    gap: 14px;
}

.service-item {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 18px;
    align-items: center;
    padding: 20px;
    border-radius: 18px;
    background: var(--surface-light);
    box-shadow: var(--shadow-light);
}

.service-item span {
    color: #8a6246;
    font-weight: 700;
}

.service-item strong {
    font-size: 18px;
    color: var(--text-dark);
}

.site-footer {
    padding: 56px 0;
    background: #0d0d0d;
    border-top: 1px solid rgba(243, 236, 228, 0.08);
}

.footer-layout {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 0.9fr;
    gap: 30px;
}

.footer-copy {
    margin-bottom: 0;
    color: var(--muted-light);
    line-height: 1.72;
    font-size: 15px;
}

.footer-title {
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: 700;
}

.footer-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-nav li {
    margin-bottom: 10px;
    color: rgba(243, 236, 228, 0.82);
    font-size: 15px;
    line-height: 1.6;
}

@media (max-width: 1180px) {
    .hero-copy h1,
    .inner-hero h1 {
        font-size: 56px;
    }

    .direction-grid,
    .product-grid,
    .editorial-block,
    .feature-layout,
    .contact-layout,
    .split-editorial,
    .hero-layout,
    .inner-hero-grid,
    .intro-grid,
    .content-grid {
        grid-template-columns: 1fr;
    }

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

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

@media (max-width: 900px) {
    .header-inner {
        min-height: auto;
        padding: 16px 0;
        grid-template-columns: 1fr auto;
        gap: 14px;
    }

    .menu-toggle {
        display: block;
        grid-column: 2;
        grid-row: 1;
    }

    .main-nav,
    .header-contacts {
        grid-column: 1 / -1;
    }

    .main-nav {
        display: none;
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
        padding-top: 10px;
    }

    .main-nav.is-open {
        display: flex;
    }

    .header-contacts {
        display: none;
    }

    .header-contacts.is-open {
        display: flex;
        justify-content: flex-start;
    }

    .hero-copy h1,
    .inner-hero h1 {
        font-size: 42px;
    }

    .intro-title h2,
    .editorial-copy h2,
    .feature-copy h2,
    .split-copy h2,
    .section-head-combo h2,
    .contact-copy h2,
    .content-main h2 {
        font-size: 34px;
    }

    .section {
        padding: 74px 0;
    }

    .hero-dark,
    .inner-hero {
        padding: 58px 0 70px;
    }

    .media-frame-large {
        min-height: 380px;
    }

    .media-frame {
        min-height: 300px;
    }

    .article-row {
        grid-template-columns: 1fr;
    }

    .article-thumb {
        min-height: 220px;
    }

    .section-head-combo {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 600px) {
    .container {
        width: min(var(--container), calc(100% - 28px));
    }

    .hero-copy h1,
    .inner-hero h1 {
        font-size: 34px;
    }

    .hero-lead,
    .inner-hero p,
    .intro-text p,
    .editorial-copy p,
    .feature-copy p,
    .split-copy p,
    .contact-copy p,
    .product-tile p,
    .article-body p,
    .content-main p {
        font-size: 16px;
    }

    .btn {
        width: 100%;
    }

    .hero-actions {
        flex-direction: column;
    }

    .direction-card,
    .split-copy,
    .contact-form-box,
    .article-row,
    .product-tile,
    .service-item {
        padding: 22px;
    }

    .point-row,
    .service-item {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .point-index {
        font-size: 22px;
    }
}
