:root {
  --ink: #171612;
  --paper: #f2f0ea;
  --stone: #d8cfbe;
  --sand: #b99e69;
  --action: #98704f;
  --action-hover: #805b40;
  --moss: #525c43;
  --line: rgba(23, 22, 18, .16);
  --background: #f2f0ea;
  --foreground: #171612;
  --popover: #f8f6f0;
  --popover-foreground: #171612;
  --muted: #e8e4db;
  --muted-foreground: #6c675e;
  --border: #d5d0c7;
  --input: #cfc9bd;
  --ring: #9f895c;
  --primary: #171612;
  --primary-foreground: #ffffff;
  --radius: 0px;
}

@theme inline {
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --color-popover: var(--popover);
  --color-popover-foreground: var(--popover-foreground);
  --color-muted: var(--muted);
  --color-muted-foreground: var(--muted-foreground);
  --color-border: var(--border);
  --color-input: var(--input);
  --color-ring: var(--ring);
  --color-primary: var(--primary);
  --color-primary-foreground: var(--primary-foreground);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }

.site-header {
  height: 78px; padding: 0 clamp(22px, 4.2vw, 74px); display: grid;
  grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line);
  position: fixed; inset: 0 0 auto; z-index: 40; background: rgba(242,240,234,.9); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); box-shadow:0 8px 28px rgba(23,22,18,.06);
}
.brand-lockup { display:flex; align-items:center; gap:15px; width:max-content; }
.brand-lockup img { width:52px; height:52px; object-fit:cover; flex:0 0 auto; }
.brand-lockup-text { color:var(--ink); font-size:12px; font-weight:600; letter-spacing:.08em; white-space:nowrap; }
.brand-lockup-text b { color:var(--sand); font-size:13px; }
.desktop-nav { display: flex; gap: clamp(20px, 2.4vw, 40px); font-size: 15px; }
.desktop-nav ul, .footer-menu, .mobile-menu ul { margin:0; padding:0; list-style:none; }
.desktop-nav ul { display:flex; gap:clamp(20px,2.4vw,40px); }
.desktop-nav a { transition: opacity .2s; }
.desktop-nav a:hover { opacity: .55; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 22px; font-size: 13px; }
.phone { display:inline-flex; align-items:center; gap:8px; }
.mobile-header-phone { display:none; align-items:center; justify-content:center; width:32px; height:32px; font-size:20px; }
.header-contact { display:inline-flex; }
.header-contact .button { min-height:40px; padding:0 16px; gap:8px; font-size:11px; }
.header-contact .button svg { display:none; }
.menu-button { display: none; border: 0; padding: 4px; background: transparent; }

.hero {
  min-height: 760px; padding: 140px clamp(22px, 8.5vw, 150px) 85px; display: flex;
  align-items: center;
  background-image: linear-gradient(90deg, rgba(244,240,231,.96) 0%, rgba(244,240,231,.86) 28%, rgba(244,240,231,.2) 58%, rgba(244,240,231,.02) 100%), url('../images/hero-interior-v2.png');
  background-size: cover; background-position: center;
}
.scroll-cue { position: absolute; left: clamp(22px, 4.2vw, 74px); bottom: 35px; display: flex; align-items: center; gap: 9px; font-size: 9px; letter-spacing: .15em; }
.hero { position: relative; }
.eyebrow { margin: 0 0 30px; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
h1, h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.045em; }
h1 { margin: 0; font-size: clamp(54px, 6.2vw, 94px); line-height: .94; max-width: 850px; }
.hero-content { position: relative; z-index: 1; max-width: 800px; }
.hero-copy { max-width: 490px; font-size: 16px; line-height: 1.55; margin: 31px 0 33px; }
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.button { min-height: 49px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 1px solid var(--action); background:var(--action); color:#fff; font-size: 13px; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); background:var(--action-hover); border-color:var(--action-hover); }
.button-dark, .button-light { background:var(--action); color:#fff; border-color:var(--action); }
.button-outline { background:transparent; color:var(--ink); border-color:var(--action); }
.button-outline:hover { background:var(--action); color:#fff; border-color:var(--action); }
.hero-art { aspect-ratio: 1 / .9; display: grid; grid-template-rows: 1fr 1fr; min-width: 0; box-shadow: 0 28px 80px rgba(57,46,27,.12); }
.hero-art-top { position: relative; background: linear-gradient(135deg, rgba(255,255,255,.9), rgba(255,255,255,.42)), url('../images/brand-marble.webp'); background-size: cover; }
.hero-art-top::after { content: ''; position: absolute; inset: 0; clip-path: polygon(48% 0,100% 0,100% 100%,0 100%); background: linear-gradient(145deg,#d9c79c,#aa8d59); opacity: .75; }
.hero-art-top span { position: relative; z-index: 1; display: block; padding: 22px; font-size: 12px; }
.hero-art-bottom { position: relative; display: flex; justify-content: space-between; align-items: end; padding: 20px; background: #c8b285; overflow: hidden; }
.hero-art-bottom::after { content:''; position:absolute; inset:-20% 45% -20% -10%; background:url('../images/brand-marble.webp') center/cover; transform: rotate(-8deg); }
.hero-art-bottom strong { position: relative; z-index: 1; margin-left: auto; font: 400 clamp(82px, 11vw, 170px)/.75 Georgia, serif; color: rgba(255,255,255,.62); text-shadow: 0 1px 0 rgba(74,55,25,.5); }
.hero-art-bottom span { position: absolute; z-index: 2; right: 18px; bottom: 16px; font-size: 11px; text-align: right; }

.intro-strip { padding: 74px clamp(22px, 8.5vw, 150px); display: grid; grid-template-columns: .5fr 1.2fr .7fr; align-items: start; gap: 50px; background: #ebe9e3; }
.intro-strip > p:first-child { font-size: 10px; letter-spacing: .12em; color: #666159; }
.intro-strip h1, .intro-strip h2 { margin: 0; font-size: clamp(34px, 3.2vw, 52px); line-height: 1.04; }
.intro-copy { margin: 0; color: #6c675e; font-size: 14px; line-height: 1.55; max-width: 330px; }

.mobile-menu { position:fixed; inset:0; z-index:100; display:flex; flex-direction:column; width:100%; height:100dvh; min-height:100vh; overflow-y:auto; padding:13px clamp(22px,4.2vw,74px) 22px; background:#e7dfcf; }
.mobile-menu-top { display: flex; align-items: center; justify-content: space-between; }
.mobile-menu-top button { display:grid; place-items:center; width:42px; height:42px; padding:0; border:0; background:transparent; font-size:32px; line-height:1; }
.mobile-menu nav { display:flex; flex-direction:column; margin-top:30px; border-top:1px solid var(--line); }
.mobile-menu nav ul { display:flex; flex-direction:column; }
.mobile-menu nav a { display:block; padding:16px 0; border-bottom:1px solid var(--line); font:34px/1.05 Georgia,serif; overflow-wrap:anywhere; }
.mobile-menu nav a span { font: 10px Arial, sans-serif; color: #7a7468; }
.mobile-menu > a { display:flex; gap:9px; align-items:center; }
.mobile-menu-phone { margin-top:28px; padding-top:0; font-size:18px; flex:0 0 auto; }
.mobile-menu > .button { width:100%; margin-top:14px; flex:0 0 auto; }

.category-section, .products-section, .benefits, .home-gallery, .catalog-page-grid { padding: 0 clamp(22px, 8.5vw, 150px) 110px; background: #ebe9e3; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding-bottom: 36px; }
.category-card { position: relative; min-height: 330px; color: white; overflow: hidden; }
.category-card.category-wide { grid-column: span 2; }
.category-photo { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.category-card:hover .category-photo { transform: scale(1.035); }
.category-card > div:last-of-type { position: absolute; inset: auto 22px 20px; }
.category-card h3 { margin: 0 0 6px; font: 400 24px/1.06 Georgia, serif; }
.category-card p { margin: 0; font-size: 11px; opacity: .8; }
.category-number { position: absolute; left: 19px; top: 18px; font-size: 10px; letter-spacing: .1em; }
.category-arrow { position: absolute; right: 18px; top: 18px; transition: transform .2s; }
.category-card:hover .category-arrow { transform: translate(3px,-3px); }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 13px; border-bottom: 1px solid var(--ink); padding-bottom: 6px; }

.manifesto { min-height: 720px; display: grid; grid-template-columns: 1.15fr .85fr; background: var(--ink); color: #f7f4ed; }
.manifesto-image { background: linear-gradient(90deg, transparent 70%, rgba(23,22,18,.25)), url('../images/interior-dark.jpg') center/cover; }
.manifesto-copy { padding: clamp(70px, 9vw, 145px); display: flex; flex-direction: column; justify-content: center; }
.manifesto-copy > p:first-child { font-size: 10px; letter-spacing: .13em; color: #b5ad9f; }
.manifesto-copy h2 { margin: 28px 0 34px; font-size: clamp(54px, 6vw, 88px); line-height: .92; }
.manifesto-copy > p:nth-of-type(2) { max-width: 430px; color: #bdb7ad; font-size: 15px; line-height: 1.6; margin: 0 0 35px; }
.button-inverse { width:fit-content; background:var(--action); color:#fff; border-color:var(--action); }

.products-section, .benefits, .home-gallery { padding-top: 110px; }
.section-head { display: flex; justify-content: space-between; gap: 60px; align-items: end; margin-bottom: 42px; }
.section-head h2, .catalog-categories-title h2 { font-size:clamp(42px,4.2vw,64px); line-height:.95; }
.section-head h2 { margin:9px 0 0; }
.section-head > p { max-width: 380px; margin: 0; color: #716b61; font-size: 13px; line-height: 1.55; }
.section-kicker { margin: 0; font-size: 10px; letter-spacing: .13em; color: #716b61; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 34px; }
.product-card { min-width:0; }
.product-image { position:relative; aspect-ratio:1; overflow:hidden; background:transparent; }
.product-image > img { position:absolute; z-index:1; inset:0; width:100%; height:100%; object-fit:contain; object-position:center; }
.product-info { padding:22px 12px 8px; }
.product-info > p { margin:0 0 9px; color:#777168; font-size:10px; text-transform:uppercase; letter-spacing:.06em; }
.product-info h3 { margin:0 0 17px; font:400 22px/1.15 Georgia,serif; }
.product-price { display:block; margin:0 0 22px; font-size:21px; line-height:1.2; }
.product-card-action .button { width:100%; min-height:52px; }
.empty-catalog { padding: 70px 25px; text-align: center; border: 1px solid var(--line); }
.empty-catalog h3 { font: 32px Georgia, serif; margin: 0 0 10px; }
.empty-catalog p { color: #756f65; }

.benefits { background: #dad2c4; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.benefit-grid article { min-height: 300px; padding: 30px clamp(20px,3vw,46px) 30px 0; border-right: 1px solid var(--line); }
.benefit-grid article + article { padding-left: clamp(20px,3vw,46px); }
.benefit-grid article:last-child { border-right: 0; }
.benefit-grid article > span { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(23,22,18,.25); border-radius: 50%; }
.benefit-grid h3 { margin: 88px 0 14px; font: 400 26px Georgia, serif; }
.benefit-grid p { max-width: 330px; margin: 0; color: #655f56; font-size: 13px; line-height: 1.55; }

.home-gallery { background: var(--paper); }
.gallery-preview { display: grid; grid-template-columns: 1.5fr .8fr; grid-template-rows: repeat(2, 290px); gap: 12px; }
.gallery-preview figure { margin: 0; position: relative; overflow: hidden; }
.gallery-preview figure.gallery-main { grid-row: 1 / 3; }
.gallery-preview img, .gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.gallery-preview figure:hover img, .gallery-grid figure:hover img { transform: scale(1.025); }
.gallery-preview figcaption { position: absolute; inset: auto 0 0; display: flex; justify-content: space-between; padding: 50px 17px 16px; color: #fff; font-size: 11px; background: linear-gradient(transparent,rgba(10,10,9,.6)); }

.contact-band { min-height: 620px; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(45px, 6vw, 100px); padding: 90px clamp(22px, 8.5vw, 150px); background: #d9d1c3; }
.contact-band h2 { margin: 18px 0 0; font-size: clamp(46px, 5.5vw, 78px); line-height: .95; }
.contact-band-content { display: flex; flex-direction: column; justify-content: space-between; }
.contact-card { max-width: 460px; margin-top: 55px; padding: 28px; background: rgba(242,240,234,.82); }
.contact-card > p { margin: 18px 0; font-size: 13px; line-height: 1.6; }
.contact-card strong { font: 400 24px Georgia, serif; }
.contact-card span { color: #777067; }

.site-footer { display: grid; grid-template-columns: 1.3fr .7fr 1fr; gap: 70px; padding: 75px clamp(22px, 8.5vw, 150px) 30px; background: #efede7; color: var(--ink); border-top: 1px solid var(--line); }
.footer-brand p { margin: 25px 0 0; color: #746f66; font-size: 12px; line-height: 1.6; }
.footer-brand .brand-lockup img { width:68px; height:68px; }
.footer-column { display: flex; flex-direction: column; gap: 10px; font-size: 14px; }
.footer-menu { display:flex; flex-direction:column; gap:10px; }
.footer-column b { margin-bottom: 8px; color: #817b71; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.footer-column span { color: #746f66; }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; margin-top: 45px; padding-top: 18px; border-top: 1px solid var(--line); color: #817b71; font-size: 9px; }
.footer-legal { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }
.footer-legal a { text-decoration: underline; text-underline-offset: 3px; transition: color .2s; }
.footer-legal a:hover { color: var(--ink); }

.inner-page { padding-top: 78px; }
.page-hero { min-height: 520px; padding: 110px clamp(22px, 8.5vw, 150px) 80px; background: linear-gradient(90deg,rgba(244,240,231,.96) 0%,rgba(244,240,231,.86) 40%,rgba(244,240,231,.38) 78%,rgba(244,240,231,.16) 100%),url('../images/hero-interior-v2.png') center/cover; }
.page-hero h1 { margin: 30px 0 30px; font-size: clamp(62px, 8vw, 118px); }
.page-hero > p:last-child { max-width: 520px; margin: 0 0 0 auto; font-size: 15px; line-height: 1.6; }
.page-hero.compact { min-height: 390px; }
.page-hero.compact h1 { margin-bottom: 15px; }
.page-hero-split { display: grid; grid-template-columns: 1.5fr .7fr; gap: 70px; align-items: end; }
.page-hero-split > p:last-child { margin: 0 0 10px; }
.breadcrumbs { margin:0 0 26px; font-size:16px; line-height:1.4; color:#797267; }
.breadcrumbs ol { display:flex; align-items:center; flex-wrap:wrap; gap:0; margin:0; padding:0; list-style:none; }
.breadcrumbs li { display:inline-flex; align-items:center; gap:7px; }
.breadcrumbs li + li { margin-left:7px; }
.breadcrumbs a { color:#9b8c77; text-decoration:none; transition:color .2s; }
.breadcrumbs a:hover { color:var(--action); }
.breadcrumbs [aria-current='page'] { color:var(--ink); }
.breadcrumbs-separator { color:#b09b7c; }

.catalog-category-list { display: grid; grid-template-columns: repeat(3, 1fr); padding: 70px clamp(22px, 8.5vw, 150px); background: #d9d1c3; }
.catalog-category-list > div { position: relative; display: grid; grid-template-columns: 40px 1fr; padding: 22px 22px 22px 0; border-top: 1px solid var(--line); }
.catalog-category-list span { grid-row: 1 / 3; font-size: 9px; color: #797267; }
.catalog-category-list h3 { margin: 0 0 6px; font: 400 19px Georgia, serif; }
.catalog-category-list p { margin: 0; font-size: 10px; color: #797267; }
.catalog-page-grid { padding-top: 100px; }
.catalog-tabs { display: flex; gap: 6px; overflow-x: auto; padding: 0 0 22px; scrollbar-width: none; }
.catalog-tabs button { flex: 0 0 auto; border: 1px solid var(--line); padding: 10px 14px; background: transparent; font-size: 11px; cursor: pointer; }
.catalog-tabs button.active { background: var(--ink); color: #fff; }
.catalog-index-page .category-section { padding-bottom:70px; }
.catalog-index-page .catalog-page-grid { padding-top:70px; border-top:1px solid var(--line); }
.catalog-categories-title { padding:90px clamp(22px,8.5vw,150px) 42px; background:#ebe9e3; }
.catalog-categories-title h2 { margin:0; }
.catalog-pagination { display:flex; justify-content:center; gap:8px; padding-top:18px; }
.catalog-pagination button { width:44px; height:44px; border:1px solid var(--line); background:transparent; cursor:pointer; transition:background .2s,color .2s,border-color .2s; }
.catalog-pagination button:hover, .catalog-pagination button.active { background:var(--action); border-color:var(--action); color:#fff; }
.category-page .catalog-page-grid { background:#ebe9e3; }
.category-products-count { margin:0 0 42px; color:#716b61; font-size:15px; line-height:1.55; }
.category-description-section { width:100%; padding:90px clamp(22px,8.5vw,150px) 110px; background:#fff; }
.category-description-section h2 { margin:0 0 34px; font-size:clamp(42px,4.2vw,64px); line-height:.95; }
.category-description { width:100%; max-width:none; color:#5f5a52; font-size:17px; line-height:1.8; }

.text-page-section { padding:100px clamp(22px,8.5vw,150px) 110px; background:#fff; }
.text-page-heading h2 { margin:24px 0 0; font-size:clamp(44px,5vw,72px); line-height:.95; }
.text-page-body { width:100%; max-width:none; padding-top:0; }
.text-page-body p { margin:0 0 22px; color:#4f4b44; font-size:17px; line-height:1.75; }
.text-page-body p:last-child { margin-bottom:0; }

.about-visual { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 700px; }
.about-visual img { width: 100%; height: 100%; object-fit: cover; }
.about-visual > div { padding: clamp(65px,8vw,120px); background: #d9d1c3; }
.about-visual h2 { margin: 30px 0; font-size: clamp(44px,5vw,72px); line-height: .95; }
.about-visual div > p:nth-of-type(2) { color: #686158; line-height: 1.65; margin-bottom: 35px; }
.numbers { display: grid; grid-template-columns: repeat(3,1fr); padding: 70px clamp(22px,8.5vw,150px); background: var(--ink); color:#fff; }
.numbers div { display: flex; flex-direction: column; padding-right: 50px; border-right:1px solid rgba(255,255,255,.18); }
.numbers div + div { padding-left:50px; }
.numbers div:last-child { border:0; }
.numbers strong { font: 72px Georgia,serif; }
.numbers span { color:#8c8880; font-size:12px; }

.gallery-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; padding: 80px clamp(22px,8.5vw,150px); }
.gallery-grid figure { margin:0; height:420px; overflow:hidden; position:relative; }
.gallery-grid figure.wide { grid-column:span 2; height:620px; }
.gallery-grid figcaption { position:absolute; inset:auto 0 0; display:flex; gap:25px; padding:60px 20px 18px; color:#fff; font-size:12px; background:linear-gradient(transparent,rgba(0,0,0,.65)); }
.gallery-grid figcaption span { font-size:9px; }
.simple-cta { display:grid; grid-template-columns:1.2fr 1fr auto; align-items:center; gap:40px; padding:80px clamp(22px,8.5vw,150px); background:#c5ae7d; }
.simple-cta h2 { margin:0; font-size:clamp(40px,4vw,60px); }
.simple-cta p { color:#615846; font-size:13px; line-height:1.6; }

.steps { display:grid; grid-template-columns:repeat(3,1fr); padding:90px clamp(22px,8.5vw,150px); background:#d9d1c3; }
.steps article { min-height:250px; padding:0 45px 0 0; border-right:1px solid var(--line); }
.steps article + article { padding-left:45px; }
.steps article:last-child { border:0; }
.steps span { font-size:10px; color:#736c62; }
.steps h3 { margin:80px 0 12px; font:28px Georgia,serif; }
.steps p { color:#696359; font-size:13px; line-height:1.5; }
.faq { display:grid; grid-template-columns:.75fr 1.25fr; gap:90px; padding:110px clamp(22px,8.5vw,150px); }
.faq h2 { margin:20px 0; font-size:64px; }
.faq details { border-top:1px solid var(--line); }
.faq details:last-child { border-bottom:1px solid var(--line); }
.faq summary { display:flex; justify-content:space-between; padding:24px 0; cursor:pointer; font:21px Georgia,serif; list-style:none; }
.faq summary span { font:24px Arial,sans-serif; font-weight:300; }
.faq details[open] summary span { transform:rotate(45deg); }
.faq details p { max-width:600px; margin:0; padding:0 40px 25px 0; color:#6d675f; font-size:13px; line-height:1.6; }

.contacts-layout { display:grid; grid-template-columns:1fr 1fr; min-height:670px; }
.contacts-layout-no-map { grid-template-columns:1fr; }
.contacts-layout-no-map .contacts-list { padding-right:clamp(22px,8.5vw,150px); }
.contacts-list { padding:75px clamp(22px,8.5vw,150px); padding-right:clamp(40px,6vw,100px); background:#e7e3da; }
.contacts-list > a, .contacts-list > div { display:grid; grid-template-columns:35px 1fr; gap:18px; padding:22px 0; border-top:1px solid var(--line); }
.contacts-list > div:nth-of-type(2) { border-bottom:1px solid var(--line); }
.contacts-list svg { margin-top:4px; width:18px; }
.contacts-list span { display:flex; flex-direction:column; gap:7px; color:#777168; font-size:10px; text-transform:uppercase; letter-spacing:.08em; }
.contacts-list strong { color:var(--ink); font:400 19px Georgia,serif; text-transform:none; letter-spacing:0; }
.contacts-list > p { margin:30px 0; color:#6d675f; font-size:12px; line-height:1.7; }
.yandex-map { position: relative; min-height: 670px; overflow: hidden; background: #c7c0b5; }
.yandex-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: saturate(.7) sepia(.08); }
.yandex-map > a { position: absolute; right: 18px; bottom: 18px; z-index: 2; padding: 11px 14px; background: rgba(245,242,234,.94); box-shadow: 0 7px 24px rgba(32,29,24,.12); font-size: 11px; }
.yandex-map-compact { min-height: 440px; align-self: stretch; }


.request-dialog { border-radius:0!important; padding:30px!important; background:#f3efe7!important; }
.dialog-heading { font:38px/1 Georgia,serif!important; margin:5px 0 8px; }
.request-form { display:flex; flex-direction:column; gap:15px; margin-top:8px; }
.request-form label { display:flex; flex-direction:column; gap:7px; color:#6f685e; font-size:10px; text-transform:uppercase; letter-spacing:.08em; }
.request-form input, .request-form textarea { height:45px; border:0; border-bottom:1px solid var(--line); border-radius:0; padding:8px 0; background:transparent; color:var(--ink); outline:none; font-size:14px; text-transform:none; letter-spacing:0; }
.request-form textarea { min-height:75px; resize:vertical; }
.consent-field { display:grid; grid-template-columns:18px 1fr; gap:12px; align-items:start; margin:3px 0; }
.consent-field [data-slot='checkbox'] { width:18px; height:18px; margin-top:2px; border-radius:0; border-color:#81796d; cursor:pointer; }
.request-form .consent-field label { display:block; color:#777067; font-size:10px; line-height:1.5; text-transform:none; letter-spacing:0; cursor:pointer; }
.consent-field a { color:var(--ink); text-decoration:underline; text-underline-offset:3px; }
.request-form button:disabled { opacity:.45; cursor:not-allowed; transform:none; }
.success-state { padding:25px 5px; text-align:center; }
.success-state > span { width:52px; height:52px; display:grid; place-items:center; margin:0 auto 20px; border-radius:50%; background:var(--ink); color:#fff; }
.success-state [data-slot='dialog-title'] { font:32px Georgia,serif; }
.success-state [data-slot='dialog-description'] { margin-top:12px; line-height:1.5; }

.legal-hero h1 { max-width:1100px; font-size:clamp(48px,6.3vw,92px); }
.legal-content { max-width:920px; margin:0 auto; padding:85px 22px 110px; }
.legal-content section { padding:0 0 34px; margin:0 0 34px; border-bottom:1px solid var(--line); }
.legal-content section:last-child { margin-bottom:0; }
.legal-content h2 { margin:0 0 18px; font-size:clamp(27px,3vw,38px); line-height:1.1; }
.legal-content p { margin:0 0 14px; color:#5f5a52; font-size:14px; line-height:1.75; }
.legal-content p:last-child { margin-bottom:0; }
.legal-content a { color:var(--ink); text-decoration:underline; text-underline-offset:3px; }

@media (max-width: 960px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .phone { display: none; }
  .mobile-header-phone { display:inline-flex; }
  .menu-button { display: inline-flex; }
  .hero { padding-top: 125px; background-position: 55% center; }
  .hero-content { max-width: 760px; }
  .intro-strip { grid-template-columns: 1fr 2fr; }
  .intro-copy { grid-column: 2; }
  .category-grid { grid-template-columns: repeat(2,1fr); }
  .category-card.category-wide { grid-column:span 1; }
  .product-grid { grid-template-columns:repeat(2,1fr); }
  .manifesto { grid-template-columns:1fr; }
  .manifesto-image { min-height:520px; }
  .benefit-grid { grid-template-columns:1fr; }
  .benefit-grid article { min-height:auto; padding:30px 0 40px!important; border-right:0; border-bottom:1px solid var(--line); }
  .benefit-grid h3 { margin:45px 0 12px; }
  .page-hero-split, .about-visual, .contacts-layout { grid-template-columns:1fr; }
  .text-page-body { padding-top:0; }
  .page-hero-split > p:last-child { margin:0; }
  .catalog-category-list { grid-template-columns:repeat(2,1fr); }
  .gallery-grid figure.wide { height:500px; }
  .simple-cta { grid-template-columns:1fr; }
  .yandex-map { min-height:500px; }
  .site-footer { grid-template-columns:1fr 1fr; }
  .footer-brand { grid-column:1/-1; }
}

@media (max-width: 620px) {
  .site-header { height: 66px; padding:0 14px; }
  .site-header > .brand-lockup { gap:10px; min-width:0; }
  .site-header > .brand-lockup img { width:42px; height:42px; }
  .site-header > .brand-lockup .brand-lockup-text { display:block; font-size:9px; letter-spacing:.045em; }
  .site-header > .brand-lockup .brand-lockup-text b { font-size:10px; }
  .mobile-menu { padding:12px 14px 22px; }
  .mobile-menu-top .brand-lockup { gap:12px; }
  .mobile-menu-top .brand-lockup img { width:42px; height:42px; }
  .mobile-menu nav { margin-top:24px; }
  .mobile-menu nav a { padding:14px 0; font-size:32px; }
  .header-actions { gap:10px; }
  .header-contact { display:none; }
  .header-contact .button { min-height:36px; padding:0 12px; }
  .hero { padding-top: 112px; min-height: 680px; background-image: linear-gradient(90deg, rgba(244,240,231,.95), rgba(244,240,231,.72)), url('../images/hero-interior-v2.png'); background-position: 57% center; }
  h1 { font-size: clamp(43px, 13vw, 62px); }
  .hero-copy { font-size: 15px; }
  .hero-actions .button { width: 100%; }
  .intro-strip { grid-template-columns: 1fr; gap: 22px; }
  .intro-copy { grid-column: 1; }
  .scroll-cue { display:none; }
  .category-grid, .catalog-category-list, .gallery-grid, .steps, .numbers { grid-template-columns:1fr; }
  .product-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
  .product-info { padding:14px 4px 6px; }
  .product-info > p { margin-bottom:7px; font-size:8px; }
  .product-info h3 { margin-bottom:11px; font-size:17px; }
  .product-price { margin-bottom:14px; font-size:17px; }
  .product-card-action { padding:0 4px 8px; }
  .product-card-action .button { min-height:44px; padding:0 8px; font-size:10px; }
  .category-card { min-height:290px; }
  .section-head { flex-direction:column; align-items:flex-start; gap:22px; }
  .manifesto-image { min-height:390px; }
  .manifesto-copy { padding:70px 22px; }
  .gallery-preview { display:flex; overflow-x:auto; scroll-snap-type:x mandatory; }
  .gallery-preview figure { min-width:86vw; height:420px; scroll-snap-align:start; }
  .contact-band { grid-template-columns:1fr; gap:50px; padding-top:75px; }
  .contact-band-content { justify-content:flex-start; gap:32px; }
  .contact-band h2 { line-height:1; }
  .contact-card { margin:0; }
  .site-footer { grid-template-columns:1fr; gap:40px; }
  .footer-brand, .footer-bottom { grid-column:auto; }
  .footer-bottom { flex-direction:column; gap:8px; }
  .footer-legal { justify-content:flex-start; flex-direction:column; gap:8px; }
  .page-hero { min-height:470px; padding-top:85px; }
  .page-hero h1 { font-size:55px; }
  .page-hero > p:last-child { margin:0; }
  .catalog-category-list > div { padding-right:0; }
  .catalog-categories-title { padding:70px 22px 32px; }
  .about-visual { min-height:0; }
  .text-page-section { padding:75px 22px 80px; }
  .text-page-body p { font-size:15px; line-height:1.7; }
  .about-visual img { min-height:420px; }
  .about-visual > div { padding:70px 22px; }
  .numbers div, .numbers div + div { padding:30px 0; border-right:0; border-bottom:1px solid rgba(255,255,255,.18); }
  .numbers div:last-child { border-bottom:0; }
  .gallery-grid { padding-left:22px; padding-right:22px; }
  .gallery-grid figure, .gallery-grid figure.wide { grid-column:auto; height:430px; }
  .steps article, .steps article + article { min-height:auto; padding:25px 0 40px; border-right:0; border-bottom:1px solid var(--line); }
  .steps h3 { margin:40px 0 10px; }
  .faq { grid-template-columns:1fr; gap:30px; padding:80px 22px; }
  .faq h2 { font-size:50px; }
  .faq summary { font-size:18px; }
  .contacts-list { padding:60px 22px; }
  .yandex-map { min-height:420px; }
  .contact-band { grid-template-columns: 1fr; }
}

/* WordPress integration */
[hidden] { display: none !important; }
.screen-reader-text { 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; }
.admin-bar .site-header { top:32px; }
.admin-bar .mobile-menu { top:32px; height:calc(100dvh - 32px); min-height:0; }
.layer-open { overflow:hidden; }
.icon { width:20px; height:20px; flex:0 0 auto; fill:none; stroke:currentColor; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; }
.search-toggle { display:grid; place-items:center; width:38px; height:38px; padding:0; border:0; background:transparent; cursor:pointer; }
.entry-content p { margin:0 0 22px; }
.entry-content p:last-child { margin-bottom:0; }
.entry-content a { text-decoration:underline; text-underline-offset:3px; }
.nav-links { display:flex; align-items:center; justify-content:center; gap:8px; margin-top:35px; }
.nav-links .page-numbers { display:grid; place-items:center; min-width:44px; height:44px; padding:0 12px; border:1px solid var(--line); }
.nav-links .current, .nav-links a:hover { background:var(--action); border-color:var(--action); color:#fff; }
.single-product-wrap, .article-wrap { padding:120px clamp(22px,8.5vw,150px); }
.single-product { display:grid; grid-template-columns:1.1fr .9fr; gap:clamp(45px,8vw,120px); align-items:start; }
.single-product-image { min-width:0; }
.single-product-image img { display:block; width:100%; height:auto; max-height:750px; object-fit:contain; }
.single-product-copy { position:sticky; top:110px; }
.single-product-copy h1, .article-wrap h1 { margin:20px 0 28px; font-size:clamp(50px,6vw,84px); }
.single-product-copy .entry-content { margin:30px 0; color:#5f5a52; line-height:1.7; }
.product-characteristics { margin:30px 0 36px; border-top:1px solid rgba(28,26,22,.18); }
.product-characteristics h2 { margin:28px 0 18px; font-size:28px; }
.product-characteristics dl { margin:0; }
.product-characteristics dl div { display:grid; grid-template-columns:minmax(130px,.8fr) minmax(160px,1.2fr); gap:24px; padding:13px 0; border-bottom:1px solid rgba(28,26,22,.13); }
.product-characteristics dt { color:#777168; }
.product-characteristics dd { margin:0; font-weight:600; }
.content-list, .search-results-list { padding:85px clamp(22px,8.5vw,150px) 110px; }
.content-list article, .search-results-list article { padding:35px 0; border-top:1px solid var(--line); }
.content-list h2, .search-results-list h2 { margin:12px 0 18px; font-size:clamp(32px,4vw,52px); }
.content-list article > div, .search-results-list article > p { max-width:800px; color:#655f56; line-height:1.65; }
.article-wrap { max-width:1100px; margin:0 auto; }
.article-image { margin:45px 0; }
.article-image img { width:100%; height:auto; }
.article-wrap .entry-content { max-width:850px; font-size:17px; line-height:1.8; }
.not-found-page { min-height:calc(100vh - 78px); display:flex; flex-direction:column; justify-content:center; padding:115px clamp(22px,8.5vw,150px); background:linear-gradient(90deg,rgba(244,240,231,.96),rgba(244,240,231,.45)),url('../images/hero-interior-v2.png') center/cover; }
.not-found-page .error-code { margin:10px 0 0; color:var(--action); font:clamp(90px,18vw,260px)/.8 Georgia,serif; }
.not-found-page h1 { margin:35px 0 18px; }
.not-found-page > p:not(.error-code) { margin:0 0 30px; font-size:16px; }
.not-found-page > div { display:flex; gap:10px; flex-wrap:wrap; }
.search-form { display:flex; gap:10px; }
.search-form label { flex:1; }
.search-field { width:100%; height:52px; padding:0 15px; border:1px solid var(--line); background:#fff; }
.search-submit { min-width:120px; border:1px solid var(--action); background:var(--action); color:#fff; cursor:pointer; }
.request-form input[aria-invalid='true'] { border-bottom-color:#9d342c; }
.request-form-status { min-height:18px; margin:0; font-size:12px; line-height:1.45; }
.request-form-status[data-state='error'] { color:#9d342c; }
.request-form-status[data-state='success'] { color:#3e633d; }
.hp-field { position:absolute!important; left:-10000px!important; width:1px!important; height:1px!important; overflow:hidden!important; }
.consent-field input { width:18px!important; height:18px!important; margin:2px 0 0!important; accent-color:var(--action); }
.request-modal .dialog-heading { margin:12px 0 10px; font-size:clamp(36px,5vw,52px); }
.request-modal-dialog > p:not(.section-kicker) { color:#6a645a; line-height:1.55; }
.gallery-preview:empty::before { content:'Фотографии появятся после заполнения галереи'; display:grid; place-items:center; min-height:300px; color:#6e685e; }

@media (max-width:960px) {
  .single-product { grid-template-columns:1fr; }
  .single-product-copy { position:static; }
}

@media (max-width:782px) {
  .admin-bar .site-header { top:46px; }
  .admin-bar .mobile-menu { top:46px; height:calc(100dvh - 46px); min-height:0; }
}

@media (max-width:620px) {
  .single-product-wrap, .article-wrap { padding:90px 22px; }
  .product-characteristics dl div { grid-template-columns:1fr; gap:5px; }
  .search-panel { padding-top:90px; }
  .search-panel-inner, .request-modal-dialog { padding:28px 22px; }
  .search-form { flex-direction:column; }
  .search-submit { min-height:48px; }
  .not-found-page > div .button { width:100%; }
}
.site-header { position:fixed; }
.desktop-nav .current-menu-item > a, .desktop-nav .current_page_item > a { color:var(--action); }
.icon { width:1em; height:1em; display:inline-block; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; flex:0 0 auto; }
.brand-lockup img { display:block; }
.category-card, .product-card-link { display:block; }
.category-card::after { content:''; position:absolute; inset:0; background:linear-gradient(0deg,rgba(15,14,12,.62),transparent 55%); pointer-events:none; }
.category-card > * { z-index:1; }
.category-photo { z-index:0!important; }
.category-card > div:last-of-type { z-index:2; }
.category-number, .category-arrow { z-index:2; }
.product-card-action { padding:0 12px 8px; }
.catalog-pagination .page-numbers { width:44px; height:44px; display:grid; place-items:center; border:1px solid var(--line); transition:background .2s,color .2s,border-color .2s; }
.catalog-pagination .page-numbers:hover, .catalog-pagination .page-numbers.current { background:var(--action); border-color:var(--action); color:#fff; }
.wp-content > *:first-child { margin-top:0; }
.wp-content > *:last-child { margin-bottom:0; }
.wp-content h2, .wp-content h3 { font-family:Georgia,'Times New Roman',serif; font-weight:400; }
.wp-content a { text-decoration:underline; text-underline-offset:3px; }
.wp-content img { max-width:100%; height:auto; }
.search-toggle, .menu-button, .mobile-menu-top button { cursor:pointer; }
.search-toggle { display:inline-grid; place-items:center; width:32px; height:32px; padding:0; border:0; background:transparent; }
.search-panel { position:fixed; inset:0; z-index:140; display:grid; place-items:start center; padding:130px 22px 30px; background:rgba(23,22,18,.55); }
.search-panel-inner { position:relative; width:min(760px,100%); padding:42px; background:#f3efe7; box-shadow:0 28px 80px rgba(0,0,0,.18); }
.search-panel h2 { margin:0 50px 26px 0; font-size:clamp(38px,5vw,60px); }
.search-panel-close { position:absolute; right:24px; top:24px; width:40px; height:40px; border:0; background:transparent; cursor:pointer; font-size:28px; }
.search-form { display:grid; grid-template-columns:1fr auto; gap:10px; }
.search-form input { min-width:0; height:50px; padding:0 15px; border:1px solid var(--line); background:#fff; font:16px Arial,sans-serif; }
.search-results { padding:90px clamp(22px,8.5vw,150px) 110px; }
.search-results-header { display:flex; justify-content:space-between; gap:30px; align-items:end; margin-bottom:45px; }
.search-results-header h1 { font-size:clamp(48px,6vw,82px); }
.search-result-list { border-top:1px solid var(--line); }
.search-result { display:grid; grid-template-columns:140px 1fr auto; gap:30px; align-items:center; padding:24px 0; border-bottom:1px solid var(--line); }
.search-result img { width:140px; aspect-ratio:1; object-fit:contain; }
.search-result h2 { margin:0 0 10px; font-size:30px; }
.search-result p { margin:0; color:#6f685e; line-height:1.55; }
.not-found { min-height:calc(100vh - 78px); display:grid; align-content:center; padding:130px clamp(22px,8.5vw,150px) 90px; background:linear-gradient(90deg,rgba(244,240,231,.96),rgba(244,240,231,.45)),url('../images/hero-interior-v2.png') center/cover; }
.not-found strong { font:clamp(90px,18vw,230px)/.75 Georgia,serif; color:rgba(152,112,79,.45); }
.not-found h1 { margin:35px 0 20px; }
.not-found p { max-width:560px; margin:0 0 30px; font-size:16px; line-height:1.6; }
.request-modal { position:fixed; inset:0; z-index:160; display:grid; place-items:center; padding:22px; background:rgba(23,22,18,.6); }
.request-modal-dialog { position:relative; width:min(560px,100%); max-height:calc(100vh - 44px); overflow:auto; padding:34px; background:#f3efe7; box-shadow:0 28px 80px rgba(0,0,0,.2); }
.request-modal-close { position:absolute; top:18px; right:18px; width:40px; height:40px; border:0; background:transparent; cursor:pointer; font-size:28px; }
.request-modal .dialog-heading { padding-right:42px; }
.request-form-status { min-height:20px; margin:0; font-size:12px; line-height:1.5; }
.request-form-status.is-error { color:#9b2d24; }
.request-form-status.is-success { color:#385c36; }
.request-form .hp-field { position:absolute!important; left:-9999px!important; }
.request-form input[aria-invalid='true'] { border-bottom-color:#9b2d24; }
.body-modal-open { overflow:hidden; }
.single-product-layout { display:grid; grid-template-columns:1fr 1fr; gap:clamp(45px,7vw,110px); padding:90px clamp(22px,8.5vw,150px) 110px; }
.single-product-image img { width:100%; height:auto; object-fit:contain; background:transparent; }
.single-product-copy h1 { margin:16px 0 25px; font-size:clamp(48px,6vw,82px); }
.single-product-copy .product-price { font-size:28px; }
.single-product-copy .wp-content { margin:30px 0; color:#625d54; line-height:1.7; }
.gallery-empty, .catalog-empty { padding:55px 0; color:#6f685e; }

@media (max-width:782px) {
  .admin-bar .site-header { top:46px; }
}

@media (max-width:960px) {
  .search-result { grid-template-columns:100px 1fr; }
  .search-result .text-link { grid-column:2; width:max-content; }
  .single-product-layout { grid-template-columns:1fr; }
}

@media (max-width:620px) {
  .search-toggle { width:28px; height:28px; }
  .search-panel { padding-top:90px; }
  .search-panel-inner, .request-modal-dialog { padding:28px 22px; }
  .search-form { grid-template-columns:1fr; }
  .search-form .button { width:100%; }
  .search-results { padding:70px 22px 80px; }
  .search-results-header { align-items:flex-start; flex-direction:column; }
  .search-result { grid-template-columns:75px 1fr; gap:18px; }
  .search-result img { width:75px; }
  .search-result h2 { font-size:23px; }
  .single-product-layout { padding:70px 22px 80px; }
}
