/*
Theme Name: КорпусГранд
Theme URI: https://corpusgrand.ru/
Author: КорпусГранд
Description: Кастомная светлая WooCommerce-тема мебельного производства с управлением через Secure Custom Fields.
Version: 1.2.2
Text Domain: corpusgrand
*/

:root {
    --navy-950: #071d35;
    --navy-900: #0b2744;
    --navy-700: #24445f;
    --copper-600: #9b5837;
    --copper-500: #b86c43;
    --copper-300: #e6a172;
    --copper-100: #f5d7c3;
    --paper: #f5f7f8;
    --paper-strong: #eef2f4;
    --white: #fff;
    --line: #ccd6dd;
    --ink-soft: #52687a;
    --radius: 18px;
    --container: min(calc(100% - 48px), 1680px);
    --heading: "Unbounded", Arial, sans-serif;
    --body: "Manrope", Arial, sans-serif;
    --ease: cubic-bezier(.2, .78, .3, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { max-width: 100%; margin: 0; overflow-x: hidden; background: var(--paper); color: var(--navy-950); font-family: var(--body); font-size: 16px; line-height: 1.55; }
body.menu-is-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
h1, h2, h3, h4, p, figure, blockquote { margin-top: 0; }
::selection { background: var(--copper-300); color: var(--navy-950); }

.screen-reader-text, .skip-link:not(:focus), .lead-form__honeypot {
    position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important;
    overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important;
}
.skip-link:focus { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 12px 18px; background: var(--white); border: 2px solid var(--copper-500); }

.site-header { position: relative; z-index: 40; border-top: 4px solid var(--navy-950); border-bottom: 1px solid var(--line); background: rgb(250 252 253 / .96); }
.site-header__inner, .site-header__bar { width: var(--container); margin: auto; }
.site-header__inner { min-height: 70px; display: grid; grid-template-columns: auto minmax(240px, 1fr) auto; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 0; }
.brand__mark { width: 44px; height: 44px; object-fit: contain; }
.brand__wording { display: grid; line-height: 1; }
.brand__wording strong { font-family: var(--heading); font-size: 15px; font-weight: 650; letter-spacing: -.03em; }
.brand__wording small { margin-top: 5px; color: var(--copper-600); font-size: 7px; font-weight: 800; letter-spacing: .12em; }
.site-header__tagline { margin: 0; justify-self: center; color: var(--navy-700); font-size: 11px; font-weight: 700; text-align: center; }
.site-header__utility { display: flex; align-items: center; gap: 10px; }
.header-phone { font-size: 12px; font-weight: 800; white-space: nowrap; }
.cart-link { min-height: 38px; padding: 0 7px 0 14px; display: inline-flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 999px; font-size: 11px; font-weight: 800; }
.cart-link__count { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: var(--copper-300); font-size: 10px; }
.site-header__bar { min-height: 60px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(350px, 38%); align-items: center; gap: 30px; border-top: 1px solid #e1e7eb; }
.desktop-nav { display: flex; align-items: center; gap: clamp(16px, 1.7vw, 31px); }
.desktop-nav a { position: relative; padding: 19px 0; color: #263f55; font-size: 12px; font-weight: 750; white-space: nowrap; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: 13px; left: 0; height: 2px; background: var(--copper-500); transform: scaleX(0); transform-origin: right; transition: transform .22s var(--ease); }
.header-search { height: 42px; padding: 3px 3px 3px 14px; display: flex; align-items: center; gap: 8px; border: 1px solid #bdc9d2; border-radius: 999px; background: var(--white); }
.header-search > span { color: var(--copper-600); font-size: 20px; line-height: 1; }
.header-search input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; color: var(--navy-950); font-size: 12px; }
.header-search button { height: 34px; padding: 0 18px; border: 0; border-radius: 999px; background: var(--navy-950); color: var(--white); font-size: 10px; font-weight: 800; cursor: pointer; }
.menu-toggle { width: 42px; height: 42px; padding: 0; display: none; place-items: center; border: 0; border-radius: 50%; background: var(--navy-950); color: var(--white); cursor: pointer; }
.menu-toggle svg { width: 19px; height: 19px; display: block; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; vector-effect: non-scaling-stroke; }

.menu-panel { position: fixed; inset: 0; z-index: 100; padding: 18px 22px 26px; display: flex; flex-direction: column; background: var(--navy-950); color: var(--white); visibility: hidden; opacity: 0; clip-path: inset(0 0 100%); transition: clip-path .32s var(--ease), opacity .2s ease, visibility 0s .32s; }
.menu-is-open .menu-panel { visibility: visible; opacity: 1; clip-path: inset(0); transition-delay: 0s; }
.menu-panel__top { display: flex; justify-content: space-between; align-items: center; font-family: var(--heading); font-size: 14px; }
.menu-close { position: relative; width: 44px; height: 44px; border: 1px solid rgb(255 255 255 / .25); border-radius: 50%; background: transparent; cursor: pointer; }
.menu-close i { position: absolute; top: 21px; left: 12px; width: 20px; height: 1px; background: currentColor; }
.menu-close i:first-child { transform: rotate(45deg); } .menu-close i:last-child { transform: rotate(-45deg); }
.header-search--mobile { display: none; }
.menu-panel__nav { margin: auto 0; display: grid; }
.menu-panel__nav a { padding: 12px 0; display: block; border-bottom: 1px solid rgb(255 255 255 / .17); font-family: var(--heading); font-size: clamp(23px, 6vw, 52px); line-height: 1.05; }
.menu-panel__contacts { display: flex; flex-wrap: wrap; gap: 16px; font-size: 12px; font-weight: 700; }

.button { min-height: 52px; padding: 0 8px 0 22px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; border: 0; border-radius: 999px; font-size: 12px; font-weight: 800; cursor: pointer; transition: transform .18s var(--ease), background .18s ease, color .18s ease; }
.button b { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; }
.action-arrow { width: 15px; height: 15px; display: block; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.button--dark { background: var(--navy-950); color: var(--white); }
.button--dark b { background: var(--copper-300); color: var(--navy-950); }
.text-link { width: fit-content; margin-top: 34px; padding-bottom: 7px; display: inline-flex; gap: 22px; border-bottom: 1px solid var(--navy-950); font-size: 12px; font-weight: 800; }
.text-link span { color: var(--copper-600); }
.text-link .action-arrow { width: 14px; height: 14px; }

.hero { width: var(--container); margin: 18px auto 0; }
.hero-main { position: relative; min-height: min(830px, calc(100svh - 166px)); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper-strong); box-shadow: 0 24px 70px rgb(7 29 53 / .09); }
.hero-main__image { position: absolute; z-index: 0; top: 22px; right: 22px; width: 61%; height: calc(100% - 126px); border-radius: 14px; object-fit: cover; object-position: center; }
.hero-main__shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, #eef2f4 0%, #eef2f4 31%, rgb(238 242 244 / .98) 39%, rgb(238 242 244 / .7) 51%, transparent 69%); pointer-events: none; }
.hero-card { position: relative; z-index: 3; width: 66%; min-height: calc(100% - 102px); padding: clamp(58px, 6vw, 105px) 20px 125px clamp(38px, 4.5vw, 78px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.hero-card__serial { margin-bottom: 24px; color: var(--copper-600); font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.hero-card h1 { max-width: 1020px; margin: 0; font-family: var(--heading); font-size: clamp(42px, 4.4vw, 78px); font-weight: 600; letter-spacing: -.045em; line-height: 1.02; text-wrap: balance; }
.hero-card h1 span { display: block; margin-top: 5px; color: var(--copper-600); }
.hero-card__lead { max-width: 660px; margin: 22px 0 0; color: #3f566a; font-size: clamp(14px, .98vw, 18px); font-weight: 600; }
.benefits { width: min(770px, 100%); margin: 26px 0 28px; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 11px 20px; list-style: none; }
.benefits li { display: flex; gap: 7px; color: #2d4960; font-size: 11px; font-weight: 700; }
.benefits li span { color: var(--copper-600); font-family: var(--heading); font-size: 8px; }
.hero-stats { position: absolute; z-index: 4; right: 0; bottom: 0; left: 0; min-height: 102px; padding: 13px clamp(20px, 3.2vw, 56px); display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); background: rgb(249 251 252 / .97); }
.stat { padding: 8px clamp(10px, 2vw, 30px); display: flex; align-items: center; gap: 13px; }
.stat + .stat { border-left: 1px solid var(--line); }
.stat strong { color: var(--copper-600); font-family: var(--heading); font-size: clamp(19px, 2vw, 31px); font-weight: 600; letter-spacing: -.04em; white-space: nowrap; }
.stat span { max-width: 140px; color: #41586b; font-size: 10px; font-weight: 700; line-height: 1.35; }

.section { width: var(--container); margin: 0 auto; padding: clamp(88px, 9vw, 150px) 0; }
.section-heading { max-width: 1050px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading__eyebrow, .page-hero__eyebrow { margin-bottom: 17px; color: var(--copper-600); font-size: 9px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.section-heading__eyebrow::before, .page-hero__eyebrow::before { content: ""; width: 28px; height: 1px; margin: 0 10px 3px 0; display: inline-block; background: currentColor; }
.section-heading h2 { max-width: 1000px; margin-bottom: 20px; font-family: var(--heading); font-size: clamp(30px, 4vw, 65px); font-weight: 600; letter-spacing: -.045em; line-height: 1.08; text-wrap: balance; }
.section-heading__text { max-width: 780px; margin: 0; color: var(--ink-soft); font-size: clamp(14px, 1.05vw, 18px); }

.category-showcase { margin-top: 55px; display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 260px; gap: 14px; }
.category-tile { position: relative; min-height: 0; overflow: hidden; border-radius: 14px; background: var(--navy-950); color: var(--white); }
.category-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.category-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgb(5 21 38 / .88)); }
.category-tile--1 { grid-column: span 6; grid-row: span 2; }
.category-tile--2, .category-tile--3 { grid-column: span 3; }
.category-tile--4, .category-tile--5 { grid-column: span 3; }
.category-tile h3 { position: absolute; z-index: 2; right: 18px; bottom: 16px; left: 18px; margin: 0; font-family: var(--heading); font-size: clamp(18px, 2vw, 31px); letter-spacing: -.04em; }
.category-tile b { position: absolute; z-index: 2; right: 16px; top: 16px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: rgb(249 251 252 / .94); color: var(--navy-950); }
.category-tile b .action-arrow { width: 16px; height: 16px; }

.trust-intro { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); gap: clamp(40px, 8vw, 130px); align-items: end; }
.trust-intro__text { color: var(--ink-soft); font-size: clamp(15px, 1.1vw, 19px); }
.trust-intro__text p:last-child { margin-bottom: 0; }
.story-rail { margin-top: 58px; }
.story-rail__track { display: grid; grid-auto-flow: column; grid-auto-columns: min(61vw, 960px); gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.story-rail__track::-webkit-scrollbar, .collection__track::-webkit-scrollbar, .reviews-rail__track::-webkit-scrollbar { display: none; }
.story-slide { position: relative; height: 520px; overflow: hidden; border-radius: 14px; scroll-snap-align: start; }
.story-slide img { width: 100%; height: 100%; object-fit: cover; }
.story-slide::after { content: ""; position: absolute; inset: auto 0 0; height: 40%; background: linear-gradient(transparent, rgb(7 29 53 / .85)); }
.story-slide figcaption { position: absolute; z-index: 2; right: 24px; bottom: 20px; left: 24px; display: flex; gap: 18px; color: var(--white); font-size: 13px; font-weight: 700; }
.story-slide figcaption span { color: var(--copper-300); }
.story-rail__controls, .reviews-rail__controls { margin-top: 18px; display: flex; justify-content: flex-end; gap: 8px; }
.story-rail__controls button, .reviews-rail__controls button, .collection__controls button { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); cursor: pointer; }
.story-rail__controls button:disabled, .reviews-rail__controls button:disabled, .collection__controls button:disabled { opacity: .32; cursor: default; }
.story-rail__controls.is-static, .reviews-rail__controls.is-static, .collection__controls.is-static { visibility: hidden; }
.trust-statement { max-width: 1250px; margin: clamp(70px, 9vw, 140px) 0 44px auto; font-family: var(--heading); font-size: clamp(28px, 4.5vw, 70px); font-weight: 600; letter-spacing: -.05em; line-height: 1.08; text-align: right; }
.trust-statement::first-letter { color: var(--copper-600); }
.trust-cards { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.trust-card { min-height: 350px; position: relative; overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.trust-card img { width: 100%; height: 165px; object-fit: cover; filter: saturate(.72); }
.trust-card__body { padding: 22px; }
.trust-card span { color: var(--copper-600); font-size: 9px; font-weight: 800; }
.trust-card h3 { margin: 13px 0 8px; font-family: var(--heading); font-size: 18px; letter-spacing: -.03em; }
.trust-card p { margin: 0; color: var(--ink-soft); font-size: 13px; }

.collection { margin-top: 50px; }
.collection__controls { margin-bottom: 14px; display: flex; align-items: center; justify-content: flex-end; gap: 9px; }
.collection__controls span { width: 44px; text-align: center; color: var(--copper-600); font-size: 10px; font-weight: 800; }
.collection__track { display: grid; grid-auto-flow: column; grid-auto-columns: clamp(300px, 36vw, 580px); gap: 14px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.product-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--white); scroll-snap-align: start; }
.product-card__visual { position: relative; height: 330px; display: block; overflow: hidden; background: #edf1f3; }
.product-card__visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s var(--ease); }
.product-card__badge { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 7px 11px; border-radius: 999px; background: var(--copper-300); color: var(--navy-950); font-size: 9px; font-weight: 800; }
.product-card__body { padding: 20px; }
.product-card h3 { min-height: 47px; margin-bottom: 8px; font-family: var(--heading); font-size: 16px; letter-spacing: -.03em; }
.product-card__price { color: var(--copper-600); font-family: var(--heading); font-size: 18px; font-weight: 650; }
.product-card__price del { color: #748391; font-size: .72em; font-weight: 500; }
.product-card__price ins { margin-left: 8px; color: var(--copper-600); text-decoration: none; }
.product-card__specs { margin: 16px 0 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-block: 1px solid var(--line); }
.product-card__specs div { min-width: 0; padding: 10px 8px; }
.product-card__specs div + div { border-left: 1px solid var(--line); }
.product-card__specs dt { color: var(--ink-soft); font-size: 8px; font-weight: 750; text-transform: uppercase; }
.product-card__specs dd { margin: 3px 0 0; font-size: 9px; font-weight: 750; line-height: 1.25; overflow-wrap: anywhere; }
.product-card__link { margin-top: 18px; padding-top: 15px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); font-size: 10px; font-weight: 800; }
.product-card__actions { margin-top: 16px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; align-items: stretch; }
.product-card__actions .product-card__link { min-height: 42px; margin: 0; padding: 0 13px; align-items: center; border: 1px solid var(--line); border-radius: 999px; }
.woocommerce ul.products li.product .product-card__actions .button { min-height: 42px; margin: 0; padding: 0 15px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; font-size: 10px; white-space: nowrap; }
.woocommerce ul.products li.product .product-card__actions .button.kg-view-cart { background: var(--copper-300); color: var(--navy-950); }
.product-card__actions .added_to_cart.wc-forward { display: none !important; }

.promo-section { position: relative; width: 100%; padding-inline: max(24px, calc((100% - 1680px) / 2)); overflow: hidden; background: var(--navy-950); color: var(--white); }
.promo-section__background { position: absolute; inset: 0 0 auto auto; width: 50%; height: 65%; object-fit: cover; opacity: .28; filter: grayscale(.2); }
.promo-section::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--navy-950) 0 46%, transparent 75%), linear-gradient(180deg, transparent 35%, var(--navy-950) 72%); pointer-events: none; }
.promo-section > *:not(.promo-section__background) { position: relative; z-index: 2; }
.promo-section .section-heading__text { color: #bac6cf; }
.promo-section__heading { max-width: 900px; }
.promo-section .collection__track { grid-auto-columns: clamp(320px, 38vw, 680px); }
.promo-section .collection__controls button { border-color: rgb(255 255 255 / .22); background: transparent; color: var(--white); }
.promo-section .product-card { border-color: rgb(255 255 255 / .15); color: var(--navy-950); }

.works-grid { margin-top: 55px; display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 100px; gap: 14px; }
.work { position: relative; overflow: hidden; border-radius: 14px; background: #dfe5e8; }
.work--1 { grid-column: span 7; grid-row: span 6; } .work--2 { grid-column: span 5; grid-row: span 4; }
.work--3 { grid-column: span 5; grid-row: span 5; } .work--4 { grid-column: span 4; grid-row: span 5; }
.work--5 { grid-column: span 3; grid-row: span 5; } .work--6 { grid-column: span 5; grid-row: span 5; }
.work img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.work::after { content: ""; position: absolute; inset: auto 0 0; height: 40%; background: linear-gradient(transparent, rgb(7 29 53 / .85)); }
.work figcaption { position: absolute; z-index: 2; right: 20px; bottom: 18px; left: 20px; color: var(--white); }
.work figcaption span { color: var(--copper-300); font-size: 9px; font-weight: 800; }
.work h3 { margin: 6px 0 0; font-family: var(--heading); font-size: clamp(17px, 1.6vw, 26px); letter-spacing: -.03em; }

.brands-section { border-top: 1px solid var(--line); }
.brands-section__head { display: grid; grid-template-columns: 1fr 280px; gap: 70px; align-items: end; }
.material-swatch { height: 160px; display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border-radius: 14px; }
.material-swatch i:nth-child(1) { background: #162f46; } .material-swatch i:nth-child(2) { background: #b86c43; }
.material-swatch i:nth-child(3) { background: #d9c2a7; } .material-swatch i:nth-child(4) { background: #ece7df; }
.brand-list { margin-top: 55px; border-top: 1px solid var(--line); }
.brand-list a { min-height: 112px; padding: 12px 18px; display: grid; grid-template-columns: 60px 132px 1fr; gap: 22px; align-items: center; border-bottom: 1px solid var(--line); transition: background .2s ease; }
.brand-list a > span { color: var(--copper-600); font-size: 9px; font-weight: 800; }
.brand-list a > div { display: grid; grid-template-columns: 1fr 240px; gap: 28px; align-items: center; }
.brand-list strong { font-family: var(--heading); font-size: clamp(20px, 2.2vw, 36px); letter-spacing: -.04em; }
.brand-list img { width: 132px; height: 84px; border-radius: 8px; object-fit: cover; object-position: center; }
.brand-list small { color: var(--ink-soft); font-weight: 700; }

.reviews-section { overflow: hidden; }
.reviews-rail { margin-top: 50px; }
.reviews-rail__track { display: grid; grid-auto-flow: column; grid-auto-columns: clamp(360px, 44vw, 580px); gap: 14px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.review-card { min-height: 340px; padding: 30px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 14px; background: var(--white); scroll-snap-align: start; }
.review-card__rating { color: var(--copper-500); letter-spacing: .16em; }
.review-card blockquote { margin: 38px 0 34px; font-family: var(--heading); font-size: clamp(16px, 1.5vw, 23px); letter-spacing: -.03em; line-height: 1.45; }
.review-card footer { margin-top: auto; padding-top: 18px; display: flex; align-items: center; gap: 12px; border-top: 1px solid var(--line); }
.review-card footer > span, .review-card footer > img { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--navy-950); color: var(--white); object-fit: cover; font-weight: 800; }
.review-card footer div { display: grid; }
.review-card footer strong { font-size: 12px; }
.review-card footer small { color: var(--ink-soft); font-size: 10px; }

.consult-section { width: 100%; display: grid; grid-template-columns: .82fr 1.18fr; background: var(--navy-950); color: var(--white); }
.consult-section__visual { position: relative; min-height: 820px; }
.consult-section__visual img { width: 100%; height: 100%; object-fit: cover; opacity: .78; }
.consult-section__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgb(7 29 53 / .7)); }
.consult-section__content { padding: clamp(60px, 8vw, 130px); }
.consult-section .section-heading__text { color: #b9c5ce; }
.consult-section__content > ul { margin: 30px 0; padding: 0; display: grid; gap: 10px; list-style: none; color: #d9e0e5; font-size: 12px; }
.consult-section__content > ul li::before { content: ""; width: 7px; height: 7px; margin: 0 12px 1px 2px; display: inline-block; border-top: 1.5px solid var(--copper-300); border-right: 1.5px solid var(--copper-300); }
.lead-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.lead-form label, .review-form label { display: grid; gap: 7px; }
.lead-form label > span, .review-form label > span { color: inherit; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.lead-form input, .lead-form textarea, .review-form input, .review-form textarea, .review-form select { width: 100%; border: 1px solid rgb(255 255 255 / .22); border-radius: 10px; outline: 0; background: rgb(255 255 255 / .08); color: inherit; }
.lead-form input, .review-form input, .review-form select { height: 50px; padding: 0 14px; }
.lead-form textarea, .review-form textarea { padding: 13px 14px; resize: vertical; }
.lead-form input:focus, .lead-form textarea:focus, .review-form input:focus, .review-form textarea:focus, .review-form select:focus { border-color: var(--copper-300); box-shadow: 0 0 0 3px rgb(230 161 114 / .15); }
.lead-form__wide { grid-column: 1 / -1; }
.lead-form__submit { grid-column: 1 / -1; margin-top: 4px; background: var(--copper-300); color: var(--navy-950); }
.lead-form__submit b { background: var(--navy-950); color: var(--white); }
.lead-form__consent { grid-column: 1 / -1; margin: 0; color: #95a8b7; font-size: 9px; }
.form-status { width: var(--container); margin: 16px auto 0; padding: 16px 18px; display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 12px; align-items: center; border-radius: 10px; font-size: 12px; animation: kg-status-in .22s var(--ease) both; }
.form-status__mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; font-size: 17px; font-weight: 900; }
.form-status__copy { min-width: 0; display: grid; gap: 2px; }
.form-status__copy strong { font-size: 14px; line-height: 1.25; }
.form-status__copy > span { line-height: 1.5; }
.form-status--success { background: #dceee6; color: #174f3a; }
.form-status--success .form-status__mark { background: #174f3a; color: var(--white); }
.form-status--error { background: #f4dfda; color: #7c2b1f; }
.form-status--error .form-status__mark { background: #7c2b1f; color: var(--white); }
.lead-form__feedback { min-width: 0; grid-column: 1 / -1; }
.lead-form__feedback:empty, .review-form__feedback:empty { display: none; }
.lead-form__feedback .form-status, .review-form__feedback .form-status { width: 100%; margin: 2px 0 0; }
.review-form__feedback { min-width: 0; }
.lead-form[data-submitting="true"] .lead-form__submit { cursor: wait; opacity: .72; }

.site-footer { padding: 82px max(24px, calc((100% - 1680px) / 2)) 22px; background: #04172b; color: var(--white); }
.site-footer__grid { display: grid; grid-template-columns: 1.5fr .8fr .8fr 1.1fr; gap: clamp(35px, 5vw, 90px); }
.brand--footer .brand__mark { filter: brightness(1.35); }
.site-footer__brand { position: relative; overflow: hidden; }
.site-footer__brand > p { max-width: 380px; margin: 28px 0 0; color: #9eafbc; font-size: 12px; }
.site-footer__column { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.site-footer__column h2 { margin-bottom: 12px; color: var(--copper-300); font-family: var(--heading); font-size: 12px; letter-spacing: .02em; }
.site-footer__column a, .site-footer__column p { margin: 0; color: #b9c5ce; font-size: 11px; }
.site-footer__socials { margin-top: 10px; display: flex; flex-wrap: wrap; gap: 8px; }
.site-footer__socials a { padding: 7px 9px; border: 1px solid rgb(255 255 255 / .18); border-radius: 999px; }
.site-footer__bottom { margin-top: 68px; padding-top: 18px; display: flex; justify-content: space-between; border-top: 1px solid rgb(255 255 255 / .14); color: #7f94a5; font-size: 9px; }

.inner-page { padding-top: 18px; }
.page-hero { width: var(--container); min-height: 620px; margin: 0 auto; display: grid; grid-template-columns: .9fr 1.1fr; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--paper-strong); }
.page-hero__copy { padding: clamp(48px, 7vw, 110px); display: flex; flex-direction: column; justify-content: center; }
.page-hero h1 { margin-bottom: 26px; font-family: var(--heading); font-size: clamp(38px, 5vw, 78px); font-weight: 600; letter-spacing: -.05em; line-height: 1.05; text-wrap: balance; }
.page-hero__copy > p:last-child { max-width: 650px; margin: 0; color: var(--ink-soft); font-size: clamp(14px, 1vw, 18px); }
.page-hero__visual { position: relative; min-height: 620px; }
.page-hero__visual img { width: 100%; height: 100%; object-fit: cover; }
.page-hero__visual::after { content: ""; position: absolute; inset: 0; border: 16px solid rgb(255 255 255 / .22); border-left: 0; pointer-events: none; }
.editorial-section { width: var(--container); margin: 0 auto; padding: clamp(90px, 10vw, 170px) 0; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 130px); align-items: center; }
.editorial-section--reverse .editorial-section__visual { order: 2; }
.editorial-section__visual { position: relative; min-height: 620px; border-radius: 14px; overflow: hidden; }
.editorial-section__visual img { width: 100%; height: 100%; object-fit: cover; }
.editorial-section__visual--plain { border-radius: 16px; isolation: isolate; }
.editorial-section__visual--plain img { position: absolute; inset: 0; display: block; }
.editorial-section__visual span { position: absolute; right: 18px; bottom: 18px; padding: 8px 10px; background: var(--copper-300); font-size: 9px; font-weight: 800; }
.editorial-section__copy h2, .contacts-layout h2, .legal-content h2, .inner-cta h2, .review-submit h2 { font-family: var(--heading); font-size: clamp(30px, 3.8vw, 60px); letter-spacing: -.05em; line-height: 1.1; }
.rich-text { color: var(--ink-soft); font-size: clamp(15px, 1.06vw, 19px); }
.rich-text h3 { margin-top: 35px; color: var(--navy-950); font-family: var(--heading); font-size: 20px; }
.trust-cards--inner { margin-top: 48px; }
.works-section--inner { padding-top: 0; }
.inner-cta { padding: clamp(60px, 8vw, 120px) max(24px, calc((100% - 1680px) / 2)); display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 9vw, 140px); background: var(--navy-950); color: var(--white); }
.inner-cta > div > p:last-child { color: #aab9c4; }
.inner-cta .lead-form { align-self: start; }
.process-cards { margin-top: 48px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.process-cards article { position: relative; min-height: 450px; padding: 20px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.process-cards article > span { color: var(--copper-600); font-size: 9px; font-weight: 800; }
.process-cards img { height: 230px; margin: 18px 0; border-radius: 9px; object-fit: cover; }
.payment-methods__grid article { min-height: 430px; }
.payment-methods__grid img { height: 250px; background: #eef2f5; object-fit: contain; }
.service-block-heading { max-width: 1220px; display: grid; grid-template-columns: minmax(470px, .85fr) minmax(0, 1fr); gap: clamp(40px, 5vw, 80px); align-items: end; }
.service-block-heading h2 { margin: 0; font-family: var(--heading); font-size: clamp(42px, 6vw, 86px); font-weight: 600; letter-spacing: -.035em; line-height: .98; }
.service-block-heading p { max-width: 720px; margin: 0 0 5px; color: var(--ink-soft); font-size: clamp(15px, 1.12vw, 19px); line-height: 1.6; }
.delivery-info-block { padding-top: clamp(60px, 6vw, 96px); border-top: 1px solid var(--line); }
.delivery-info-block__overview { margin-top: 48px; display: grid; grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr); gap: 14px; align-items: stretch; }
.delivery-info-block__copy { padding: clamp(32px, 4vw, 62px); display: flex; flex-direction: column; justify-content: center; border-radius: 14px; background: var(--navy-950); color: var(--white); }
.delivery-info-block__copy h3 { margin: 0 0 20px; font-family: var(--heading); font-size: clamp(25px, 3vw, 44px); letter-spacing: -.035em; line-height: 1.1; }
.delivery-info-block__copy .rich-text { color: #c2cdd5; font-size: 15px; }
.delivery-info-block__visual { position: relative; min-height: 500px; overflow: hidden; border-radius: 16px; }
.delivery-info-block__visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.info-cards img { background: #eef2f5; object-fit: contain; }
.process-cards h3 { margin-bottom: 8px; font-family: var(--heading); font-size: 19px; letter-spacing: -.03em; }
.process-cards p { margin: 0; color: var(--ink-soft); font-size: 13px; }
.delivery-steps { margin-top: clamp(48px, 6vw, 80px); padding-top: clamp(28px, 3vw, 44px); border-top: 1px solid var(--line); }
.delivery-steps__heading { max-width: 1100px; display: grid; grid-template-columns: minmax(280px, .7fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 96px); align-items: end; }
.delivery-steps__heading h3 { margin: 0; font-family: var(--heading); font-size: clamp(28px, 3.4vw, 52px); letter-spacing: -.035em; line-height: 1.05; }
.delivery-steps__heading p { max-width: 680px; margin: 0 0 4px; color: var(--ink-soft); font-size: clamp(15px, 1.05vw, 18px); line-height: 1.6; }
.delivery-steps__grid { margin: 36px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; list-style: none; }
.delivery-step { min-width: 0; }
.delivery-step figure { margin: 0; }
.delivery-step__media { aspect-ratio: 4 / 3; overflow: hidden; border-radius: 14px; background: #dfe5e9; }
.delivery-step img { width: 100%; height: 100%; display: block; object-fit: cover; }
.delivery-step figcaption { min-height: 76px; padding-top: 18px; display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 12px; align-items: start; border-top: 1px solid var(--line); }
.delivery-step figcaption span { color: var(--copper-600); font-size: 11px; font-weight: 850; line-height: 1.5; }
.delivery-step figcaption strong { font-family: var(--heading); font-size: clamp(17px, 1.5vw, 23px); font-weight: 600; letter-spacing: -.025em; line-height: 1.2; }

.contacts-layout { width: var(--container); margin: 0 auto; padding: clamp(90px, 10vw, 160px) 0; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 9vw, 150px); }
.contact-lines { margin-top: 40px; border-top: 1px solid var(--line); }
.contact-lines > * { padding: 18px 0; display: grid; grid-template-columns: 140px 1fr; border-bottom: 1px solid var(--line); }
.contact-lines span { color: var(--copper-600); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.contact-lines strong { font-size: 14px; }
.contact-messengers { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 8px; }
.contact-messengers a { padding: 10px 13px; display: inline-flex; align-items: center; gap: 7px; border: 1px solid var(--line); border-radius: 999px; font-size: 10px; font-weight: 800; }
.contact-messengers .action-arrow, .map-section__label .action-arrow { width: 13px; height: 13px; flex: 0 0 auto; }
.contacts-layout__form { padding: clamp(28px, 4vw, 60px); border-radius: 14px; background: var(--navy-950); color: var(--white); }
.contacts-layout__form > p { color: #a9bac6; }
.contacts-layout__form .lead-form { margin-top: 30px; }
.map-section { width: var(--container); min-height: 560px; margin: 0 auto clamp(90px, 10vw, 160px); display: grid; grid-template-columns: .42fr 1fr; overflow: hidden; border-radius: 14px; background: var(--navy-950); color: var(--white); }
.map-section__label { padding: clamp(30px, 5vw, 72px); display: flex; flex-direction: column; justify-content: center; }
.map-section__label > span { color: var(--copper-300); font-size: 10px; font-weight: 800; }
.map-section__label h2 { margin: 25px 0 16px; font-family: var(--heading); font-size: clamp(28px, 3vw, 48px); }
.map-section__label p { color: #aab9c5; }
.map-section iframe { width: 100%; height: 100%; border: 0; }
.reviews-wall__grid { margin-top: 50px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.reviews-wall .review-card:nth-child(2n) { transform: translateY(42px); }
.review-submit { padding: clamp(70px, 10vw, 160px) max(24px, calc((100% - 1680px) / 2)); display: grid; grid-template-columns: 1fr 1fr; gap: 0; background: var(--paper-strong); }
.review-submit__visual { position: relative; min-height: 700px; border-radius: 14px 0 0 14px; overflow: hidden; }
.review-submit__visual img { width: 100%; height: 100%; object-fit: cover; }
.review-submit__visual span { position: absolute; bottom: 18px; left: 18px; padding: 8px 10px; background: var(--copper-300); font-size: 9px; font-weight: 800; }
.review-form { padding: clamp(30px, 5vw, 72px); display: grid; gap: 16px; border-radius: 0 14px 14px 0; background: var(--white); }
.review-form input, .review-form textarea, .review-form select { border-color: var(--line); background: var(--paper); color: var(--navy-950); }
.review-form select option { color: var(--navy-950); }

.legal-content, .generic-content, .woocommerce-service-content, .shop-content { width: var(--container); margin: 0 auto; padding: clamp(70px, 9vw, 140px) 0; }
.legal-content { display: grid; grid-template-columns: 1fr .45fr; gap: 90px; align-items: start; }
.legal-content img { width: 100%; height: 520px; border-radius: 14px; object-fit: cover; }
.service-page .page-hero { min-height: 400px; grid-template-columns: 1fr .6fr; }
.service-page .page-hero__visual { min-height: 400px; }
.search-results__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.empty-state { min-height: 440px; display: grid; place-items: center; align-content: center; text-align: center; }
.empty-state > span { color: var(--copper-600); font-size: 80px; }
.empty-state h2 { font-family: var(--heading); font-size: 32px; }
.empty-state p { color: var(--ink-soft); }

/* WooCommerce */
.woocommerce .woocommerce-breadcrumb { margin-bottom: 28px; color: var(--ink-soft); font-size: 10px; }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { margin-bottom: 30px; font-size: 11px; }
.woocommerce .woocommerce-ordering select { height: 42px; padding: 0 36px 0 12px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto; margin: 0; padding: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.woocommerce ul.products li.product .product-card__visual img { height: 100%; margin: 0; object-fit: cover; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 2.35em; margin: 0; padding: 0; font-family: var(--heading); font-size: 15px; letter-spacing: -.03em; line-height: 1.18; }
.woocommerce ul.products li.product .product-card__price { padding: 0; }
.woocommerce ul.products li.product .button { margin: 12px 18px 0; min-height: 42px; background: var(--navy-950); color: var(--white); }
.woocommerce span.onsale { top: 14px; left: 14px; min-width: auto; min-height: auto; padding: 7px 10px; border-radius: 999px; background: var(--copper-300); color: var(--navy-950); line-height: 1; }
.shop-page--single .shop-content { padding-top: 36px; }
.woocommerce div.product { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(40px, 7vw, 110px); }
.woocommerce div.product div.images, .woocommerce div.product div.summary { width: 100% !important; min-width: 0; max-width: none; float: none !important; }
.woocommerce div.product div.images img { border-radius: 14px; }
.woocommerce div.product .summary { padding-top: 30px; }
.woocommerce div.product .product_title { font-family: var(--heading); font-size: clamp(34px, 4vw, 62px); letter-spacing: -.05em; line-height: 1.05; }
.kg-product-subtitle { color: var(--ink-soft); font-size: 15px; }
.woocommerce div.product p.price { color: var(--copper-600); font-family: var(--heading); font-size: 28px; }
.woocommerce div.product form.cart .button, .woocommerce .checkout-button, .woocommerce button.button.alt, .woocommerce #payment #place_order { min-height: 52px; padding: 0 26px; border-radius: 999px; background: var(--navy-950); color: var(--white); }
.kg-product-actions { margin-top: 28px; display: flex; flex-wrap: wrap; align-items: center; gap: 14px 18px; }
.woocommerce div.product .kg-product-actions form.cart { margin: 0; display: flex; align-items: stretch; gap: 12px; }
.woocommerce div.product .kg-product-actions form.cart::before, .woocommerce div.product .kg-product-actions form.cart::after { display: none; content: none; }
.woocommerce div.product .kg-product-actions form.cart div.quantity { margin: 0; float: none; }
.woocommerce div.product .kg-product-actions form.cart .qty { width: 72px; height: 52px; padding: 0 10px; border: 1px solid #aebdc8; border-radius: 10px; background: var(--white); color: var(--navy-950); font-size: 16px; font-weight: 750; text-align: center; }
.woocommerce div.product .kg-product-actions form.cart .qty:focus { border-color: var(--copper-600); outline: 0; box-shadow: 0 0 0 3px rgb(184 108 67 / .13); }
.woocommerce div.product .kg-product-actions form.cart .single_add_to_cart_button { margin: 0; min-width: 132px; display: inline-flex; align-items: center; justify-content: center; float: none; font-size: 13px; font-weight: 800; }
.kg-product-specs { margin: 25px 0; border-top: 1px solid var(--line); }
.kg-product-specs > div { padding: 11px 0; display: grid; grid-template-columns: 140px 1fr; border-bottom: 1px solid var(--line); }
.kg-product-specs dt { color: var(--copper-600); font-size: 10px; font-weight: 800; }
.kg-product-specs dd { margin: 0; font-size: 12px; font-weight: 700; }
.woocommerce div.product .woocommerce-tabs, .woocommerce div.product .related { grid-column: 1 / -1; }
.woocommerce table.shop_table { border-color: var(--line); border-radius: 12px; background: var(--white); }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .select2-container--default .select2-selection--single { min-height: 48px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.woocommerce-checkout #payment { background: var(--paper-strong); border-radius: 12px; }

/* Short, gateway-compatible checkout. */
.woocommerce-checkout .woocommerce-service-content { padding-top: 38px; }
.woocommerce-checkout form.checkout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, .72fr); gap: 20px clamp(28px, 4vw, 58px); align-items: start; }
.woocommerce-checkout form.checkout::before, .woocommerce-checkout form.checkout::after, .woocommerce-checkout #customer_details::before, .woocommerce-checkout #customer_details::after { display: none; content: none; }
.woocommerce-checkout #customer_details { min-width: 0; grid-column: 1; grid-row: 1 / span 2; padding: clamp(24px, 3vw, 42px); border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 { width: 100%; float: none; }
.woocommerce-checkout #customer_details .col-2 { margin-top: 28px; padding-top: 26px; border-top: 1px solid var(--line); }
.woocommerce-checkout .woocommerce-billing-fields > h3, .woocommerce-checkout .woocommerce-additional-fields > h3, .woocommerce-checkout #order_review_heading { display: none; }
.kg-checkout-section-head, .kg-checkout-order-head { min-width: 0; }
.kg-checkout-section-head { margin-bottom: 30px; }
.kg-checkout-order-head { grid-column: 2; grid-row: 1; padding: 4px 2px 0; }
.kg-checkout-section-head h2, .kg-checkout-order-head h2 { margin: 0 0 7px; font-family: var(--heading); font-size: clamp(21px, 2vw, 29px); letter-spacing: -.035em; line-height: 1.15; }
.kg-checkout-section-head p, .kg-checkout-order-head p { max-width: 62ch; margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.55; }
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row { width: auto; margin: 0; float: none; }
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-wide { grid-column: 1 / -1; }
.woocommerce-checkout form .form-row label { margin-bottom: 8px; color: var(--navy-950); font-size: 13px; font-weight: 750; line-height: 1.35; }
.woocommerce-checkout form .form-row .required { color: var(--copper-600); }
.woocommerce-checkout form .form-row input.input-text, .woocommerce-checkout form .form-row textarea { width: 100%; min-height: 54px; padding: 14px 15px; border-color: #b9c5cd; border-radius: 10px; font-size: 16px; transition: border-color .18s ease, box-shadow .18s ease; }
.woocommerce-checkout form .form-row input.input-text:focus, .woocommerce-checkout form .form-row textarea:focus { border-color: var(--copper-600); box-shadow: 0 0 0 3px rgb(184 108 67 / .12); outline: 0; }
.woocommerce-checkout form .form-row textarea { min-height: 116px; resize: vertical; }
.woocommerce-checkout .woocommerce-input-wrapper { display: block; }
.woocommerce-checkout #billing_delivery_method_field { padding-top: 4px; }
.woocommerce-checkout #billing_delivery_method_field > label { margin-bottom: 10px; }
.woocommerce-checkout #billing_delivery_method_field .woocommerce-input-wrapper { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.woocommerce-checkout #billing_delivery_method_field input[type="radio"] { position: absolute; width: 1px; height: 1px; margin: 0; overflow: hidden; opacity: 0; pointer-events: none; }
.woocommerce-checkout #billing_delivery_method_field label.radio { min-height: 56px; margin: 0; padding: 12px 16px; display: flex; align-items: center; gap: 10px; border: 1px solid #b9c5cd; border-radius: 10px; background: var(--paper); color: var(--navy-950); cursor: pointer; }
.woocommerce-checkout #billing_delivery_method_field label.radio::before { content: ""; width: 18px; height: 18px; flex: 0 0 auto; border: 1px solid #8fa0ab; border-radius: 50%; background: var(--white); }
.woocommerce-checkout #billing_delivery_method_field input[type="radio"]:checked + label.radio { border-color: var(--navy-950); background: var(--white); box-shadow: inset 0 0 0 1px var(--navy-950); }
.woocommerce-checkout #billing_delivery_method_field input[type="radio"]:checked + label.radio::before { border-color: var(--copper-600); box-shadow: inset 0 0 0 5px var(--white); background: var(--copper-600); }
.woocommerce-checkout #billing_delivery_method_field input[type="radio"]:focus-visible + label.radio { outline: 3px solid rgb(184 108 67 / .25); outline-offset: 2px; }
.woocommerce-checkout #billing_delivery_method_field label.radio .required { display: none; }
.woocommerce-checkout #order_review { min-width: 0; grid-column: 2; grid-row: 2; position: sticky; top: 142px; padding: clamp(22px, 2.5vw, 32px); border-radius: 14px; background: var(--navy-950); color: var(--white); }
.woocommerce-checkout #order_review::before { content: ""; position: absolute; z-index: 2; top: 0; right: 0; left: 0; height: 3px; border-radius: 14px 14px 0 0; background: var(--copper-300); opacity: 0; transform: scaleX(0); transform-origin: left; pointer-events: none; }
body.kg-quantity-refreshing.woocommerce-checkout .blockUI.blockOverlay { background: transparent !important; opacity: 0 !important; }
body.kg-quantity-refreshing.woocommerce-checkout .blockUI.blockOverlay::before { display: none !important; content: none !important; }
body.kg-quantity-refreshing.woocommerce-checkout #order_review::before { opacity: 1; animation: kg-checkout-progress 1.05s var(--ease) infinite; }
@keyframes kg-checkout-progress {
    0% { transform: scaleX(.08); transform-origin: left; }
    58% { transform: scaleX(.74); transform-origin: left; }
    100% { transform: scaleX(.12); transform-origin: right; }
}
.woocommerce-checkout #order_review table.shop_table { margin: 0; border: 0; border-radius: 0; background: transparent; color: var(--white); }
.woocommerce-checkout #order_review table.shop_table th, .woocommerce-checkout #order_review table.shop_table td { padding: 16px 0; border-color: rgb(255 255 255 / .16); background: transparent; color: inherit; font-size: 13px; }
.woocommerce-checkout #order_review table.shop_table th:last-child, .woocommerce-checkout #order_review table.shop_table td:last-child { padding-left: 18px; text-align: right; }
.woocommerce-checkout #order_review table.shop_table tfoot .order-total th, .woocommerce-checkout #order_review table.shop_table tfoot .order-total td { padding-top: 22px; font-size: 16px; }
.woocommerce-checkout #order_review .order-total strong { color: var(--copper-300); font-family: var(--heading); font-size: 23px; }
.kg-checkout-product { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 12px; align-items: center; color: var(--white); font-weight: 700; line-height: 1.35; }
.kg-checkout-product img { width: 64px; height: 64px; margin: 0; border-radius: 8px; object-fit: cover; }
.kg-checkout-product__copy { min-width: 0; display: grid; gap: 7px; }
.kg-checkout-product__copy > span { overflow-wrap: anywhere; }
.kg-checkout-product__copy > a { width: fit-content; color: #c6d1d8; font-size: 11px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.woocommerce-checkout #order_review .product-quantity { color: #b9c6cf; font-size: 11px; white-space: nowrap; }
.kg-checkout-quantity { width: fit-content; margin-top: 12px; display: inline-grid; grid-template-columns: 40px 48px 40px; align-items: center; overflow: hidden; border: 1px solid rgb(255 255 255 / .34); border-radius: 10px; color: var(--white); transition: border-color .18s ease, opacity .18s ease; }
.kg-checkout-quantity button, .kg-checkout-quantity input { width: 100%; height: 40px; margin: 0; border: 0; border-radius: 0; background: transparent; color: inherit; font: inherit; text-align: center; }
.kg-checkout-quantity button { display: grid; place-items: center; cursor: pointer; font-size: 21px; line-height: 1; transition: background-color .18s ease, color .18s ease; }
.kg-checkout-quantity button:hover:not(:disabled) { background: rgb(255 255 255 / .12); color: var(--copper-300); }
.kg-checkout-quantity button:focus-visible, .kg-checkout-quantity input:focus-visible { position: relative; z-index: 1; outline: 2px solid var(--copper-300); outline-offset: -2px; }
.kg-checkout-quantity button:disabled { cursor: default; opacity: .38; }
.kg-checkout-quantity input { border-inline: 1px solid rgb(255 255 255 / .22); font-size: 14px; font-weight: 800; appearance: textfield; }
.kg-checkout-quantity input::-webkit-outer-spin-button, .kg-checkout-quantity input::-webkit-inner-spin-button { margin: 0; appearance: none; }
.kg-checkout-quantity.is-busy { opacity: .82; }
.kg-checkout-quantity.has-error { border-color: #f0a493; }
.woocommerce-checkout #payment { margin-top: 22px; padding: 20px; border-radius: 12px; background: var(--white) !important; color: var(--navy-950); }
.woocommerce-checkout #payment ul.payment_methods { margin: 0; padding: 0 0 18px; border-color: var(--line); }
.woocommerce-checkout #payment ul.payment_methods li { margin: 0; font-size: 14px; font-weight: 750; line-height: 1.45; }
.woocommerce-checkout #payment ul.payment_methods li + li { margin-top: 14px; }
.woocommerce-checkout #payment ul.payment_methods input[type="radio"] { margin-right: 8px; accent-color: var(--copper-600); }
.woocommerce-checkout #payment div.payment_box { margin: 12px 0 0; padding: 14px; border-radius: 8px; background: var(--paper-strong); color: var(--navy-950); font-size: 12px; line-height: 1.55; }
.woocommerce-checkout #payment div.payment_box::before { display: none; }
.woocommerce-checkout #payment .place-order { margin: 0; padding: 18px 0 0; }
.woocommerce-checkout #payment #place_order { width: 100%; min-height: 56px; margin: 0; padding: 12px 18px; display: inline-flex; align-items: center; justify-content: center; background: var(--copper-300); color: var(--navy-950); font-size: 14px; font-weight: 800; line-height: 1.25; text-align: center; white-space: normal; }
.woocommerce-checkout .woocommerce-privacy-policy-text { color: #536674; font-size: 11px; line-height: 1.55; }
.kg-checkout-security { margin: 18px 0 0; padding-top: 18px; display: grid; grid-template-columns: 22px 1fr; gap: 8px; border-top: 1px solid rgb(255 255 255 / .16); color: #bdc9d1; font-size: 11px; line-height: 1.55; }
.kg-checkout-security span { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: var(--copper-300); color: var(--navy-950); font-size: 10px; font-weight: 900; }
.woocommerce-checkout .woocommerce-error, .woocommerce-checkout .woocommerce-info, .woocommerce-checkout .woocommerce-message { margin-bottom: 18px; border-radius: 10px; font-size: 13px; }

@media (max-width: 980px) {
    .woocommerce-checkout form.checkout { grid-template-columns: minmax(0, 1fr); }
    .woocommerce-checkout #customer_details { grid-column: 1; grid-row: auto; }
    .kg-checkout-order-head { grid-column: 1; grid-row: auto; margin-top: 18px; }
    .woocommerce-checkout #order_review { grid-column: 1; grid-row: auto; position: static; }
}

@media (max-width: 600px) {
    .woocommerce-checkout #customer_details { padding: 20px; }
    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper { grid-template-columns: minmax(0, 1fr); gap: 15px; }
    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row { grid-column: 1; }
    .woocommerce-checkout #billing_delivery_method_field .woocommerce-input-wrapper { grid-template-columns: minmax(0, 1fr); }
    .woocommerce-checkout #order_review { padding: 20px; }
    .kg-checkout-product { grid-template-columns: 52px minmax(0, 1fr); }
    .kg-checkout-product img { width: 52px; height: 52px; }
    .woocommerce-checkout #payment { padding: 16px; }
}

@media (hover: hover) and (pointer: fine) {
    .desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
    .button:hover { transform: translateY(-2px); background: var(--copper-500); color: var(--white); }
    .category-tile:hover img, .work:hover img, .product-card:hover .product-card__visual img { transform: scale(1.045); }
    .brand-list a:hover { background: var(--white); }
    .site-footer__column a:hover { color: var(--white); }
}
.button:active, .menu-toggle:active, .menu-close:active { transform: scale(.97); }
:focus-visible { outline: 3px solid rgb(184 108 67 / .45); outline-offset: 3px; }

@media (max-width: 1180px) {
    :root { --container: min(calc(100% - 32px), 1680px); }
    .site-header__inner { grid-template-columns: auto 1fr auto; }
    .site-header__tagline { justify-self: start; }
    .site-header__bar { display: none; }
    .header-phone { display: none; }
    .desktop-nav { display: none; }
    .menu-toggle { display: grid; }
    .header-search--mobile { height: 48px; margin-top: 30px; display: flex; }
    .menu-panel__nav { margin: 20px 0 auto; }
    .hero-main { min-height: 820px; }
    .hero-main__image { width: 63%; }
    .hero-card { width: 74%; }
    .trust-cards { grid-template-columns: repeat(2, 1fr); }
    .collection__track { grid-auto-columns: clamp(300px, 36vw, 580px); }
    .site-footer__grid { grid-template-columns: 1.3fr repeat(3, 1fr); gap: 32px; }
    .woocommerce ul.products, .search-results__grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 1180px) and (max-height: 720px) {
    .menu-panel { padding-block: 12px 16px; }
    .menu-panel__nav { margin: 10px 0 auto; }
    .menu-panel__nav a { padding-block: 7px; font-size: clamp(20px, 5.5vh, 34px); }
    .header-search--mobile { height: 42px; margin-top: 14px; }
    .menu-panel__contacts { margin-top: 10px; }
}

@media (max-width: 980px) {
    .service-block-heading { grid-template-columns: 1fr; gap: 18px; }
}

@media (max-width: 820px) {
    :root { --container: calc(100% - 40px); }
    .site-header { border-top-width: 3px; }
    .site-header__inner { min-height: 64px; gap: 12px; }
    .site-header__tagline, .cart-link > span, .brand__wording small { display: none; }
    .brand__mark { width: 36px; height: 36px; }
    .brand__wording strong { font-size: 12px; }
    .cart-link { padding: 0; border: 0; }
    .cart-link__count { width: 31px; height: 31px; }
    .hero { width: 100%; margin-top: 0; }
    .hero-main { min-height: 0; border: 0; border-radius: 0; }
    .hero-main__image { top: 0; right: 0; width: 100%; height: 390px; border-radius: 0; object-position: 60% center; }
    .hero-main__shade { background: linear-gradient(180deg, transparent 0 24%, rgb(238 242 244 / .24) 31%, var(--paper-strong) 42% 100%); }
    .hero-card { width: 100%; min-height: 0; padding: 410px 20px 28px; justify-content: flex-start; }
    .hero-card__serial { margin-bottom: 16px; }
    .hero-card h1 { font-size: clamp(31px, 9vw, 48px); overflow-wrap: normal; }
    .hero-card__lead { margin-top: 17px; font-size: 13px; }
    .benefits { grid-template-columns: repeat(2, 1fr); gap: 8px 12px; margin: 18px 0 22px; }
    .benefits li { font-size: 10px; }
    .hero-card .button { width: 100%; }
    .hero-stats { position: relative; right: auto; bottom: auto; left: auto; min-height: 188px; padding: 8px 12px; grid-template-columns: repeat(2, 1fr); }
    .stat { min-height: 82px; padding: 9px; flex-direction: column; justify-content: center; align-items: flex-start; gap: 3px; }
    .stat + .stat { border-left: 0; }
    .stat:nth-child(even) { border-left: 1px solid var(--line); }
    .stat:nth-child(n+3) { border-top: 1px solid var(--line); }
    .stat strong { font-size: 20px; }
    .section { padding-block: 80px; }
    .section-heading h2 { font-size: clamp(28px, 8.5vw, 44px); }
    .category-showcase { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 250px; }
    .category-tile, .category-tile--1, .category-tile--2, .category-tile--3, .category-tile--4, .category-tile--5 { grid-column: span 1; grid-row: span 1; }
    .category-tile--1 { grid-column: 1 / -1; height: 340px; }
    .trust-intro { grid-template-columns: 1fr; gap: 25px; }
    .story-rail__track { grid-auto-columns: 88vw; }
    .story-slide { height: 420px; }
    .trust-statement { text-align: left; }
    .trust-cards { grid-template-columns: 1fr; }
    .trust-card { min-height: 0; display: grid; grid-template-columns: .42fr 1fr; }
    .trust-card img { height: 100%; min-height: 240px; }
    .collection__track { grid-auto-columns: 76vw; }
    .product-card__visual { height: 330px; }
    .promo-section { padding-inline: 12px; }
    .promo-section .collection__track { grid-auto-columns: 76vw; }
    .promo-section__background { width: 100%; height: 40%; }
    .promo-section::after { background: linear-gradient(180deg, rgb(7 29 53 / .45), var(--navy-950) 39%); }
    .works-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 280px; }
    .work, .work--1, .work--2, .work--3, .work--4, .work--5, .work--6 { grid-column: span 1; grid-row: span 1; }
    .work--1 { grid-column: 1 / -1; height: 430px; }
    .brands-section__head { grid-template-columns: 1fr; }
    .material-swatch { height: 90px; }
    .brand-list a { grid-template-columns: 32px 86px 1fr; gap: 12px; min-height: 104px; padding-inline: 10px; }
    .brand-list img { width: 86px; height: 70px; }
    .brand-list a > div { display: block; }
    .brand-list a > div strong { font-size: 18px; }
    .brand-list small { margin-top: 5px; display: block; font-size: 10px; }
    .reviews-rail__track { grid-auto-columns: 84vw; }
    .consult-section { grid-template-columns: 1fr; }
    .consult-section__visual { min-height: 430px; }
    .consult-section__content { padding: 58px 20px; }
    .site-footer__grid { grid-template-columns: repeat(2, 1fr); }
    .site-footer__brand { grid-column: 1 / -1; }
    .site-footer__contacts { grid-column: 1 / -1; }
    .page-hero { min-height: 0; grid-template-columns: 1fr; }
    .page-hero__copy { min-height: 470px; padding: 40px 22px; }
    .page-hero__visual { min-height: 430px; }
    .editorial-section, .editorial-section--reverse { grid-template-columns: 1fr; gap: 42px; }
    .editorial-section--reverse .editorial-section__visual { order: 0; }
    .editorial-section__visual { min-height: 500px; }
    .inner-cta { grid-template-columns: 1fr; padding-inline: 20px; }
    .process-cards { grid-template-columns: 1fr; }
    .process-cards article { min-height: 0; }
    .delivery-steps__heading, .delivery-steps__grid { grid-template-columns: 1fr; }
    .delivery-steps__heading { gap: 14px; }
    .delivery-steps__grid { gap: 28px; }
    .delivery-step__media { aspect-ratio: 16 / 11; }
    .delivery-info-block__overview { grid-template-columns: 1fr; }
    .delivery-info-block__visual { min-height: 430px; }
    .contacts-layout { grid-template-columns: 1fr; }
    .map-section { min-height: 780px; grid-template-columns: 1fr; grid-template-rows: auto 1fr; }
    .reviews-wall__grid { grid-template-columns: 1fr; }
    .reviews-wall .review-card:nth-child(2n) { transform: none; }
    .review-submit { grid-template-columns: 1fr; padding-inline: 12px; }
    .review-submit__visual { min-height: 450px; border-radius: 14px 14px 0 0; }
    .review-form { border-radius: 0 0 14px 14px; }
    .legal-content { grid-template-columns: 1fr; gap: 40px; }
    .woocommerce ul.products, .search-results__grid { grid-template-columns: repeat(2, 1fr); }
    .woocommerce div.product { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
    .menu-panel { padding-inline: 14px; }
    .menu-panel__nav a { font-size: clamp(21px, 7.5vw, 30px); }
    .hero-main { min-height: 0; }
    .hero-main__image { height: 300px; }
    .hero-card { min-height: 0; padding: 315px 16px 20px; }
    .hero-card h1 { font-size: 29px; }
    .category-showcase { display: grid; grid-template-columns: 1fr; grid-auto-rows: auto; gap: 12px; }
    .category-tile, .category-tile--1 { grid-column: 1; grid-row: auto; width: 100%; height: auto; aspect-ratio: 4 / 3; }
    .category-tile h3 { right: 16px; bottom: 16px; left: 16px; font-size: 24px; }
    .catalog-section .text-link { margin-top: 24px; }
    .trust-card { min-height: 0; display: block; overflow: hidden; }
    .trust-card img { width: 100%; height: 210px; min-height: 0; display: block; object-fit: cover; }
    .trust-card__body { min-height: 178px; display: block; padding: 22px; visibility: visible; opacity: 1; }
    .trust-card__icon { display: grid; visibility: visible; opacity: 1; }
    .trust-card h3, .trust-card p { display: block; visibility: visible; opacity: 1; }
    .collection__track { grid-auto-columns: 86vw; }
    .works-grid { grid-template-columns: 1fr; grid-auto-rows: 320px; }
    .work, .work--1 { grid-column: 1; height: auto; }
    .lead-form { grid-template-columns: 1fr; }
    .lead-form label, .lead-form__wide, .lead-form__submit, .lead-form__consent { grid-column: 1; }
    .site-footer__grid { grid-template-columns: 1fr; }
    .site-footer__brand, .site-footer__contacts { grid-column: 1; }
    .site-footer__bottom { gap: 20px; align-items: flex-start; flex-direction: column; }
    .page-hero__copy { min-height: 420px; padding: 34px 18px; }
    .page-hero h1 { font-size: 34px; }
    .page-hero__visual { min-height: 360px; }
    .contact-lines > * { grid-template-columns: 1fr; gap: 5px; }
    .woocommerce ul.products, .search-results__grid { grid-template-columns: 1fr; }
    .woocommerce ul.products[class*="columns-"] li.product { width: 100% !important; float: none !important; clear: none !important; margin: 0 !important; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Commerce and readability refinement. */
body { font-size: 17px; }
.site-header { position: sticky; top: 0; background: rgb(250 252 253 / .99); }
.site-header__inner { min-height: 76px; gap: 26px; }
.brand__wording strong { font-size: 16px; }
.brand__wording small { font-size: 9px; }
.site-header__tagline { font-size: 13px; line-height: 1.35; }
.header-phone { font-size: 13px; }
.site-header__utility { gap: 8px; }
.header-action, .cart-link { min-height: 42px; padding: 0 11px; display: inline-flex; align-items: center; gap: 7px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); font-size: 12px; font-weight: 800; white-space: nowrap; }
.header-action svg, .cart-link svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.header-action b, .cart-link__count { min-width: 24px; width: auto; height: 24px; padding-inline: 6px; display: grid; place-items: center; border-radius: 999px; background: var(--copper-300); color: var(--navy-950); font-size: 11px; }
.site-header__bar { min-height: 64px; }
.desktop-nav a { padding-block: 20px; font-size: 14px; }
.header-search { height: 46px; }
.header-search input { font-size: 14px; }
.header-search button { height: 38px; font-size: 12px; }
.menu-panel__actions { width: 100%; margin-top: 14px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.menu-panel__actions a { min-width: 0; min-height: 42px; padding: 0 8px; display: inline-flex; align-items: center; justify-content: center; gap: 5px; border: 1px solid rgb(255 255 255 / .22); border-radius: 999px; font-size: 12px; font-weight: 800; white-space: nowrap; }

.hero-card h1, .section-heading h2, .trust-statement, .page-hero h1, .editorial-section__copy h2, .contacts-layout h2, .legal-content h2, .inner-cta h2, .review-submit h2, .woocommerce div.product .product_title { letter-spacing: -.035em; }
.hero-card__serial { font-size: 10px; }
.hero-card__lead { font-size: clamp(16px, 1.05vw, 19px); }
.benefits { width: min(850px, 100%); gap: 14px 26px; }
.benefits li { align-items: flex-start; gap: 9px; font-size: 13px; line-height: 1.4; }
.benefits li span { min-width: 20px; padding-top: 2px; font-size: 9px; }
.stat span { font-size: 12px; }

.section { padding-block: clamp(68px, 6.5vw, 108px); }
.section-heading__eyebrow, .page-hero__eyebrow { font-size: 11px; }
.trust-statement { max-width: 1400px; margin: clamp(54px, 6vw, 92px) 0 36px auto; }
.trust-statement::first-letter { color: inherit; }
.trust-statement mark { padding: 0 .08em; background: linear-gradient(transparent 62%, var(--copper-100) 62%); color: var(--copper-600); }
.trust-card span { font-size: 11px; }
.trust-card p, .process-cards p { font-size: 14px; }
.story-slide figcaption { font-size: 15px; }

.product-card { position: relative; }
.product-card__visual img { transition: none; }
.favorite-button { width: 42px; height: 42px; padding: 0; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--white); color: var(--navy-950); cursor: pointer; transition: background .18s ease, color .18s ease, transform .18s var(--ease); }
.favorite-button svg { width: 20px; height: 20px; fill: transparent; stroke: currentColor; stroke-width: 1.8; stroke-linejoin: round; }
.favorite-button.is-active { background: var(--copper-500); color: var(--white); border-color: var(--copper-500); }
.favorite-button.is-active svg { fill: currentColor; }
.favorite-button.has-error { animation: kg-shake .3s ease; }
.favorite-button--card { position: absolute; z-index: 4; top: 14px; right: 14px; }
.product-card__badge { font-size: 11px; }
.product-card__body { padding: 22px; }
.product-card h3, .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 18px; line-height: 1.25; }
.product-card__price { font-size: 20px; }
.product-card__specs dt { font-size: 10px; line-height: 1.3; }
.product-card__specs dd { font-size: 12px; line-height: 1.35; }
.product-card__specs { grid-template-columns: 1fr; }
.product-card__specs div { padding: 9px 0; display: grid; grid-template-columns: minmax(72px, .42fr) 1fr; gap: 12px; align-items: start; }
.product-card__specs div + div { border-top: 1px solid var(--line); border-left: 0; }
.product-card__specs dt { padding-top: 2px; }
.product-card__specs dd { margin-top: 0; overflow-wrap: normal; }
.product-card__link, .woocommerce ul.products li.product .product-card__actions .button { font-size: 13px; }
.product-card__actions .product-card__link, .woocommerce ul.products li.product .product-card__actions .button { min-height: 46px; }
.single-favorite { margin: 0; display: flex; align-items: center; }
.favorite-button--single { width: auto; min-width: 154px; height: 52px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; font-size: 13px; font-weight: 800; white-space: nowrap; }
.favorite-button--single svg { flex: 0 0 auto; }
.favorite-button--single.is-active { background: var(--copper-100); border-color: var(--copper-500); color: var(--navy-950); }

.consult-section { grid-template-columns: minmax(360px, .78fr) minmax(0, 1.22fr); align-items: stretch; }
.consult-section__visual { min-height: 610px; }
.consult-section__content { padding: clamp(48px, 5.2vw, 88px); }
.consult-section__content > ul { font-size: 14px; }
.lead-form label > span, .review-form label > span { font-size: 11px; }
.lead-form__submit { width: fit-content; min-width: 215px; grid-column: 1 / -1; }
.lead-form__consent { max-width: 600px; font-size: 11px; }

.site-footer { padding-top: 64px; }
.site-footer__brand > p { font-size: 14px; line-height: 1.65; }
.site-footer__column { gap: 12px; }
.site-footer__column h2 { font-size: 14px; }
.site-footer__column a, .site-footer__column p { font-size: 14px; line-height: 1.5; }
.site-footer__bottom { margin-top: 50px; font-size: 12px; }

.page-hero { min-height: 520px; }
.page-hero__visual { min-height: 520px; }
.editorial-section { padding: clamp(70px, 7vw, 110px) 0; }
.editorial-section__visual { min-height: 520px; }
.contacts-layout { padding: clamp(68px, 7vw, 110px) 0; gap: clamp(40px, 6vw, 90px); }
.contact-lines span { font-size: 11px; }
.contact-lines strong { font-size: 16px; }
.contact-messengers a { font-size: 12px; }
.map-section { min-height: 480px; margin-bottom: clamp(68px, 7vw, 110px); }
.map-section__label > span { font-size: 12px; }
.map-section__label p { font-size: 15px; }
.map-section__label a { width: fit-content; margin-top: 22px; padding-bottom: 5px; display: inline-flex; align-items: center; gap: 8px; border-bottom: 1px solid var(--copper-300); color: var(--copper-300); font-size: 14px; font-weight: 800; }
.work figcaption span, .editorial-section__visual span, .review-submit__visual span { font-size: 13px; }
.review-card footer small { font-size: 12px; }

.shop-content, .woocommerce-service-content { padding: clamp(52px, 5.5vw, 88px) 0; }
.shop-content { position: relative; transition: opacity .18s ease; }
.shop-content.is-filtering { opacity: .52; pointer-events: none; }
.shop-content.is-filtering::before { content: ""; position: absolute; z-index: 3; top: 0; right: 0; left: 0; height: 3px; background: var(--copper-500); animation: kg-catalog-loading .75s ease-in-out infinite alternate; transform-origin: left; }
.catalog-filters { margin-bottom: 34px; display: flex; gap: 10px; overflow-x: auto; scrollbar-width: none; }
.catalog-filters::-webkit-scrollbar { display: none; }
.catalog-filters a { min-width: max-content; min-height: 48px; padding: 0 8px 0 18px; display: inline-flex; align-items: center; gap: 14px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); font-size: 14px; font-weight: 800; }
.catalog-filters a b { min-width: 32px; height: 32px; padding-inline: 7px; display: grid; place-items: center; border-radius: 999px; background: var(--paper-strong); font-size: 11px; }
.catalog-filters a.is-active { border-color: var(--navy-950); background: var(--navy-950); color: var(--white); }
.catalog-filters a.is-active b { background: var(--copper-300); color: var(--navy-950); }
.woocommerce .woocommerce-breadcrumb { font-size: 13px; }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { font-size: 13px; }
.woocommerce div.product div.images img { border-radius: 14px; transform: none !important; }
.kg-product-subtitle { font-size: 17px; }
.kg-product-specs dt { font-size: 12px; }
.kg-product-specs dd { font-size: 14px; }

.compact-page-head { width: var(--container); margin: 20px auto 0; padding: clamp(42px, 5vw, 74px); border-radius: 14px; background: var(--navy-950); color: var(--white); }
.compact-page-head > p { margin-bottom: 16px; color: var(--copper-300); font-size: 13px; font-weight: 800; }
.compact-page-head h1 { max-width: 900px; margin-bottom: 18px; font-family: var(--heading); font-size: clamp(38px, 5vw, 76px); letter-spacing: -.035em; line-height: 1.04; text-wrap: balance; }
.compact-page-head > span { max-width: 760px; display: block; color: #c7d1d8; font-size: clamp(15px, 1.1vw, 18px); }

.favorites-content { width: var(--container); margin: 0 auto; padding: clamp(52px, 6vw, 96px) 0; }
.favorites-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.favorites-empty { min-height: 420px; display: grid; justify-items: center; align-content: center; text-align: center; }
.favorites-empty svg { width: 60px; fill: none; stroke: var(--copper-500); stroke-width: 1.4; }
.favorites-empty h2 { margin: 20px 0 8px; font-family: var(--heading); font-size: clamp(26px, 3vw, 42px); }
.favorites-empty p { margin-bottom: 24px; color: var(--ink-soft); }

.kg-cart-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, 410px); gap: clamp(24px, 4vw, 64px); align-items: start; }
.kg-cart, .kg-cart-summary { min-width: 0; }
.kg-cart__head { padding-bottom: 14px; display: flex; justify-content: space-between; border-bottom: 2px solid var(--navy-950); font-size: 14px; font-weight: 800; }
.kg-cart-item { padding: 22px 0; display: grid; grid-template-columns: 150px minmax(0, 1fr) auto; gap: 22px; align-items: center; border-bottom: 1px solid var(--line); }
.kg-cart-item__image { height: 150px; overflow: hidden; border-radius: 10px; background: var(--paper-strong); }
.kg-cart-item__image img { width: 100%; height: 100%; object-fit: cover; }
.kg-cart-item__copy > p { margin-bottom: 8px; color: var(--copper-600); font-size: 11px; font-weight: 800; }
.kg-cart-item__copy h2 { margin-bottom: 12px; font-family: var(--heading); font-size: 19px; letter-spacing: -.03em; line-height: 1.25; }
.kg-cart-item__copy > strong { font-size: 15px; }
.kg-cart-item__meta { color: var(--ink-soft); font-size: 13px; }
.kg-cart-item__controls { min-width: 150px; display: grid; gap: 13px; justify-items: end; }
.kg-cart-item__controls label, .kg-cart-item__subtotal { display: grid; justify-items: end; gap: 4px; }
.kg-cart-item__controls label > span, .kg-cart-item__subtotal > span { color: var(--ink-soft); font-size: 11px; }
.kg-cart-item .quantity .qty { width: 76px; height: 42px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.kg-cart-item__remove { color: #7c2b1f; font-size: 12px; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.woocommerce .kg-cart-item__remove.remove { width: auto; height: auto; display: inline; background: none; color: #8a3b2c !important; font-size: 12px !important; line-height: 1.3; }
.kg-cart__actions { margin-top: 18px; display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.kg-cart__actions > a { margin-right: auto; font-size: 13px; font-weight: 800; }
.kg-cart__coupon { height: 44px; display: flex; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; background: var(--white); }
.kg-cart__coupon input { width: 130px; padding-left: 14px; border: 0; outline: 0; }
.kg-cart__coupon button, .kg-cart__update { padding-inline: 16px; border: 0; border-radius: 999px; background: var(--paper-strong); font-size: 12px; font-weight: 800; cursor: pointer; }
.kg-cart__update { min-height: 44px; }
.kg-cart-summary { position: sticky; top: 158px; padding: 28px; border-radius: 14px; background: var(--navy-950); color: var(--white); }
.kg-cart-summary > p { color: var(--copper-300); font-size: 13px; font-weight: 800; }
.woocommerce .kg-cart-summary .cart-collaterals, .woocommerce .kg-cart-summary .cart_totals { width: 100% !important; float: none !important; }
.woocommerce .kg-cart-summary .cart-collaterals::before, .woocommerce .kg-cart-summary .cart-collaterals::after { display: none !important; }
.kg-cart-summary .cart_totals > h2 { display: none; }
.woocommerce .kg-cart-summary table.shop_table { width: 100% !important; display: block !important; border: 0 !important; border-radius: 0 !important; background: transparent !important; color: var(--white); }
.kg-cart-summary .shop_table tbody { display: block; }
.kg-cart-summary .shop_table tr { width: 100%; display: flex; justify-content: space-between; align-items: baseline; gap: 20px; }
.kg-cart-summary .shop_table .cart-subtotal { display: none; }
.kg-cart-summary .shop_table th, .kg-cart-summary .shop_table td { width: auto; padding: 14px 0; display: block; border-color: rgb(255 255 255 / .17); border-radius: 0; background: transparent !important; color: var(--white); font-size: 14px; }
.kg-cart-summary .order-total strong { color: var(--copper-300); font-family: var(--heading); font-size: 24px; }
.kg-cart-summary .order-total .woocommerce-Price-amount { white-space: nowrap; }
.kg-cart-summary .wc-proceed-to-checkout { padding: 16px 0 0; }
.woocommerce .kg-cart-summary .checkout-button { width: 100% !important; max-width: 100%; min-height: 56px; margin: 0; padding: 14px 16px !important; display: inline-flex; align-items: center; justify-content: center; box-sizing: border-box; background: var(--copper-300) !important; color: var(--navy-950) !important; font-size: 14px !important; line-height: 1.25; text-align: center; white-space: normal; }
.kg-cart-summary__note { margin-top: 22px; padding-top: 20px; display: grid; gap: 6px; border-top: 1px solid rgb(255 255 255 / .17); }
.kg-cart-summary__note strong { font-size: 13px; }
.kg-cart-summary__note span { color: #becad2; font-size: 12px; line-height: 1.55; }

/* Account and registration: one stable shell for guest and authenticated states. */
.compact-page-head--account { padding-block: clamp(38px, 4vw, 58px); }
.woocommerce-account .woocommerce-service-content { padding-top: clamp(28px, 3vw, 48px); }
.woocommerce-account .woocommerce::before, .woocommerce-account .woocommerce::after { display: none !important; content: none !important; }
.kg-account-guest .woocommerce { display: block; }
.kg-account-guest .woocommerce-notices-wrapper { width: 100%; }
.kg-account-guest .woocommerce-error, .kg-account-guest .woocommerce-message, .kg-account-guest .woocommerce-info,
.kg-account-authenticated .woocommerce-error, .kg-account-authenticated .woocommerce-message, .kg-account-authenticated .woocommerce-info { margin: 0 0 18px; padding: 16px 18px 16px 48px; border: 0; border-radius: 10px; background: var(--white); color: var(--navy-950); font-size: 14px; }

.kg-auth-shell { min-height: 620px; display: grid; grid-template-columns: minmax(330px, .78fr) minmax(0, 1.55fr); overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.kg-auth-intro { position: relative; min-width: 0; padding: clamp(34px, 4vw, 64px); display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; background: var(--navy-950); color: var(--white); }
.kg-auth-intro__copy { position: relative; z-index: 2; max-width: 480px; }
.kg-auth-intro__copy > p, .kg-auth-panel header p { margin-bottom: 14px; color: var(--copper-300); font-size: 12px; font-weight: 800; }
.kg-auth-intro__copy h2 { max-width: 540px; margin-bottom: 18px; font-family: var(--heading); font-size: clamp(28px, 3vw, 46px); font-weight: 600; letter-spacing: -.035em; line-height: 1.08; text-wrap: balance; }
.kg-auth-intro__copy > span { max-width: 54ch; display: block; color: #c8d3db; font-size: 15px; line-height: 1.65; }
.kg-auth-facade { position: absolute; z-index: 0; top: 188px; right: -36px; width: 62%; height: 250px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgb(255 255 255 / .14); opacity: .62; transform: perspective(700px) rotateY(-10deg); transform-origin: right; }
.kg-auth-facade i { border-right: 1px solid rgb(255 255 255 / .16); }
.kg-auth-facade b { position: absolute; top: 48%; right: 31%; width: 4px; height: 35px; border-radius: 4px; background: var(--copper-300); }
.kg-auth-benefits { position: relative; z-index: 2; margin: clamp(110px, 13vw, 210px) 0 0; padding: 0; list-style: none; }
.kg-auth-benefits li { padding: 17px 0; display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 12px; border-top: 1px solid rgb(255 255 255 / .16); }
.kg-auth-benefits li > b { padding-top: 3px; color: var(--copper-300); font-family: var(--heading); font-size: 10px; }
.kg-auth-benefits li span { color: #b9c7d0; font-size: 12px; line-height: 1.5; }
.kg-auth-benefits li strong { margin-bottom: 3px; display: block; color: var(--white); font-size: 14px; }

.kg-auth-forms { min-width: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.kg-auth-panel { min-width: 0; padding: clamp(30px, 3.3vw, 56px); display: flex; flex-direction: column; }
.kg-auth-panel + .kg-auth-panel { border-left: 1px solid var(--line); }
.kg-auth-panel header { min-height: 102px; margin-bottom: 28px; }
.kg-auth-panel header h2 { margin: 0; font-family: var(--heading); font-size: clamp(22px, 2vw, 31px); font-weight: 600; letter-spacing: -.035em; line-height: 1.15; }
.woocommerce .kg-auth-panel form.login, .woocommerce .kg-auth-panel form.register { margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; }
.kg-auth-panel form .form-row { width: 100%; margin: 0 0 18px; padding: 0; float: none; }
.kg-auth-panel form .form-row label { margin-bottom: 7px; display: block; color: var(--navy-700); font-size: 13px; font-weight: 750; line-height: 1.4; }
.kg-auth-panel form .form-row .required { color: var(--copper-600); }
.kg-auth-panel form .form-row input.input-text { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid #aebdc8; border-radius: 9px; background: var(--white); color: var(--navy-950); font-size: 16px; transition: border-color .18s ease, box-shadow .18s ease; }
.kg-auth-panel form .form-row input.input-text:focus { border-color: var(--copper-600); outline: 0; box-shadow: 0 0 0 3px rgb(184 108 67 / .13); }
.kg-auth-panel .password-input { width: 100%; display: block; }
.kg-auth-panel .show-password-input { top: 50%; transform: translateY(-50%); }
.kg-auth-panel__options { margin: 4px 0 22px; display: flex; justify-content: space-between; align-items: center; gap: 14px; color: var(--navy-700); font-size: 12px; }
.kg-auth-panel__options label { display: inline-flex; align-items: center; gap: 7px; cursor: pointer; }
.kg-auth-panel__options input { width: 17px; height: 17px; accent-color: var(--copper-500); }
.kg-auth-panel__options a { font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.kg-auth-panel .kg-auth-submit { margin: 0; }
.woocommerce .kg-auth-panel button.button { width: 100%; min-height: 52px; padding: 0 8px 0 18px !important; display: flex !important; justify-content: space-between; align-items: center; float: none; border: 0; border-radius: 999px; background: var(--navy-950) !important; color: var(--white) !important; font-size: 13px; font-weight: 800; }
.woocommerce .kg-auth-panel button.button:hover { background: var(--navy-900) !important; color: var(--white) !important; }
.kg-auth-panel .button span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--copper-300); color: var(--navy-950); }
.kg-auth-panel .woocommerce-privacy-policy-text { margin: 4px 0 20px; color: var(--ink-soft); font-size: 11px; line-height: 1.55; }
.kg-auth-panel .woocommerce-privacy-policy-text a { font-weight: 750; text-decoration: underline; text-underline-offset: 2px; }

.woocommerce .kg-recovery-shell { max-width: 980px; min-height: 330px; margin: 0 auto; padding: 0; display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.kg-recovery-copy { padding: clamp(30px, 4vw, 52px); background: var(--navy-950); color: var(--white); }
.kg-recovery-copy > p { margin-bottom: 12px; color: var(--copper-300); font-size: 11px; font-weight: 800; }
.kg-recovery-copy h2 { margin-bottom: 16px; font-family: var(--heading); font-size: clamp(24px, 2.7vw, 38px); font-weight: 600; letter-spacing: -.035em; line-height: 1.1; }
.kg-recovery-copy > span { max-width: 50ch; display: block; color: #c8d3db; font-size: 13px; line-height: 1.65; }
.kg-recovery-copy > a { margin-top: 36px; display: inline-block; color: var(--copper-300); font-size: 12px; font-weight: 800; }
.kg-recovery-form { padding: clamp(30px, 4vw, 52px); align-self: center; }
.kg-recovery-form .form-row { width: 100%; margin: 0 0 22px; float: none; }
.kg-recovery-form label { margin-bottom: 8px; display: block; color: var(--navy-700); font-size: 13px; font-weight: 750; }
.kg-recovery-form input.input-text { width: 100%; min-height: 54px; padding: 12px 14px; border: 1px solid #aebdc8; border-radius: 9px; background: var(--white); color: var(--navy-950); font-size: 16px; }
.kg-recovery-form input.input-text:focus { border-color: var(--copper-600); outline: 0; box-shadow: 0 0 0 3px rgb(184 108 67 / .13); }
.woocommerce .kg-recovery-form button.button { width: 100%; min-height: 52px; padding: 0 8px 0 18px !important; display: flex !important; justify-content: space-between; align-items: center; border: 0; border-radius: 999px; background: var(--navy-950) !important; color: var(--white) !important; font-size: 13px; font-weight: 800; }
.kg-recovery-form button span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--copper-300); color: var(--navy-950); }

.kg-account-authenticated .woocommerce { display: grid; grid-template-columns: minmax(240px, 290px) minmax(0, 1fr); gap: clamp(24px, 3.5vw, 56px); align-items: start; }
.kg-account-authenticated .woocommerce > .woocommerce-notices-wrapper:empty { display: none; }
.kg-account-authenticated .woocommerce > .woocommerce-notices-wrapper:not(:empty) { grid-column: 1 / -1; }
.kg-account-authenticated .woocommerce-MyAccount-navigation { position: sticky; top: 150px; width: 100% !important; min-width: 0; margin: 0; padding: 12px; grid-column: 1; float: none !important; border-radius: 14px; background: var(--navy-950); color: var(--white); }
.kg-account-user { padding: 12px 10px 22px; display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 11px; align-items: center; border-bottom: 1px solid rgb(255 255 255 / .16); }
.kg-account-user > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--copper-300); color: var(--navy-950); font-family: var(--heading); font-size: 16px; font-weight: 650; }
.kg-account-user div { min-width: 0; display: grid; gap: 2px; }
.kg-account-user strong { overflow: hidden; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.kg-account-user small { overflow: hidden; color: #b9c7d0; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.kg-account-authenticated .woocommerce-MyAccount-navigation ul { margin: 8px 0 0; padding: 0; list-style: none; }
.kg-account-authenticated .woocommerce-MyAccount-navigation li + li { border-top: 1px solid rgb(255 255 255 / .09); }
.kg-account-authenticated .woocommerce-MyAccount-navigation a { min-height: 48px; padding: 0 11px; display: flex; justify-content: space-between; align-items: center; gap: 12px; border-radius: 8px; color: #dbe4e9; font-size: 13px; font-weight: 750; transition: background .18s ease, color .18s ease; }
.kg-account-authenticated .woocommerce-MyAccount-navigation a b { color: var(--copper-300); font-size: 15px; }
.kg-account-authenticated .woocommerce-MyAccount-navigation .is-active a { background: var(--copper-300); color: var(--navy-950); }
.kg-account-authenticated .woocommerce-MyAccount-navigation .is-active a b { color: var(--navy-950); }
.kg-account-nav__help { margin: 10px 4px 0; padding: 18px 8px 8px; display: grid; gap: 7px; border-top: 1px solid rgb(255 255 255 / .16); }
.kg-account-nav__help strong { font-size: 12px; }
.kg-account-nav__help a { min-height: auto !important; padding: 0 !important; display: block !important; color: var(--copper-300) !important; font-size: 11px !important; }
.kg-account-authenticated .woocommerce-MyAccount-content { width: 100% !important; min-width: 0; grid-column: 2; float: none !important; color: var(--navy-950); font-size: 15px; }

.kg-account-dashboard { display: grid; gap: 24px; }
.kg-dashboard-welcome { padding: clamp(26px, 3vw, 42px); display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; border-radius: 14px; background: var(--navy-950); color: var(--white); }
.kg-dashboard-welcome p, .kg-dashboard-orders header p, .kg-dashboard-profile > p { margin-bottom: 9px; color: var(--copper-300); font-size: 11px; font-weight: 800; }
.kg-dashboard-welcome h2 { max-width: 730px; margin-bottom: 12px; font-family: var(--heading); font-size: clamp(25px, 2.7vw, 40px); font-weight: 600; letter-spacing: -.035em; line-height: 1.1; text-wrap: balance; }
.kg-dashboard-welcome div > span { max-width: 64ch; display: block; color: #c8d3db; font-size: 13px; line-height: 1.6; }
.kg-dashboard-catalog { min-width: 190px; min-height: 48px; padding: 0 7px 0 17px; display: flex; justify-content: space-between; align-items: center; gap: 14px; border-radius: 999px; background: var(--white); color: var(--navy-950); font-size: 12px; font-weight: 800; }
.kg-dashboard-catalog b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--copper-300); }
.kg-dashboard-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.kg-dashboard-stats a { min-width: 0; padding: 21px clamp(12px, 2vw, 26px); display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 12px; align-items: baseline; }
.kg-dashboard-stats a + a { border-left: 1px solid var(--line); }
.kg-dashboard-stats strong { color: var(--copper-600); font-family: var(--heading); font-size: clamp(22px, 2.3vw, 32px); font-weight: 600; letter-spacing: -.035em; }
.kg-dashboard-stats span { color: var(--navy-700); font-size: 12px; font-weight: 750; }
.kg-dashboard-stats b { color: var(--copper-600); }
.kg-dashboard-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr); gap: 18px; align-items: stretch; }
.kg-dashboard-orders { min-width: 0; padding: clamp(22px, 2.5vw, 32px); border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.kg-dashboard-orders > header { margin-bottom: 18px; padding-bottom: 15px; display: flex; justify-content: space-between; align-items: end; gap: 16px; border-bottom: 1px solid var(--line); }
.kg-dashboard-orders h3, .kg-dashboard-profile h3 { margin: 0; font-family: var(--heading); font-size: 20px; font-weight: 600; letter-spacing: -.03em; }
.kg-dashboard-orders header > a, .kg-dashboard-profile > a, .kg-account-empty a { color: var(--copper-600); font-size: 12px; font-weight: 800; }
.kg-order-list { display: grid; }
.kg-order-list > a { min-height: 72px; padding: 12px 0; display: grid; grid-template-columns: minmax(0, 1fr) auto 22px; gap: 18px; align-items: center; border-bottom: 1px solid var(--line); }
.kg-order-list > a:last-child { border-bottom: 0; }
.kg-order-list span { display: grid; gap: 3px; }
.kg-order-list span:nth-child(2) { text-align: right; }
.kg-order-list small { color: var(--ink-soft); font-size: 10px; }
.kg-order-list strong { font-size: 13px; }
.kg-order-list b { color: var(--copper-600); }
.kg-dashboard-profile { padding: clamp(22px, 2.5vw, 32px); border-radius: 14px; background: var(--navy-950); color: var(--white); }
.kg-dashboard-profile dl { margin: 25px 0 22px; }
.kg-dashboard-profile dl div { padding: 13px 0; border-top: 1px solid rgb(255 255 255 / .15); }
.kg-dashboard-profile dt { margin-bottom: 4px; color: #9fb0bc; font-size: 10px; }
.kg-dashboard-profile dd { margin: 0; overflow-wrap: anywhere; font-size: 13px; font-weight: 700; }
.kg-dashboard-profile dd span { color: var(--copper-300); }
.kg-dashboard-profile > a { color: var(--copper-300); }
.kg-account-empty { min-height: 235px; display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 25px; align-items: center; }
.kg-account-empty__facade { position: relative; height: 130px; display: grid; grid-template-columns: repeat(2, 1fr); border: 2px solid var(--navy-950); background: var(--paper-strong); }
.kg-account-empty__facade i { border-right: 1px solid var(--navy-950); }
.kg-account-empty__facade b { position: absolute; top: 46px; left: calc(50% - 2px); width: 4px; height: 29px; border-radius: 4px; background: var(--copper-500); }
.kg-account-empty h4 { margin: 0 0 9px; font-family: var(--heading); font-size: 17px; }
.kg-account-empty p { max-width: 52ch; margin-bottom: 12px; color: var(--ink-soft); font-size: 12px; line-height: 1.55; }

.kg-account-authenticated .woocommerce-MyAccount-content > p { max-width: 70ch; }
.kg-account-authenticated .woocommerce-MyAccount-content .woocommerce-Addresses,
.kg-account-authenticated .woocommerce-MyAccount-content .woocommerce-address-fields,
.kg-account-authenticated .woocommerce-MyAccount-content .woocommerce-EditAccountForm,
.kg-account-authenticated .woocommerce-MyAccount-content .woocommerce-orders-table,
.kg-account-authenticated .woocommerce-MyAccount-content .woocommerce-customer-details { margin: 0; padding: clamp(22px, 3vw, 36px); border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.kg-account-authenticated .woocommerce-MyAccount-content .woocommerce-orders-table { padding: 0; overflow: hidden; }
.kg-account-authenticated .woocommerce-MyAccount-content form .form-row { margin-bottom: 18px; }
.kg-account-authenticated .woocommerce-MyAccount-content form .form-row label { margin-bottom: 7px; color: var(--navy-700); font-size: 13px; font-weight: 750; }
.kg-account-authenticated .woocommerce-MyAccount-content form input.input-text,
.kg-account-authenticated .woocommerce-MyAccount-content form textarea { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid #aebdc8; border-radius: 9px; background: var(--white); color: var(--navy-950); font-size: 16px; }
.kg-account-authenticated .woocommerce-MyAccount-content form input.input-text:focus,
.kg-account-authenticated .woocommerce-MyAccount-content form textarea:focus { border-color: var(--copper-600); outline: 0; box-shadow: 0 0 0 3px rgb(184 108 67 / .13); }
.kg-account-authenticated .woocommerce-MyAccount-content button.button,
.kg-account-authenticated .woocommerce-MyAccount-content a.button { min-height: 48px; padding: 0 20px; border: 0; border-radius: 999px; background: var(--navy-950); color: var(--white); font-size: 13px; font-weight: 800; }
.kg-account-authenticated .woocommerce-MyAccount-content fieldset { margin: 28px 0 20px; padding: 22px; border: 1px solid var(--line); border-radius: 10px; }
.kg-account-authenticated .woocommerce-MyAccount-content legend { padding: 0 8px; font-family: var(--heading); font-size: 14px; font-weight: 600; }
.kg-account-authenticated .woocommerce-Address-title { margin-bottom: 18px; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.kg-account-authenticated .woocommerce-Address-title h2 { margin: 0; font-family: var(--heading); font-size: 21px; }
.kg-account-authenticated .woocommerce-Address-title a { color: var(--copper-600); font-size: 12px; font-weight: 800; }
.kg-account-authenticated address { color: var(--navy-700); font-style: normal; line-height: 1.7; }

.kg-auth-panel .button:focus-visible, .kg-dashboard-catalog:focus-visible, .kg-account-authenticated .woocommerce-MyAccount-navigation a:focus-visible,
.kg-dashboard-stats a:focus-visible, .kg-order-list > a:focus-visible { outline: 3px solid var(--copper-300); outline-offset: 3px; }

@keyframes kg-shake { 30% { transform: translateX(-3px); } 70% { transform: translateX(3px); } }
@keyframes kg-catalog-loading { from { transform: scaleX(.18); } to { transform: scaleX(1); } }
@keyframes kg-status-in { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: translateY(0); } }

@media (hover: hover) and (pointer: fine) {
    .product-card:hover .product-card__visual img { transform: none; }
    .favorite-button:hover { transform: translateY(-2px); }
}

@media (max-width: 1450px) {
    .header-phone { display: none; }
    .site-header__inner { grid-template-columns: auto minmax(180px, 1fr) auto; }
}

@media (max-width: 1180px) {
    .header-action span, .cart-link > span { display: none; }
    .header-action, .cart-link { width: 42px; padding: 0; justify-content: center; position: relative; }
    .header-action b, .cart-link__count { position: absolute; top: -5px; right: -5px; min-width: 18px; height: 18px; padding: 0 4px; font-size: 9px; }
    .site-header__tagline { font-size: 12px; }
    .favorites-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .kg-cart-layout { grid-template-columns: 1fr 340px; gap: 28px; }
    .kg-cart-item { grid-template-columns: 120px minmax(0, 1fr); }
    .kg-cart-item__image { height: 130px; }
    .kg-cart-item__controls { grid-column: 2; min-width: 0; display: flex; align-items: end; justify-content: space-between; }
}

@media (max-width: 820px) {
    body { font-size: 16px; }
    :root { --container: calc(100% - 28px); }
    .site-header { top: 0; border-top-width: 3px; }
    .site-header__inner { width: calc(100% - 24px); min-height: 66px; grid-template-columns: auto 1fr auto; gap: 8px; }
    .site-header__tagline { display: none; }
    .brand { gap: 7px; }
    .brand__mark { width: 34px; height: 34px; }
    .brand__wording strong { font-size: 11px; }
    .site-header__utility { justify-content: flex-end; gap: 6px; }
    .header-action, .cart-link, .menu-toggle { width: 38px; height: 38px; min-height: 38px; }
    .header-action--account { display: none; }
    .header-action svg, .cart-link svg { width: 17px; height: 17px; }
    .menu-panel { padding: 14px 16px 22px; }
    .header-search--mobile { margin-top: 18px; }
    .menu-panel__nav a { padding-block: 11px; font-size: clamp(24px, 7.4vw, 38px); }
    .menu-panel__contacts { font-size: 14px; }
    .hero-card__lead { font-size: 15px; }
    .hero-main { min-height: 0; }
    .hero-card { min-height: 0; }
    .benefits li { font-size: 13px; }
    .section { padding-block: 54px; }
    .trust-statement { margin-top: 46px; font-size: clamp(27px, 8vw, 43px); }
    .product-card__specs dt { font-size: 10px; }
    .product-card__specs dd { font-size: 12px; }
    .consult-section__visual { min-height: 340px; }
    .consult-section { grid-template-columns: minmax(0, 1fr); }
    .consult-section__content { padding: 46px 20px; }
    .lead-form__submit { width: 100%; min-width: 0; }
    .site-footer { padding-top: 52px; }
    .site-footer__column a, .site-footer__column p { font-size: 15px; }
    .site-footer__column h2 { font-size: 15px; }
    .page-hero__copy, .page-hero__visual { min-height: 390px; }
    .editorial-section { padding: 58px 0; }
    .contacts-layout { padding: 58px 0; }
    .map-section { min-height: 650px; margin-bottom: 58px; }
    .shop-content, .woocommerce-service-content { padding: 42px 0 60px; }
    .catalog-filters { width: calc(100% + 14px); margin-bottom: 26px; padding-right: 14px; }
    .favorites-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .compact-page-head { padding: 34px 24px; }
    .compact-page-head h1 { font-size: clamp(34px, 10vw, 52px); }
    .kg-cart-layout { grid-template-columns: 1fr; }
    .kg-cart-summary { position: static; }
    .kg-auth-shell { grid-template-columns: minmax(0, 1fr); }
    .kg-auth-intro { min-height: 480px; }
    .kg-auth-facade { top: 150px; width: 48%; }
    .kg-auth-benefits { margin-top: 120px; }
    .kg-account-authenticated .woocommerce { grid-template-columns: minmax(0, 1fr); gap: 18px; }
    .kg-account-authenticated .woocommerce-MyAccount-navigation { position: static; grid-column: 1; }
    .kg-account-authenticated .woocommerce-MyAccount-content { grid-column: 1; }
    .kg-account-authenticated .woocommerce-MyAccount-navigation ul { display: flex; overflow-x: auto; scrollbar-width: none; }
    .kg-account-authenticated .woocommerce-MyAccount-navigation ul::-webkit-scrollbar { display: none; }
    .kg-account-authenticated .woocommerce-MyAccount-navigation li { min-width: max-content; border-top: 0 !important; }
    .kg-account-authenticated .woocommerce-MyAccount-navigation a { min-width: max-content; }
    .kg-account-nav__help { display: none; }
    .kg-dashboard-grid { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 520px) {
    .kg-product-actions { align-items: stretch; gap: 12px; }
    .woocommerce div.product .kg-product-actions form.cart { width: 100%; }
    .woocommerce div.product .kg-product-actions form.cart .single_add_to_cart_button { min-width: 0; flex: 1; }
    .single-favorite, .favorite-button--single { width: 100%; }
    .compact-page-head--account { padding: 30px 22px; }
    .kg-auth-shell { border-radius: 12px; }
    .kg-auth-intro { min-height: auto; padding: 30px 22px; }
    .kg-auth-intro__copy h2 { font-size: 27px; }
    .kg-auth-facade { top: 160px; right: -30px; width: 58%; height: 180px; }
    .kg-auth-benefits { margin-top: 110px; }
    .kg-auth-benefits li { padding: 14px 0; }
    .kg-auth-forms { grid-template-columns: minmax(0, 1fr); }
    .kg-auth-panel { padding: 30px 22px; }
    .kg-auth-panel + .kg-auth-panel { border-top: 1px solid var(--line); border-left: 0; }
    .kg-auth-panel header { min-height: auto; margin-bottom: 24px; }
    .kg-auth-panel__options { align-items: flex-start; flex-direction: column; }
    .woocommerce .kg-recovery-shell { grid-template-columns: minmax(0, 1fr); }
    .kg-recovery-copy, .kg-recovery-form { padding: 28px 22px; }
    .kg-recovery-copy > a { margin-top: 24px; }
    .kg-account-user { padding-bottom: 14px; }
    .kg-account-authenticated .woocommerce-MyAccount-navigation { padding: 9px; }
    .kg-dashboard-welcome { padding: 26px 22px; align-items: stretch; flex-direction: column; }
    .kg-dashboard-catalog { width: 100%; }
    .kg-dashboard-stats { grid-template-columns: minmax(0, 1fr); }
    .kg-dashboard-stats a + a { border-top: 1px solid var(--line); border-left: 0; }
    .kg-dashboard-stats a { padding: 15px 8px; }
    .kg-dashboard-orders, .kg-dashboard-profile { padding: 22px 18px; }
    .kg-dashboard-orders > header { align-items: flex-start; flex-direction: column; }
    .kg-account-empty { min-height: auto; grid-template-columns: minmax(0, 1fr); }
    .kg-account-empty__facade { width: 150px; }
    .kg-order-list > a { grid-template-columns: minmax(0, 1fr) 18px; }
    .kg-order-list > a span:nth-child(2) { grid-column: 1; grid-row: 2; text-align: left; }
    .kg-order-list > a > b { grid-column: 2; grid-row: 1 / 3; }
    .brand__wording strong { font-size: 10px; }
    .header-action--favorite { display: none; }
    .hero-main { min-height: 0; }
    .hero-card { min-height: 0; }
    .benefits { grid-template-columns: 1fr 1fr; gap: 10px; }
    .favorites-grid { grid-template-columns: 1fr; }
    .kg-cart-item { grid-template-columns: 92px minmax(0, 1fr); gap: 14px; align-items: start; }
    .kg-cart-item__image { height: 104px; }
    .kg-cart-item__copy h2 { font-size: 16px; }
    .kg-cart-item__controls { grid-column: 1 / -1; align-items: center; }
    .kg-cart-item__controls label, .kg-cart-item__subtotal { justify-items: start; }
    .kg-cart__actions { align-items: stretch; flex-direction: column; }
    .kg-cart__actions > a { margin: 0 0 8px; }
    .kg-cart__coupon { width: 100%; }
    .kg-cart__coupon input { min-width: 0; flex: 1; }
    .kg-cart__update { width: 100%; }
    .kg-cart-summary { width: 100%; max-width: 100%; padding: 22px; overflow: hidden; }
    .promo-section .collection__track { grid-auto-columns: 86vw; }
    .kg-cart-summary .shop_table tr { gap: 12px; }
    .kg-cart-summary .order-total strong { font-size: 22px; }
    .woocommerce .kg-cart-summary .checkout-button { min-height: 52px; padding-inline: 12px !important; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
    .collection__track, .story-rail__track, .reviews-rail__track { scroll-behavior: auto; }
    body.kg-quantity-refreshing.woocommerce-checkout #order_review::before { opacity: .72; transform: scaleX(1); animation: none !important; }
}

@media (max-width: 360px) {
    .menu-panel__actions { gap: 5px; }
    .menu-panel__actions a { padding-inline: 4px; gap: 3px; font-size: 11px; }
}

/* 2026-08 client visual corrections: fewer labels, stronger project imagery. */
.trust-statement mark {
    padding: 0;
    background: none;
    color: var(--copper-600);
}

.trust-card__icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    color: var(--copper-600);
}
.trust-card__icon svg {
    width: 42px;
    height: 42px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.trust-card h3 { margin-top: 12px; }

.works-grid {
    grid-template-rows: repeat(14, 100px);
    grid-auto-rows: 100px;
}
.works-section:not(.works-section--inner) .work--1 { grid-column: 1 / 8; grid-row: 1 / 7; }
.works-section:not(.works-section--inner) .work--2 { grid-column: 8 / 13; grid-row: 1 / 5; }
.works-section:not(.works-section--inner) .work--3 { grid-column: 8 / 13; grid-row: 5 / 10; }
.works-section:not(.works-section--inner) .work--4 { grid-column: 1 / 5; grid-row: 10 / 15; }
.works-section:not(.works-section--inner) .work--5 { grid-column: 5 / 8; grid-row: 10 / 15; }
.works-section:not(.works-section--inner) .work--6 { grid-column: 8 / 13; grid-row: 10 / 15; }
.works-feature {
    position: relative;
    grid-column: 1 / 8;
    grid-row: 7 / 10;
    overflow: hidden;
    border-radius: 14px;
    background: var(--navy-950);
    color: var(--white);
}
.works-feature::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgb(7 29 53 / .94), rgb(7 29 53 / .42) 64%, rgb(7 29 53 / .12));
}
.works-feature > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 48%;
    opacity: .8;
}
.works-feature__copy {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: clamp(22px, 3vw, 48px);
    max-width: 520px;
    display: grid;
    gap: 10px;
    transform: translateY(-50%);
}
.works-feature__copy small {
    color: var(--copper-300);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}
.works-feature__copy strong {
    font-family: var(--heading);
    font-size: clamp(21px, 2.4vw, 38px);
    letter-spacing: -.035em;
    line-height: 1.12;
}
.works-feature > b {
    position: absolute;
    z-index: 2;
    right: 22px;
    top: 22px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgb(255 255 255 / .45);
    border-radius: 50%;
}
.works-feature > b .action-arrow { width: 17px; height: 17px; }
.works-section--inner .works-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: none;
    grid-auto-rows: 360px;
}
.works-section--inner .work,
.works-section--inner .work--1,
.works-section--inner .work--2,
.works-section--inner .work--3,
.works-section--inner .work--4,
.works-section--inner .work--5,
.works-section--inner .work--6 { grid-column: span 1; grid-row: span 1; }
.works-section--inner .work:first-child { grid-column: span 2; }

.shop-page:not(.shop-page--single) .page-hero {
    min-height: 430px;
    grid-template-columns: minmax(480px, .85fr) minmax(0, 1.15fr);
}
.shop-page:not(.shop-page--single) .page-hero__copy,
.shop-page:not(.shop-page--single) .page-hero__visual { min-height: 430px; }
.shop-page:not(.shop-page--single) .page-hero__copy { padding: clamp(42px, 5vw, 78px); }
.shop-page:not(.shop-page--single) .page-hero h1 { font-size: clamp(38px, 3.6vw, 56px); line-height: 1.06; }
.shop-page:not(.shop-page--single) .page-hero__visual img { object-position: center 45%; }

@media (max-width: 820px) {
    .works-grid { grid-template-rows: none; grid-auto-rows: 280px; }
    .works-section:not(.works-section--inner) .work,
    .works-section:not(.works-section--inner) .work--1,
    .works-section:not(.works-section--inner) .work--2,
    .works-section:not(.works-section--inner) .work--3,
    .works-section:not(.works-section--inner) .work--4,
    .works-section:not(.works-section--inner) .work--5,
    .works-section:not(.works-section--inner) .work--6 {
        grid-column: span 1;
        grid-row: span 1;
    }
    .works-section:not(.works-section--inner) .work--1 { grid-column: 1 / -1; height: 430px; }
    .works-section:not(.works-section--inner) .works-feature { min-height: 250px; grid-column: 1 / -1; grid-row: span 1; }
    .works-section--inner .works-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 300px; }
    .works-section--inner .work:first-child { grid-column: 1 / -1; }
    .shop-page:not(.shop-page--single) .page-hero { min-height: 0; grid-template-columns: 1fr; }
    .shop-page:not(.shop-page--single) .page-hero__copy { min-height: 350px; }
    .shop-page:not(.shop-page--single) .page-hero__visual { min-height: 360px; }
    .shop-page:not(.shop-page--single) .page-hero h1 { font-size: clamp(34px, 8vw, 44px); }
}

@media (max-width: 480px) {
    .works-grid { grid-template-columns: 1fr; grid-auto-rows: 300px; }
    .works-section:not(.works-section--inner) .work,
    .works-section:not(.works-section--inner) .work--1,
    .works-section:not(.works-section--inner) .work--2,
    .works-section:not(.works-section--inner) .work--3,
    .works-section:not(.works-section--inner) .work--4,
    .works-section:not(.works-section--inner) .work--5,
    .works-section:not(.works-section--inner) .work--6,
    .works-section:not(.works-section--inner) .works-feature {
        grid-column: 1;
        grid-row: span 1;
        height: auto;
    }
    .works-section:not(.works-section--inner) .works-feature { min-height: 230px; }
    .works-section--inner .works-grid { grid-template-columns: 1fr; grid-auto-rows: 300px; }
    .works-section--inner .work:first-child { grid-column: 1; }
    .works-feature__copy { right: 70px; }
    .works-feature__copy strong { font-size: 22px; }
    .shop-page:not(.shop-page--single) .page-hero__copy { min-height: 320px; }
    .shop-page:not(.shop-page--single) .page-hero__visual { min-height: 300px; }
    .shop-page:not(.shop-page--single) .page-hero h1 { font-size: 34px; }
}
