/*
Theme Name: HUTS.PRO Кольца
Theme URI: https://huts.pro/
Author: HUTS.PRO by Anastasiya Huts
Author URI: https://huts.pro/
Description: Авторская WordPress-тема для продажи бетонных колец и монтажа канализации под ключ в Бресте и Брестской области.
Version: 3.1.0
Text Domain: huts-koltsa
*/

:root {
	--accent: #c94f24;
	--accent-dark: #a83c18;
	--accent-soft: #f7e8e1;
	--ink: #242624;
	--muted: #686d69;
	--line: #e2e0d9;
	--paper: #f7f5f0;
	--paper-2: #f1eee7;
	--white: #fff;
	--radius: 18px;
	--radius-lg: 30px;
	--container: 1440px;
	--shadow-soft: 0 24px 70px rgba(36, 38, 36, .07);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--white);
	color: var(--ink);
	font-family: Manrope, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
::selection { background: var(--accent-soft); color: var(--ink); }
[id] { scroll-margin-top: 96px; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }

.container {
	width: min(calc(100% - 72px), var(--container));
	margin-inline: auto;
}
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}
.section { padding: 126px 0; }
.section--soft { background: var(--paper); }
.eyebrow,
.entry-kicker {
	margin: 0 0 16px;
	color: var(--accent);
	font-size: 12px;
	font-weight: 750;
	letter-spacing: .11em;
	text-transform: uppercase;
}
.section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 56px;
}
.section-heading h2,
.service-copy h2,
.delivery-copy h2,
.cta-panel h2 {
	max-width: 820px;
	margin: 0;
	font-size: clamp(38px, 4vw, 62px);
	font-weight: 650;
	line-height: 1.08;
	letter-spacing: -.045em;
}
.section-heading > p {
	max-width: 480px;
	margin: 0;
	color: var(--muted);
	font-size: 17px;
}

/* Header */
.site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: rgba(255, 255, 255, .96);
	border-bottom: 1px solid rgba(36, 38, 36, .08);
	transition: box-shadow .25s ease, background-color .25s ease;
}
.site-header.is-scrolled {
	background: rgba(255, 255, 255, .92);
	box-shadow: 0 10px 34px rgba(36, 38, 36, .07);
	backdrop-filter: blur(14px);
}
.admin-bar .site-header { top: 32px; }
.header-inner {
	min-height: 86px;
	display: flex;
	align-items: center;
	gap: 32px;
}
.site-branding {
	display: inline-flex;
	align-items: center;
	gap: 13px;
	flex: 0 0 auto;
}
.site-branding .custom-logo-link { display: block; }
.site-branding .custom-logo { width: auto; max-height: 48px; }
.brand-mark { width: 42px; height: 42px; }
.brand-name {
	display: block;
	font-size: 20px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -.03em;
}
.main-navigation { margin-left: auto; }
.main-navigation ul {
	display: flex;
	align-items: center;
	gap: clamp(20px, 2.2vw, 38px);
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-navigation a {
	position: relative;
	font-size: 14px;
	font-weight: 550;
}
.main-navigation a::after {
	position: absolute;
	right: 0;
	bottom: -10px;
	left: 0;
	height: 1px;
	background: var(--accent);
	content: "";
	transform: scaleX(0);
	transition: transform .2s ease;
}
.main-navigation a:hover::after,
.main-navigation .current-menu-item > a::after { transform: scaleX(1); }
.header-contact {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-left: auto;
}
.header-phone { white-space: nowrap; font-size: 15px; font-weight: 700; }
.header-button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	padding: 10px 22px;
	border: 1px solid var(--accent);
	color: var(--accent);
	font-size: 13px;
	font-weight: 700;
	transition: background .2s ease, color .2s ease;
}
.header-button:hover { background: var(--accent); color: var(--white); }
.menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 10px;
	border: 0;
	background: transparent;
}
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ink); }

/* Hero */
.hero-orange { overflow: hidden; background: var(--paper); }
.hero-orange__grid {
	display: grid;
	grid-template-columns: minmax(420px, .9fr) minmax(0, 1.1fr);
	grid-template-rows: minmax(520px, auto) auto;
	align-items: stretch;
}
.hero-orange__copy {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	padding: 68px clamp(48px, 5vw, 84px) 68px 0;
}
.hero-orange__eyebrow {
	margin: 0 0 26px;
	color: var(--accent);
	font-size: 12px;
	font-weight: 750;
	letter-spacing: .15em;
	text-transform: uppercase;
}
.hero-orange h1 {
	max-width: 680px;
	margin: 0;
	font-size: clamp(48px, 4.45vw, 72px);
	font-weight: 620;
	line-height: 1.09;
	letter-spacing: -.052em;
}
.hero-orange__lead {
	max-width: 570px;
	margin: 30px 0 0;
	color: var(--muted);
	font-size: clamp(17px, 1.3vw, 20px);
	line-height: 1.65;
}
.hero-orange__actions {
	display: flex;
	align-items: center;
	gap: 38px;
	margin-top: 38px;
}
.hero-orange__button,
.button {
	display: inline-flex;
	min-height: 58px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 15px 28px;
	border: 1px solid var(--accent);
	background: var(--accent);
	color: var(--white);
	font-size: 14px;
	font-weight: 700;
	transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.hero-orange__button:hover,
.button:hover { border-color: var(--accent-dark); background: var(--accent-dark); transform: translateY(-2px); }
.hero-orange__link,
.text-link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-size: 14px;
	font-weight: 550;
}
.hero-orange__link span,
.text-link span { color: var(--accent); font-size: 20px; transition: transform .2s ease; }
.hero-orange__link:hover span,
.text-link:hover span { transform: translateX(5px); }
.hero-orange__media { min-width: 0; padding: 0; }
.hero-orange__photo {
	width: 100%;
	height: 100%;
	min-height: 520px;
	border-radius: 0 38px 38px 0;
	background: url("assets/images/hero-manipulator-orange.webp") 58% center / cover no-repeat;
}
.hero-orange__facts {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	padding: 23px 0 25px;
	border-top: 1px solid var(--line);
	font-size: 13px;
}
.hero-orange__facts span { padding-right: 34px; }
.hero-orange__facts span + span { padding-left: clamp(28px, 5vw, 76px); border-left: 1px solid var(--line); }
.hero-orange__facts strong { margin-right: 7px; color: var(--accent); }

/* Products */
.catalog-orange { padding: 110px 0 128px; background: var(--white); }
.catalog-orange__grid { display: grid; gap: 48px; }
.catalog-orange__intro {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 42px;
}
.catalog-orange__index {
	margin: 0 0 14px;
	font-size: 12px;
	font-weight: 650;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.catalog-orange__index strong { margin-right: 7px; color: var(--accent); font-size: 16px; }
.catalog-orange__intro h2 {
	margin: 0;
	font-size: clamp(38px, 4vw, 58px);
	font-weight: 630;
	line-height: 1.08;
	letter-spacing: -.045em;
}
.catalog-orange__intro > p {
	max-width: 480px;
	margin: 0;
	color: var(--muted);
	font-size: 15px;
}
.catalog-orange__products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.catalog-product {
	min-width: 0;
	overflow: hidden;
	padding: 26px 28px 24px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--white);
	transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.catalog-product:hover { border-color: #d3c8bf; box-shadow: var(--shadow-soft); transform: translateY(-4px); }
.catalog-product__heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.catalog-product h3 { margin: 0; color: var(--accent); font-size: 20px; font-weight: 700; }
.catalog-product__heading span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--muted);
	font-size: 10px;
	white-space: nowrap;
}
.catalog-product__heading span::before { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); content: ""; }
.catalog-product__visual {
	height: 230px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 18px -28px 25px;
	background: linear-gradient(180deg, #fff, #faf9f6);
}
.catalog-product__visual img { width: 100%; max-width: 300px; height: 205px; object-fit: contain; mix-blend-mode: multiply; }
.catalog-product__price { display: flex; align-items: baseline; gap: 9px; margin: 0 0 18px; }
.catalog-product__price strong { font-size: 30px; font-weight: 650; letter-spacing: -.04em; }
.catalog-product__price span { color: var(--accent); font-size: 10px; font-weight: 750; text-transform: uppercase; }
.catalog-product__specs { margin: 0; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.catalog-product__specs div { display: flex; justify-content: space-between; gap: 14px; margin: 7px 0; font-size: 11px; }
.catalog-product__specs dt { color: var(--muted); }
.catalog-product__specs dd { margin: 0; white-space: nowrap; font-weight: 650; }
.catalog-product__use { margin: 18px 0 12px; color: var(--muted); font-size: 12px; }
.catalog-product__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 14px;
	color: var(--ink);
	font-size: 12px;
	font-weight: 700;
}
.catalog-product__link span { color: var(--accent); font-size: 19px; transition: transform .2s ease; }
.catalog-product__link:hover span { transform: translateX(4px); }

/* Turnkey service */
.service-layout { display: grid; grid-template-columns: 1.04fr .96fr; gap: clamp(60px, 8vw, 120px); align-items: center; }
.service-media {
	position: relative;
	min-height: 620px;
	overflow: hidden;
	border-radius: var(--radius-lg);
	background: url("assets/images/hero-rings.webp") 69% center / cover no-repeat;
}
.service-media::after { position: absolute; inset: 50% 0 0; background: linear-gradient(0deg, rgba(27, 30, 27, .4), transparent); content: ""; }
.service-stat {
	position: absolute;
	right: 24px;
	bottom: 24px;
	left: 24px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 20px 22px;
	border-radius: 14px;
	background: rgba(255, 255, 255, .93);
	backdrop-filter: blur(12px);
}
.service-stat strong { color: var(--accent); font-size: 29px; font-weight: 650; }
.service-stat span { max-width: 280px; font-size: 12px; font-weight: 550; }
.service-copy > p:not(.eyebrow) { max-width: 610px; margin: 26px 0 0; color: var(--muted); font-size: 17px; }
.check-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px 22px;
	margin: 34px 0 40px;
	padding: 0;
	list-style: none;
}
.check-list li { position: relative; padding-left: 30px; font-size: 14px; font-weight: 600; }
.check-list li::before {
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--accent-soft);
	color: var(--accent);
	content: "✓";
	font-size: 11px;
	font-weight: 800;
}

/* Process */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.step { min-height: 275px; padding: 34px 32px; background: var(--white); }
.step + .step { border-left: 1px solid var(--line); }
.step-number { display: block; margin-bottom: 70px; color: var(--accent); font-size: 11px; font-weight: 750; letter-spacing: .08em; }
.step h3 { margin: 0 0 12px; font-size: 21px; font-weight: 650; }
.step p { margin: 0; color: var(--muted); font-size: 13px; }

/* Delivery */
.delivery-panel {
	display: grid;
	grid-template-columns: 1fr 1fr;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	background: var(--white);
}
.delivery-copy { padding: clamp(48px, 6vw, 84px); background: var(--paper); }
.delivery-copy p:not(.eyebrow) { max-width: 620px; margin: 25px 0 28px; color: var(--muted); font-size: 16px; }
.delivery-feature {
	display: flex;
	align-items: center;
	gap: 14px;
	max-width: 480px;
	margin-bottom: 28px;
	padding: 15px 17px;
	border: 1px solid var(--line);
	border-radius: 13px;
	background: rgba(255, 255, 255, .7);
}
.delivery-feature > svg { width: 30px; height: 30px; flex: 0 0 30px; color: var(--accent); stroke-width: 1.6; }
.delivery-feature strong,
.delivery-feature small { display: block; }
.delivery-feature strong { font-size: 13px; }
.delivery-feature small { margin-top: 2px; color: var(--muted); font-size: 10px; }
.cities { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 32px; }
.cities span { padding: 6px 10px; border: 1px solid #d5d2ca; border-radius: 99px; color: #555a56; font-size: 10px; }
.button--light { background: var(--white); color: var(--accent); }
.button--light:hover { color: var(--white); }
.delivery-map { position: relative; min-height: 620px; overflow: hidden; background: #f0eee8; color: var(--accent); }
.delivery-map__heading {
	position: absolute;
	top: 36px;
	right: 40px;
	left: 40px;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	padding-bottom: 17px;
	border-bottom: 1px solid rgba(201, 79, 36, .18);
}
.delivery-map__heading span { color: var(--ink); font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.delivery-map__heading small { color: var(--muted); font-size: 10px; }
.delivery-map__svg { position: absolute; top: 76px; right: 12px; left: 12px; width: calc(100% - 24px); height: calc(100% - 130px); color: var(--accent); }
.delivery-map__region { fill: #faf8f2; stroke: rgba(201, 79, 36, .28); stroke-width: 2; }
.delivery-map__texture { fill: url(#map-dots); }
.delivery-map__routes path { fill: none; stroke: rgba(201, 79, 36, .38); stroke-width: 2; stroke-dasharray: 5 7; stroke-linecap: round; }
.map-city circle { fill: var(--accent); stroke: #faf8f2; stroke-width: 3; }
.map-city text { fill: var(--ink); font-family: Manrope, Arial, sans-serif; font-size: 13px; font-weight: 650; }
.map-city--base circle:first-child { fill: var(--accent); stroke: rgba(201, 79, 36, .16); stroke-width: 11; }
.map-city--base circle:nth-child(2) { fill: var(--white); stroke: none; }
.map-city--base text { font-size: 15px; }
.delivery-map__note {
	position: absolute;
	right: 26px;
	bottom: 24px;
	left: 26px;
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 13px;
	padding: 14px 16px;
	border: 1px solid rgba(201, 79, 36, .15);
	border-radius: 13px;
	background: rgba(255, 255, 255, .9);
	box-shadow: 0 12px 34px rgba(36, 38, 36, .06);
}
.delivery-map__note-icon { width: 40px; height: 40px; flex: 0 0 40px; display: grid; place-items: center; border-radius: 10px; background: var(--accent); color: var(--white); }
.delivery-map__note-icon svg { width: 22px; height: 22px; }
.delivery-map__note strong,
.delivery-map__note small { display: block; line-height: 1.3; }
.delivery-map__note strong { font-size: 12px; }
.delivery-map__note small { margin-top: 3px; color: var(--muted); font-size: 10px; }

/* CTA */
.cta-section { padding: 0 0 126px; background: var(--white); }
.cta-panel {
	display: grid;
	grid-template-columns: 1fr .9fr;
	gap: clamp(50px, 8vw, 110px);
	padding: clamp(48px, 6vw, 86px);
	border: 1px solid #ecd8ce;
	border-radius: var(--radius-lg);
	background: #fbf3ef;
}
.cta-panel p { max-width: 600px; margin: 24px 0 0; color: var(--muted); font-size: 17px; }
.lead-form { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-field--wide { grid-column: 1 / -1; }
.lead-form input,
.lead-form select,
.lead-form textarea {
	width: 100%;
	min-height: 56px;
	padding: 14px 16px;
	border: 1px solid #dfd8d1;
	border-radius: 10px;
	outline: none;
	background: var(--white);
	color: var(--ink);
}
.lead-form input::placeholder,
.lead-form textarea::placeholder { color: #92958f; }
.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(201, 79, 36, .08); }
.lead-form .button { width: 100%; border-radius: 0; }
.form-consent { grid-column: 1 / -1; margin: 0 !important; color: #858984 !important; font-size: 10px !important; }
.form-status { grid-column: 1 / -1; margin: 0 !important; color: var(--accent) !important; font-size: 12px !important; }

/* Full product catalogue */
.catalog-page { background: var(--white); }
.catalog-hero { padding: 38px 0 42px; border-bottom: 1px solid #efede7; background: var(--paper); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 24px; color: #7d817d; font-size: 11px; }
.breadcrumbs a:hover { color: var(--accent); }
.catalog-hero .entry-kicker { margin-bottom: 10px; }
.catalog-hero h1 { margin: 0; font-size: clamp(38px, 4.2vw, 58px); font-weight: 620; line-height: 1.08; letter-spacing: -.045em; }
.catalog-hero > .container > p:last-child { max-width: 760px; margin: 14px 0 0; color: var(--muted); font-size: 15px; }
.catalog-shell { padding-top: 34px; padding-bottom: 118px; }
.catalog-layout { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 32px; }
.catalog-sidebar { position: sticky; top: 116px; align-self: start; padding-right: 28px; border-right: 1px solid var(--line); }
.catalog-filter-group { margin: 0; padding: 0 0 26px; border: 0; border-bottom: 1px solid var(--line); }
.catalog-filter-group + .catalog-filter-group { padding-top: 25px; }
.catalog-filter-group h2,
.catalog-filter-group legend { margin: 0 0 16px; padding: 0; color: var(--ink); font-size: 14px; font-weight: 700; }
.catalog-categories { margin: 0; padding: 0; list-style: none; }
.catalog-categories li { margin: 0; }
.catalog-categories a { display: flex; justify-content: space-between; gap: 12px; padding: 7px 0; color: #555a56; font-size: 12px; line-height: 1.35; }
.catalog-categories a small { color: var(--accent); font-size: 11px; }
.catalog-categories a:hover,
.catalog-categories a.is-active { color: var(--accent); }
.catalog-categories a.is-active span { font-weight: 700; }
.catalog-check { display: flex; align-items: center; gap: 9px; margin: 9px 0; color: #555a56; font-size: 12px; cursor: pointer; }
.catalog-check input { width: 16px; height: 16px; margin: 0; accent-color: var(--accent); }
.catalog-filter-submit { width: 100%; min-height: 46px; margin-top: 24px; border: 1px solid var(--accent); background: var(--accent); color: var(--white); font-size: 12px; font-weight: 700; }
.catalog-filter-submit:hover { background: var(--accent-dark); }
.catalog-filter-reset { display: block; margin-top: 12px; color: var(--muted); font-size: 11px; text-align: center; text-decoration: underline; text-underline-offset: 3px; }
.catalog-toolbar { min-height: 42px; display: flex; align-items: start; justify-content: space-between; gap: 24px; margin-bottom: 18px; }
.catalog-toolbar h2 { margin: 0; font-size: 14px; font-weight: 600; }
.catalog-toolbar h2 span { color: var(--muted); font-weight: 450; }
.catalog-sort select { min-width: 190px; padding: 7px 28px 7px 10px; border: 0; border-bottom: 1px solid var(--line); outline: 0; background: var(--white); color: var(--ink); font-size: 11px; }
.catalog-sort select:focus { border-color: var(--accent); }
.catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.catalog-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--white); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.catalog-card:hover { border-color: #d3c8bf; box-shadow: 0 18px 46px rgba(36, 38, 36, .06); transform: translateY(-3px); }
.catalog-card__visual { height: 218px; display: grid; place-items: center; padding: 20px; overflow: hidden; background: #fbfaf7; }
.catalog-card__visual img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: transform .3s ease; }
.catalog-card:hover .catalog-card__visual img { transform: scale(1.025); }
.catalog-card__placeholder { width: 100%; height: 100%; display: grid; place-items: center; }
.catalog-card__placeholder i { position: relative; width: 145px; height: 72px; border-radius: 0 0 48% 48% / 0 0 22% 22%; background: linear-gradient(90deg, #9c9c97, #c2c1bb 45%, #a2a29d); box-shadow: inset 0 -10px 16px rgba(50, 50, 47, .15), 0 13px 21px rgba(36, 38, 36, .1); }
.catalog-card__placeholder i::before { position: absolute; top: -24px; right: 0; left: 0; height: 48px; border-radius: 50%; background: radial-gradient(ellipse, #72736f 0 44%, #a9a8a2 46% 65%, #c6c5be 67% 75%, #9e9e98 77%); content: ""; }
.catalog-card__body { padding: 20px 20px 18px; }
.catalog-card__category { min-height: 16px; margin: 0 0 8px; color: var(--accent); font-size: 9px; font-weight: 650; }
.catalog-card h3 { min-height: 46px; margin: 0 0 7px; font-size: 18px; font-weight: 650; line-height: 1.25; }
.catalog-card h3 a:hover { color: var(--accent); }
.catalog-card__dimensions { margin: 0 0 12px; color: var(--muted); font-size: 11px; }
.catalog-card__stock,
.product-detail__stock { display: flex; align-items: center; gap: 7px; margin: 0; color: var(--muted); font-size: 10px; }
.catalog-card__stock span,
.product-detail__stock span { width: 6px; height: 6px; border-radius: 50%; background: #aaa; }
.catalog-card__stock.is-available span,
.product-detail__stock.is-available span { background: var(--accent); }
.catalog-card__footer { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin-top: 19px; padding-top: 15px; border-top: 1px solid var(--line); }
.catalog-card__footer strong { font-size: 16px; font-weight: 680; line-height: 1.2; }
.catalog-card__footer a { display: inline-flex; align-items: center; gap: 7px; color: var(--accent); font-size: 10px; white-space: nowrap; }
.catalog-card__footer a span { font-size: 16px; }
.catalog-results .navigation.pagination { margin-top: 34px; }
.catalog-results .nav-links { justify-content: center; }
.catalog-empty { padding: 70px 30px; border: 1px solid var(--line); background: var(--paper); text-align: center; }
.catalog-empty h3 { margin: 0 0 12px; font-size: 30px; font-weight: 620; }
.catalog-empty p { max-width: 540px; margin: 0 auto 26px; color: var(--muted); }
.catalog-admin-link { display: block; margin-top: 18px; color: var(--accent); font-size: 12px; text-decoration: underline; }
.catalog-service { padding: 0 0 118px; }
.catalog-service__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 48px 54px; border: 1px solid #ecd8ce; border-radius: var(--radius); background: #fbf3ef; }
.catalog-service h2 { margin: 0; font-size: clamp(30px, 3vw, 44px); font-weight: 630; line-height: 1.1; letter-spacing: -.04em; }
.catalog-service p:not(.entry-kicker) { margin: 13px 0 0; color: var(--muted); font-size: 14px; }
.catalog-service .header-button { flex: 0 0 auto; min-height: 52px; }

/* Single product */
.product-page { padding: 36px 0 120px; }
.product-page .breadcrumbs { margin-bottom: 34px; }
.product-detail { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(54px, 7vw, 110px); align-items: center; }
.product-detail__visual { min-height: 580px; display: grid; place-items: center; padding: 42px; border-radius: var(--radius-lg); background: var(--paper); }
.product-detail__visual img { width: 100%; max-height: 500px; object-fit: contain; mix-blend-mode: multiply; }
.product-detail__visual .catalog-card__placeholder { min-height: 400px; }
.product-detail__visual .catalog-card__placeholder i { width: 280px; height: 140px; }
.product-detail__visual .catalog-card__placeholder i::before { top: -46px; height: 92px; }
.product-detail__content h1 { margin: 0 0 18px; font-size: clamp(46px, 5vw, 72px); font-weight: 620; line-height: 1; letter-spacing: -.05em; }
.product-detail__stock { margin-bottom: 27px; font-size: 12px; }
.product-detail__price { margin: 0 0 28px; font-size: 34px; font-weight: 660; letter-spacing: -.035em; }
.product-detail__specs { margin: 0 0 34px; border-top: 1px solid var(--line); }
.product-detail__specs div { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.product-detail__specs dt { color: var(--muted); }
.product-detail__specs dd { margin: 0; font-weight: 650; }
.product-detail__note { max-width: 520px; margin: 17px 0 0; color: var(--muted); font-size: 11px; }
.product-description { max-width: 900px; margin-top: 100px; padding-top: 56px; border-top: 1px solid var(--line); }
.product-back { display: inline-flex; margin-top: 54px; color: var(--accent); font-size: 13px; }

/* Internal pages and articles */
.content-area { min-height: 65vh; padding: 92px 0 130px; background: var(--white); }
.entry-header,
.archive-header { max-width: 980px; margin-bottom: 62px; padding-bottom: 48px; border-bottom: 1px solid var(--line); }
.entry-title,
.archive-header h1 {
	max-width: 960px;
	margin: 0;
	font-size: clamp(45px, 6vw, 78px);
	font-weight: 620;
	line-height: 1.04;
	letter-spacing: -.055em;
}
.entry-image { max-width: 1120px; margin: 0 0 64px; overflow: hidden; border-radius: var(--radius-lg); }
.entry-image img { width: 100%; }
.entry-content { max-width: 860px; color: #3f433f; font-size: 18px; line-height: 1.78; }
.entry-content > *:first-child { margin-top: 0; }
.entry-content h2,
.entry-content h3,
.entry-content h4 { color: var(--ink); font-weight: 650; line-height: 1.2; letter-spacing: -.03em; }
.entry-content h2 { margin: 66px 0 22px; font-size: clamp(32px, 4vw, 48px); }
.entry-content h3 { margin: 44px 0 18px; font-size: 28px; }
.entry-content p { margin: 0 0 24px; }
.entry-content a { color: var(--accent); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.entry-content ul,
.entry-content ol { margin: 24px 0 30px; padding-left: 24px; }
.entry-content li { margin: 9px 0; padding-left: 5px; }
.entry-content blockquote { margin: 42px 0; padding: 30px 34px; border-left: 3px solid var(--accent); background: var(--paper); color: var(--ink); font-size: 21px; }
.entry-content figure { margin: 44px 0; }
.entry-content img { border-radius: var(--radius); }
.entry-content table { width: 100%; margin: 38px 0; border-collapse: collapse; font-size: 14px; }
.entry-content th,
.entry-content td { padding: 15px 14px; border-bottom: 1px solid var(--line); text-align: left; }
.entry-content th { background: var(--paper); color: var(--ink); font-weight: 700; }
.archive-header { margin-bottom: 52px; }
.archive-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.archive-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.archive-card__image { display: block; aspect-ratio: 1.75; overflow: hidden; background: var(--paper); }
.archive-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.archive-card:hover .archive-card__image img { transform: scale(1.025); }
.archive-card__body { padding: 30px; }
.archive-card__date { margin: 0 0 12px; color: var(--accent); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.archive-card h2 { margin: 0 0 14px; font-size: 28px; font-weight: 630; line-height: 1.2; letter-spacing: -.035em; }
.archive-card__excerpt { color: var(--muted); font-size: 14px; }
.archive-card__excerpt p { margin: 0 0 22px; }
.navigation.pagination { margin-top: 50px; }
.nav-links { display: flex; gap: 8px; }
.page-numbers { min-width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); }
.page-numbers.current,
.page-numbers:hover { border-color: var(--accent); background: var(--accent); color: var(--white); }

/* Footer */
.site-footer { padding: 68px 0 28px; background: #242624; color: var(--white); }
.site-footer .brand-name { color: var(--white); }
.footer-main { display: grid; grid-template-columns: 1.35fr .65fr .7fr; gap: 70px; padding-bottom: 54px; }
.footer-description { max-width: 430px; margin: 22px 0 0; color: rgba(255, 255, 255, .56); font-size: 13px; }
.footer-title { margin: 0 0 20px; color: rgba(255, 255, 255, .42); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.footer-menu,
.footer-contacts { margin: 0; padding: 0; list-style: none; }
.footer-menu li,
.footer-contacts li { margin: 9px 0; }
.footer-menu a,
.footer-contacts a,
.footer-contacts li { color: rgba(255, 255, 255, .78); font-size: 13px; }
.footer-menu a:hover,
.footer-contacts a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .1); color: rgba(255, 255, 255, .4); font-size: 11px; }
.footer-bottom a { color: rgba(255, 255, 255, .72); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.footer-bottom a:hover { color: var(--white); }

/* Floating actions */
.floating-actions { position: fixed; right: 24px; bottom: 24px; z-index: 900; display: flex; align-items: flex-end; flex-direction: column; gap: 10px; }
.floating-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	box-shadow: 0 12px 34px rgba(36, 38, 36, .18);
	transition: opacity .2s ease, visibility .2s ease, transform .2s ease, background .2s ease;
}
.floating-action svg { width: 22px; height: 22px; flex: 0 0 22px; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.floating-action--phone { position: relative; min-height: 56px; gap: 10px; padding: 0 20px; border-radius: 99px; background: var(--accent); color: var(--white); font-size: 14px; font-weight: 700; }
.floating-action--phone::before { position: absolute; inset: -5px; z-index: -1; border: 1px solid rgba(201, 79, 36, .35); border-radius: inherit; content: ""; animation: phone-pulse 2.5s ease-out infinite; }
.floating-action--phone:hover { background: var(--accent-dark); transform: translateY(-2px); }
.floating-action--top { width: 46px; height: 46px; border-radius: 50%; background: var(--ink); color: var(--white); opacity: 0; visibility: hidden; transform: translateY(8px); }
.floating-action--top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
@keyframes phone-pulse { 0% { opacity: .65; transform: scale(.94); } 70%, 100% { opacity: 0; transform: scale(1.14); } }

/* Tablet */
@media (max-width: 1180px) {
	.main-navigation { display: none; }
	.menu-toggle { display: block; order: 4; }
	.main-navigation.is-open {
		position: absolute;
		top: 86px;
		right: 0;
		left: 0;
		display: block;
		padding: 26px 36px 34px;
		border-top: 1px solid var(--line);
		background: rgba(255, 255, 255, .98);
		box-shadow: 0 20px 35px rgba(36, 38, 36, .08);
	}
	.main-navigation.is-open ul { width: min(100%, var(--container)); margin: auto; flex-direction: column; align-items: flex-start; gap: 18px; }
	.hero-orange__grid { grid-template-columns: minmax(370px, .92fr) minmax(0, 1.08fr); }
	.hero-orange h1 { font-size: clamp(46px, 5vw, 61px); }
	.catalog-product { padding-right: 22px; padding-left: 22px; }
	.catalog-product__visual { margin-right: -22px; margin-left: -22px; }
	.steps-grid { grid-template-columns: 1fr 1fr; }
	.step:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
	.step:nth-child(4) { border-top: 1px solid var(--line); }
	.catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
	.admin-bar .site-header { top: 46px; }
	.container { width: min(calc(100% - 42px), var(--container)); }
	.section { padding: 90px 0; }
	.header-contact .header-button { display: none; }
	.hero-orange__grid { display: flex; flex-direction: column; }
	.hero-orange__copy { order: 1; padding: 64px 0 50px; }
	.hero-orange__media { order: 2; }
	.hero-orange__photo { min-height: 0; aspect-ratio: 1.48; border-radius: 28px; }
	.hero-orange__facts { order: 3; margin-top: 24px; }
	.catalog-orange__products { grid-template-columns: 1fr; }
	.catalog-product { display: grid; grid-template-columns: minmax(220px, .82fr) 1.18fr; column-gap: 28px; }
	.catalog-product__heading,
	.catalog-product__visual { grid-column: 1; }
	.catalog-product__visual { grid-row: 2 / 6; height: 270px; margin: 12px -10px 0; }
	.catalog-product__price,
	.catalog-product__specs,
	.catalog-product__use,
	.catalog-product__link { grid-column: 2; }
	.catalog-product__price { margin-top: 42px; }
	.service-layout,
	.delivery-panel,
	.cta-panel { grid-template-columns: 1fr; }
	.service-media { min-height: 500px; }
	.delivery-map { min-height: 540px; }
	.archive-grid { grid-template-columns: 1fr; }
	.catalog-layout { grid-template-columns: 1fr; }
	.catalog-sidebar { position: static; display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 24px; padding: 0 0 28px; border-right: 0; border-bottom: 1px solid var(--line); }
	.catalog-filter-group,
	.catalog-filter-group + .catalog-filter-group { padding: 0; border-bottom: 0; }
	.catalog-filter-submit { align-self: end; margin-top: 0; }
	.catalog-filter-reset { grid-column: 1 / -1; margin-top: -12px; text-align: left; }
	.product-detail { grid-template-columns: 1fr; gap: 48px; }
	.product-detail__visual { min-height: 480px; }
	.footer-main { grid-template-columns: 1fr 1fr; }
	.footer-main > :first-child { grid-column: 1 / -1; }
}

/* Mobile */
@media (max-width: 580px) {
	.container { width: min(calc(100% - 28px), var(--container)); }
	.section { padding: 76px 0; }
	.header-inner { min-height: 72px; gap: 12px; }
	.site-branding .custom-logo { max-width: 210px; max-height: 40px; }
	.brand-mark { width: 36px; height: 36px; }
	.brand-name { font-size: 16px; }
	.header-phone { display: none; }
	.main-navigation.is-open { top: 72px; padding-right: 20px; padding-left: 20px; }
	.hero-orange__copy { padding: 48px 0 40px; }
	.hero-orange__eyebrow { margin-bottom: 18px; font-size: 10px; }
	.hero-orange h1 { font-size: clamp(39px, 12vw, 50px); line-height: 1.08; }
	.hero-orange__lead { margin-top: 22px; font-size: 16px; }
	.hero-orange__actions { align-items: stretch; flex-direction: column; gap: 16px; margin-top: 30px; }
	.hero-orange__button { width: 100%; }
	.hero-orange__link { align-self: flex-start; }
	.hero-orange__photo { aspect-ratio: .94; background-position: 62% center; }
	.hero-orange__facts { grid-template-columns: 1fr; padding: 17px 0 21px; }
	.hero-orange__facts span { padding: 7px 0; }
	.hero-orange__facts span + span { padding-left: 0; border-left: 0; }
	.catalog-orange { padding: 76px 0 88px; }
	.catalog-orange__intro { display: block; }
	.catalog-orange__intro > p { margin-top: 20px; }
	.catalog-orange__intro h2,
	.section-heading h2,
	.service-copy h2,
	.delivery-copy h2,
	.cta-panel h2 { font-size: 36px; }
	.catalog-orange__products { gap: 14px; }
	.catalog-hero { padding: 28px 0 34px; }
	.catalog-hero h1 { font-size: 39px; }
	.catalog-shell { padding-top: 28px; padding-bottom: 78px; }
	.catalog-layout { gap: 28px; }
	.catalog-sidebar { display: block; }
	.catalog-filter-group,
	.catalog-filter-group + .catalog-filter-group { padding: 0 0 21px; }
	.catalog-filter-group + .catalog-filter-group { padding-top: 21px; }
	.catalog-filter-submit { margin-top: 22px; }
	.catalog-filter-reset { margin-top: 12px; text-align: center; }
	.catalog-toolbar { align-items: stretch; flex-direction: column; gap: 14px; }
	.catalog-sort select { width: 100%; }
	.catalog-grid { grid-template-columns: 1fr; }
	.catalog-card__visual { height: 235px; }
	.catalog-service { padding-bottom: 78px; }
	.catalog-service__inner { align-items: flex-start; flex-direction: column; padding: 34px 24px; }
	.product-page { padding: 26px 0 84px; }
	.product-detail__visual { min-height: 340px; padding: 24px; border-radius: 20px; }
	.product-detail__content h1 { font-size: 46px; }
	.product-detail__content .button { width: 100%; }
	.product-description { margin-top: 68px; padding-top: 42px; }
	.catalog-product { display: block; padding: 24px 20px; }
	.catalog-product__visual { height: 215px; margin: 14px -20px 22px; }
	.catalog-product__price { margin-top: 0; }
	.section-heading { display: block; margin-bottom: 38px; }
	.section-heading > p { margin-top: 18px; }
	.service-layout { gap: 48px; }
	.service-media { min-height: 430px; border-radius: 20px; }
	.service-stat { right: 14px; bottom: 14px; left: 14px; padding: 16px; }
	.service-stat strong { font-size: 24px; }
	.check-list { grid-template-columns: 1fr; }
	.steps-grid { grid-template-columns: 1fr; }
	.step { min-height: 220px; padding: 28px 24px; border-top: 1px solid var(--line); border-left: 0 !important; }
	.step:first-child { border-top: 0; }
	.step-number { margin-bottom: 38px; }
	.delivery-panel,
	.cta-panel { border-radius: 20px; }
	.delivery-copy,
	.cta-panel { padding: 38px 24px 42px; }
	.delivery-map { min-height: 470px; }
	.delivery-map__heading { top: 24px; right: 22px; left: 22px; }
	.delivery-map__svg { top: 65px; right: 0; left: 0; width: 100%; height: calc(100% - 112px); }
	.delivery-map__note { right: 14px; bottom: 14px; left: 14px; }
	.lead-form { grid-template-columns: 1fr; }
	.form-field--wide,
	.form-consent,
	.form-status { grid-column: 1; }
	.content-area { padding: 64px 0 90px; }
	.entry-header,
	.archive-header { margin-bottom: 40px; padding-bottom: 34px; }
	.entry-title,
	.archive-header h1 { font-size: 43px; }
	.entry-content { font-size: 16px; }
	.entry-content h2 { margin-top: 48px; font-size: 32px; }
	.entry-content blockquote { padding: 24px; font-size: 18px; }
	.entry-content table { display: block; overflow-x: auto; white-space: nowrap; }
	.archive-card__body { padding: 24px; }
	.footer-main { grid-template-columns: 1fr; gap: 34px; }
	.footer-main > :first-child { grid-column: auto; }
	.footer-bottom { flex-direction: column; }
	.floating-actions { right: 14px; bottom: 15px; }
	.floating-action--phone { width: 54px; height: 54px; min-height: 54px; padding: 0; }
	.floating-action--phone span { display: none; }
	.floating-action--top { width: 43px; height: 43px; }
}

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