:root {
            --gd-text: #232323;
            --gd-muted: #6f6f6f;
            --gd-soft: #f5f2eb;
            --gd-soft-2: #faf9f6;
            --gd-line: #e7ded1;
            --gd-gold: #b49a69;
            --gd-gold-dark: #8c7148;
            --gd-green: #5f983e;
            --gd-shadow: 0 18px 44px rgba(37, 31, 22, 0.08);
        }

        * {
            box-sizing: border-box;
        }

        html {
            width: 100% !important;
            min-width: 0 !important;
            max-width: 100% !important;
            overflow-x: hidden;
            scroll-behavior: smooth;
        }

        body {
            margin: 0;
            width: 100% !important;
            max-width: 100% !important;
            min-width: 0 !important;
            overflow-x: hidden;
            color: var(--gd-text);
            background: #fff;
            font-family: "Montserrat", Arial, sans-serif;
            font-size: 16px;
            line-height: 1.55;
        }

        a {
            color: inherit;
            text-decoration: none;
        }

        img {
            display: block;
            max-width: 100%;
        }

        .container {
            width: min(1290px, calc(100% - 48px));
            max-width: none !important;
            min-width: 0 !important;
            margin: 0 auto;
        }

        .site-top {
            background: #fff;
            border-bottom: 1px solid #eee8de;
        }

        .header-top {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 24px;
            padding: 10px 0;
            font-size: 13px;
            color: var(--gd-muted);
        }

        .header-top .title {
            display: block;
            color: var(--gd-gold-dark);
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.04em;
            font-size: 11px;
        }

        .header-main {
            background: #fff;
        }

        .header {
            display: grid;
            grid-template-columns: minmax(220px, 1fr) auto auto auto;
            gap: 28px;
            align-items: center;
            padding: 24px 0 18px;
        }

        .header-logo a {
            display: inline-flex;
            align-items: center;
            gap: 14px;
            font-weight: 700;
            letter-spacing: 0.02em;
        }

        .header-logo img {
            width: 68px;
            height: auto;
        }

        .header-phone {
            text-align: right;
        }

        .header-phone .phone {
            font-size: 22px;
            font-weight: 700;
            line-height: 1.2;
        }

        .worktime {
            margin-top: 4px;
            color: var(--gd-muted);
            font-size: 13px;
        }

        .messenger {
            display: flex;
            gap: 10px;
            align-items: center;
        }

        .messenger a {
            display: grid;
            place-items: center;
            width: 34px;
            height: 34px;
            border: 1px solid var(--gd-line);
            border-radius: 50%;
            background: #fff;
        }

        .messenger img {
            width: 18px;
            height: 18px;
            object-fit: contain;
        }

        .btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 48px;
            padding: 0 28px;
            border: 0;
            border-radius: 30px;
            background: #cfbb8f;
            color: #1c1c1c;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 0.03em;
            text-transform: uppercase;
            cursor: pointer;
            transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
            white-space: nowrap;
        }

        .btn:hover {
            transform: translateY(-1px);
            background: #bfa46f;
            box-shadow: 0 12px 22px rgba(140, 113, 72, 0.18);
        }

        .btn.medium {
            min-height: 42px;
            padding: 0 22px;
        }

        nav {
            border-top: 1px solid #f0ece5;
        }

        .nav-top {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 34px;
            padding: 15px 0 17px;
            margin: 0;
            list-style: none;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 0.03em;
            text-transform: uppercase;
        }

        .nav-top a {
            color: #2a2a2a;
        }

        .nav-top a:hover,
        .nav-top .active {
            color: var(--gd-gold-dark);
        }

        .massive-page h1,
        .massive-page h2,
        .massive-page h3 {
            margin: 0;
            font-family: "PT Sans Caption", "Montserrat", Arial, sans-serif;
            font-weight: 400;
            line-height: 1.18;
            letter-spacing: 0;
        }

        .massive-page,
        .massive-page * {
            min-width: 0;
        }

        .massive-page p,
        .massive-page div,
        .massive-page span,
        .massive-page strong,
        .massive-page h1,
        .massive-page h2,
        .massive-page h3 {
            overflow-wrap: break-word;
            white-space: normal !important;
        }

        .massive-page .btn {
            max-width: 100%;
            white-space: normal !important;
            text-align: center;
        }

        .massive-hero {
            position: relative;
            overflow: hidden;
            padding: 82px 0 74px;
            background: linear-gradient(90deg, #fff 0%, #fff 48%, #f2eee6 48%, #f2eee6 100%);
        }

        .hero-grid {
            display: grid;
            grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
            gap: 64px;
            align-items: center;
        }

        .kicker {
            margin-bottom: 20px;
            color: var(--gd-gold-dark);
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }

        h1 {
            max-width: 720px;
            font-size: clamp(34px, 4.1vw, 62px);
            text-transform: uppercase;
        }

        .lead {
            max-width: 660px;
            margin-top: 26px;
            color: #555;
            font-size: 18px;
            line-height: 1.8;
        }

        .hero-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 18px;
            align-items: center;
            margin-top: 34px;
        }

        .text-link {
            display: inline-flex;
            align-items: center;
            min-height: 48px;
            color: var(--gd-gold-dark);
            font-weight: 700;
            border-bottom: 1px solid currentColor;
        }

        .hero-visual {
            position: relative;
            display: grid;
            place-items: center;
            min-height: 480px;
        }

        .hero-visual:before {
            content: "";
            position: absolute;
            inset: 52px 0 34px 8%;
            background: #e7e0d5;
        }

        .hero-visual img {
            position: relative;
            z-index: 1;
            width: min(560px, 98%);
            max-height: 560px;
            object-fit: contain;
            filter: drop-shadow(0 24px 26px rgba(46, 39, 27, 0.18));
        }

        .advantage-strip {
            padding: 34px 0;
            background: #fff;
            border-bottom: 1px solid var(--gd-line);
        }

        .advantage-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 22px;
        }

        .advantage-item {
            min-height: 112px;
            padding: 22px;
            border: 1px solid var(--gd-line);
            background: #fff;
        }

        .advantage-item strong {
            display: block;
            margin-bottom: 8px;
            font-size: 15px;
            text-transform: uppercase;
        }

        .advantage-item span {
            color: var(--gd-muted);
            font-size: 14px;
        }

        .section {
            padding: 78px 0;
        }

        .section.soft {
            background: var(--gd-soft-2);
        }

        .section-head {
            display: grid;
            grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
            gap: 48px;
            align-items: end;
            margin-bottom: 38px;
        }

        .section-head.compact {
            align-items: start;
            grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
            gap: 34px;
        }

        .section-head h2 {
            font-size: clamp(30px, 3.1vw, 46px);
            text-transform: uppercase;
        }

        .section-head p {
            margin: 0;
            color: var(--gd-muted);
            line-height: 1.75;
        }

        .intent-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 14px;
        }

        .intent-card {
            display: flex;
            min-height: 118px;
            flex-direction: column;
            justify-content: space-between;
            padding: 22px;
            border: 1px solid var(--gd-line);
            background: #fff;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .intent-card:hover {
            transform: translateY(-2px);
            box-shadow: var(--gd-shadow);
        }

        .intent-card strong {
            display: block;
            font-size: 17px;
            line-height: 1.35;
        }

        .intent-card span {
            color: var(--gd-muted);
            font-size: 14px;
        }

        .series-block {
            padding-top: 52px;
            border-top: 1px solid var(--gd-line);
        }

        .series-block + .series-block {
            margin-top: 62px;
        }

        .series-head {
            display: grid;
            grid-template-columns: minmax(0, 0.96fr) minmax(320px, 0.8fr);
            gap: 34px;
            align-items: start;
            margin-bottom: 30px;
        }

        .series-title-group {
            display: grid;
            gap: 10px;
        }

        .series-label {
            color: var(--gd-gold-dark);
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }

        .series-head h2 {
            font-size: clamp(24px, 2vw, 31px);
            line-height: 1.24;
        }

        .series-head p {
            margin: 0;
            color: var(--gd-muted);
            font-size: 15px;
            line-height: 1.72;
        }

        .door-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 18px;
        }

        .door-card {
            display: grid;
            grid-template-rows: 360px 1fr;
            min-height: 640px;
            border: 1px solid var(--gd-line);
            background: #fff;
            box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .door-card:hover {
            transform: translateY(-3px);
            box-shadow: var(--gd-shadow);
        }

        .door-photo {
            display: grid;
            place-items: end center;
            padding: 26px 26px 0;
            background: linear-gradient(180deg, #f8f7f3 0%, #efebe3 100%);
            overflow: hidden;
        }

        .door-photo img {
            width: 100%;
            height: 330px;
            object-fit: contain;
            object-position: bottom center;
            filter: drop-shadow(0 12px 14px rgba(42, 35, 24, 0.12));
        }

        .door-body {
            display: flex;
            flex-direction: column;
            padding: 24px;
        }

        .door-meta {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-bottom: 14px;
        }

        .pill {
            display: inline-flex;
            align-items: center;
            min-height: 28px;
            padding: 0 10px;
            border: 1px solid #e5ded1;
            border-radius: 999px;
            color: var(--gd-gold-dark);
            background: #fbfaf7;
            font-size: 12px;
            font-weight: 700;
        }

        .door-title {
            font-size: 21px;
            font-weight: 700;
            line-height: 1.25;
        }

        .door-note {
            margin-top: 12px;
            color: #606060;
            font-size: 14px;
            line-height: 1.7;
        }

        .door-specs {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-top: 18px;
        }

        .door-specs span {
            padding: 7px 10px;
            background: var(--gd-soft);
            color: #514535;
            font-size: 12px;
            font-weight: 600;
        }

        .door-price {
            margin-top: auto;
            padding-top: 20px;
            color: var(--gd-green);
            font-size: 23px;
            font-weight: 700;
        }

        .door-price small {
            display: block;
            margin-top: 4px;
            color: var(--gd-muted);
            font-size: 12px;
            font-weight: 500;
        }

        .door-actions {
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
            gap: 12px;
            align-items: center;
            margin-top: 18px;
        }

        .door-actions .btn {
            min-height: 44px;
            padding: 0 18px;
            font-size: 12px;
        }

        .door-secondary {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 44px;
            color: var(--gd-gold-dark);
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
            border-bottom: 1px solid currentColor;
        }

        .door-secondary.button-like {
            min-height: 44px;
            border: 1px solid var(--gd-line);
            border-radius: 28px;
            background: #fff;
            text-transform: none;
            font-size: 13px;
        }

        .door-secondary.button-like:hover {
            border-color: var(--gd-gold-dark);
        }

        .section-note {
            max-width: 760px;
            margin: -8px 0 0;
            color: var(--gd-muted);
            font-size: 15px;
            line-height: 1.72;
        }

        .listing-benefit {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 14px;
            margin-top: 24px;
        }

        .listing-benefit .item {
            min-height: 104px;
            padding: 20px;
            border: 1px solid var(--gd-line);
            background: #fff;
        }

        .listing-benefit strong {
            display: block;
            margin-bottom: 8px;
            font-size: 14px;
            text-transform: uppercase;
        }

        .listing-benefit span {
            color: var(--gd-muted);
            font-size: 14px;
            line-height: 1.65;
        }

        .modal-overlay {
            position: fixed;
            inset: 0;
            display: none;
            align-items: center;
            justify-content: center;
            padding: 24px;
            background: rgba(27, 24, 20, 0.52);
            z-index: 50;
        }

        .modal-overlay.is-open {
            display: flex;
        }

        .calc-modal {
            position: relative;
            width: min(760px, 100%);
            padding: 34px;
            border: 1px solid var(--gd-line);
            background: #fff;
            box-shadow: var(--gd-shadow);
        }

        .calc-modal .kicker {
            margin-bottom: 10px;
        }

        .calc-modal h3 {
            margin: 0;
            font-family: "PT Sans Caption", "Montserrat", Arial, sans-serif;
            font-size: clamp(28px, 3vw, 36px);
            font-weight: 400;
            line-height: 1.16;
            text-transform: uppercase;
        }

        .calc-modal p {
            margin: 16px 0 22px;
            color: var(--gd-muted);
            line-height: 1.75;
        }

        .modal-close {
            position: absolute;
            top: 16px;
            right: 16px;
            display: grid;
            place-items: center;
            width: 38px;
            height: 38px;
            border: 1px solid var(--gd-line);
            border-radius: 50%;
            background: #fff;
            color: var(--gd-gold-dark);
            font-size: 24px;
            line-height: 1;
            cursor: pointer;
        }

        .modal-form {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 14px;
        }

        .modal-form .field.full,
        .modal-form .b-privacy,
        .modal-form .b-send,
        .modal-form .palette-row {
            grid-column: 1 / -1;
        }

        .palette-row {
            padding: 16px;
            border: 1px solid var(--gd-line);
            background: #fbfaf7;
        }

        .palette-head {
            display: flex;
            justify-content: space-between;
            gap: 16px;
            margin-bottom: 12px;
            font-size: 14px;
            font-weight: 700;
        }

        .palette-head span {
            color: var(--gd-muted);
            font-size: 13px;
            font-weight: 500;
        }

        .swatches {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 10px;
        }

        .swatch {
            display: grid;
            gap: 8px;
            justify-items: center;
            min-height: 92px;
            padding: 12px 8px;
            border: 1px solid var(--gd-line);
            background: #fff;
            color: var(--gd-text);
            font-family: inherit;
            font-size: 12px;
            font-weight: 700;
            cursor: pointer;
            transition: border 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
        }

        .swatch:hover,
        .swatch.is-active {
            border-color: var(--gd-gold-dark);
            box-shadow: 0 10px 20px rgba(37, 31, 22, 0.08);
            transform: translateY(-1px);
        }

        .swatch-dot {
            width: 34px;
            height: 34px;
            border-radius: 50%;
            border: 1px solid rgba(0, 0, 0, 0.14);
            background: var(--swatch-color);
        }

        .swatch small {
            color: var(--gd-muted);
            font-weight: 500;
        }

        .info-split {
            display: grid;
            grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
            gap: 56px;
            align-items: start;
        }

        .text-panel h2 {
            margin-bottom: 24px;
            font-size: clamp(30px, 3vw, 46px);
            text-transform: uppercase;
        }

        .text-panel p {
            margin: 0 0 18px;
            color: #555;
            line-height: 1.8;
        }

        .feature-list {
            display: grid;
            gap: 14px;
        }

        .feature-row {
            display: grid;
            grid-template-columns: 42px 1fr;
            gap: 16px;
            align-items: start;
            padding: 20px;
            border: 1px solid var(--gd-line);
            background: #fff;
        }

        .feature-row .num {
            display: grid;
            place-items: center;
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background: var(--gd-gold);
            color: #fff;
            font-weight: 700;
        }

        .feature-row strong {
            display: block;
            margin-bottom: 4px;
        }

        .feature-row span {
            color: var(--gd-muted);
            font-size: 14px;
        }

        .steps {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 16px;
        }

        .step {
            min-height: 190px;
            padding: 24px;
            border: 1px solid var(--gd-line);
            background: #fff;
        }

        .step b {
            display: block;
            margin-bottom: 18px;
            color: var(--gd-gold-dark);
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 0.06em;
        }

        .step strong {
            display: block;
            margin-bottom: 10px;
            font-size: 18px;
        }

        .step span {
            color: var(--gd-muted);
            font-size: 14px;
        }

        .request-box {
            display: grid;
            grid-template-columns: minmax(0, 0.85fr) minmax(380px, 0.95fr);
            gap: 50px;
            align-items: start;
            padding: 54px;
            background: #fff;
            border: 1px solid var(--gd-line);
            box-shadow: var(--gd-shadow);
        }

        .request-box h2 {
            font-size: clamp(30px, 3vw, 46px);
            text-transform: uppercase;
        }

        .request-box p {
            margin: 22px 0 0;
            color: var(--gd-muted);
            line-height: 1.8;
        }

        .feedback {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 14px;
        }

        .field.full,
        .b-privacy,
        .b-send {
            grid-column: 1 / -1;
        }

        input,
        textarea {
            width: 100%;
            border: 1px solid var(--gd-line);
            border-radius: 0;
            background: #fbfaf7;
            color: var(--gd-text);
            font-family: inherit;
            font-size: 14px;
        }

        input {
            height: 50px;
            padding: 0 16px;
        }

        textarea {
            min-height: 112px;
            padding: 14px 16px;
            resize: vertical;
        }

        .b-privacy label {
            display: grid;
            grid-template-columns: 18px 1fr;
            gap: 10px;
            align-items: start;
            color: var(--gd-muted);
            font-size: 12px;
            line-height: 1.55;
        }

        .b-privacy input {
            width: 16px;
            height: 16px;
            margin-top: 2px;
        }

        .b-privacy a {
            color: var(--gd-gold-dark);
            text-decoration: underline;
        }

        .footer {
            padding: 52px 0 32px;
            color: #fff;
            background: #25221e;
        }

        .footer nav {
            border: 0;
        }

        .footer nav ul {
            display: flex;
            flex-wrap: wrap;
            gap: 18px 30px;
            padding: 0;
            margin: 0 0 34px;
            list-style: none;
            color: #e8dfcf;
            font-weight: 700;
            text-transform: uppercase;
            font-size: 12px;
        }

        .footer-contacts {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 28px;
            padding-top: 30px;
            border-top: 1px solid rgba(255, 255, 255, 0.14);
        }

        .footer-card {
            padding: 26px;
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.12);
        }

        .footer-card .h6 {
            margin-bottom: 18px;
            color: #fff;
            font-size: 18px;
            font-weight: 700;
        }

        .footer-card p {
            margin: 0 0 10px;
            color: #d4caba;
        }

        .footer-card a {
            color: #fff;
            font-weight: 700;
        }

        .footer-bottom {
            display: grid;
            grid-template-columns: auto 1fr;
            gap: 28px;
            align-items: start;
            margin-top: 34px;
            color: #bdb3a5;
            font-size: 12px;
        }

        .footer-bottom .messenger a {
            border-color: rgba(255, 255, 255, 0.22);
            background: rgba(255, 255, 255, 0.08);
        }

        @media (max-width: 1180px) {
            .header {
                grid-template-columns: 1fr auto;
            }

            .header .messenger,
            .header-order {
                display: none;
            }

            .door-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .intent-grid,
            .steps,
            .listing-benefit {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }

        @media (max-width: 860px) {
            .container {
                width: calc(100% - 28px) !important;
                max-width: 720px !important;
                min-width: 0 !important;
            }

            .header-top,
            .nav-top,
            .hero-grid,
            .section-head,
            .series-head,
            .info-split,
            .request-box,
            .footer-contacts,
            .footer-bottom,
            .modal-form {
                grid-template-columns: 1fr;
            }

            .header-top {
                gap: 10px;
            }

            .header {
                display: flex;
                justify-content: space-between;
                gap: 16px;
                padding: 18px 0;
                overflow: hidden;
            }

            .header-logo img {
                width: 56px;
            }

            .header-phone {
                text-align: right;
                min-width: 0;
            }

            .header-phone .phone {
                max-width: 180px;
                overflow: hidden;
                font-size: 16px;
                white-space: nowrap;
            }

            .worktime {
                display: none;
            }

            .nav-top {
                display: grid;
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 0;
                text-align: center;
            }

            .nav-top li {
                padding: 12px 6px;
                border-top: 1px solid #f0ece5;
            }

            .massive-hero {
                padding: 52px 0 46px;
                background: #fff;
            }

            .hero-grid {
                gap: 34px;
            }

            .hero-visual {
                min-height: 360px;
                background: var(--gd-soft);
            }

            .hero-visual:before {
                inset: 44px 16px 28px;
            }

            .hero-visual img {
                width: min(260px, 68%);
                max-height: 380px;
            }

            .section-head,
            .section-head.compact,
            .series-head,
            .series-title-group {
                gap: 18px;
            }

            .section-head h2,
            .series-head h2 {
                max-width: none;
                font-size: clamp(26px, 8vw, 34px);
                line-height: 1.18;
                overflow-wrap: normal;
                word-break: normal;
                hyphens: none;
            }

            .advantage-grid,
            .door-grid,
            .intent-grid,
            .steps,
            .feedback,
            .listing-benefit,
            .swatches {
                grid-template-columns: 1fr;
            }

            .section {
                padding: 54px 0;
            }

            .door-card {
                grid-template-rows: 300px 1fr;
                min-height: 0;
            }

            .door-photo img {
                height: 278px;
            }

            .door-actions {
                grid-template-columns: 1fr;
            }

            .request-box {
                padding: 28px;
            }

            .calc-modal {
                padding: 26px 20px;
            }
        }

        @media (max-width: 520px) {
            .header {
                justify-content: center;
            }

            .header-phone {
                display: none;
            }

            .nav-top {
                grid-template-columns: 1fr;
            }

            h1 {
                max-width: 100%;
                font-size: 30px;
                line-height: 1.22;
            }

            .lead {
                max-width: 330px;
                font-size: 15px;
            }

            .advantage-item span,
            .section-head p,
            .series-head p,
            .door-note,
            .feature-row span,
            .step span,
            .request-box p {
                display: block;
                max-width: 300px;
                font-size: 14px;
                line-height: 1.7;
            }

            .hero-actions {
                align-items: stretch;
                flex-direction: column;
            }

            .btn,
            .text-link {
                width: 100%;
            }

            .footer nav ul {
                display: grid;
                grid-template-columns: 1fr;
            }
        }
