:root {
  --ink: #292725;
  --ink-2: #3f3c38;
  --muted: #6f6a64;
  --paper: #f5f3ef;
  --paper-2: #ece8e1;
  --card: #ffffff;
  --line: #d8d2ca;
  --accent: #f0641f;
  --accent-dark: #cf4e10;
  --success: #287044;
  --danger: #a33c2f;
  --shadow: 0 18px 50px rgba(39, 32, 24, .12);
  --shadow-soft: 0 10px 30px rgba(39, 32, 24, .08);
  --radius: 24px;
  --radius-sm: 14px;
  --container: 1320px;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { margin: 0; overflow-x: hidden; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { min-width: 320px; margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
body.is-locked { overflow: hidden; touch-action: none; }
img { display: block; max-width: 100%; height: auto; }
svg { display: block; }
a { color: inherit; text-underline-offset: 3px; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
h1, h2, h3, h4, p, li, dt, dd { overflow-wrap: break-word; word-break: normal; }
h1, h2, h3 { font-family: var(--serif); font-weight: 700; letter-spacing: -.025em; overflow-wrap: normal; word-break: normal; hyphens: auto; text-wrap: balance; }
h1 { font-size: clamp(2.45rem, 5vw, 4.65rem); line-height: 1.03; }
h2 { font-size: clamp(1.9rem, 3.6vw, 3.25rem); line-height: 1.1; }
h3 { font-size: clamp(1.2rem, 2vw, 1.65rem); line-height: 1.2; }
::selection { background: var(--accent); color: #fff; }

.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.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; }
.screen-reader-text:focus, .skip-link:focus { position: fixed !important; z-index: 1300; top: 12px; left: 12px; width: auto !important; height: auto !important; padding: 12px 18px !important; margin: 0 !important; clip: auto !important; background: #fff; color: #000; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link { position: absolute; left: -9999px; }
:focus-visible { outline: 3px solid rgba(240, 100, 31, .45); outline-offset: 3px; }

.eyebrow { display: block; margin: 0 0 12px; color: var(--accent); font-size: .74rem; font-weight: 800; line-height: 1.25; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow--light { color: #ffd0b8; }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 11px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 0 21px; border: 1px solid transparent; border-radius: 10px; background: transparent; font-size: .88rem; font-weight: 750; line-height: 1.15; text-align: center; text-decoration: none; cursor: pointer; transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: none; }
.button--primary { background: var(--accent); color: #fff; }
.button--primary:hover { background: var(--accent-dark); }
.button--dark { background: var(--ink); color: #fff; }
.button--dark:hover { background: #111; }
.button--ghost { border-color: var(--line); background: transparent; color: var(--ink); }
.button--ghost:hover { border-color: #bdb5aa; background: #fff; }
.button--glass { border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.08); color: #fff; backdrop-filter: blur(8px); }
.button--glass:hover { background: rgba(255,255,255,.16); }
.button--light { background: #fff; color: var(--ink); }
.button--wide { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-size: .88rem; font-weight: 750; text-decoration: none; }
.text-link span { transition: transform .2s ease; }
.text-link:hover { color: var(--accent); }
.text-link:hover span { transform: translateX(4px); }
.text-link--button { padding: 0; border: 0; background: none; cursor: pointer; }
.icon-button { display: inline-grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 10px; background: #fff; font-size: 1.55rem; line-height: 1; cursor: pointer; }

/* Header: the original two-row structure, with clearer controls. */
.site-header { position: sticky; z-index: 1000; top: 0; background: #f3f3f3; border-bottom: 1px solid #d7d7d7; box-shadow: 0 4px 16px rgba(0,0,0,.04); }
.is-menu-open .site-header { z-index: 1150; }
.header-main__inner { display: grid; min-height: 84px; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: clamp(20px, 3vw, 44px); }
.brand { display: inline-flex; min-width: max-content; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; }
.brand__mark { width: 54px; height: 54px; flex: 0 0 auto; object-fit: contain; }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__text strong { font-family: var(--serif); font-size: 1.72rem; letter-spacing: -.04em; white-space: nowrap; }
.brand__text small { margin-top: 5px; color: #615d58; font-size: .62rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
.site-nav { min-width: 0; justify-self: center; }
.site-nav__head, .site-nav__mobile-contact { display: none; }
.site-nav__list { display: flex; align-items: center; justify-content: center; gap: clamp(14px, 1.65vw, 25px); padding: 0; margin: 0; list-style: none; }
.site-nav__list > li { position: relative; }
.site-nav__list a { display: block; padding: 13px 0; color: var(--ink); font-size: .81rem; font-weight: 750; text-decoration: none; white-space: nowrap; }
.site-nav__list a:hover, .site-nav__list .current-menu-item > a { color: var(--accent); }
.site-nav__list .sub-menu { position: absolute; z-index: 20; top: 100%; left: -18px; display: none; width: 220px; padding: 10px 18px; margin: 0; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: var(--shadow-soft); list-style: none; }
.site-nav__list li:hover > .sub-menu, .site-nav__list li:focus-within > .sub-menu { display: block; }
.site-nav__list .sub-menu a { padding: 9px 0; white-space: normal; }
.header-city { display: inline-flex; min-height: 48px; max-width: 180px; align-items: center; gap: 9px; padding: 5px 0; border: 0; background: transparent; text-align: left; cursor: pointer; }
.header-city__pin { width: 11px; height: 11px; flex: 0 0 auto; border: 2px solid var(--accent); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.header-city > span:not(.header-city__pin) { display: grid; min-width: 0; gap: 2px; }
.header-city small { color: var(--muted); font-size: .59rem; font-weight: 650; }
.header-city strong { overflow: hidden; font-size: .78rem; font-weight: 800; white-space: nowrap; text-overflow: ellipsis; }
.header-city svg { flex: 0 0 auto; transition: transform .2s ease; }
.header-city:hover strong { color: var(--accent); }
.header-city:hover svg { transform: translateY(2px); }
.header-icons { display: none; align-items: center; gap: 8px; }
.header-icon, .menu-toggle { width: 44px; height: 44px; flex: 0 0 auto; padding: 0; border: 1px solid #d0cbc4; border-radius: 10px; background: #fff; cursor: pointer; }
.header-icon { display: none; place-items: center; }
.menu-toggle { display: none; padding: 10px; }
.menu-toggle > span:not(.screen-reader-text) { display: block; width: 100%; height: 2px; margin: 4px 0; background: var(--ink); border-radius: 2px; }
.header-contactbar { background: #2b2927; color: #fff; }
.header-contactbar__inner { display: grid; min-height: 58px; grid-template-columns: minmax(320px, 1fr) auto auto auto auto; align-items: center; gap: clamp(12px, 1.7vw, 24px); }
.header-phone { display: inline-flex; min-height: 42px; align-items: center; gap: 9px; padding: 5px 12px 5px 7px; border: 1px solid rgba(255,255,255,.24); border-radius: 10px; background: rgba(255,255,255,.07); color: #fff; line-height: 1.12; text-decoration: none; white-space: nowrap; transition: border-color .2s ease, background .2s ease; }
.header-phone:hover { border-color: var(--accent); background: rgba(255,255,255,.12); }
.header-phone__icon { display: grid; width: 30px; height: 30px; flex: 0 0 auto; place-items: center; border-radius: 8px; background: var(--accent); color: #fff; }
.header-phone__copy { display: flex; flex-direction: column; }
.header-phone small { color: #c7c0b8; font-size: .59rem; }
.header-phone strong { margin-top: 3px; font-size: .94rem; letter-spacing: .01em; }
.header-callback, .header-estimate { min-height: 36px; padding: 0 14px; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; background: transparent; color: #fff; font-size: .7rem; font-weight: 750; white-space: nowrap; cursor: pointer; }
.header-callback:hover, .header-estimate:hover { border-color: var(--accent); background: var(--accent); }
.header-estimate { display: inline-flex; align-items: center; gap: 9px; }
.header-estimate b { display: inline-grid; min-width: 24px; height: 24px; place-items: center; border-radius: 7px; background: #fff; color: var(--ink); font-size: .66rem; }
.header-social { display: flex; gap: 7px; }
.header-social a { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; color: #fff; font-size: .61rem; font-weight: 800; text-decoration: none; }
.header-social a:hover { border-color: var(--accent); background: var(--accent); }

/* Whole-site smart search. */
.smart-search { position: relative; min-width: 0; }
.smart-search__form { display: grid; height: 36px; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 9px; background: rgba(255,255,255,.08); }
.smart-search__form > svg { margin-left: 12px; color: #b5aea7; }
.smart-search__form input { width: 100%; min-width: 0; height: 34px; padding: 0 11px; border: 0; outline: 0; background: transparent; color: #fff; font-size: .73rem; }
.smart-search__form input::placeholder { color: #aaa39c; }
.smart-search__form button { align-self: stretch; padding: 0 14px; border: 0; background: transparent; color: #fff; font-size: .69rem; font-weight: 750; cursor: pointer; }
.smart-search__form button:hover { background: rgba(255,255,255,.1); }
.smart-search__results { position: absolute; z-index: 1180; top: calc(100% + 8px); right: 0; left: 0; max-height: min(520px, 70vh); overflow: auto; border: 1px solid var(--line); border-radius: 14px; background: #fff; color: var(--ink); box-shadow: var(--shadow); }
.smart-search__results[hidden] { display: none !important; }
.smart-search__list { display: grid; }
.smart-search__item { display: grid; min-width: 0; grid-template-columns: 54px minmax(0,1fr) auto; align-items: center; gap: 12px; padding: 10px 12px; border-bottom: 1px solid #eeeae4; text-decoration: none; }
.smart-search__item:hover, .smart-search__item.is-active { background: #f3eee7; }
.smart-search__media { display: grid; width: 54px; height: 54px; place-items: center; overflow: hidden; border-radius: 9px; background: var(--paper-2); color: var(--accent); font-family: var(--serif); font-size: 1.4rem; font-weight: 700; }
.smart-search__media img { width: 100%; height: 100%; object-fit: cover; }
.smart-search__copy { display: grid; min-width: 0; gap: 2px; }
.smart-search__copy small { color: var(--accent); font-size: .58rem; font-weight: 750; }
.smart-search__copy strong { overflow: hidden; font-family: var(--serif); font-size: .92rem; line-height: 1.2; white-space: nowrap; text-overflow: ellipsis; }
.smart-search__copy > span { overflow: hidden; color: var(--muted); font-size: .66rem; white-space: nowrap; text-overflow: ellipsis; }
.smart-search__item > i { color: var(--accent); font-style: normal; }
.smart-search__all { display: block; padding: 12px 14px; color: var(--ink); font-size: .72rem; font-weight: 750; text-decoration: none; }
.smart-search__all:hover { color: var(--accent); }
.smart-search__message { padding: 18px; margin: 0; color: var(--muted); font-size: .78rem; }

/* Breadcrumbs. */
.breadcrumbs { background: #fff; border-bottom: 1px solid var(--line); }
.breadcrumbs ol { display: flex; align-items: center; gap: 8px; padding: 10px 0; margin: 0; overflow-x: auto; list-style: none; scrollbar-width: none; }
.breadcrumbs ol::-webkit-scrollbar { display: none; }
.breadcrumbs li { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: .68rem; white-space: nowrap; }
.breadcrumbs li:not(:last-child)::after { color: #b5aea6; content: "/"; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { color: var(--accent); }

/* Dialogs and drawers. */
.page-overlay { position: fixed; z-index: 1050; inset: 0; background: rgba(22,19,16,.62); backdrop-filter: blur(3px); }
.page-overlay[hidden], .search-dialog[hidden], .city-dialog[hidden], .city-prompt[hidden], .quote-drawer[hidden], .callback-dialog[hidden] { display: none !important; }
.search-dialog, .city-dialog, .city-prompt, .callback-dialog { position: fixed; z-index: 1120; inset: 0; display: grid; place-items: center; padding: 24px; pointer-events: none; }
.search-dialog__panel, .city-dialog__panel, .city-prompt__panel, .callback-dialog__panel { width: min(820px, 100%); max-height: calc(100dvh - 48px); overflow: auto; padding: 28px; border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); pointer-events: auto; }
.search-dialog__panel, .city-prompt__panel, .callback-dialog__panel { width: min(570px, 100%); }
.dialog-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 20px; }
.dialog-head h2 { margin: 0; font-size: clamp(1.75rem, 5vw, 2.7rem); }
.dialog-head p { margin: 7px 0 0; color: var(--muted); font-size: .86rem; }
.search-dialog .smart-search__form { height: 52px; border-color: var(--line); background: #fff; }
.search-dialog .smart-search__form input { height: 50px; color: var(--ink); font-size: .9rem; }
.search-dialog .smart-search__form input::placeholder { color: #989189; }
.search-dialog .smart-search__form button { background: var(--accent); color: #fff; padding-inline: 18px; }
.search-dialog .smart-search__results { position: relative; top: auto; margin-top: 10px; box-shadow: none; }
.city-search { display: block; margin-bottom: 16px; }
.city-search input { width: 100%; height: 50px; padding: 0 15px; border: 1px solid var(--line); border-radius: 11px; background: #fff; outline: 0; }
.city-list { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 8px; }
.city-list__item { display: flex; min-height: 44px; align-items: center; justify-content: space-between; gap: 6px; padding: 8px 11px; border: 1px solid var(--line); border-radius: 9px; background: #fff; font-size: .75rem; font-weight: 700; text-decoration: none; }
.city-list__item:hover { border-color: var(--accent); color: var(--accent); }
.city-list__item.is-active { border-color: var(--ink); background: var(--ink); color: #fff; }
.city-list__item.is-hidden { display: none; }
.city-list__item small { font-size: .55rem; opacity: .7; }
.city-list__empty { margin: 18px 0 0; color: var(--muted); text-align: center; }
.city-prompt { position: fixed; z-index: 1040; top: 156px; right: max(18px, calc((100vw - var(--container)) / 2)); bottom: auto; left: auto; display: block; width: min(430px, calc(100vw - 36px)); padding: 0; pointer-events: none; }
.city-prompt__panel { position: relative; width: 100%; max-height: none; padding: 20px 54px 20px 22px; border: 1px solid #d1c5b8; border-radius: 16px; background: #fff; box-shadow: 0 18px 46px rgba(32,26,20,.2); pointer-events: auto; }
.city-prompt__panel::before { position: absolute; top: 0; bottom: 0; left: 0; width: 4px; border-radius: 16px 0 0 16px; background: var(--accent); content: ""; }
.city-prompt__panel h2 { margin: 0 0 5px; font-family: var(--sans); font-size: 1rem; letter-spacing: 0; }
.city-prompt__panel p { margin: 0 0 13px; color: var(--muted); font-size: .76rem; }
.city-prompt__panel .button { min-height: 38px; padding-inline: 13px; font-size: .7rem; }
.city-prompt__close { position: absolute; top: 9px; right: 10px; width: 32px; height: 32px; padding: 0; border: 0; border-radius: 8px; background: var(--paper-2); font-size: 1.15rem; cursor: pointer; }
.callback-dialog__panel > p { margin: 0 0 20px; color: var(--muted); }
.quote-drawer { position: fixed; z-index: 1130; inset: 0; display: flex; justify-content: flex-end; pointer-events: none; }
.quote-drawer__panel { width: min(530px, 100%); height: 100%; overflow-y: auto; padding: 27px; background: var(--paper); box-shadow: -24px 0 60px rgba(0,0,0,.2); pointer-events: auto; }
.quote-items { display: grid; gap: 9px; margin-bottom: 15px; }
.quote-item { display: grid; grid-template-columns: 62px minmax(0,1fr) auto; align-items: center; gap: 11px; padding: 9px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.quote-item img { width: 62px; height: 62px; border-radius: 8px; object-fit: cover; }
.quote-item a { text-decoration: none; }
.quote-item strong { display: block; font-family: var(--serif); font-size: .9rem; line-height: 1.2; }
.quote-item small { color: var(--muted); font-size: .65rem; }
.quote-item button { width: 34px; height: 34px; padding: 0; border: 0; border-radius: 8px; background: var(--paper-2); cursor: pointer; }
.quote-empty { padding: 18px; border: 1px dashed var(--line); border-radius: 12px; color: var(--muted); font-size: .82rem; text-align: center; }
.quote-empty[hidden] { display: none; }
.button.is-added { border-color: var(--success); background: var(--success); color: #fff; }

/* Forms. */
.lead-form { display: grid; gap: 13px; }
.lead-form label { display: grid; gap: 6px; }
.lead-form label > span:first-child { font-size: .72rem; font-weight: 750; }
.lead-form input:not([type=checkbox]):not([type=hidden]), .lead-form textarea, .lead-form select { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--ink); outline: 0; }
.lead-form textarea { min-height: 105px; resize: vertical; }
.lead-form input:focus, .lead-form textarea:focus, .lead-form select:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(240,100,31,.12); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 11px; }
.form-consent { display: flex !important; align-items: flex-start; gap: 9px !important; color: var(--muted); font-size: .68rem; line-height: 1.45; }
.form-consent input { width: 18px; height: 18px; flex: 0 0 auto; margin: 1px 0 0; accent-color: var(--accent); }
.form-status { min-height: 20px; font-size: .74rem; font-weight: 700; }
.form-status.is-success { color: var(--success); }
.form-status.is-error { color: var(--danger); }
.rfg-hp { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }

/* Shared sections. */
.section { padding: clamp(64px, 7vw, 104px) 0; }
.section-head { max-width: 760px; }
.section-head h2 { margin: 0 0 15px; }
.section-head > p, .section-head > div > p { max-width: 680px; margin: 0; color: var(--muted); font-size: clamp(.96rem, 1.4vw, 1.08rem); }
.section-head--row { display: flex; max-width: none; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.section-head--row > div { max-width: 760px; }
.section-head--row .text-link { flex: 0 0 auto; margin-bottom: 6px; }
.intro-grid > *, .process-layout > *, .page-hero__grid > *, .product-hero__grid > *, .product-details__grid > *, .catalog-choice__grid > *, .about-intro > *, .content-layout > *, .cta-card > *, .contact-map__caption > * { min-width: 0; }
.empty-state { padding: 42px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; text-align: center; }
.empty-state h2 { margin: 0 0 10px; }
.empty-state p { margin: 0 0 20px; color: var(--muted); }
.nav-links, .pagination .nav-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 7px; margin-top: 38px; }
.page-numbers { display: grid; min-width: 42px; height: 42px; place-items: center; padding: 0 10px; border: 1px solid var(--line); border-radius: 8px; background: #fff; text-decoration: none; }
.page-numbers.current { border-color: var(--ink); background: var(--ink); color: #fff; }

/* Home hero. */
.home-hero { position: relative; isolation: isolate; overflow: hidden; background: #282522; color: #fff; }
.home-hero__media { position: absolute; z-index: -2; inset: 0; background-image: linear-gradient(90deg, rgba(24,20,17,.94) 0%, rgba(24,20,17,.78) 48%, rgba(24,20,17,.32) 100%), url(../img/hero.jpg); background-position: center; background-size: cover; }
.home-hero::after { position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 70% 32%, rgba(240,100,31,.16), transparent 34%); content: ""; }
.home-hero__inner { display: grid; min-height: 650px; grid-template-columns: minmax(0,1.35fr) minmax(320px,.65fr); align-items: center; gap: clamp(44px, 7vw, 96px); padding-top: 62px; padding-bottom: 62px; }
.home-hero__copy { min-width: 0; }
.home-hero h1 { max-width: 760px; margin: 0 0 22px; }
.home-hero__copy > p { max-width: 690px; margin: 0 0 27px; color: #ddd7d0; font-size: clamp(1.02rem, 1.7vw, 1.22rem); line-height: 1.65; }
.home-hero .button-row { margin-bottom: 36px; }
.hero-phone-button { min-width: 225px; align-items: flex-start; flex-direction: column; gap: 1px; padding-block: 8px; }
.hero-phone-button span { color: #d7d0c8; font-size: .63rem; font-weight: 650; }
.hero-phone-button strong { font-size: .96rem; letter-spacing: .02em; }
.hero-facts { display: grid; max-width: 720px; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0; padding: 22px 0 0; margin: 0; border-top: 1px solid rgba(255,255,255,.2); list-style: none; }
.hero-facts li { min-width: 0; padding-right: 18px; }
.hero-facts li + li { padding-left: 18px; border-left: 1px solid rgba(255,255,255,.16); }
.hero-facts strong { display: block; font-family: var(--serif); font-size: clamp(1.05rem, 1.7vw, 1.35rem); line-height: 1.12; }
.hero-facts span { display: block; margin-top: 5px; color: #bcb5ad; font-size: .69rem; line-height: 1.3; }
.hero-request { min-width: 0; padding: 28px; border: 1px solid rgba(255,255,255,.25); border-radius: var(--radius); background: rgba(247,244,239,.96); color: var(--ink); box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.hero-request h2 { margin: 0 0 10px; font-size: clamp(1.6rem, 2.4vw, 2rem); }
.hero-request > p { margin: 0 0 19px; color: var(--muted); font-size: .84rem; }

/* Homepage catalog, based on the original wide category cards. */
.section--catalog-showcase { background: #e9e4dc; }
.catalog-showcases { display: grid; gap: 18px; }
.catalog-showcase { display: grid; min-height: 360px; grid-template-columns: minmax(300px,.72fr) minmax(520px,1.28fr); overflow: hidden; border: 1px solid #d2cbc2; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-soft); }
.catalog-showcase--reverse { grid-template-columns: minmax(520px,1.28fr) minmax(300px,.72fr); }
.catalog-showcase--reverse .catalog-showcase__info { order: 2; }
.catalog-showcase__info { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: clamp(26px, 3vw, 42px); }
.catalog-showcase__info h3 { margin: 0 0 11px; font-size: clamp(1.75rem, 2.7vw, 2.55rem); }
.catalog-showcase__info p { max-width: 510px; margin: 0 0 21px; color: var(--muted); font-size: .86rem; line-height: 1.62; }
.catalog-showcase__info .button { min-height: 42px; padding: 0 16px; font-size: .72rem; }
.catalog-showcase__media { display: grid; min-width: 0; min-height: 360px; grid-template-columns: minmax(0,1.55fr) minmax(188px,.72fr); gap: 7px; padding: 8px; background: #2c2926; }
.catalog-showcase__cover { position: relative; display: block; min-height: 0; overflow: hidden; border-radius: 16px 7px 7px 16px; color: #fff; text-decoration: none; }
.catalog-showcase__cover::after { position: absolute; inset: 38% 0 0; background: linear-gradient(transparent, rgba(18,16,14,.84)); content: ""; }
.catalog-showcase__cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.catalog-showcase__cover:hover img { transform: scale(1.035); }
.catalog-showcase__cover > span { position: absolute; z-index: 2; right: 18px; bottom: 16px; left: 18px; display: flex; align-items: center; justify-content: space-between; gap: 15px; font-family: var(--serif); font-size: 1.15rem; font-weight: 700; }
.catalog-showcase__cover i { display: grid; width: 34px; height: 34px; flex: 0 0 auto; place-items: center; border-radius: 9px; background: rgba(255,255,255,.16); font-style: normal; }
.catalog-showcase__products { display: grid; min-width: 0; grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: repeat(2,minmax(0,1fr)); gap: 7px; }
.catalog-showcase__products a { position: relative; display: grid; min-width: 0; min-height: 0; place-items: center; overflow: hidden; border-radius: 7px; background: #f5f1eb; color: #fff; text-decoration: none; }
.catalog-showcase__products a::after { position: absolute; inset: 58% 0 0; background: linear-gradient(transparent, rgba(18,16,14,.78)); content: ""; }
.catalog-showcase__products img { width: 100%; height: 100%; padding: 8px; object-fit: contain; }
.catalog-showcase__products span { position: absolute; z-index: 2; right: 7px; bottom: 7px; left: 7px; overflow: hidden; font-size: .55rem; font-weight: 700; white-space: nowrap; text-overflow: ellipsis; }
.category-directory { padding-top: 44px; }
.category-directory__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 19px; }
.category-directory__head h3 { margin: 0; font-size: clamp(1.55rem, 2.8vw, 2.35rem); }
.category-directory__head p { max-width: 520px; margin: 0; color: var(--muted); font-size: .84rem; }
.category-directory__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 13px; }
.category-tile { position: relative; display: block; min-height: 210px; overflow: hidden; border-radius: 16px; background: #292623; color: #fff; text-decoration: none; }
.category-tile::after { position: absolute; inset: 32% 0 0; background: linear-gradient(transparent, rgba(18,16,14,.9)); content: ""; }
.category-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.category-tile:hover img { transform: scale(1.04); }
.category-tile > span { position: absolute; z-index: 2; right: 50px; bottom: 15px; left: 16px; }
.category-tile strong { font-size: 1rem; line-height: 1.2; }
.category-tile > i { position: absolute; z-index: 2; right: 16px; bottom: 15px; font-style: normal; }

/* Text and supporting sections. */
.section--intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: minmax(280px,.8fr) minmax(0,1.2fr); align-items: start; gap: clamp(42px, 8vw, 110px); }
.prose { min-width: 0; color: var(--ink-2); font-size: 1.02rem; line-height: 1.78; }
.prose > *:first-child { margin-top: 0; }
.prose > *:last-child { margin-bottom: 0; }
.prose h2 { margin: 1.35em 0 .55em; color: var(--ink); font-size: clamp(1.8rem,3.5vw,3rem); }
.prose h3 { margin: 1.55em 0 .55em; color: var(--ink); font-size: clamp(1.3rem,2.2vw,1.8rem); }
.prose p { margin: 0 0 1.2em; }
.prose ul, .prose ol { padding-left: 1.35em; margin: 0 0 1.4em; }
.prose li + li { margin-top: .48em; }
.prose a { color: var(--accent); font-weight: 700; overflow-wrap: anywhere; }
.prose img { border-radius: 16px; }
.prose blockquote { margin: 2em 0; padding: 22px 25px; border-left: 4px solid var(--accent); border-radius: 0 14px 14px 0; background: #fff; font-family: var(--serif); font-size: 1.22rem; }
.prose--lead { font-size: clamp(1.04rem,1.5vw,1.2rem); }
/* Collapsible intro text */
.intro-collapsible { position: relative; min-width: 0; text-align: right; }
.intro-collapsible__body { position: relative; max-height: 660px; overflow: hidden; transition: max-height .45s cubic-bezier(.4,0,.2,1); text-align: left; }
.intro-collapsible__body::after { position: absolute; right: 0; bottom: 0; left: 0; height: 90px; background: linear-gradient(transparent, var(--paper)); content: ""; pointer-events: none; transition: opacity .3s ease; }
.intro-collapsible.is-expanded .intro-collapsible__body { overflow: visible; }
.intro-collapsible.is-expanded .intro-collapsible__body::after { opacity: 0; }
.intro-collapsible__toggle { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; padding: 10px 22px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--ink); font-size: .84rem; font-weight: 750; cursor: pointer; transition: border-color .2s ease, background .2s ease, color .2s ease; }
.intro-collapsible__toggle:hover { border-color: var(--accent); color: var(--accent); }
.intro-collapsible__icon { display: inline-block; transition: transform .3s ease; }
.intro-collapsible.is-expanded .intro-collapsible__icon { transform: rotate(180deg); }
.prose--article { max-width: 850px; margin-inline: auto; }
.prose--legal { font-size: .96rem; }
.section--local { padding-top: 38px; padding-bottom: 38px; }
.local-story { display: grid; grid-template-columns: minmax(0,1.55fr) minmax(280px,.62fr); overflow: hidden; border: 1px solid #d5cec5; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-soft); }
.local-story__main { min-width: 0; padding: clamp(28px,4vw,52px); }
.local-story__main > .eyebrow { margin-bottom: 18px; }
.local-story__copy, .rfg-local-content { max-width: none; color: var(--ink-2); font-size: clamp(.92rem,1.3vw,1.02rem); line-height: 1.78; }
.rfg-local-content > *:first-child { margin-top: 0; }
.rfg-local-content > *:last-child { margin-bottom: 0; }
.rfg-local-content h2, .rfg-local-content h3 { margin: 0 0 17px; color: var(--ink); font-size: clamp(1.75rem,3.1vw,2.85rem); }
.rfg-local-content p { margin: 0 0 1em; }
.local-story__aside { display: flex; min-width: 0; flex-direction: column; justify-content: center; gap: 0; padding: clamp(24px,3vw,38px); background: #2c2926; color: #fff; }
.local-story__aside > div, .local-story__aside > a { display: grid; gap: 5px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.15); text-decoration: none; }
.local-story__aside > :last-child { border-bottom: 0; }
.local-story__aside small { color: #c1b9b1; font-size: .62rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.local-story__aside strong { font-family: var(--serif); font-size: clamp(1rem,1.5vw,1.25rem); line-height: 1.3; }
.local-story__aside a:hover strong { color: #ffb18a; }
.section--process { background: #2b2927; color: #fff; }
.process-layout { display: grid; grid-template-columns: minmax(260px,.75fr) minmax(0,1.25fr); gap: clamp(44px,8vw,105px); }
.section--process .section-head > p { color: #aaa39b; }
.process-list { padding: 0; margin: 0; border-top: 1px solid rgba(255,255,255,.15); list-style: none; }
.process-list li { display: grid; grid-template-columns: 54px minmax(0,1fr); gap: 18px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.process-list > li > span { color: var(--accent); font-family: var(--serif); font-size: 1.22rem; }
.process-list h3 { margin: 0 0 6px; font-size: 1.28rem; }
.process-list p { margin: 0; color: #bdb6ae; font-size: .88rem; }

/* Product cards and archive. */
.section--featured, .section--archive, .section--related { background: var(--paper); }
.product-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.product-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 7px 24px rgba(40,32,24,.06); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.product-card:hover { border-color: #bfb4a7; box-shadow: var(--shadow-soft); transform: translateY(-4px); }
.product-card__image { position: relative; display: block; overflow: hidden; aspect-ratio: 1 / 1; background: #ece9e4; }
.product-card__image img { width: 100%; height: 100%; padding: 7px; object-fit: contain; transition: transform .4s ease; }
.product-card:hover .product-card__image img { transform: scale(1.03); }
.product-card__badge { position: absolute; top: 10px; left: 10px; padding: 5px 8px; border-radius: 7px; background: rgba(41,39,37,.88); color: #fff; font-size: .61rem; font-weight: 750; }
.product-card__body { display: flex; min-width: 0; flex: 1; flex-direction: column; padding: 16px; }
.product-card__category { color: var(--accent); font-size: .61rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.product-card__title { margin: 7px 0 8px; font-size: clamp(1.12rem,1.7vw,1.45rem); }
.product-card__title a { text-decoration: none; }
.product-card__excerpt { display: -webkit-box; min-height: 3.9em; margin: 0 0 13px; overflow: hidden; color: var(--muted); font-size: .77rem; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.product-card__meta { display: flex; align-items: flex-end; justify-content: space-between; gap: 8px; padding-top: 11px; margin-top: auto; border-top: 1px solid #eee9e3; }
.product-card__meta span { font-size: .82rem; font-weight: 800; }
.product-card__meta small { color: var(--muted); font-size: .59rem; }
.product-card__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 12px; }
.product-card__actions .button { min-width: 0; min-height: 42px; padding: 0 9px; font-size: .7rem; }
.catalog-landing { background: #eee9e2; }
.catalog-landing .section-head { margin-bottom: 30px; }
.product-category-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.product-category-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.product-category-card:hover { box-shadow: var(--shadow-soft); transform: translateY(-3px); }
.product-category-card__image { display: block; overflow: hidden; aspect-ratio: 1.35 / 1; background: #e6e2dc; }
.product-category-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.product-category-card:hover img { transform: scale(1.035); }
.product-category-card__body { display: flex; flex: 1; flex-direction: column; padding: 18px; }
.product-category-card__body h3 { margin: 0 0 8px; font-size: 1.32rem; }
.product-category-card__body h3 a { text-decoration: none; }
.product-category-card__body p { display: -webkit-box; margin: 0 0 14px; overflow: hidden; color: var(--muted); font-size: .78rem; line-height: 1.52; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.product-category-card__body .text-link { margin-top: auto; font-size: .75rem; }
.catalog-choice { padding-top: 64px; padding-bottom: 64px; background: #fff; }
.catalog-choice__grid { display: grid; grid-template-columns: minmax(260px,.8fr) minmax(0,1.2fr); align-items: start; gap: clamp(38px,8vw,100px); }
.catalog-choice h2 { margin: 0; }

/* Page heroes. */
.page-hero { padding: clamp(64px,7vw,100px) 0; background: #ebe7e1; }
.page-hero__grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(280px,.55fr); align-items: center; gap: clamp(40px,7vw,88px); }
.page-hero h1 { max-width: 900px; margin: 0 0 18px; color: var(--ink); }
.page-hero__grid > div:first-child > p { max-width: 760px; margin: 0 0 25px; color: var(--muted); font-size: clamp(1rem,1.5vw,1.15rem); }
.page-hero__side { padding: clamp(24px,3vw,36px); border-radius: 18px; background: #2b2927; color: #fff; }
.page-hero__side > span { display: block; font-family: var(--serif); font-size: clamp(1.25rem,2vw,1.7rem); font-weight: 700; line-height: 1.18; }
.page-hero__side p { margin: 14px 0 0; color: #c4bdb5; font-size: .84rem; }
.page-hero__side .button { margin-top: 20px; background: #fff; color: var(--ink); }
.page-hero--compact .page-hero__grid { grid-template-columns: 1fr; }
.page-hero--compact .page-hero__grid > div:first-child { max-width: 900px; }

/* Product page. */
.product-hero { padding: clamp(46px,6vw,80px) 0; background: #eee9e2; }
.product-hero__grid { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(340px,.72fr); align-items: start; gap: clamp(35px,6vw,78px); }
.product-gallery { min-width: 0; }
.product-gallery__main { position: relative; overflow: hidden; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-soft); }
.product-gallery__main img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.product-gallery__main > span { position: absolute; top: 14px; left: 14px; padding: 6px 9px; border-radius: 7px; background: rgba(41,39,37,.88); color: #fff; font-size: .65rem; font-weight: 750; }
.product-gallery > p { margin: 11px 3px 0; color: var(--muted); font-size: .7rem; }
.product-summary { position: sticky; top: 164px; min-width: 0; padding: clamp(24px,3vw,38px); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-soft); }
.product-summary h1 { margin: 0 0 14px; font-size: clamp(2rem,4vw,3.6rem); }
.product-summary__lead { margin: 0 0 22px; color: var(--muted); }
.product-summary__price { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-summary__price strong { font-family: var(--serif); font-size: clamp(1.35rem,2.4vw,2rem); }
.product-summary__price span { max-width: 190px; color: var(--muted); font-size: .66rem; text-align: right; }
.product-summary__quick { display: grid; gap: 0; margin: 14px 0 20px; }
.product-summary__quick > div { display: grid; grid-template-columns: 110px minmax(0,1fr); gap: 12px; padding: 9px 0; border-bottom: 1px solid #eee9e3; }
.product-summary__quick dt { color: var(--muted); font-size: .69rem; }
.product-summary__quick dd { margin: 0; font-size: .72rem; font-weight: 700; text-align: right; }
.product-summary__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.product-summary__note { margin: 12px 0 0; color: var(--muted); font-size: .65rem; text-align: center; }
.product-details { background: #fff; }
.product-details__grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(290px,.48fr); align-items: start; gap: clamp(38px,7vw,90px); }
.spec-card { padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.spec-card h2 { margin: 0 0 16px; font-size: 1.8rem; }
.spec-card dl { margin: 0 0 18px; }
.spec-card dl > div { display: grid; grid-template-columns: minmax(90px,.8fr) minmax(0,1.2fr); gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.spec-card dt { color: var(--muted); font-size: .7rem; }
.spec-card dd { margin: 0; font-size: .72rem; font-weight: 700; text-align: right; }

/* Services and projects. */
.section--services, .services-archive { background: #ddd5ca; }
.service-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; }
.service-card { position: relative; display: flex; min-height: 310px; min-width: 0; justify-content: flex-end; flex-direction: column; overflow: hidden; padding: 23px; border-radius: 18px; background: #292623; color: #fff; text-decoration: none; isolation: isolate; }
.service-card__media, .service-card__shade { position: absolute; z-index: -2; inset: 0; }
.service-card__media img { width: 100%; height: 100%; object-fit: cover; filter: blur(1.2px) saturate(.82); transform: scale(1.04); transition: filter .4s ease, transform .4s ease; }
.service-card:hover .service-card__media img { filter: blur(.2px) saturate(.95); transform: scale(1.07); }
.service-card__shade { z-index: -1; background: linear-gradient(180deg,rgba(20,17,15,.14),rgba(20,17,15,.92) 80%); }
.service-card__number { position: absolute; top: 18px; left: 20px; color: #ff9a69; font-size: .78rem; font-weight: 800; }
.service-card__content h2, .service-card__content h3 { margin: 0 44px 9px 0; color: #fff; font-size: clamp(1.3rem,2.2vw,1.9rem); }
.service-card__content p { margin: 0; color: #d1cbc4; font-size: .78rem; line-height: 1.52; }
.service-card > i { position: absolute; right: 20px; bottom: 20px; display: grid; width: 34px; height: 34px; place-items: center; border-radius: 9px; background: rgba(255,255,255,.14); font-style: normal; }
.service-grid--archive .service-card { min-height: 360px; }
.section--projects { background: #fff; }
.project-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.project-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.project-card__image { display: block; overflow: hidden; aspect-ratio: 1.25 / 1; }
.project-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.project-card:hover .project-card__image img { transform: scale(1.035); }
.project-card__body { padding: 18px; }
.project-card__body h3 { margin: 0 0 8px; }
.project-card__body h3 a { text-decoration: none; }
.project-card__body p { margin: 0; color: var(--muted); font-size: .77rem; }
.project-hero { position: relative; min-height: min(760px,78vh); display: flex; align-items: flex-end; isolation: isolate; overflow: hidden; padding: 80px 0; background: #282522; color: #fff; }
.project-hero::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg,rgba(19,16,14,.9),rgba(19,16,14,.18) 70%); content: ""; }
.project-hero > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.project-hero h1 { max-width: 900px; margin: 0 0 14px; }
.project-hero p { max-width: 680px; margin: 0; color: #ddd6ce; font-size: 1.05rem; }

/* Gallery. */
.gallery-section { background: #f0ece6; }
.gallery-note { max-width: 260px; padding: 12px 15px; border-left: 3px solid var(--accent); color: var(--muted); font-size: .76rem; }
.gallery-grid { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: 16px; }
.gallery-card { grid-column: span 4; overflow: hidden; border-radius: 18px; background: #fff; box-shadow: var(--shadow-soft); }
.gallery-card:nth-child(5n+1), .gallery-card:nth-child(5n+4) { grid-column: span 7; }
.gallery-card:nth-child(5n+2), .gallery-card:nth-child(5n+5) { grid-column: span 5; }
.gallery-card__image { display: block; overflow: hidden; aspect-ratio: 1.35 / 1; }
.gallery-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery-card:hover img { transform: scale(1.035); }
.gallery-card__caption { padding: 18px; }
.gallery-card__caption > span { display: none; }
.gallery-card__caption h2 { margin: 0 0 8px; font-size: clamp(1.25rem,2vw,1.75rem); }
.gallery-card__caption h2 a { text-decoration: none; }
.gallery-card__caption p { margin: 0; color: var(--muted); font-size: .77rem; }

/* FAQ, CTA and reusable page blocks. */
.section--faq { background: #f0ece6; }
.faq-layout { display: grid; grid-template-columns: minmax(240px,.6fr) minmax(0,1.4fr); align-items: start; gap: clamp(42px,8vw,100px); }
.section-head--sticky { position: sticky; top: 174px; }
.section-head--sticky .text-link { margin-top: 20px; }
.faq-list { display: grid; gap: 9px; }
.faq-item { overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.faq-item summary { display: flex; min-height: 68px; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 18px; font-family: var(--serif); font-size: 1.02rem; font-weight: 700; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary i { position: relative; width: 20px; height: 20px; flex: 0 0 auto; }
.faq-item summary i::before, .faq-item summary i::after { position: absolute; top: 9px; left: 3px; width: 14px; height: 2px; background: var(--accent); content: ""; transition: transform .2s ease; }
.faq-item summary i::after { transform: rotate(90deg); }
.faq-item[open] summary i::after { transform: rotate(0); }
.faq-item > div { padding: 0 18px 18px; color: var(--muted); font-size: .87rem; }
.faq-item > div > *:first-child { margin-top: 0; }
.faq-item > div > *:last-child { margin-bottom: 0; }
.faq-page { background: #f0ece6; }
.faq-page__inner { max-width: 980px; }
.faq-page__inner > .prose { max-width: 820px; margin: 0 0 34px; }
.faq-list--page .faq-item summary { min-height: 75px; padding-inline: 22px; font-size: 1.08rem; }
.faq-list--page .faq-item > div { padding: 0 22px 21px; }
.section--cta { background: #2b2927; color: #fff; }
.cta-card { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(340px,.65fr); align-items: center; gap: clamp(40px,7vw,90px); }
.cta-card__copy h2 { max-width: 720px; margin: 0 0 16px; }
.cta-card__copy > p { max-width: 650px; margin: 0 0 20px; color: #c5beb6; }
.cta-card__copy ul { display: flex; flex-wrap: wrap; gap: 9px; padding: 0; margin: 0; list-style: none; }
.cta-card__copy li { padding: 7px 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; color: #d7d1ca; font-size: .67rem; }
.lead-form--cta { padding: 24px; border-radius: 18px; background: #f5f3ef; color: var(--ink); }
.section--order-options { background: #e9e4dc; }
.section--order-options .section-head { margin-bottom: 30px; }
.order-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.order-options article { display: flex; min-height: 300px; flex-direction: column; padding: clamp(24px,4vw,40px); border: 1px solid #d1c7bb; border-radius: 18px; background: #fff; }
.order-options article > span { color: var(--accent); font-size: .78rem; font-weight: 800; }
.order-options h3 { max-width: 470px; margin: auto 0 13px; font-size: clamp(1.55rem,3vw,2.4rem); }
.order-options p { margin: 0 0 20px; color: var(--muted); font-size: .86rem; }
.section--trust { background: #f8f6f2; }
.section--trust .section-head--row > p { max-width: 450px; }
.trust-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 13px; }
.trust-grid article { min-height: 250px; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.trust-grid article > span { color: var(--accent); font-size: .72rem; font-weight: 800; }
.trust-grid h3 { margin: 55px 0 11px; font-size: 1.18rem; }
.trust-grid p { margin: 0; color: var(--muted); font-size: .75rem; line-height: 1.55; }
.about-intro { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(280px,.55fr); align-items: start; gap: clamp(36px,7vw,84px); }
.about-intro .prose { max-width: none; margin: 0; }
.about-statement { padding: 28px; border-radius: 18px; background: #2b2927; color: #fff; box-shadow: var(--shadow-soft); }
.about-statement strong { display: block; font-family: var(--serif); font-size: clamp(1.45rem,2.4vw,2.15rem); line-height: 1.15; }
.about-statement p { margin: 16px 0 0; color: #c5beb6; font-size: .84rem; }

/* Contacts and content pages. */
.contact-section { background: #eee9e2; }
.contact-methods { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 11px; margin-bottom: 22px; }
.contact-method { display: flex; min-height: 178px; min-width: 0; align-items: flex-start; flex-direction: column; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: #fff; text-align: left; text-decoration: none; }
button.contact-method { width: 100%; cursor: pointer; }
.contact-method small { color: var(--accent); font-size: .59rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-method strong { max-width: 100%; margin: auto 0 16px; font-size: clamp(.98rem,1.5vw,1.25rem); line-height: 1.25; overflow-wrap: anywhere; }
.contact-method > span { color: var(--muted); font-size: .67rem; font-weight: 650; }
.contact-method--action { border-color: var(--ink); background: var(--ink); color: #fff; }
.contact-method--action > span { color: #d5cec6; }
.contact-map { overflow: hidden; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-soft); }
.contact-map iframe { display: block; width: 100%; height: clamp(350px,48vw,560px); border: 0; background: #ddd5ca; }
.contact-map__caption { display: grid; grid-template-columns: minmax(240px,.7fr) minmax(0,1fr); align-items: end; gap: 36px; padding: clamp(24px,4vw,40px); }
.contact-map__caption h2 { margin: 0; font-size: clamp(1.75rem,3vw,2.65rem); }
.contact-map__caption p { margin: 0; color: var(--muted); }
.section--contact-copy { background: #fff; }
.content-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,.4fr); align-items: start; gap: clamp(36px,7vw,80px); }
.content-layout .prose { max-width: none; margin: 0; }
.content-aside { position: sticky; top: 174px; }
.aside-card { padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow-soft); }
.aside-card h2 { margin: 0 0 12px; font-size: 1.7rem; }
.aside-card p, .aside-card li { color: var(--muted); font-size: .82rem; }
.aside-card ul { padding-left: 1.2em; margin-bottom: 18px; }

/* Search, articles and 404. */
.search-page__hero { padding: clamp(48px,6vw,78px) 0; background: #2b2927; color: #fff; }
.search-page__hero-inner { display: grid; grid-template-columns: minmax(0,1fr) minmax(390px,.7fr); align-items: end; gap: clamp(34px,7vw,92px); }
.search-page__hero h1 { max-width: 800px; margin: 0 0 14px; font-size: clamp(2.2rem,4.8vw,4.2rem); }
.search-page__hero p { max-width: 650px; margin: 0; color: #c8c0b8; }
.search-page__form { display: grid; gap: 8px; }
.search-page__form > label { color: #d4ccc4; font-size: .7rem; font-weight: 750; }
.search-page__form > div { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 8px; }
.search-page__form input { width: 100%; min-width: 0; height: 50px; padding: 0 15px; border: 1px solid rgba(255,255,255,.25); border-radius: 10px; background: rgba(255,255,255,.09); color: #fff; outline: 0; }
.search-page__form input::placeholder { color: #aaa29a; }
.search-page__layout { display: grid; grid-template-columns: 130px minmax(0,1fr); align-items: start; gap: clamp(24px,5vw,70px); }
.search-page__summary { position: sticky; top: 175px; display: grid; padding-top: 4px; }
.search-page__summary strong { color: var(--accent); font-family: var(--serif); font-size: 3.5rem; line-height: 1; }
.search-page__summary span { margin-top: 6px; color: var(--muted); font-size: .72rem; }
.search-result-list { display: grid; border-top: 1px solid var(--line); }
.search-result { display: grid; min-width: 0; grid-template-columns: 112px minmax(0,1fr) 42px; align-items: center; gap: 22px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.search-result__media { display: grid; width: 112px; height: 96px; place-items: center; overflow: hidden; border-radius: 12px; background: #ebe7e1; text-decoration: none; }
.search-result__media img { width: 100%; height: 100%; padding: 5px; object-fit: contain; }
.search-result__media--empty span { color: var(--accent); font-family: var(--serif); font-size: 2rem; }
.search-result__body { min-width: 0; }
.search-result__body small { color: var(--accent); font-size: .61rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.search-result__body h2 { margin: 5px 0 5px; font-size: clamp(1.25rem,2vw,1.65rem); }
.search-result__body h2 a { text-decoration: none; }
.search-result__body p { max-width: 760px; margin: 0; color: var(--muted); font-size: .8rem; }
.search-result__arrow { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid var(--line); border-radius: 10px; text-decoration: none; }
.search-result__arrow:hover { border-color: var(--accent); background: var(--accent); color: #fff; }
.search-results, .article-grid { gap: 15px; }
.search-results article, .article-card { min-width: 0; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.search-results article > span, .article-card > div > span { color: var(--accent); font-size: .62rem; font-weight: 750; }
.search-results h2, .article-card h2 { margin: 12px 0 8px; font-size: 1.35rem; }
.search-results h2 a, .article-card h2 a { text-decoration: none; }
.search-results p, .article-card p { color: var(--muted); font-size: .78rem; }
.article-card { padding: 0; overflow: hidden; }
.article-card__image { display: block; aspect-ratio: 1.45 / 1; overflow: hidden; }
.article-card__image img { width: 100%; height: 100%; object-fit: cover; }
.article-card > div { padding: 18px; }
.error-page { padding: clamp(70px,10vw,150px) 0; }
.error-page__inner { display: grid; grid-template-columns: auto minmax(0,720px); align-items: center; justify-content: center; gap: clamp(30px,7vw,90px); }
.error-page__code { color: var(--accent); font-family: var(--serif); font-size: clamp(5rem,16vw,12rem); line-height: .8; }
.error-page h1 { margin: 0 0 15px; }
.error-page p { margin: 0 0 20px; color: var(--muted); }

/* Classic Editor safety: arbitrary admin content stays contained. */
.prose--safe { width: 100%; min-width: 0; max-width: 920px; }
.prose--safe::after { display: table; clear: both; content: ""; }
.prose--safe > * { max-width: 100%; }
.prose--safe h2, .prose--safe h3, .prose--safe h4, .prose--safe h5, .prose--safe h6 { clear: both; color: var(--ink); line-height: 1.18; overflow-wrap: break-word; }
.prose--safe h4 { margin: 1.5em 0 .5em; font-size: 1.2rem; }
.prose--safe h5 { margin: 1.5em 0 .5em; font-size: 1.05rem; }
.prose--safe h6 { margin: 1.5em 0 .5em; font-size: .9rem; letter-spacing: .04em; text-transform: uppercase; }
.prose--safe figure { max-width: 100%; margin: 1.7em 0; }
.prose--safe figure img { width: auto; max-width: 100%; }
.prose--safe figcaption, .prose--safe .wp-caption-text { margin-top: 7px; color: var(--muted); font-size: .73rem; text-align: center; }
.prose--safe .wp-caption { max-width: 100% !important; }
.prose--safe img { max-width: 100%; height: auto; }
.prose--safe img.alignleft, .prose--safe .alignleft { float: left; max-width: min(48%,440px); margin: 7px 24px 17px 0; }
.prose--safe img.alignright, .prose--safe .alignright { float: right; max-width: min(48%,440px); margin: 7px 0 17px 24px; }
.prose--safe .aligncenter { display: block; margin-right: auto; margin-left: auto; }
.prose--safe table { display: block; width: 100%; max-width: 100%; overflow-x: auto; border-collapse: collapse; white-space: normal; -webkit-overflow-scrolling: touch; }
.prose--safe th, .prose--safe td { min-width: 130px; padding: 10px 12px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.prose--safe th { background: #eee9e2; color: var(--ink); }
.prose--safe iframe, .prose--safe video, .prose--safe embed, .prose--safe object { width: 100%; max-width: 100%; border: 0; }
.prose--safe iframe { min-height: 350px; }
.prose--safe pre { max-width: 100%; overflow: auto; padding: 17px; border-radius: 10px; background: #292623; color: #fff; font-size: .77rem; white-space: pre-wrap; word-break: break-word; }
.prose--safe hr { clear: both; margin: 2.2em 0; border: 0; border-top: 1px solid var(--line); }
.prose--safe .gallery { display: grid !important; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 9px; }
.prose--safe .gallery-item { width: auto !important; max-width: none !important; margin: 0 !important; }
.prose--safe .gallery img { width: 100%; aspect-ratio: 1 / 1; border: 0 !important; object-fit: cover; }

/* Footer. */
.site-footer { background: #1f1d1b; color: #fff; }
.site-footer__cta { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-top: 34px; padding-bottom: 34px; border-bottom: 1px solid rgba(255,255,255,.13); }
.site-footer__cta span { display: block; margin-bottom: 5px; color: #b9b1a9; font-size: .7rem; }
.site-footer .site-footer__cta h2 { max-width: 760px; margin: 0; font-family: var(--serif); font-size: clamp(1.35rem,2.5vw,2.05rem); letter-spacing: -.025em; text-transform: none; }
.site-footer__cta .button { flex: 0 0 auto; }
.site-footer__grid { display: grid; grid-template-columns: minmax(250px,1.2fr) repeat(3,minmax(150px,.7fr)); gap: clamp(28px,5vw,70px); padding-top: 46px; padding-bottom: 46px; }
.brand--footer { color: #fff; }
.brand--footer .brand__text small { color: #aaa39c; }
.site-footer__brand > p { max-width: 330px; margin: 18px 0 0; color: #aaa39c; font-size: .78rem; }
.site-footer h2 { margin: 0 0 16px; font-family: var(--sans); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-menu, .site-footer__links ul { display: grid; gap: 8px; padding: 0; margin: 0; list-style: none; }
.site-footer li, .site-footer__links a, .site-footer__nav a { color: #c7c0b8; font-size: .76rem; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.site-footer__contact { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; }
.site-footer__contact > a, .site-footer__contact > p { max-width: 100%; margin: 0 0 8px; color: #c7c0b8; font-size: .75rem; overflow-wrap: anywhere; text-decoration: none; }
.site-footer__contact .site-footer__phone { color: #fff; font-size: 1rem; font-weight: 800; }
.site-footer__contact .site-footer__address { display: grid; gap: 3px; padding-bottom: 5px; border-bottom: 1px dashed rgba(255,255,255,.3); }
.site-footer__address small { color: #a56e38; font-size: .63rem; font-weight: 750; }
.site-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 18px; padding-bottom: 18px; border-top: 1px solid rgba(255,255,255,.12); color: #8f8983; font-size: .66rem; }
.site-footer__bottom > div { display: flex; gap: 18px; }
.site-footer__bottom a { text-decoration: none; }

@media (max-width: 1180px) {
  .site-nav__list { gap: 14px; }
  .site-nav__list a { font-size: .75rem; }
  .header-contactbar__inner { grid-template-columns: minmax(250px,1fr) auto auto auto; }
  .header-social { display: none; }
  .product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 1040px) {
  .header-main__inner { grid-template-columns: auto 1fr auto auto; gap: 15px; }
  .header-main .brand { grid-column: 1; }
  .header-main .site-nav { position: fixed; z-index: 1160; top: 0; right: 0; display: block; width: min(390px,90vw); height: 100dvh; padding: 20px; overflow-y: auto; background: #fff; color: var(--ink); box-shadow: -20px 0 60px rgba(0,0,0,.2); transform: translateX(110%); transition: transform .25s ease; }
  .header-main .site-nav.is-open { transform: translateX(0); }
  .site-nav__head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 14px; margin-bottom: 8px; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.4rem; font-weight: 700; }
  .site-nav__list { display: grid; gap: 0; }
  .site-nav__list a { padding: 13px 4px; border-bottom: 1px solid #eeeae4; font-size: 1rem; white-space: normal; }
  .site-nav__list .sub-menu { position: static; display: grid; width: auto; padding: 0 0 0 14px; border: 0; border-radius: 0; box-shadow: none; }
  .site-nav__list .sub-menu a { font-size: .88rem; }
  .site-nav__mobile-contact { display: grid; gap: 14px; padding-top: 18px; }
  .mobile-city { display: none; width: 100%; align-items: center; justify-content: space-between; gap: 16px; padding: 12px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); text-align: left; cursor: pointer; }
  .mobile-city span { color: var(--muted); font-size: .68rem; }
  .mobile-city strong { color: var(--accent); font-size: .78rem; }
  .site-nav__phone { font-size: 1.25rem; font-weight: 800; text-decoration: none; }
  .mobile-menu-actions { display: grid; gap: 8px; }
  .header-city { grid-column: 3; }
  .header-icons { display: flex; grid-column: 4; }
  .menu-toggle { display: block; }
  .home-hero__inner { grid-template-columns: minmax(0,1fr) minmax(300px,.62fr); gap: 38px; }
  .product-category-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .trust-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .contact-methods { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 900px) {
  .header-contactbar__inner { grid-template-columns: minmax(210px,1fr) auto auto; }
  .header-estimate { display: none; }
  .home-hero__inner { min-height: auto; grid-template-columns: 1fr; padding-top: 60px; padding-bottom: 60px; }
  .home-hero__copy { max-width: 760px; }
  .hero-request { max-width: 580px; }
  .catalog-showcase, .catalog-showcase--reverse { min-height: 0; grid-template-columns: 1fr; }
  .catalog-showcase--reverse .catalog-showcase__info { order: 0; }
  .catalog-showcase__info { min-height: 0; }
  .catalog-showcase__media { min-height: 330px; grid-template-columns: minmax(0,1.5fr) minmax(210px,.72fr); }
  .category-directory__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .intro-grid, .process-layout, .page-hero__grid, .product-details__grid, .catalog-choice__grid, .about-intro, .content-layout { grid-template-columns: 1fr; }
	.local-story, .search-page__hero-inner { grid-template-columns: 1fr; }
	.local-story__aside { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); }
	.local-story__aside > div, .local-story__aside > a { padding: 8px 18px; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 0; }
	.local-story__aside > :first-child { padding-left: 0; }
	.local-story__aside > :last-child { padding-right: 0; border-right: 0; }
  .page-hero__side { max-width: 650px; }
  .product-hero__grid { grid-template-columns: minmax(0,1fr) minmax(300px,.76fr); gap: 30px; }
  .product-summary { top: 164px; }
  .service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .project-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .project-card:last-child { grid-column: 1 / -1; }
  .faq-layout { grid-template-columns: 1fr; gap: 30px; }
  .section-head--sticky, .content-aside { position: static; }
  .cta-card { grid-template-columns: 1fr; }
  .lead-form--cta { max-width: 620px; }
  .site-footer__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  h1 { font-size: clamp(2.2rem,10.5vw,3.5rem); }
  h2 { font-size: clamp(1.75rem,8vw,2.6rem); }
  .section { padding: 58px 0; }
  .site-header { background: #f2f2f2; }
  .header-main__inner { min-height: 70px; grid-template-columns: minmax(0,1fr) auto auto; gap: 9px; }
  .brand { min-width: 0; gap: 7px; }
  .brand__mark { width: 44px; height: 44px; }
  .brand__text { min-width: 0; }
  .brand__text strong { font-size: 1.22rem; }
  .brand__text small { display: none; }
  .header-city { grid-column: 2; min-width: 0; max-width: 110px; gap: 6px; }
  .header-city small { display: block; font-size: .5rem; line-height: 1; }
  .header-city strong { width: fit-content; max-width: 100%; padding-bottom: 2px; border-bottom: 1px dashed var(--accent); font-size: .68rem; }
  .header-city__pin { width: 9px; height: 9px; }
  .header-city svg { display: none; }
  .header-icons { grid-column: 3; gap: 6px; }
  .header-icon--search { display: grid; }
  .header-icon, .menu-toggle { width: 42px; height: 42px; }
  .header-contactbar { display: none; }
  .mobile-city { display: flex; }
  .breadcrumbs ol { padding: 8px 0; }
  .section-head--row { align-items: flex-start; flex-direction: column; gap: 16px; margin-bottom: 26px; }
  .section-head--row .text-link { margin: 0; }
  .home-hero__inner { padding-top: 48px; padding-bottom: 48px; }
  .home-hero__copy > p { font-size: 1rem; }
  .hero-facts { gap: 0; }
  .hero-facts li { padding-right: 10px; }
  .hero-facts li + li { padding-left: 10px; }
  .hero-facts strong { font-size: .92rem; }
  .hero-facts span { font-size: .6rem; }
  .hero-request { padding: 22px; border-radius: 18px; }
  .catalog-showcases { gap: 16px; }
  .catalog-showcase { border-radius: 18px; }
  .catalog-showcase__media { order: -1; min-height: 0; grid-template-columns: 1fr; grid-template-rows: auto auto; padding: 8px; }
  .catalog-showcase__cover { border-radius: 13px 13px 6px 6px; }
	.catalog-showcase__cover { aspect-ratio: 16 / 10; background: #f3efe9; }
	.catalog-showcase__cover img { padding: 8px; object-fit: contain; }
  .catalog-showcase__products { grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: repeat(2,minmax(104px,1fr)); }
	.catalog-showcase__products a { min-height: 104px; }
  .catalog-showcase__info { min-height: 0; padding: 24px 20px; }
  .catalog-showcase__info h3 { font-size: clamp(1.75rem,9vw,2.45rem); }
  .catalog-showcase__info p { font-size: .84rem; }
  .catalog-showcase__info .button-row { align-items: stretch; flex-direction: column; }
  .catalog-showcase__info .button { width: 100%; }
  .catalog-showcase__products span { display: none; }
  .category-directory__head { align-items: flex-start; flex-direction: column; gap: 7px; }
  .category-tile { min-height: 160px; }
	.search-page__layout { grid-template-columns: 1fr; }
	.search-page__summary { position: static; display: flex; align-items: baseline; gap: 8px; }
	.search-page__summary strong { font-size: 2.25rem; }
  .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .product-card__body { padding: 13px; }
  .product-card__excerpt { min-height: 0; -webkit-line-clamp: 2; }
  .product-card__actions { grid-template-columns: 1fr; }
  .product-hero__grid { grid-template-columns: 1fr; }
  .product-summary { position: static; }
  .gallery-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .gallery-card, .gallery-card:nth-child(5n+1), .gallery-card:nth-child(5n+2), .gallery-card:nth-child(5n+4), .gallery-card:nth-child(5n+5) { grid-column: auto; }
  .gallery-card__caption { padding: 14px; }
  .order-options { grid-template-columns: 1fr; }
  .order-options article { min-height: 260px; }
  .contact-map__caption { grid-template-columns: 1fr; gap: 13px; }
  .search-results, .article-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .error-page__inner { grid-template-columns: 1fr; text-align: center; }
  .error-page__inner .button-row { justify-content: center; }
  .site-footer__grid { padding-top: 45px; padding-bottom: 38px; }
  .site-footer__cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
  .form-grid { grid-template-columns: 1fr; }
  .city-dialog, .callback-dialog, .search-dialog { padding: 12px; }
  .city-dialog__panel, .callback-dialog__panel, .search-dialog__panel { max-height: calc(100dvh - 24px); padding: 20px; border-radius: 18px; }
	.city-prompt { top: 82px; right: 12px; width: calc(100vw - 24px); }
	.city-prompt__panel { padding: 17px 48px 17px 18px; }
	.city-prompt__panel .button-row { flex-direction: row; }
	.city-prompt__panel .button { width: auto; }
	.local-story__aside { grid-template-columns: 1fr; }
	.local-story__aside > div, .local-story__aside > a { padding: 14px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
	.local-story__aside > :last-child { border-bottom: 0; }
	.search-result { grid-template-columns: 78px minmax(0,1fr); gap: 14px; }
	.search-result__media { width: 78px; height: 78px; }
	.search-result__arrow { display: none; }
	.search-result__body p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .city-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .quote-drawer__panel { padding: 20px; }
  .smart-search__copy > span { display: none; }
  .category-directory__grid { gap: 9px; }
  .category-tile { min-height: 145px; }
  .category-tile > span { right: 35px; bottom: 11px; left: 12px; }
  .category-tile strong { font-size: .82rem; }
  .category-tile > i { right: 12px; bottom: 11px; }
  .product-category-grid { grid-template-columns: 1fr; }
  .product-category-card { display: grid; min-height: 170px; grid-template-columns: 128px minmax(0,1fr); }
  .product-category-card__image { height: 100%; aspect-ratio: auto; }
  .product-category-card__body { padding: 14px; }
  .product-category-card__body h3 { font-size: 1.08rem; }
  .product-category-card__body p { font-size: .71rem; -webkit-line-clamp: 3; }
  .product-summary { padding: 21px; }
  .product-summary__price { align-items: flex-start; flex-direction: column; }
  .product-summary__price span { max-width: none; text-align: left; }
  .product-summary__actions { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-grid--archive .service-card { min-height: 270px; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card:last-child { grid-column: auto; }
  .gallery-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid article { min-height: 210px; }
  .trust-grid h3 { margin-top: 38px; }
  .contact-methods { grid-template-columns: 1fr; }
  .contact-method { min-height: 145px; }
  .contact-map iframe { height: 360px; }
  .search-results, .article-grid { grid-template-columns: 1fr; }
  .prose--safe img.alignleft, .prose--safe img.alignright, .prose--safe .alignleft, .prose--safe .alignright { float: none; max-width: 100%; margin: 1.25em auto; }
  .prose--safe iframe { min-height: 250px; }
  .prose--safe .gallery { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .site-footer__grid { grid-template-columns: 1fr; gap: 28px; }
  .site-footer__cta .button { width: 100%; }
  .site-footer__bottom { align-items: flex-start; flex-direction: column; }
  .site-footer__bottom > div { flex-wrap: wrap; gap: 10px 16px; }
}

@media (max-width: 430px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .brand__mark { width: 40px; height: 40px; }
  .brand__text strong { font-size: 1.08rem; }
  .header-main__inner { gap: 6px; }
  .header-city { max-width: 88px; }
  .header-city__pin { display: none; }
  .header-icon, .menu-toggle { width: 40px; height: 40px; }
  .header-icons { gap: 4px; }
  .button { width: 100%; }
  .button-row { align-items: stretch; flex-direction: column; }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-facts li, .hero-facts li + li { padding: 10px 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .hero-facts li:last-child { border-bottom: 0; }
  .hero-facts span { margin-top: 3px; }
	.catalog-showcase__products { grid-template-rows: repeat(2,minmax(92px,1fr)); }
	.catalog-showcase__products a { min-height: 92px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { display: grid; grid-template-columns: 132px minmax(0,1fr); }
  .product-card__image { height: 100%; aspect-ratio: auto; }
  .product-card__excerpt { display: none; }
  .product-card__title { font-size: 1.08rem; }
  .product-card__actions { grid-template-columns: 1fr 1fr; }
  .product-card__actions .button { width: auto; }
  .page-hero__side { padding: 21px; }
  .gallery-note { max-width: none; }
  .contact-map iframe { height: 320px; }
  .dialog-head h2 { font-size: 1.7rem; }
  .search-dialog .smart-search__form { grid-template-columns: auto minmax(0,1fr); }
  .search-dialog .smart-search__form button { display: none; }
	.city-prompt__panel .button-row { flex-direction: row; }
	.city-prompt__panel .button { width: auto; flex: 1; padding-inline: 8px; }
}

@media (max-width: 360px) {
	.header-main .brand__text { display: none; }
	.header-city { max-width: 96px; }
}

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

/* Extra */

.hero-phone-button {
	align-items: center;
}

.hero-phone-button span {
  display: none;
}

.hero-phone-button strong {
	font-size: 1.2rem;
}

.hero-phone-button strong::before {
  content: "Тел.: ";
  font-weight: normal;
}

