:root {
  --sp-green: #174d35;
  --sp-green-2: #0e3b29;
  --sp-ink: #171717;
  --sp-muted: #6f6f6b;
  --sp-line: #e8e4dd;
  --sp-cream: #f8f5ef;
  --sp-cream-2: #f2ede5;
  --sp-white: #fff;
  --sp-gold: #a46f3f;
  --sp-radius: 18px;
  --sp-radius-sm: 12px;
  --sp-shadow: 0 18px 60px rgba(31, 26, 18, .08);
  --sp-container: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.stavros-panels-site { margin: 0; color: var(--sp-ink); background: #fff; font-family: Inter, Arial, sans-serif; line-height: 1.5; }
body.stavros-panels-site h1,
body.stavros-panels-site h2,
body.stavros-panels-site h3 { margin-top: 0; color: var(--sp-ink); font-family: Georgia, 'Times New Roman', serif; font-weight: 500; line-height: 1.05; }
body.stavros-panels-site h1 { font-size: clamp(2.5rem, 5vw, 5.25rem); }
body.stavros-panels-site h2 { font-size: clamp(2rem, 3vw, 3.3rem); }
body.stavros-panels-site h3 { font-size: 1.15rem; }
body.stavros-panels-site a { color: inherit; text-decoration: none; }
body.stavros-panels-site img { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }

.sp-container { width: min(calc(100% - 48px), var(--sp-container)); margin-inline: auto; }
.sp-main { min-height: 60vh; }
.sp-section { padding: 72px 0; }
.sp-eyebrow { margin: 0 0 10px; color: var(--sp-green); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.sp-section-head { margin-bottom: 30px; }
.sp-section-head > p:last-child { max-width: 720px; margin-bottom: 0; color: var(--sp-muted); }
.sp-section-head--inline { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.sp-section-head--center { max-width: 850px; margin: 0 auto 42px; text-align: center; }
.sp-text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--sp-green); font-weight: 700; white-space: nowrap; }
.sp-text-link .sp-icon { width: 18px; }
.sp-icon { width: 22px; height: 22px; flex: 0 0 auto; }
.sp-skip-link { position: fixed; top: 8px; left: 8px; z-index: 99999; transform: translateY(-160%); padding: 10px 14px; border-radius: 8px; background: var(--sp-green); color: #fff; }
.sp-skip-link:focus { transform: translateY(0); }

.sp-btn { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 22px; border: 1px solid transparent; border-radius: 8px; cursor: pointer; font-weight: 750; transition: .2s ease; }
.sp-btn:hover { transform: translateY(-1px); }
.sp-btn--primary { color: #fff !important; background: var(--sp-green); }
.sp-btn--primary:hover { background: var(--sp-green-2); }
.sp-btn--outline { border-color: #9ab3a5; color: var(--sp-green) !important; background: #fff; }
.sp-btn--light { border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.88); backdrop-filter: blur(12px); }
.sp-btn--lg { min-height: 54px; padding-inline: 28px; }
.sp-icon-button { width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 0; border: 0; border-radius: 50%; background: transparent; color: var(--sp-ink); cursor: pointer; }
.sp-icon-button:hover { background: var(--sp-cream); }

.sp-header { position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid rgba(0,0,0,.05); background: rgba(250, 248, 244, .92); backdrop-filter: blur(16px); transition: box-shadow .2s ease; }
.sp-header.is-scrolled { box-shadow: 0 8px 30px rgba(0,0,0,.08); }
.sp-header__inner { min-height: 78px; display: grid; grid-template-columns: 170px 1fr auto; align-items: center; gap: 24px; }
.sp-brand-wrap { display: flex; align-items: center; }
.sp-brand { display: inline-flex; align-items: center; font-family: Georgia, 'Times New Roman', serif; font-size: 1.65rem; font-weight: 700; letter-spacing: .02em; }
.sp-brand-wrap .custom-logo-link { display: inline-flex; align-items: center; }
.sp-brand-wrap .custom-logo { width: auto; max-height: 38px; }
.sp-nav-list { list-style: none; display: flex; justify-content: center; gap: clamp(18px, 2.2vw, 38px); margin: 0; padding: 0; font-size: .88rem; font-weight: 650; }
.sp-nav-list a { display: inline-flex; padding: 28px 0; position: relative; }
.sp-nav-list a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--sp-green); transition: right .2s ease; }
.sp-nav-list a:hover::after, .sp-nav-list .current-menu-item > a::after { right: 0; }
.sp-header__actions { display: flex; align-items: center; gap: 3px; }
.sp-header__phone { margin-right: 10px; font-weight: 800; white-space: nowrap; }
.sp-cart-link { position: relative; }
.sp-cart-count { position: absolute; top: 0; right: 0; min-width: 17px; height: 17px; padding: 0 4px; border-radius: 999px; background: var(--sp-gold); color: #fff; font-size: .65rem; line-height: 17px; text-align: center; }
.sp-menu-toggle { display: none; }
.sp-menu-toggle .sp-close-icon { display: none; }
.sp-menu-toggle[aria-expanded="true"] .sp-menu-icon { display: none; }
.sp-menu-toggle[aria-expanded="true"] .sp-close-icon { display: inline-flex; }
.sp-mobile-nav { border-top: 1px solid var(--sp-line); background: #fff; }
.sp-mobile-nav__list { list-style: none; margin: 0; padding: 12px 0; }
.sp-mobile-nav__list a { display: block; padding: 12px 0; border-bottom: 1px solid var(--sp-line); font-weight: 700; }
.sp-mobile-nav .sp-btn { width: 100%; margin: 10px 0 18px; }
.sp-search-panel { padding: 16px 0; border-top: 1px solid var(--sp-line); background: #fff; }
.sp-search-panel form { display: flex; gap: 10px; }
.sp-search-panel input[type="search"] { width: 100%; min-height: 48px; padding: 0 14px; border: 1px solid var(--sp-line); border-radius: 8px; }

.sp-hero { padding: 0 0 20px; background: var(--sp-cream); }
.sp-hero__grid { min-height: 640px; display: grid; grid-template-columns: minmax(360px, .88fr) minmax(0, 1.45fr); overflow: hidden; border-radius: 0 0 var(--sp-radius) var(--sp-radius); background: #f5f0e8; box-shadow: var(--sp-shadow); }
.sp-hero__content { z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: clamp(38px, 6vw, 84px); background: linear-gradient(90deg, rgba(248,245,239,.98) 0%, rgba(248,245,239,.96) 75%, rgba(248,245,239,0) 100%); }
.sp-hero__content h1 { max-width: 680px; margin-bottom: 22px; }
.sp-hero__lead { max-width: 550px; margin: 0 0 30px; color: #444; font-size: 1.08rem; }
.sp-hero__buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.sp-sample-link { width: fit-content; display: grid; grid-template-columns: 42px 1fr 18px; align-items: center; gap: 12px; margin-top: 30px; padding: 12px 14px; border: 1px solid rgba(23,77,53,.15); border-radius: 10px; background: rgba(255,255,255,.65); }
.sp-sample-link__icon { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; background: #fff; color: var(--sp-gold); }
.sp-sample-link span { display: flex; flex-direction: column; }
.sp-sample-link small { color: var(--sp-muted); }
.sp-hero__visual { position: relative; min-height: 640px; background-image: radial-gradient(circle at 65% 30%, rgba(255,190,110,.2), transparent 32%), repeating-linear-gradient(90deg, #5d321d 0 10px, #21150f 10px 17px), linear-gradient(135deg, #2b1a12, #7d5137); background-position: center; background-size: cover; }
.sp-hero__visual::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,8,4,.08), rgba(15,8,4,.25)); }
.sp-hero__selector { position: absolute; right: clamp(20px, 4vw, 54px); top: 50%; width: min(330px, calc(100% - 40px)); transform: translateY(-50%); padding: 24px; border: 1px solid rgba(255,255,255,.45); border-radius: 14px; background: rgba(255,255,255,.92); box-shadow: 0 18px 60px rgba(0,0,0,.25); backdrop-filter: blur(14px); }
.sp-selector-title { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.sp-selector-title div { display: flex; flex-direction: column; }
.sp-selector-title strong { font-family: Georgia, 'Times New Roman', serif; font-size: 1.35rem; }
.sp-selector-title span { color: var(--sp-muted); font-size: .82rem; }
.sp-selector-title .sp-icon { color: var(--sp-green); }
.sp-hero__selector label { display: block; margin-bottom: 12px; }
.sp-hero__selector label > span { display: block; margin-bottom: 5px; color: var(--sp-muted); font-size: .75rem; font-weight: 700; }
.sp-hero__selector select { width: 100%; min-height: 44px; padding: 0 12px; border: 1px solid var(--sp-line); border-radius: 7px; background: #fff; }
.sp-hero__selector .sp-btn { width: 100%; margin-top: 4px; }

.sp-benefits { padding: 22px 0; border-block: 1px solid var(--sp-line); background: #fff; }
.sp-benefits__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.sp-benefit { display: flex; align-items: center; gap: 12px; padding: 8px 4px; }
.sp-benefit .sp-icon { color: var(--sp-gold); }
.sp-benefit span { display: flex; flex-direction: column; }
.sp-benefit strong { font-size: .88rem; }
.sp-benefit small { color: var(--sp-muted); font-size: .74rem; }

.sp-decor-section { background: #fff; }
.sp-decor-row { display: grid; grid-template-columns: repeat(7, minmax(110px, 1fr)); gap: 16px; }
.sp-decor-card { display: flex; flex-direction: column; gap: 10px; color: #333; font-size: .84rem; }
.sp-decor-card__sample { height: 100px; border: 1px solid rgba(0,0,0,.06); border-radius: 10px; background: repeating-linear-gradient(90deg, var(--grain-a) 0 8px, var(--grain-b) 8px 11px, var(--grain-a) 11px 18px); box-shadow: inset 0 0 24px rgba(255,255,255,.13); }
.sp-decor-card:hover .sp-decor-card__sample { transform: translateY(-3px); box-shadow: 0 15px 30px rgba(0,0,0,.14); }
.sp-decor-card__sample { transition: .2s ease; }

.sp-home-widgets { padding-top: 20px; background: #fff; }
.sp-home-widgets__grid { display: grid; grid-template-columns: .92fr 1.45fr .72fr; gap: 18px; }
.sp-info-card, .sp-calculator-card, .sp-rating-card { min-height: 360px; padding: 28px; border: 1px solid var(--sp-line); border-radius: var(--sp-radius); background: #fff; box-shadow: 0 14px 40px rgba(0,0,0,.045); }
.sp-info-card--image { display: grid; grid-template-rows: auto 1fr; overflow: hidden; background: var(--sp-cream); }
.sp-panel-sample { min-height: 180px; margin: 18px -28px -28px; background: repeating-linear-gradient(90deg, #a16e44 0 14px, #3b2518 14px 20px); }
.sp-calculator-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.sp-calculator-fields label { position: relative; display: block; }
.sp-calculator-fields label.sp-full { grid-column: 1 / -1; }
.sp-calculator-fields label > span { display: block; margin-bottom: 6px; color: var(--sp-muted); font-size: .76rem; font-weight: 700; }
.sp-calculator-fields input { width: 100%; min-height: 46px; padding: 0 42px 0 12px; border: 1px solid var(--sp-line); border-radius: 8px; }
.sp-calculator-fields small { position: absolute; right: 12px; bottom: 13px; color: var(--sp-muted); }
.sp-calculator-result { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 16px; }
.sp-calculator-result > div { display: flex; flex-direction: column; padding: 14px; border-radius: 10px; background: var(--sp-cream); }
.sp-calculator-result span { color: var(--sp-muted); font-size: .74rem; }
.sp-calculator-result strong { font-size: 1.15rem; }
.sp-rating-card { display: flex; flex-direction: column; justify-content: center; }
.sp-rating-card__score { font-family: Georgia, 'Times New Roman', serif; font-size: 3.3rem; line-height: 1; }
.sp-stars { margin: 6px 0 18px; color: #e89b22; letter-spacing: 3px; }
.sp-rating-card p { color: #444; }
.sp-rating-card strong { margin-bottom: 22px; }

.sp-products-section { background: var(--sp-cream); }
.sp-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.sp-product-card { overflow: hidden; border: 1px solid var(--sp-line); border-radius: 14px; background: #fff; transition: .2s ease; }
.sp-product-card:hover { transform: translateY(-4px); box-shadow: 0 18px 45px rgba(0,0,0,.09); }
.sp-product-card__media { position: relative; display: block; aspect-ratio: 4 / 5; overflow: hidden; background: #eee; }
.sp-product-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.sp-product-card:hover .sp-product-card__media img { transform: scale(1.035); }
.sp-badge { position: absolute; top: 12px; left: 12px; padding: 5px 9px; border-radius: 999px; background: var(--sp-green); color: #fff; font-size: .7rem; font-weight: 800; }
.sp-product-card__body { padding: 18px; }
.sp-product-card__head { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.sp-product-card__head h3 { margin-bottom: 5px; font-family: Inter, Arial, sans-serif; font-size: 1rem; font-weight: 800; }
.sp-product-card__head p { min-height: 38px; margin: 0; color: var(--sp-muted); font-size: .78rem; }
.sp-product-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 15px; }
.sp-product-card__meta strong { font-size: 1.08rem; }
.sp-stock { color: #2d7a53; font-size: .72rem; font-weight: 700; }
.sp-product-card__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 16px; }
.sp-product-card__actions .sp-btn { min-height: 42px; padding: 10px 12px; font-size: .76rem; }

.sp-projects-section { background: #fff; }
.sp-project-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.sp-project-card { position: relative; min-height: 260px; overflow: hidden; border-radius: 14px; background: var(--sp-cream-2); }
.sp-project-card img { width: 100%; height: 100%; object-fit: cover; }
.sp-project-card::after { content: ''; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.65)); }
.sp-project-card span { position: absolute; z-index: 2; right: 18px; bottom: 16px; left: 18px; color: #fff; font-weight: 800; }

.sp-sample-cta-section { padding-top: 24px; }
.sp-sample-cta { display: grid; grid-template-columns: minmax(320px, .9fr) 1.5fr; overflow: hidden; border: 1px solid var(--sp-line); border-radius: var(--sp-radius); background: linear-gradient(135deg, #f4ede3, #fff); box-shadow: var(--sp-shadow); }
.sp-sample-cta__visual { min-height: 360px; display: flex; align-items: center; justify-content: center; padding: 28px; background: #e9dfd0; }
.sp-sample-cta__visual img { width: 100%; height: 100%; object-fit: contain; }
.sp-sample-box { width: min(420px, 100%); aspect-ratio: 1.35; display: flex; align-items: end; justify-content: center; gap: 10px; padding: 46px 36px 30px; border-radius: 6px; background: #b88355; box-shadow: inset 0 -30px 0 rgba(70,37,19,.17), 0 24px 50px rgba(0,0,0,.15); transform: perspective(800px) rotateX(3deg) rotateY(-8deg); }
.sp-sample-box span { width: 13%; height: 86%; display: block; border-radius: 2px; background: linear-gradient(90deg, #4a2819, #ba8250, #684029); }
.sp-sample-cta__content { align-self: center; padding: clamp(36px, 6vw, 72px); }
.sp-sample-cta__content > p:not(.sp-eyebrow) { max-width: 720px; color: var(--sp-muted); }
.sp-sample-cta__content ul { display: flex; flex-wrap: wrap; gap: 16px 28px; margin: 24px 0; padding: 0; list-style: none; }
.sp-sample-cta__content li { display: inline-flex; align-items: center; gap: 7px; font-size: .88rem; }
.sp-sample-cta__content li .sp-icon { width: 18px; color: var(--sp-green); }
.sp-sample-cta__content > small { display: block; margin-top: 12px; color: var(--sp-muted); }

.sp-selector-page { padding: 58px 0 20px; }
.sp-selector-layout { display: grid; grid-template-columns: 360px minmax(0, 1fr) 300px; gap: 20px; align-items: start; }
.sp-selector-form, .sp-selector-summary { padding: 24px; border: 1px solid var(--sp-line); border-radius: var(--sp-radius); background: #fff; box-shadow: 0 14px 40px rgba(0,0,0,.05); }
.sp-selector-form fieldset { margin: 0 0 24px; padding: 0; border: 0; }
.sp-selector-form legend { margin-bottom: 12px; font-family: Georgia, 'Times New Roman', serif; font-size: 1.1rem; font-weight: 700; }
.sp-option-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.sp-option-card input, .sp-swatch input { position: absolute; opacity: 0; pointer-events: none; }
.sp-option-card span { display: block; padding: 11px; border: 1px solid var(--sp-line); border-radius: 8px; text-align: center; cursor: pointer; }
.sp-option-card input:checked + span { border-color: var(--sp-green); background: #edf5f0; color: var(--sp-green); }
.sp-selector-form select { width: 100%; min-height: 46px; padding: 0 12px; border: 1px solid var(--sp-line); border-radius: 8px; background: #fff; }
.sp-swatch-row { display: flex; gap: 10px; }
.sp-swatch span { width: 42px; height: 42px; display: block; border: 3px solid #fff; border-radius: 50%; background: var(--swatch); box-shadow: 0 0 0 1px var(--sp-line); cursor: pointer; }
.sp-swatch input:checked + span { box-shadow: 0 0 0 2px var(--sp-green); }
.sp-selector-preview { overflow: hidden; border-radius: var(--sp-radius); background: #d8d1c8; box-shadow: var(--sp-shadow); }
.sp-before-after { --position: 52%; position: relative; min-height: 610px; overflow: hidden; background: linear-gradient(145deg, #d7d0c8, #a69a8f); }
.sp-before-after__before, .sp-before-after__after { position: absolute; inset: 0; display: flex; align-items: end; padding: 18px; background-size: cover; background-position: center; }
.sp-before-after__before { background-image: linear-gradient(rgba(255,255,255,.08), rgba(0,0,0,.1)), linear-gradient(90deg, #c8c0b7 0 68%, #8d8177 68%); }
.sp-before-after__after { clip-path: inset(0 0 0 var(--position)); background-image: linear-gradient(rgba(0,0,0,.06), rgba(0,0,0,.16)), repeating-linear-gradient(90deg, #92613e 0 13px, #261810 13px 20px); }
.sp-before-after span { padding: 5px 9px; border-radius: 999px; background: rgba(255,255,255,.85); font-size: .72rem; font-weight: 800; }
.sp-before-after input[type="range"] { position: absolute; z-index: 3; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }
.sp-before-after::after { content: ''; position: absolute; z-index: 2; top: 0; bottom: 0; left: var(--position); width: 2px; background: #fff; box-shadow: 0 0 0 1px rgba(0,0,0,.08); }
.sp-selector-summary { position: sticky; top: 98px; }
.sp-selector-summary h2 { font-size: 1.7rem !important; }
.sp-selector-summary dl { margin: 0 0 20px; }
.sp-selector-summary dl > div { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--sp-line); }
.sp-selector-summary dt { color: var(--sp-muted); }
.sp-selector-summary dd { margin: 0; font-weight: 800; text-align: right; }
.sp-selector-summary .sp-btn { width: 100%; margin-top: 8px; }
.sp-selector-summary > small { display: block; margin-top: 12px; color: var(--sp-muted); text-align: center; }

.sp-content-layout { padding: 56px 0; }
.sp-page-header { max-width: 900px; margin-bottom: 32px; }
.sp-richtext { max-width: 1000px; }
.sp-richtext > * + * { margin-top: 1.25em; }
.sp-entry-card { padding: 28px; border: 1px solid var(--sp-line); border-radius: var(--sp-radius); }

.sp-woocommerce-main { padding: 42px 0 72px; }
.sp-catalog-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.sp-catalog-head h1 { font-size: clamp(2.3rem, 4vw, 4.6rem); margin-bottom: 12px; }
.sp-catalog-head p:last-child { color: var(--sp-muted); }
.sp-catalog-toolbar { margin-bottom: 26px; }
.sp-chip-row { display: flex; flex-wrap: wrap; gap: 8px; }
.sp-chip { padding: 9px 14px; border: 1px solid var(--sp-line); border-radius: 999px; background: #fff; font-size: .8rem; font-weight: 750; }
.sp-chip.is-active, .sp-chip:hover { border-color: var(--sp-green); color: #fff; background: var(--sp-green); }

.woocommerce ul.products { display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin: 0 !important; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product { float: none !important; width: auto !important; margin: 0 !important; padding: 0 0 18px !important; overflow: hidden; border: 1px solid var(--sp-line); border-radius: 14px; background: #fff; }
.woocommerce ul.products li.product a img { aspect-ratio: 4/5; margin: 0 0 16px !important; object-fit: cover; }
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .star-rating { margin-left: 16px !important; margin-right: 16px !important; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-family: Inter, Arial, sans-serif; font-size: 1rem !important; font-weight: 800; }
.woocommerce ul.products li.product .price { color: var(--sp-ink) !important; font-weight: 800 !important; }
.woocommerce ul.products li.product .button { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; border-radius: 7px; color: #fff; background: var(--sp-green); }
.woocommerce .woocommerce-ordering select { min-height: 42px; padding: 0 12px; border: 1px solid var(--sp-line); border-radius: 8px; background: #fff; }
.woocommerce div.product { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); gap: 42px; }
.woocommerce div.product div.images, .woocommerce div.product div.summary { float: none !important; width: auto !important; }
.woocommerce div.product div.images img { border-radius: 14px; }
.woocommerce div.product .product_title { font-size: clamp(2.2rem, 4vw, 4rem); }
.woocommerce div.product p.price { color: var(--sp-ink); font-size: 1.7rem; font-weight: 800; }
.woocommerce div.product form.cart .button { min-height: 50px; padding: 0 28px; border-radius: 8px; background: var(--sp-green); }
.woocommerce div.product form.cart div.quantity input { min-height: 50px; border: 1px solid var(--sp-line); border-radius: 8px; }
.woocommerce div.product .woocommerce-tabs { grid-column: 1 / -1; }
.woocommerce div.product .related, .woocommerce div.product .upsells { grid-column: 1 / -1; }

.sp-footer { margin-top: 72px; padding: 50px 0 0; border-top: 1px solid var(--sp-line); background: var(--sp-cream); }
.sp-footer__grid { display: grid; grid-template-columns: 1.3fr repeat(3, .8fr) 1.1fr; gap: 34px; }
.sp-footer h3 { margin-bottom: 14px; font-family: Inter, Arial, sans-serif; font-size: .92rem; font-weight: 800; }
.sp-footer__brand p { max-width: 270px; color: var(--sp-muted); font-size: .84rem; }
.sp-footer-menu { list-style: none; margin: 0; padding: 0; }
.sp-footer-menu li + li { margin-top: 8px; }
.sp-footer-menu a, .sp-footer__contacts a, .sp-footer__contacts span { color: #5c5b57; font-size: .82rem; }
.sp-footer__contacts { display: flex; flex-direction: column; gap: 9px; }
.sp-footer__contacts .sp-footer__phone { color: var(--sp-ink); font-size: 1.05rem; font-weight: 800; }
.sp-footer__bottom { display: flex; justify-content: space-between; gap: 22px; margin-top: 36px; padding: 20px 0; border-top: 1px solid var(--sp-line); color: var(--sp-muted); font-size: .75rem; }
.sp-footer__bottom div { display: flex; gap: 20px; }

@media (max-width: 1180px) {
  .sp-header__inner { grid-template-columns: 150px 1fr auto; }
  .sp-nav-list { gap: 16px; font-size: .78rem; }
  .sp-header__phone { display: none; }
  .sp-benefits__grid { grid-template-columns: repeat(3, 1fr); }
  .sp-decor-row { grid-template-columns: repeat(4, 1fr); }
  .sp-home-widgets__grid { grid-template-columns: 1fr 1fr; }
  .sp-rating-card { grid-column: 1 / -1; min-height: auto; }
  .sp-selector-layout { grid-template-columns: 320px minmax(0, 1fr); }
  .sp-selector-summary { position: static; grid-column: 1 / -1; }
  .sp-footer__grid { grid-template-columns: 1.2fr repeat(2, .8fr); }
  .sp-footer__contacts { grid-column: span 2; }
}

@media (max-width: 980px) {
  .sp-nav { display: none; }
  .sp-header__inner { grid-template-columns: 1fr auto; }
  .sp-menu-toggle { display: inline-flex; }
  .sp-hero__grid { min-height: auto; grid-template-columns: 1fr; }
  .sp-hero__content { background: var(--sp-cream); }
  .sp-hero__visual { min-height: 540px; }
  .sp-product-grid, .sp-project-grid, .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .sp-sample-cta { grid-template-columns: 1fr; }
  .sp-selector-layout { grid-template-columns: 1fr; }
  .sp-before-after { min-height: 520px; }
  .woocommerce div.product { grid-template-columns: 1fr; }
  .woocommerce div.product .woocommerce-tabs,
  .woocommerce div.product .related,
  .woocommerce div.product .upsells { grid-column: auto; }
}

@media (max-width: 720px) {
  .sp-container { width: min(calc(100% - 28px), var(--sp-container)); }
  .sp-section { padding: 52px 0; }
  .sp-header__inner { min-height: 66px; }
  .sp-brand { font-size: 1.35rem; }
  .sp-desktop-only { display: none; }
  .sp-header__actions .sp-icon-button { width: 38px; height: 38px; }
  .sp-hero { padding-bottom: 0; }
  .sp-hero__grid { width: 100%; border-radius: 0; }
  .sp-hero__content { padding: 44px 24px; }
  .sp-hero__buttons { display: grid; grid-template-columns: 1fr; }
  .sp-sample-link { width: 100%; }
  .sp-hero__visual { min-height: 520px; }
  .sp-hero__selector { right: 16px; left: 16px; width: auto; }
  .sp-benefits__grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .sp-benefit { min-width: 220px; scroll-snap-align: start; }
  .sp-section-head--inline { align-items: flex-start; flex-direction: column; }
  .sp-decor-row { display: flex; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x mandatory; }
  .sp-decor-card { min-width: 130px; scroll-snap-align: start; }
  .sp-home-widgets__grid { grid-template-columns: 1fr; }
  .sp-rating-card { grid-column: auto; }
  .sp-product-grid, .sp-project-grid, .woocommerce ul.products { grid-template-columns: 1fr !important; }
  .sp-product-card__media { aspect-ratio: 5/4; }
  .sp-project-card { min-height: 230px; }
  .sp-sample-cta__visual { min-height: 270px; }
  .sp-sample-cta__content { padding: 34px 24px; }
  .sp-sample-cta__content ul { display: grid; gap: 10px; }
  .sp-calculator-fields { grid-template-columns: 1fr; }
  .sp-selector-form, .sp-selector-summary { padding: 18px; }
  .sp-before-after { min-height: 430px; }
  .sp-catalog-head { align-items: flex-start; flex-direction: column; }
  .sp-footer__grid { grid-template-columns: 1fr 1fr; }
  .sp-footer__brand, .sp-footer__contacts { grid-column: 1 / -1; }
  .sp-footer__bottom { align-items: flex-start; flex-direction: column; }
  .sp-footer__bottom div { flex-direction: column; gap: 8px; }
}

/* v0.4.0 — controlled correction based on the stable 0.2.0 layout. */
body.stavros-panels-site h1,
body.stavros-panels-site h2,
body.stavros-panels-site h3,
body.stavros-panels-site .sp-hero__content h1,
body.stavros-panels-site .sp-hero__content h1 span {
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

:root {
  --sp-container: 1380px;
}

.sp-section {
  padding: 58px 0;
}

.sp-hero {
  padding-bottom: 0;
}

.sp-hero__content {
  min-width: 0;
  overflow: visible;
  background: #f8f5ef;
}

.sp-hero__content h1 {
  width: 100%;
  max-width: 510px;
  margin-bottom: 22px;
  font-size: clamp(3.3rem, 4vw, 4.15rem);
  line-height: 1.01;
  letter-spacing: -.03em;
}

.sp-hero__content h1 span {
  display: block;
  white-space: nowrap;
}

.sp-hero__lead {
  max-width: 470px;
  line-height: 1.62;
}

.sp-hero__visual {
  background-position: 43% center;
}

.sp-hero__selector {
  width: 320px;
  padding: 24px;
}

.sp-decor-section {
  padding-top: 52px;
  padding-bottom: 34px;
}

.sp-decor-section .sp-section-head {
  margin-bottom: 24px;
}

.sp-decor-card.is-active .sp-decor-card__sample {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--sp-green), 0 12px 28px rgba(23,77,53,.14);
}

.sp-decor-card__sample {
  background-image:
    linear-gradient(90deg, rgba(255,255,255,.08), rgba(0,0,0,.08)),
    repeating-linear-gradient(90deg, var(--grain-a) 0 10px, var(--grain-b) 10px 13px, var(--grain-a) 13px 22px);
  background-size: auto;
}

.sp-home-widgets {
  padding-top: 18px;
  padding-bottom: 46px;
}

.sp-home-widgets__grid {
  grid-template-columns: .9fr 1.48fr .72fr;
  gap: 18px;
}

.sp-info-card,
.sp-calculator-card,
.sp-rating-card {
  min-height: 370px;
}

.sp-info-card--image {
  grid-template-rows: auto minmax(170px, 1fr);
}

.sp-panel-sample {
  min-height: 180px;
  overflow: hidden;
  background: #e6dfd5;
}

.sp-panel-sample img {
  width: 100%;
  height: 100%;
  min-height: 190px;
  display: block;
  object-fit: cover;
  object-position: center 56%;
}

.sp-calculator-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px;
  gap: 16px;
  align-items: end;
}

.sp-calculator-controls {
  min-width: 0;
}

.sp-calculator-preview {
  min-height: 138px;
  overflow: hidden;
  border: 1px solid var(--sp-line);
  border-radius: 10px;
  background: #6b4029;
  box-shadow: inset 0 0 18px rgba(0,0,0,.16);
}

.sp-calculator-preview span {
  min-height: 138px;
  display: block;
  background: repeating-linear-gradient(90deg, #a96d41 0 10px, #2e1a11 10px 16px, #bc8152 16px 25px, #392117 25px 31px);
}

.sp-calculator-result > div {
  background: #f5f1eb;
}

.sp-projects-section {
  padding-top: 38px;
  padding-bottom: 26px;
}

.sp-projects-section .sp-section-head {
  margin-bottom: 24px;
}

.sp-project-card {
  min-height: 235px;
  background: #ece8e1;
  box-shadow: 0 10px 28px rgba(0,0,0,.06);
}

.sp-project-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sp-project-card::after {
  inset: 55% 0 0;
  background: linear-gradient(transparent, rgba(0,0,0,.46));
}

.sp-project-card span {
  right: 14px;
  bottom: 13px;
  left: 14px;
  font-size: .86rem;
  line-height: 1.25;
}

.sp-sample-cta-section {
  padding-top: 22px;
  padding-bottom: 54px;
}

.sp-sample-cta {
  min-height: 300px;
  grid-template-columns: minmax(390px, .95fr) 1.35fr;
}

.sp-sample-cta__visual {
  min-height: 300px;
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sp-sample-cta__content {
  padding: 42px 48px;
}

.sp-footer {
  margin-top: 0;
  padding-top: 46px;
}

@media (min-width: 1181px) {
  .sp-hero__grid {
    min-height: 630px;
    grid-template-columns: minmax(560px, 42.5%) minmax(0, 57.5%);
  }

  .sp-hero__content {
    padding: 54px 44px 50px 60px;
  }

  .sp-hero__visual {
    min-height: 630px;
  }

  .sp-hero__selector {
    right: 30px;
  }
}

@media (max-width: 1180px) and (min-width: 981px) {
  .sp-hero__grid {
    min-height: 610px;
    grid-template-columns: minmax(470px, 45%) minmax(0, 55%);
  }

  .sp-hero__content {
    padding: 48px 34px 46px 44px;
  }

  .sp-hero__content h1 {
    max-width: 410px;
    font-size: 3rem;
  }

  .sp-hero__visual {
    min-height: 610px;
  }

  .sp-hero__selector {
    right: 20px;
    width: 292px;
  }

  .sp-home-widgets__grid {
    grid-template-columns: 1fr 1.35fr;
  }

  .sp-rating-card {
    grid-column: 1 / -1;
    min-height: auto;
  }
}

@media (max-width: 980px) {
  .sp-hero__content h1 {
    max-width: 690px;
    font-size: clamp(3rem, 8vw, 4.4rem);
  }

  .sp-hero__content h1 span {
    white-space: normal;
  }

  .sp-calculator-layout {
    grid-template-columns: minmax(0, 1fr) 105px;
  }

  .sp-project-card {
    min-height: 250px;
  }

  .sp-sample-cta {
    grid-template-columns: 1fr;
  }

  .sp-sample-cta__visual {
    min-height: 330px;
  }
}

@media (max-width: 720px) {
  .sp-hero__content h1 {
    font-size: clamp(2.6rem, 13vw, 3.7rem);
  }

  .sp-calculator-layout {
    grid-template-columns: 1fr;
  }

  .sp-calculator-preview,
  .sp-calculator-preview span {
    min-height: 92px;
  }

  .sp-sample-cta__content {
    padding: 34px 24px;
  }
}

/* v0.7.0 — wide, balanced hero: stretch the layout, not the text. */
@media (min-width: 1181px) {
  :root {
    --sp-container: 1400px;
  }

  .sp-header__inner {
    min-height: 78px;
  }

  .sp-hero {
    padding: 16px 0 0;
  }

  .sp-hero > .sp-container {
    width: min(calc(100% - 32px), 1400px);
  }

  .sp-hero__grid {
    min-height: 560px;
    grid-template-columns: 46% 54%;
    overflow: hidden;
    border-radius: 18px;
  }

  .sp-hero__content {
    min-width: 0;
    overflow: visible;
    padding: 48px 40px 44px 52px;
    background: #f8f5ef;
  }

  .sp-hero__content h1 {
    width: 100%;
    max-width: 545px;
    margin: 0 0 20px;
    font-size: clamp(54px, 4vw, 58px);
    line-height: 1.05;
    letter-spacing: -.035em;
  }

  .sp-hero__content h1 span {
    display: block;
    max-width: 100%;
    white-space: nowrap;
  }

  .sp-hero__lead {
    max-width: 455px;
    margin-bottom: 26px;
    font-size: 1rem;
    line-height: 1.58;
  }

  .sp-hero__buttons {
    gap: 10px;
  }

  .sp-hero__buttons .sp-btn--lg {
    min-height: 50px;
    padding-inline: 24px;
  }

  .sp-sample-link {
    margin-top: 22px;
  }

  .sp-hero__visual {
    min-height: 560px;
    overflow: hidden;
    background: #382116;
  }

  body.stavros-panels-site .sp-hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 47% 50%;
  }

  .sp-hero__visual::before {
    z-index: 1;
    background: linear-gradient(90deg, rgba(15,8,4,.03), rgba(15,8,4,.16));
  }

  .sp-hero__selector {
    z-index: 2;
    right: 26px;
    width: 300px;
    padding: 21px;
    border-radius: 13px;
  }

  .sp-selector-title {
    margin-bottom: 14px;
  }

  .sp-selector-title strong {
    font-size: 1.22rem;
    line-height: 1.12;
  }

  .sp-selector-title span {
    font-size: .76rem;
  }

  .sp-hero__selector label {
    margin-bottom: 9px;
  }

  .sp-hero__selector select {
    min-height: 40px;
  }

  .sp-hero__selector .sp-btn {
    min-height: 44px;
  }
}

@media (max-width: 1320px) and (min-width: 1181px) {
  .sp-hero > .sp-container {
    width: min(calc(100% - 28px), 1288px);
  }

  .sp-hero__grid {
    grid-template-columns: 47% 53%;
  }

  .sp-hero__content {
    padding-left: 42px;
    padding-right: 30px;
  }

  .sp-hero__content h1 {
    max-width: 500px;
    font-size: 50px;
  }

  .sp-hero__selector {
    right: 20px;
    width: 286px;
  }
}

@media (max-width: 1180px) {
  body.stavros-panels-site .sp-hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
  }

  .sp-hero__selector {
    z-index: 2;
  }

  .sp-hero__visual::before {
    z-index: 1;
  }
}

/* v0.8.0 — wider desktop canvas. The page grows; text is not stretched or cropped. */
@media (min-width: 1321px) and (max-width: 1599px) {
  :root {
    --sp-container: 1540px;
  }

  .sp-container,
  .sp-hero > .sp-container {
    width: min(calc(100% - 40px), var(--sp-container));
  }

  .sp-hero__grid {
    min-height: 560px;
    grid-template-columns: 48% 52%;
  }

  .sp-hero__content {
    padding: 48px 30px 44px 44px;
  }

  .sp-hero__content h1 {
    max-width: 590px;
    font-size: 52px;
    line-height: 1.04;
  }

  .sp-hero__visual {
    min-height: 560px;
  }
}

@media (min-width: 1600px) {
  :root {
    --sp-container: 1720px;
  }

  .sp-container,
  .sp-hero > .sp-container {
    width: min(calc(100% - 48px), var(--sp-container));
  }

  .sp-header__inner {
    grid-template-columns: 190px minmax(0, 1fr) auto;
    gap: 30px;
  }

  .sp-nav-list {
    gap: clamp(22px, 1.7vw, 34px);
  }

  .sp-hero__grid {
    min-height: 570px;
    grid-template-columns: 46% 54%;
  }

  .sp-hero__content {
    padding: 52px 42px 48px 58px;
  }

  .sp-hero__content h1 {
    max-width: 690px;
    font-size: clamp(56px, 3.25vw, 60px);
    line-height: 1.04;
  }

  .sp-hero__lead {
    max-width: 500px;
  }

  .sp-hero__visual {
    min-height: 570px;
  }

  .sp-hero__selector {
    right: 30px;
    width: 310px;
  }
}

/* v0.9.0 — premium header system: balanced grid, refined interactions and sticky glass effect. */
html,
body.stavros-panels-site,
body.stavros-panels-site #main-container,
body.stavros-panels-site .site-main,
body.stavros-panels-site .ct-container-full {
  border-top: 0 !important;
}

html body.stavros-panels-site::before,
body.stavros-panels-site #main-container::before {
  display: none !important;
  content: none !important;
}

.sp-header {
  position: sticky;
  top: 0;
  z-index: 1100;
  isolation: isolate;
  border-top: 0 !important;
  border-bottom: 1px solid rgba(63, 48, 32, .075);
  background: rgba(252, 250, 246, .985);
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: background-color .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.sp-header::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  height: 1px;
  content: '';
  background: linear-gradient(90deg, transparent 0%, rgba(164, 111, 63, .22) 28%, rgba(23, 77, 53, .24) 50%, rgba(164, 111, 63, .22) 72%, transparent 100%);
  opacity: 0;
  transform: scaleX(.72);
  transition: opacity .28s ease, transform .35s ease;
}

.sp-header.is-scrolled {
  border-bottom-color: rgba(48, 39, 30, .105);
  background: rgba(250, 248, 244, .86);
  box-shadow: 0 12px 34px rgba(39, 30, 20, .10), 0 1px 0 rgba(255, 255, 255, .78) inset;
  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
}

.sp-header.is-scrolled::after {
  opacity: 1;
  transform: scaleX(1);
}

.admin-bar .sp-header {
  top: 32px;
}

.sp-header__inner {
  min-height: 80px;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
  align-items: center;
  gap: 28px;
  transition: min-height .28s ease;
}

.sp-header.is-scrolled .sp-header__inner {
  min-height: 68px;
}

.sp-brand-wrap {
  justify-self: start;
  min-width: 0;
}

.sp-brand,
.sp-brand-wrap .custom-logo-link {
  position: relative;
  transition: transform .24s ease, opacity .24s ease;
}

.sp-brand {
  font-size: 1.72rem;
  letter-spacing: .028em;
  line-height: 1;
}

.sp-brand::after,
.sp-brand-wrap .custom-logo-link::after {
  position: absolute;
  right: 1px;
  bottom: -8px;
  width: 24px;
  height: 2px;
  border-radius: 999px;
  content: '';
  background: linear-gradient(90deg, var(--sp-gold), var(--sp-green));
  opacity: 0;
  transform: translateX(-7px) scaleX(.45);
  transform-origin: right center;
  transition: opacity .24s ease, transform .3s ease;
}

.sp-brand:hover,
.sp-brand-wrap .custom-logo-link:hover {
  transform: translateY(-1px);
}

.sp-brand:hover::after,
.sp-brand-wrap .custom-logo-link:hover::after {
  opacity: .9;
  transform: translateX(0) scaleX(1);
}

.sp-header.is-scrolled .sp-brand {
  font-size: 1.58rem;
}

.sp-header.is-scrolled .sp-brand-wrap .custom-logo {
  max-height: 34px;
}

.sp-nav {
  justify-self: center;
}

.sp-nav-list {
  justify-content: center;
  gap: clamp(24px, 1.55vw, 38px);
  font-size: .91rem;
  font-weight: 700;
  letter-spacing: -.006em;
}

.sp-nav-list a {
  min-height: 80px;
  align-items: center;
  padding: 0;
  color: #1e1d1a;
  transition: color .22s ease, transform .22s ease, min-height .28s ease;
}

.sp-header.is-scrolled .sp-nav-list a {
  min-height: 68px;
}

.sp-nav-list a::after {
  right: auto;
  bottom: 14px;
  left: 50%;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--sp-green), #286c4d);
  opacity: 0;
  transform: translateX(-50%);
  transition: width .26s ease, opacity .2s ease, bottom .28s ease;
}

.sp-header.is-scrolled .sp-nav-list a::after {
  bottom: 9px;
}

.sp-nav-list a:hover,
.sp-nav-list a:focus-visible,
.sp-nav-list .current-menu-item > a,
.sp-nav-list .current-menu-ancestor > a,
.sp-nav-list .current_page_item > a {
  color: var(--sp-green);
}

.sp-nav-list a:hover {
  transform: translateY(-1px);
}

.sp-nav-list a:hover::after,
.sp-nav-list a:focus-visible::after {
  width: 22px;
  opacity: .72;
}

.sp-nav-list .current-menu-item > a::after,
.sp-nav-list .current-menu-ancestor > a::after,
.sp-nav-list .current_page_item > a::after {
  width: 26px;
  opacity: 1;
}

.sp-header__actions {
  justify-self: end;
  gap: 4px;
}

.sp-header__phone {
  position: relative;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0 6px;
  color: #171717;
  font-size: .98rem;
  font-weight: 800;
  letter-spacing: .01em;
  white-space: nowrap;
  transition: color .22s ease, transform .22s ease;
}

.sp-header__phone:hover,
.sp-header__phone:focus-visible {
  color: var(--sp-green);
  transform: translateY(-1px);
}

.sp-header__phone-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--sp-gold);
  opacity: .92;
}

.sp-header__phone-icon .sp-icon {
  width: 18px;
  height: 18px;
}

.sp-header__divider {
  width: 1px;
  height: 26px;
  display: block;
  margin: 0 7px 0 11px;
  background: linear-gradient(180deg, transparent, rgba(68, 54, 39, .22), transparent);
}

.sp-icon-button {
  width: 40px;
  height: 40px;
  position: relative;
  flex: 0 0 40px;
  border: 1px solid transparent;
  border-radius: 50%;
  color: #1b1b19;
  background: transparent;
  overflow: visible;
  transition: color .22s ease, background-color .22s ease, border-color .22s ease, transform .22s ease, box-shadow .22s ease;
}

.sp-icon-button .sp-icon {
  width: 21px;
  height: 21px;
  stroke-width: 1.65;
}

.sp-icon-button[aria-label="Избранное"] .sp-icon {
  width: 20px;
  height: 20px;
}

.sp-icon-button:hover,
.sp-icon-button:focus-visible,
.sp-icon-button[aria-expanded="true"] {
  border-color: rgba(23, 77, 53, .11);
  color: var(--sp-green);
  background: rgba(242, 237, 229, .84);
  box-shadow: 0 7px 18px rgba(53, 40, 25, .07);
  transform: translateY(-1px) scale(1.025);
}

.sp-icon-button:active {
  transform: translateY(0) scale(.96);
}

.sp-icon-button:focus-visible,
.sp-nav-list a:focus-visible,
.sp-header__phone:focus-visible,
.sp-brand:focus-visible,
.sp-brand-wrap .custom-logo-link:focus-visible {
  outline: 2px solid rgba(23, 77, 53, .42);
  outline-offset: 3px;
}

.sp-cart-count {
  top: -2px;
  right: -2px;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  border: 2px solid #fcfaf6;
  background: var(--sp-gold);
  color: #fff;
  font-size: .62rem;
  font-weight: 800;
  line-height: 13px;
  box-shadow: 0 3px 8px rgba(72, 45, 23, .18);
}

.sp-search-panel {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  padding: 18px 0 20px;
  border-top: 0;
  border-bottom: 1px solid rgba(63, 48, 32, .08);
  background: rgba(252, 250, 246, .96);
  box-shadow: 0 18px 32px rgba(39, 30, 20, .10);
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
}

.sp-search-panel form {
  max-width: 880px;
  margin-inline: auto;
}

.sp-search-panel input[type="search"] {
  min-height: 52px;
  border-color: rgba(23, 77, 53, .15);
  border-radius: 12px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 8px 24px rgba(41, 31, 20, .05);
}

.sp-search-panel input[type="search"]:focus {
  border-color: rgba(23, 77, 53, .42);
  outline: none;
  box-shadow: 0 0 0 3px rgba(23, 77, 53, .08), 0 8px 24px rgba(41, 31, 20, .05);
}

.sp-search-panel button,
.sp-search-panel input[type="submit"] {
  min-height: 52px;
  padding-inline: 24px;
  border: 1px solid var(--sp-green);
  border-radius: 12px;
  color: #fff;
  background: var(--sp-green);
  font-weight: 750;
  cursor: pointer;
}

@media (min-width: 1600px) {
  .sp-header__inner {
    grid-template-columns: minmax(360px, 1fr) auto minmax(360px, 1fr);
    gap: 34px;
  }
}

@media (min-width: 1181px) and (max-width: 1599px) {
  .sp-header__inner {
    grid-template-columns: 180px minmax(0, 1fr) auto;
    gap: 20px;
  }

  .sp-nav-list {
    gap: clamp(15px, 1.25vw, 24px);
    font-size: .82rem;
  }

  .sp-header__phone-icon {
    display: none;
  }

  .sp-header__divider {
    margin-left: 5px;
    margin-right: 4px;
  }
}

@media (max-width: 1180px) {
  .sp-header__inner {
    grid-template-columns: 150px minmax(0, 1fr) auto;
  }

  .sp-header__phone,
  .sp-header__divider {
    display: none;
  }
}

@media (max-width: 980px) {
  .sp-header__inner {
    grid-template-columns: 1fr auto;
  }

  .sp-header__actions {
    gap: 2px;
  }

  .sp-search-panel {
    position: static;
  }
}

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

@media (max-width: 720px) {
  .sp-header__inner,
  .sp-header.is-scrolled .sp-header__inner {
    min-height: 66px;
  }

  .sp-brand,
  .sp-header.is-scrolled .sp-brand {
    font-size: 1.38rem;
  }

  .sp-brand::after,
  .sp-brand-wrap .custom-logo-link::after {
    display: none;
  }

  .sp-header__actions .sp-icon-button {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }
}

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


/* v1.0.0 — final header polish: lighter navigation, balanced actions and warm premium accents. */
html,
body.stavros-panels-site,
body.stavros-panels-site #main-container,
body.stavros-panels-site .site-main,
body.stavros-panels-site .ct-container-full,
body.stavros-panels-site .ct-site-header,
body.stavros-panels-site [data-device],
body.stavros-panels-site [data-row] {
  border-top: 0 !important;
  outline: 0 !important;
}

html::before,
html::after,
body.stavros-panels-site #main-container::before,
body.stavros-panels-site #main-container::after,
body.stavros-panels-site .ct-site-header::before,
body.stavros-panels-site .ct-site-header::after {
  border-top: 0 !important;
  box-shadow: none !important;
}

body.stavros-panels-site {
  margin-top: 0 !important;
  box-shadow: none !important;
}

/* Covers a parent-theme top accent without adding a visible decorative stripe. */
body.stavros-panels-site:not(.admin-bar) .sp-header::before {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  height: 3px;
  content: '';
  pointer-events: none;
  background: #fcfaf6;
}

.sp-header {
  border-bottom-color: rgba(67, 52, 36, .075);
  background: rgba(252, 250, 246, .99);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .7) inset;
}

.sp-header::after {
  opacity: .28;
  transform: scaleX(1);
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(164, 111, 63, .10) 20%,
    rgba(23, 77, 53, .16) 50%,
    rgba(164, 111, 63, .10) 80%,
    transparent 100%
  );
}

.sp-header.is-scrolled::after {
  opacity: .82;
}

.sp-header__inner {
  min-height: 78px;
  gap: 30px;
}

.sp-header.is-scrolled .sp-header__inner {
  min-height: 68px;
}

.sp-brand {
  font-size: 1.62rem;
  letter-spacing: .048em;
}

.sp-header.is-scrolled .sp-brand {
  font-size: 1.52rem;
}

.sp-brand::after,
.sp-brand-wrap .custom-logo-link::after {
  right: 2px;
  bottom: -9px;
  width: 21px;
  height: 1px;
}

.sp-nav-list {
  gap: clamp(27px, 1.55vw, 39px);
  font-size: .89rem;
  font-weight: 600;
  letter-spacing: 0;
}

.sp-nav-list a {
  min-height: 78px;
  color: #22211e;
}

.sp-header.is-scrolled .sp-nav-list a {
  min-height: 68px;
}

.sp-nav-list a::after {
  bottom: 13px;
  height: 2px;
  box-shadow: 0 2px 7px rgba(23, 77, 53, .14);
}

.sp-nav-list .current-menu-item > a::after,
.sp-nav-list .current-menu-ancestor > a::after,
.sp-nav-list .current_page_item > a::after,
.sp-nav-list .is-current > a::after,
.sp-nav-list a[aria-current="page"]::after {
  width: 25px;
  opacity: 1;
}

.sp-nav-list .is-current > a,
.sp-nav-list a[aria-current="page"] {
  color: var(--sp-green);
}

.sp-header__actions {
  gap: 7px;
  padding-left: 4px;
}

.sp-header__phone {
  min-height: 40px;
  gap: 7px;
  padding: 0 4px;
  font-size: .96rem;
  font-weight: 750;
  letter-spacing: .008em;
}

.sp-header__phone-icon,
.sp-header__phone-icon .sp-icon {
  width: 17px;
  height: 17px;
}

.sp-header__divider {
  height: 20px;
  margin: 0 10px 0 12px;
  background: rgba(74, 58, 40, .14);
}

.sp-icon-button {
  width: 39px;
  height: 39px;
  flex-basis: 39px;
  border-radius: 11px;
}

.sp-icon-button .sp-icon,
.sp-icon-button[aria-label="Избранное"] .sp-icon {
  width: 20px;
  height: 20px;
  display: block;
  stroke-width: 1.68;
}

.sp-icon-button[aria-label="Корзина"] .sp-icon {
  transform: translateY(-.4px);
}

.sp-icon-button:hover,
.sp-icon-button:focus-visible,
.sp-icon-button[aria-expanded="true"] {
  border-color: rgba(23, 77, 53, .10);
  background: rgba(241, 236, 227, .76);
  box-shadow: 0 8px 20px rgba(53, 40, 25, .065);
  transform: translateY(-1px);
}

.sp-icon-button:active {
  transform: translateY(0) scale(.97);
}

@media (min-width: 1600px) {
  .sp-header__inner {
    grid-template-columns: minmax(335px, 1fr) auto minmax(335px, 1fr);
    gap: 34px;
  }
}

@media (min-width: 1181px) and (max-width: 1599px) {
  .sp-header__inner {
    grid-template-columns: 175px minmax(0, 1fr) auto;
    gap: 18px;
  }

  .sp-nav-list {
    gap: clamp(15px, 1.15vw, 23px);
    font-size: .81rem;
  }

  .sp-header__actions {
    gap: 4px;
  }
}

@media (max-width: 720px) {
  body.stavros-panels-site:not(.admin-bar) .sp-header::before {
    height: 2px;
  }

  .sp-brand,
  .sp-header.is-scrolled .sp-brand {
    font-size: 1.34rem;
    letter-spacing: .04em;
  }
}


/* v1.0.1 — surgical header corrections only: remove Blocksy frame, show home state, tighten actions. */
:root {
  --theme-frame-size: 0px !important;
  --theme-frame-color: transparent !important;
}

html,
body.stavros-panels-site,
body.stavros-panels-site[data-frame="default"],
body.stavros-panels-site #main-container {
  border: 0 !important;
  border-inline: 0 !important;
  box-shadow: none !important;
}

body.stavros-panels-site[data-frame="default"]::before,
body.stavros-panels-site[data-frame="default"]::after {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
  content: none !important;
  background: transparent !important;
}

/* The logo is the active Home control because the main menu intentionally has no “Главная” item. */
body.sp-front-page .sp-brand::after,
body.sp-front-page .sp-brand-wrap .custom-logo-link::after,
.sp-brand[aria-current="page"]::after {
  width: 23px;
  opacity: .92;
  transform: translateX(0) scaleX(1);
}

.sp-header__actions {
  gap: 2px;
}

.sp-header__divider {
  height: 17px;
  margin: 0 5px 0 7px;
  background: rgba(75, 61, 45, .105);
}

.sp-icon-button {
  width: 38px;
  height: 38px;
  flex-basis: 38px;
  border-radius: 10px;
}

.sp-icon-button .sp-icon,
.sp-icon-button[aria-label="Избранное"] .sp-icon {
  width: 19px;
  height: 19px;
  stroke-width: 1.7;
}

.sp-icon-button[aria-label="Корзина"] .sp-icon {
  transform: translateY(-.2px);
}

@media (min-width: 1181px) and (max-width: 1599px) {
  .sp-header__actions {
    gap: 1px;
  }

  .sp-header__divider {
    margin-right: 4px;
    margin-left: 6px;
  }
}


/* v1.0.2 — benefits strip rebuilt to match hero width and premium card layout. */
.sp-benefits {
  padding: 0 0 8px;
  border: 0;
  background: var(--sp-cream);
}

.sp-benefits__panel {
  border: 1px solid #e7dfd4;
  border-top: 0;
  border-radius: 0 0 18px 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(31, 26, 18, .04);
}

.sp-benefits__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
}

.sp-benefit {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 92px;
  padding: 18px 22px;
  transition: background .22s ease, transform .22s ease, box-shadow .22s ease;
}

.sp-benefit:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 20px;
  right: 0;
  bottom: 20px;
  width: 1px;
  background: linear-gradient(180deg, rgba(213, 195, 171, 0), rgba(213, 195, 171, .9), rgba(213, 195, 171, 0));
}

.sp-benefit__icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eadfce;
  border-radius: 12px;
  background: #faf6ef;
  color: var(--sp-gold);
  transition: background .22s ease, border-color .22s ease, color .22s ease, transform .22s ease;
}

.sp-benefit__icon .sp-icon {
  width: 20px;
  height: 20px;
}

.sp-benefit__text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.sp-benefit strong {
  display: block;
  font-size: .96rem;
  font-weight: 800;
  line-height: 1.2;
}

.sp-benefit small {
  display: block;
  color: #6b665e;
  font-size: .82rem;
  line-height: 1.3;
}

.sp-benefit:hover {
  background: #fcfaf6;
  transform: translateY(-1px);
}

.sp-benefit:hover .sp-benefit__icon {
  border-color: rgba(23, 77, 53, .18);
  background: #fff;
  color: var(--sp-green);
  transform: translateY(-1px);
}

@media (max-width: 1180px) {
  .sp-benefits {
    padding-bottom: 4px;
  }

  .sp-benefits__panel {
    border-radius: 0 0 16px 16px;
  }

  .sp-benefits__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sp-benefit:nth-child(3)::after {
    display: none;
  }
}

@media (max-width: 720px) {
  .sp-benefits {
    padding-bottom: 0;
  }

  .sp-benefits__panel {
    overflow: hidden;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    box-shadow: none;
  }

  .sp-benefits__grid {
    display: flex;
    overflow-x: auto;
    gap: 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .sp-benefit {
    min-width: 248px;
    flex: 0 0 248px;
    scroll-snap-align: start;
    padding: 16px 18px;
  }

  .sp-benefit::after {
    top: 14px;
    bottom: 14px;
  }
}


/* v1.0.3 — veneer shade selector: color-only samples, no painted-panel impression. */
.sp-decor-card__sample {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 18%, rgba(255,255,255,.20), transparent 34%),
    radial-gradient(circle at 78% 82%, rgba(0,0,0,.10), transparent 42%),
    linear-gradient(135deg, var(--tone-b) 0%, var(--tone-a) 52%, var(--tone-b) 100%) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.28), inset 0 -10px 24px rgba(0,0,0,.07);
}

.sp-decor-card__sample::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(105deg, transparent 0 34%, rgba(255,255,255,.08) 40%, transparent 47%),
    linear-gradient(15deg, rgba(255,255,255,.04), rgba(0,0,0,.035));
  opacity: .7;
}

.sp-decor-card:hover .sp-decor-card__sample {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(40,30,20,.13), inset 0 1px 0 rgba(255,255,255,.3);
}


/* v1.0.4 — paint inspiration, not stock finishes or veneer options. */
.sp-paint-ideas__intro {
  max-width: 760px;
  margin: 12px 0 0;
  color: var(--sp-muted);
  font-size: .95rem;
}

.sp-paint-card {
  cursor: default;
}

.sp-paint-card__sample {
  background:
    radial-gradient(circle at 22% 18%, rgba(255,255,255,.28), transparent 32%),
    linear-gradient(145deg, var(--tone-b), var(--tone-a) 68%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.38),
    inset 0 -12px 22px rgba(0,0,0,.07),
    0 8px 20px rgba(39,31,22,.06);
}

.sp-paint-card__sample::after {
  background:
    linear-gradient(110deg, transparent 0 35%, rgba(255,255,255,.11) 42%, transparent 50%),
    radial-gradient(circle at 72% 78%, rgba(0,0,0,.05), transparent 38%);
  opacity: .8;
}

.sp-paint-card:hover .sp-paint-card__sample {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.42),
    inset 0 -12px 22px rgba(0,0,0,.07),
    0 14px 28px rgba(40,30,20,.11);
}

.sp-paint-ideas__note {
  margin: 18px 0 0;
  color: #756e65;
  font-size: .82rem;
}

.sp-selector-hint {
  margin: 0 0 12px;
  color: var(--sp-muted);
  font-size: .78rem;
  line-height: 1.45;
}


/* v1.0.5 — replace testimonial rating card with practical selection support card. */
.sp-support-card {
  min-height: 370px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--sp-line);
  border-radius: var(--sp-radius);
  background: linear-gradient(180deg, #fff 0%, #fbf8f3 100%);
  box-shadow: 0 14px 40px rgba(0,0,0,.045);
}

.sp-support-card .sp-eyebrow {
  margin-bottom: 14px;
}

.sp-support-card h3 {
  margin-bottom: 14px;
  font-size: clamp(1.8rem, 2.4vw, 2.45rem);
  line-height: 1.06;
}

.sp-support-card > p:not(.sp-eyebrow) {
  margin: 0 0 18px;
  color: #56524b;
  font-size: .96rem;
  line-height: 1.55;
}

.sp-support-card__list {
  display: grid;
  gap: 12px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.sp-support-card__list li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  color: #38352f;
  font-size: .9rem;
  line-height: 1.4;
}

.sp-support-card__list .sp-icon {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  color: var(--sp-green);
}

.sp-support-card__contact {
  margin-top: auto;
  margin-bottom: 14px;
  padding: 14px 16px;
  border: 1px solid #e6ded3;
  border-radius: 12px;
  background: rgba(255,255,255,.8);
}

.sp-support-card__contact small {
  display: block;
  margin-bottom: 6px;
  color: var(--sp-muted);
  font-size: .76rem;
}

.sp-support-card__phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1.08rem;
  font-weight: 800;
}

.sp-support-card__phone::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2f8b5c;
  box-shadow: 0 0 0 5px rgba(47,139,92,.12);
}

.sp-support-card .sp-btn {
  width: 100%;
}

@media (max-width: 1180px) {
  .sp-support-card {
    grid-column: 1 / -1;
    min-height: auto;
  }
}

@media (max-width: 720px) {
  .sp-support-card {
    padding: 22px;
  }

  .sp-support-card h3 {
    font-size: 1.9rem;
  }
}


/* v1.0.6 — high-resolution collections card image and clean rendering. */
.sp-panel-sample picture {
  width: 100%;
  height: 100%;
  display: block;
}

.sp-panel-sample picture img {
  width: 100%;
  height: 100%;
  min-height: 190px;
  display: block;
  object-fit: cover;
  object-position: center 58%;
  image-rendering: auto;
  transform: translateZ(0);
}


/* v1.0.7 — real projects section: clean card captions, stronger image presentation and safer heading spacing. */
.sp-projects-section {
  scroll-margin-top: 104px;
  padding-top: 58px;
  padding-bottom: 34px;
  overflow: hidden;
}

.sp-projects-head {
  align-items: flex-end;
  margin-bottom: 28px;
}

.sp-projects-head h2 {
  margin-bottom: 12px;
  font-size: clamp(2.7rem, 3.4vw, 4.35rem);
  line-height: 1.02;
  letter-spacing: -.025em;
}

.sp-projects-head > div > p:last-child {
  margin: 0;
  color: #5f5b55;
}

.sp-projects-link {
  margin-bottom: 7px;
}

.sp-project-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.sp-project-card {
  min-height: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid #e7e0d6;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(31, 26, 18, .055);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.sp-project-card::after {
  display: none;
}

.sp-project-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #eee9e2;
}

.sp-project-card__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 62%, rgba(0,0,0,.08));
  pointer-events: none;
}

.sp-project-card__media img,
.sp-project-card > img {
  position: static;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scale(1.001);
  filter: saturate(.96) contrast(1.03);
  transition: transform .45s ease, filter .35s ease;
}

.sp-project-card__body {
  position: relative;
  display: grid;
  gap: 6px;
  min-height: 92px;
  padding: 16px 54px 17px 17px;
  color: var(--sp-ink);
}

.sp-project-card__body strong {
  font-size: .96rem;
  line-height: 1.3;
}

.sp-project-card__meta {
  color: var(--sp-green);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.sp-project-card__arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ded5c8;
  border-radius: 50%;
  color: var(--sp-green);
  background: #faf7f2;
  transform: translateY(-50%);
  transition: border-color .22s ease, background .22s ease, color .22s ease, transform .22s ease;
}

.sp-project-card__arrow .sp-icon {
  width: 15px;
  height: 15px;
}

.sp-project-card:hover {
  border-color: #d7c8b8;
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(31, 26, 18, .105);
}

.sp-project-card:hover .sp-project-card__media img {
  transform: scale(1.035);
  filter: saturate(1) contrast(1.04);
}

.sp-project-card:hover .sp-project-card__arrow {
  border-color: var(--sp-green);
  color: #fff;
  background: var(--sp-green);
  transform: translateY(-50%) translateX(2px);
}

@media (max-width: 1180px) {
  .sp-project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .sp-projects-section {
    padding-top: 46px;
  }

  .sp-projects-head {
    align-items: flex-start;
    margin-bottom: 22px;
  }

  .sp-projects-head h2 {
    font-size: 2.45rem;
  }

  .sp-projects-link {
    margin-bottom: 0;
  }

  .sp-project-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}


/* v1.0.8 — projects visibility fix: restore images and captions even when products have no gallery image. */
.sp-project-card > span,
.sp-project-card__media,
.sp-project-card__body,
.sp-project-card__meta {
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  color: inherit;
}

.sp-project-card__media {
  position: relative !important;
  inset: auto !important;
  width: 100%;
  min-height: 180px;
  display: block !important;
}

.sp-project-card__media img,
.sp-project-card__media picture,
.sp-project-card__media picture img {
  width: 100% !important;
  height: 100% !important;
  min-height: 180px;
  display: block !important;
  object-fit: cover !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.sp-project-card__body {
  position: relative !important;
  inset: auto !important;
  width: 100%;
  min-height: 92px;
  display: grid !important;
  color: var(--sp-ink) !important;
}

.sp-project-card__meta {
  position: static !important;
  inset: auto !important;
  display: block !important;
  color: var(--sp-green) !important;
}

.sp-project-card__arrow {
  position: absolute !important;
  right: 15px !important;
  top: 50% !important;
  bottom: auto !important;
  left: auto !important;
  color: var(--sp-green) !important;
}

.sp-project-card__body strong {
  position: static;
  display: block;
  color: var(--sp-ink);
}


/* v1.1.1 — premium sample-kit CTA rebuilt as a cohesive sales block. */
.sp-sample-cta-section {
  padding-top: 30px;
  padding-bottom: 58px;
}

.sp-sample-cta {
  position: relative;
  min-height: 500px;
  display: grid;
  grid-template-columns: minmax(430px, 42%) minmax(0, 58%);
  overflow: hidden;
  border: 1px solid #e5d9ca;
  border-radius: 22px;
  background: linear-gradient(115deg, #f8f2e9 0%, #fff 60%, #fbf8f2 100%);
  box-shadow: 0 24px 70px rgba(47, 36, 23, .09);
}

.sp-sample-cta__visual {
  min-width: 0;
  min-height: 500px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #eee4d7;
}

.sp-sample-cta__visual picture {
  width: 100%;
  height: 100%;
  display: block;
}

.sp-sample-cta__image {
  width: 100%;
  height: 100%;
  min-height: 500px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.sp-sample-cta__content {
  position: relative;
  z-index: 1;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 4.5vw, 72px) clamp(42px, 5vw, 78px);
}

.sp-sample-cta__content::after {
  content: '';
  position: absolute;
  right: -22px;
  bottom: -26px;
  width: 210px;
  height: 260px;
  opacity: .18;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 180 230' fill='none'%3E%3Cpath d='M146 222C120 158 94 95 42 32' stroke='%23869a86' stroke-width='2'/%3E%3Cpath d='M116 150c21-1 34-14 39-36-22 0-36 13-39 36ZM91 108c20-4 30-19 31-40-21 4-31 18-31 40ZM65 69c16-6 23-19 20-37-18 6-24 19-20 37ZM126 177c-18-3-32 6-41 24 19 3 33-6 41-24ZM103 132c-19-1-31 9-37 28 20 1 32-9 37-28Z' fill='%23a5b2a5'/%3E%3C/svg%3E");
}

.sp-sample-cta__content > * {
  position: relative;
  z-index: 1;
}

.sp-sample-cta__content h2 {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: clamp(2.65rem, 4.2vw, 4.65rem);
  line-height: .98;
  letter-spacing: -.035em;
}

.sp-sample-cta__lead {
  max-width: 760px;
  margin: 0;
  color: #625f59 !important;
  font-size: 1.04rem;
  line-height: 1.55;
}

.sp-sample-cta__benefits {
  display: flex !important;
  flex-wrap: wrap;
  gap: 12px 28px !important;
  margin: 24px 0 26px !important;
}

.sp-sample-cta__benefits li {
  display: inline-flex !important;
  align-items: center;
  gap: 9px !important;
  font-size: .92rem !important;
  color: #37342f;
}

.sp-sample-cta__benefits li .sp-icon {
  width: 22px !important;
  height: 22px;
  padding: 4px;
  border-radius: 50%;
  background: #eaf1eb;
  color: var(--sp-green) !important;
}

.sp-sample-cta__button {
  width: fit-content;
  min-width: 250px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 12px 24px rgba(23, 77, 53, .16);
}

.sp-sample-cta__button .sp-icon {
  width: 19px;
  height: 19px;
  transition: transform .2s ease;
}

.sp-sample-cta__button:hover .sp-icon {
  transform: translateX(3px);
}

.sp-sample-cta__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 2px;
  padding-top: 4px;
}

.sp-sample-fact {
  position: relative;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: start;
  gap: 13px;
  min-width: 0;
  padding: 4px 24px 4px 0;
}

.sp-sample-fact + .sp-sample-fact {
  padding-left: 24px;
}

.sp-sample-fact + .sp-sample-fact::before {
  content: '';
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  width: 1px;
  background: #e3d9cc;
}

.sp-sample-fact__icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6ded3;
  border-radius: 50%;
  background: #f7f2ea;
  color: var(--sp-green);
}

.sp-sample-fact__icon .sp-icon {
  width: 21px;
  height: 21px;
}

.sp-sample-fact__text {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sp-sample-fact strong {
  font-size: .96rem;
  line-height: 1.25;
}

.sp-sample-fact small {
  color: #77716a;
  font-size: .8rem;
  line-height: 1.4;
}

.sp-sample-cta__note {
  display: block;
  margin-top: 28px !important;
  color: #7b756d !important;
  font-size: .78rem;
}

@media (max-width: 1180px) {
  .sp-sample-cta {
    grid-template-columns: minmax(340px, 44%) minmax(0, 56%);
  }

  .sp-sample-cta__content {
    padding: 44px 38px;
  }

  .sp-sample-cta__facts {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .sp-sample-fact,
  .sp-sample-fact + .sp-sample-fact {
    padding: 0;
  }

  .sp-sample-fact + .sp-sample-fact::before {
    display: none;
  }
}

@media (max-width: 980px) {
  .sp-sample-cta {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .sp-sample-cta__visual,
  .sp-sample-cta__image {
    min-height: 440px;
    max-height: 560px;
  }

  .sp-sample-cta__content {
    padding: 44px 36px 50px;
  }

  .sp-sample-cta__facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }

  .sp-sample-fact + .sp-sample-fact {
    padding-left: 18px;
  }

  .sp-sample-fact + .sp-sample-fact::before {
    display: block;
  }
}

@media (max-width: 720px) {
  .sp-sample-cta-section {
    padding-top: 18px;
    padding-bottom: 42px;
  }

  .sp-sample-cta {
    border-radius: 16px;
  }

  .sp-sample-cta__visual,
  .sp-sample-cta__image {
    min-height: 320px;
    max-height: 380px;
  }

  .sp-sample-cta__content {
    padding: 34px 24px 38px;
  }

  .sp-sample-cta__content h2 {
    font-size: clamp(2.35rem, 12vw, 3.35rem);
  }

  .sp-sample-cta__benefits {
    display: grid !important;
    gap: 11px !important;
    margin-bottom: 22px !important;
  }

  .sp-sample-cta__button {
    width: 100%;
    min-width: 0;
  }

  .sp-sample-cta__facts {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .sp-sample-fact,
  .sp-sample-fact + .sp-sample-fact {
    padding: 0;
  }

  .sp-sample-fact + .sp-sample-fact::before {
    display: none;
  }

  .sp-sample-cta__content::after {
    width: 150px;
    height: 180px;
  }
}


/* v1.1.2 — compact premium footer with clearer hierarchy and contact actions. */
.sp-footer {
  position: relative;
  margin-top: 0;
  padding: 38px 0 0;
  border-top: 0;
  background: linear-gradient(180deg, #f7f3ed 0%, #f4efe8 100%);
}

.sp-footer__accent {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(164,111,63,.5) 22%, rgba(23,77,53,.5) 50%, rgba(164,111,63,.5) 78%, transparent 100%);
}

.sp-footer__grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, .72fr) 1.3fr;
  gap: clamp(26px, 3vw, 54px);
  align-items: start;
}

.sp-footer__brand .sp-brand {
  font-size: 1.72rem;
  letter-spacing: .025em;
}

.sp-footer__brand p {
  max-width: 295px;
  margin: 10px 0 16px;
  color: #666057;
  font-size: .86rem;
  line-height: 1.55;
}

.sp-footer__selector-link,
.sp-footer__callback {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--sp-green) !important;
  font-size: .82rem;
  font-weight: 800;
}

.sp-footer__selector-link .sp-icon,
.sp-footer__callback .sp-icon {
  width: 16px;
  height: 16px;
  transition: transform .2s ease;
}

.sp-footer__selector-link:hover .sp-icon,
.sp-footer__callback:hover .sp-icon {
  transform: translateX(3px);
}

.sp-footer__socials {
  display: flex;
  gap: 8px;
  margin-top: 18px;
}

.sp-footer__socials a {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ded4c8;
  border-radius: 10px;
  background: rgba(255,255,255,.62);
  color: #403a33;
  font-size: .7rem;
  font-weight: 800;
  transition: transform .2s ease, color .2s ease, border-color .2s ease, background .2s ease;
}

.sp-footer__socials a:hover {
  transform: translateY(-2px);
  border-color: rgba(23,77,53,.24);
  background: #fff;
  color: var(--sp-green);
}

.sp-footer h3 {
  margin-bottom: 13px;
  font-family: Inter, Arial, sans-serif;
  font-size: .88rem;
  font-weight: 800;
  letter-spacing: .015em;
}

.sp-footer-menu li + li {
  margin-top: 7px;
}

.sp-footer-menu a {
  position: relative;
  display: inline-flex;
  color: #4f4a43;
  font-size: .8rem;
  line-height: 1.35;
  transition: color .18s ease, transform .18s ease;
}

.sp-footer-menu a::before {
  content: '';
  width: 0;
  height: 1px;
  margin-top: .72em;
  margin-right: 0;
  background: var(--sp-green);
  transition: width .18s ease, margin-right .18s ease;
}

.sp-footer-menu a:hover {
  color: var(--sp-green);
  transform: translateX(2px);
}

.sp-footer-menu a:hover::before {
  width: 10px;
  margin-right: 6px;
}

.sp-footer__contacts {
  display: grid;
  gap: 10px;
}

.sp-footer__contact {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  color: #555047;
  font-size: .8rem;
  line-height: 1.35;
}

.sp-footer__contact-icon {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2d8cb;
  border-radius: 9px;
  background: rgba(255,255,255,.62);
  color: var(--sp-gold);
}

.sp-footer__contact-icon .sp-icon {
  width: 16px;
  height: 16px;
}

.sp-footer__contact a,
.sp-footer__contact span {
  color: #555047;
  font-size: .8rem;
}

.sp-footer__contact--phone {
  align-items: start;
}

.sp-footer__contact--phone small {
  display: block;
  margin-bottom: 1px;
  color: #7a736a;
  font-size: .7rem;
}

.sp-footer__contacts .sp-footer__phone {
  color: var(--sp-ink);
  font-size: 1.08rem;
  font-weight: 850;
  letter-spacing: .01em;
}

.sp-footer__callback {
  margin-top: 3px;
  padding-left: 40px;
}

.sp-footer__trust {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  justify-content: center;
  gap: clamp(28px, 6vw, 90px);
  margin-top: 28px;
  padding: 15px 0;
  border-top: 1px solid #e3d9cd;
  border-bottom: 1px solid #e3d9cd;
}

.sp-footer__trust > div {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #4e4942;
  font-size: .78rem;
  font-weight: 700;
}

.sp-footer__trust .sp-icon {
  width: 18px;
  height: 18px;
  color: var(--sp-gold);
}

.sp-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  margin-top: 0;
  padding: 15px 0 17px;
  border-top: 0;
  color: #756f66;
  font-size: .72rem;
}

.sp-footer__bottom div {
  display: flex;
  gap: 22px;
}

.sp-footer__bottom a {
  color: #756f66;
  transition: color .18s ease;
}

.sp-footer__bottom a:hover {
  color: var(--sp-green);
}

@media (max-width: 1180px) {
  .sp-footer__grid {
    grid-template-columns: 1.1fr repeat(2, .8fr);
  }

  .sp-footer__brand {
    grid-row: span 2;
  }

  .sp-footer__contacts {
    grid-column: span 2;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sp-footer__callback {
    padding-left: 40px;
  }
}

@media (max-width: 760px) {
  .sp-footer {
    padding-top: 30px;
  }

  .sp-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 26px 18px;
  }

  .sp-footer__brand,
  .sp-footer__contacts {
    grid-column: 1 / -1;
  }

  .sp-footer__brand {
    grid-row: auto;
  }

  .sp-footer__contacts {
    grid-template-columns: 1fr;
  }

  .sp-footer__trust {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 10px;
    padding: 14px 0;
  }

  .sp-footer__bottom,
  .sp-footer__bottom div {
    align-items: flex-start;
    flex-direction: column;
  }

  .sp-footer__bottom div {
    gap: 7px;
  }
}

/* v1.1.3 — full commercial panel selector page. */
.sp-selector-main {
  background: #f7f3ed;
}

.sp-selector-hero {
  padding: 62px 0 36px;
  background:
    radial-gradient(circle at 78% 15%, rgba(164,111,63,.10), transparent 30%),
    linear-gradient(180deg, #f8f5ef 0%, #f5f0e9 100%);
}

.sp-selector-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(380px, .75fr);
  gap: 64px;
  align-items: end;
}

.sp-selector-hero__copy {
  max-width: 930px;
}

.sp-selector-hero__copy h1 {
  max-width: 900px;
  margin-bottom: 22px;
  font-size: clamp(3.4rem, 5.1vw, 6.15rem);
  letter-spacing: -.045em;
}

.sp-selector-hero__copy > p:last-child {
  max-width: 760px;
  margin: 0;
  color: #514d46;
  font-size: 1.08rem;
}

.sp-selector-hero__facts {
  display: grid;
  gap: 12px;
}

.sp-selector-hero__facts > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid rgba(164,111,63,.16);
  border-radius: 14px;
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(12px);
}

.sp-selector-hero__facts .sp-icon {
  width: 22px;
  color: var(--sp-gold);
}

.sp-selector-hero__facts span {
  display: flex;
  flex-direction: column;
}

.sp-selector-hero__facts strong {
  font-size: .9rem;
}

.sp-selector-hero__facts small {
  color: var(--sp-muted);
  font-size: .76rem;
}

.sp-selector-workspace {
  padding: 14px 0 54px;
}

.sp-selector-layout {
  display: grid;
  grid-template-columns: minmax(330px, 370px) minmax(500px, 1fr) minmax(310px, 340px);
  gap: 20px;
  align-items: start;
}

.sp-selector-form,
.sp-selector-preview,
.sp-selector-summary {
  border: 1px solid #e3ddd4;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 54px rgba(43, 35, 25, .07);
}

.sp-selector-form {
  padding: 0;
  overflow: hidden;
}

.sp-selector-form__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 22px;
  border-bottom: 1px solid #ece6dd;
  background: #fbf8f3;
}

.sp-selector-form__head span {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.sp-selector-form__head small {
  color: var(--sp-green);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.sp-selector-step {
  margin: 0 !important;
  padding: 22px !important;
  border: 0 !important;
  border-bottom: 1px solid #eee8df !important;
}

.sp-selector-step:last-child {
  border-bottom: 0 !important;
}

.sp-selector-step legend {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: .95rem !important;
  font-weight: 800 !important;
}

.sp-selector-step legend > span {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--sp-green);
  color: #fff;
  font-size: .74rem;
}

.sp-room-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.sp-room-card input,
.sp-panel-choice input,
.sp-swatch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.sp-room-card span {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border: 1px solid #e5dfd6;
  border-radius: 10px;
  background: #fff;
  color: #58534c;
  font-size: .8rem;
  font-weight: 750;
  cursor: pointer;
  transition: .2s ease;
}

.sp-room-card input:checked + span {
  border-color: rgba(23,77,53,.4);
  background: #edf4ef;
  color: var(--sp-green);
  box-shadow: inset 0 0 0 1px rgba(23,77,53,.12);
}

.sp-panel-choice-list {
  display: grid;
  gap: 9px;
  max-height: 306px;
  overflow: auto;
  padding-right: 3px;
}

.sp-panel-choice {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 26px;
  gap: 12px;
  align-items: center;
  min-height: 70px;
  padding: 7px 9px;
  border: 1px solid #e8e1d8;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.sp-panel-choice:hover {
  transform: translateY(-1px);
  border-color: #d3c5b4;
}

.sp-panel-choice:has(input:checked) {
  border-color: rgba(23,77,53,.45);
  background: #f2f7f3;
}

.sp-panel-choice__media {
  width: 58px;
  height: 54px;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: #e7dfd4;
}

.sp-panel-choice__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.sp-panel-choice__pattern {
  background-color: #a97852;
}

.sp-panel-choice__pattern--1 {
  background-image: repeating-linear-gradient(90deg, #b17d55 0 8px, #2f1c14 8px 12px);
}

.sp-panel-choice__pattern--2 {
  background-image: repeating-linear-gradient(90deg, #bb895f 0 12px, #362118 12px 17px);
}

.sp-panel-choice__pattern--3 {
  background-image: repeating-linear-gradient(90deg, #a46d48 0 17px, #291810 17px 23px);
}

.sp-panel-choice__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.sp-panel-choice__body strong {
  overflow: hidden;
  font-size: .84rem;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sp-panel-choice__body small {
  color: var(--sp-muted);
  font-size: .72rem;
}

.sp-panel-choice__check {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd5cb;
  border-radius: 50%;
  color: transparent;
}

.sp-panel-choice__check .sp-icon {
  width: 13px;
}

.sp-panel-choice input:checked ~ .sp-panel-choice__check {
  border-color: var(--sp-green);
  background: var(--sp-green);
  color: #fff;
}

.sp-selector-hint {
  margin: -4px 0 14px;
  color: #716c64;
  font-size: .75rem;
  line-height: 1.45;
}

.sp-selector-hint--compact {
  margin: 12px 0 0;
}

.sp-swatch-row--selector {
  flex-wrap: wrap;
  gap: 11px;
}

.sp-swatch-row--selector .sp-swatch span {
  width: 35px;
  height: 35px;
  border-width: 3px;
  transition: transform .2s ease, box-shadow .2s ease;
}

.sp-swatch-row--selector .sp-swatch input:checked + span {
  transform: scale(1.06);
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--sp-green);
}

.sp-selector-dimensions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.sp-selector-dimensions label {
  position: relative;
}

.sp-selector-dimensions label > span {
  display: block;
  margin-bottom: 5px;
  color: #706a62;
  font-size: .7rem;
  font-weight: 750;
}

.sp-selector-dimensions input {
  width: 100%;
  min-height: 44px;
  padding: 0 36px 0 11px;
  border: 1px solid #ddd6cd;
  border-radius: 9px;
  background: #fff;
}

.sp-selector-dimensions label > small {
  position: absolute;
  right: 11px;
  bottom: 12px;
  color: var(--sp-muted);
  font-size: .72rem;
}

.sp-selector-preview {
  min-width: 0;
  overflow: hidden;
}

.sp-selector-preview__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 22px;
  border-bottom: 1px solid #ece6dd;
}

.sp-selector-preview__head > div {
  display: flex;
  flex-direction: column;
}

.sp-selector-preview__head span,
.sp-selector-preview__head small {
  color: var(--sp-muted);
  font-size: .72rem;
}

.sp-selector-preview__head strong {
  font-size: .94rem;
}

.sp-selector-comparison {
  --position: 54%;
  --selector-paint: #eee9df;
  position: relative;
  min-height: 690px;
  overflow: hidden;
  background: #d9d1c7;
}

.sp-selector-comparison .sp-before-after__before,
.sp-selector-comparison .sp-before-after__after {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: end;
  padding: 20px;
  background-image: linear-gradient(rgba(10,8,5,.03), rgba(10,8,5,.08)), var(--selector-room-image);
  background-position: center;
  background-size: cover;
}

.sp-selector-comparison .sp-before-after__after {
  z-index: 1;
  clip-path: inset(0 46% 0 0);
}

.sp-selector-comparison .sp-before-after__after::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 46%;
  background:
    linear-gradient(rgba(255,255,255,.06), rgba(0,0,0,.08)),
    repeating-linear-gradient(90deg, color-mix(in srgb, var(--selector-paint) 90%, #8b6242) 0 10px, rgba(34,25,19,.82) 10px 15px);
  box-shadow: inset -12px 0 28px rgba(0,0,0,.08);
  opacity: .96;
}

.sp-selector-comparison.is-profile-2 .sp-before-after__after::before {
  background:
    linear-gradient(rgba(255,255,255,.06), rgba(0,0,0,.08)),
    repeating-linear-gradient(90deg, color-mix(in srgb, var(--selector-paint) 90%, #8b6242) 0 15px, rgba(34,25,19,.82) 15px 21px);
}

.sp-selector-comparison.is-profile-3 .sp-before-after__after::before {
  background:
    linear-gradient(rgba(255,255,255,.06), rgba(0,0,0,.08)),
    repeating-linear-gradient(90deg, color-mix(in srgb, var(--selector-paint) 90%, #8b6242) 0 20px, rgba(34,25,19,.82) 20px 27px);
}

.sp-selector-comparison.is-profile-4 .sp-before-after__after::before {
  background:
    linear-gradient(rgba(255,255,255,.06), rgba(0,0,0,.08)),
    repeating-linear-gradient(90deg, color-mix(in srgb, var(--selector-paint) 90%, #8b6242) 0 8px, rgba(34,25,19,.82) 8px 12px, color-mix(in srgb, var(--selector-paint) 82%, #6d4a35) 12px 18px, rgba(34,25,19,.82) 18px 22px);
}

.sp-selector-comparison .sp-before-after__before span,
.sp-selector-comparison .sp-before-after__after span {
  position: relative;
  z-index: 3;
  padding: 7px 11px;
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  font-size: .72rem;
  font-weight: 800;
}

.sp-selector-comparison::after {
  z-index: 4;
  left: var(--position);
  width: 2px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0,0,0,.08), 0 0 24px rgba(0,0,0,.16);
}

.sp-before-after__handle {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: var(--position);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  transform: translate(-50%, -50%);
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--sp-green);
  color: #fff;
  box-shadow: 0 12px 32px rgba(0,0,0,.22);
}

.sp-before-after__handle .sp-icon {
  width: 14px;
}

.sp-before-after__handle .sp-icon:first-child {
  transform: rotate(180deg);
}

.sp-selector-comparison input[type="range"] {
  position: absolute;
  z-index: 7;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
}

.sp-selector-preview__note {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  padding: 17px 20px;
  border-top: 1px solid #ece6dd;
  background: #fbf8f3;
}

.sp-selector-preview__note .sp-icon {
  width: 19px;
  color: var(--sp-green);
}

.sp-selector-preview__note p {
  margin: 0;
  color: #6a655d;
  font-size: .76rem;
  line-height: 1.45;
}

.sp-selector-summary {
  position: sticky;
  top: 92px;
  padding: 24px;
}

.sp-selector-summary__head h2 {
  margin-bottom: 20px;
  font-size: 2rem !important;
  line-height: 1.05;
}

.sp-selector-summary__product {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-bottom: 18px;
  padding: 10px;
  border: 1px solid #e8e1d8;
  border-radius: 12px;
  background: #fbf9f5;
}

.sp-selector-summary__thumb {
  width: 54px;
  height: 54px;
  display: block;
  border-radius: 9px;
  background-color: #aa7750;
  background-image: repeating-linear-gradient(90deg, #b17d55 0 8px, #2f1c14 8px 12px);
  background-position: center;
  background-size: cover;
}

.sp-selector-summary__product > div {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.sp-selector-summary__product small {
  color: var(--sp-muted);
  font-size: .68rem;
}

.sp-selector-summary__product strong {
  overflow: hidden;
  font-size: .83rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sp-selector-summary dl {
  margin: 0 0 17px;
}

.sp-selector-summary dl > div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #eee8df;
}

.sp-selector-summary dt {
  color: #6c675f;
  font-size: .75rem;
}

.sp-selector-summary dd {
  max-width: 54%;
  margin: 0;
  font-size: .78rem;
  font-weight: 800;
  text-align: right;
}

.sp-selector-summary__recommended {
  margin-inline: -10px;
  padding-inline: 10px !important;
  border-radius: 8px;
  background: #edf5ef;
}

.sp-selector-summary__recommended dt,
.sp-selector-summary__recommended dd {
  color: var(--sp-green);
}

.sp-selector-warning {
  margin-bottom: 14px;
  padding: 11px 12px;
  border: 1px solid #e9c8a4;
  border-radius: 9px;
  background: #fff7ec;
  color: #7a4d21;
  font-size: .72rem;
  line-height: 1.4;
}

.sp-selector-summary .sp-btn {
  width: 100%;
  margin-top: 8px;
}

.sp-selector-consult {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
  margin-top: 16px;
  padding: 12px;
  border: 1px solid #e6dfd6;
  border-radius: 11px;
  background: #faf7f2;
}

.sp-selector-consult > .sp-icon {
  width: 19px;
  color: var(--sp-green);
}

.sp-selector-consult span {
  display: flex;
  flex-direction: column;
}

.sp-selector-consult small {
  color: var(--sp-muted);
  font-size: .65rem;
}

.sp-selector-consult strong {
  font-size: .86rem;
}

.sp-selector-summary__fineprint {
  margin: 14px 0 0;
  color: #7c776f;
  font-size: .66rem;
  line-height: 1.4;
  text-align: center;
}

.sp-selector-how {
  padding: 62px 0 74px;
  background: #fff;
}

.sp-selector-how__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.sp-selector-how__grid article {
  min-height: 190px;
  padding: 25px;
  border: 1px solid #e7e0d7;
  border-radius: 16px;
  background: linear-gradient(145deg, #fff, #fbf8f3);
}

.sp-selector-how__grid article > span {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--sp-gold);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.5rem;
}

.sp-selector-how__grid h3 {
  margin-bottom: 10px;
  font-size: 1.35rem;
}

.sp-selector-how__grid p {
  margin: 0;
  color: var(--sp-muted);
  font-size: .86rem;
}

@media (max-width: 1320px) {
  .sp-selector-layout {
    grid-template-columns: 340px minmax(480px, 1fr);
  }

  .sp-selector-summary {
    position: static;
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(250px, .85fr) minmax(300px, 1.15fr);
    gap: 18px 30px;
  }

  .sp-selector-summary__head,
  .sp-selector-summary__product,
  .sp-selector-summary dl,
  .sp-selector-warning {
    grid-column: 1;
  }

  .sp-selector-summary .sp-btn,
  .sp-selector-consult,
  .sp-selector-summary__fineprint {
    grid-column: 2;
  }

  .sp-selector-summary .sp-btn--primary {
    align-self: end;
  }
}

@media (max-width: 980px) {
  .sp-selector-hero__inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .sp-selector-hero__facts {
    grid-template-columns: repeat(3, 1fr);
  }

  .sp-selector-layout {
    grid-template-columns: 1fr;
  }

  .sp-selector-summary {
    grid-column: auto;
  }

  .sp-selector-comparison {
    min-height: 600px;
  }
}

@media (max-width: 720px) {
  .sp-selector-hero {
    padding: 44px 0 26px;
  }

  .sp-selector-hero__copy h1 {
    font-size: 3rem;
  }

  .sp-selector-hero__facts {
    grid-template-columns: 1fr;
  }

  .sp-selector-workspace {
    padding-top: 0;
  }

  .sp-selector-form,
  .sp-selector-preview,
  .sp-selector-summary {
    border-radius: 14px;
  }

  .sp-selector-step {
    padding: 20px 17px !important;
  }

  .sp-room-grid,
  .sp-selector-dimensions {
    grid-template-columns: 1fr 1fr;
  }

  .sp-selector-comparison {
    min-height: 470px;
  }

  .sp-selector-preview__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .sp-selector-summary {
    display: block;
    padding: 20px;
  }

  .sp-selector-how__grid {
    grid-template-columns: 1fr;
  }
}

/* v1.2.0 — full commercial catalog page. */
.sp-catalog-page {
  background: #fff;
}

.sp-catalog-hero {
  padding: 24px 0 34px;
  background: var(--sp-cream);
}

.sp-catalog-breadcrumbs {
  min-height: 26px;
  margin-bottom: 14px;
}

.sp-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #817b72;
  font-size: .78rem;
}

.sp-breadcrumbs a:hover {
  color: var(--sp-green);
}

.sp-catalog-hero__grid {
  display: grid;
  grid-template-columns: minmax(520px, .92fr) minmax(560px, 1.08fr);
  min-height: 510px;
  overflow: hidden;
  border: 1px solid #e4dbcf;
  border-radius: 22px;
  background: #f6f1e9;
  box-shadow: 0 24px 70px rgba(37, 29, 19, .09);
}

.sp-catalog-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 5vw, 76px);
}

.sp-catalog-hero__content h1 {
  max-width: 720px;
  margin-bottom: 22px;
  font-size: clamp(3.4rem, 4.8vw, 5.4rem);
  letter-spacing: -.045em;
}

.sp-catalog-hero__lead {
  max-width: 650px;
  margin: 0 0 30px;
  color: #514d46;
  font-size: 1.05rem;
  line-height: 1.65;
}

.sp-catalog-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sp-catalog-hero__actions .sp-icon {
  width: 19px;
  height: 19px;
}

.sp-catalog-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 38px;
  padding-top: 24px;
  border-top: 1px solid #ddd2c3;
}

.sp-catalog-hero__facts span {
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: #777168;
  font-size: .78rem;
}

.sp-catalog-hero__facts strong {
  color: var(--sp-ink);
  font-size: 1rem;
}

.sp-catalog-hero__visual {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  background: #d7cec1;
}

.sp-catalog-hero__visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20, 15, 10, .05), rgba(20, 15, 10, .16));
  pointer-events: none;
}

.sp-catalog-hero__visual picture,
.sp-catalog-hero__visual img {
  width: 100%;
  height: 100%;
  display: block;
}

.sp-catalog-hero__visual img {
  min-height: 510px;
  object-fit: cover;
  object-position: center;
  transition: transform .7s ease;
}

.sp-catalog-hero__grid:hover .sp-catalog-hero__visual img {
  transform: scale(1.018);
}

.sp-catalog-hero__badge {
  position: absolute;
  z-index: 2;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  max-width: 250px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 13px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 16px 36px rgba(22, 16, 10, .17);
  backdrop-filter: blur(14px);
}

.sp-catalog-hero__badge--top {
  top: 32px;
  right: 32px;
}

.sp-catalog-hero__badge--bottom {
  right: 32px;
  bottom: 32px;
}

.sp-catalog-hero__badge > .sp-icon {
  width: 38px;
  height: 38px;
  padding: 9px;
  border-radius: 10px;
  background: #f3eee6;
  color: var(--sp-green);
}

.sp-catalog-hero__badge span {
  display: flex;
  flex-direction: column;
}

.sp-catalog-hero__badge strong {
  font-size: .86rem;
}

.sp-catalog-hero__badge small {
  color: #6d675e;
  font-size: .7rem;
}

.sp-catalog-categories {
  padding: 48px 0 34px;
  background: #fff;
}

.sp-catalog-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 24px;
}

.sp-catalog-section-head h2 {
  margin-bottom: 0;
  font-size: clamp(2.25rem, 3.2vw, 3.45rem);
}

.sp-catalog-section-head--center {
  justify-content: center;
  text-align: center;
}

.sp-catalog-section-head--center p:last-child {
  margin: 12px 0 0;
  color: var(--sp-muted);
}

.sp-catalog-category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.sp-catalog-category-card {
  position: relative;
  min-height: 178px;
  overflow: hidden;
  border: 1px solid #e6ded3;
  border-radius: 15px;
  background: #ddd4c8;
  box-shadow: 0 10px 30px rgba(37, 29, 19, .05);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.sp-catalog-category-card img {
  width: 100%;
  height: 100%;
  min-height: 178px;
  display: block;
  object-fit: cover;
  transition: transform .4s ease;
}

.sp-catalog-category-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 10, 6, .04) 25%, rgba(15, 10, 6, .76) 100%);
}

.sp-catalog-category-card__content {
  position: absolute;
  z-index: 2;
  right: 46px;
  bottom: 15px;
  left: 16px;
  display: flex;
  flex-direction: column;
  color: #fff;
}

.sp-catalog-category-card__content strong {
  font-size: .95rem;
  line-height: 1.25;
}

.sp-catalog-category-card__content small {
  margin-top: 2px;
  color: rgba(255,255,255,.74);
  font-size: .7rem;
}

.sp-catalog-category-card__arrow {
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 15px;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,.9);
  color: var(--sp-green);
}

.sp-catalog-category-card__arrow .sp-icon {
  width: 15px;
  height: 15px;
}

.sp-catalog-category-card:hover,
.sp-catalog-category-card.is-active {
  transform: translateY(-3px);
  border-color: rgba(23,77,53,.35);
  box-shadow: 0 18px 42px rgba(37, 29, 19, .11);
}

.sp-catalog-category-card:hover img {
  transform: scale(1.045);
}

.sp-catalog-products-section {
  padding: 44px 0 70px;
  background: #f8f6f2;
}

.sp-catalog-toolbar {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
  padding: 14px 18px;
  border: 1px solid #e4ddd3;
  border-radius: 15px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 8px 28px rgba(37,29,19,.045);
}

.sp-catalog-toolbar__left,
.sp-catalog-toolbar__right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.sp-catalog-result-count h2 {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 1.03rem;
  font-weight: 800;
}

.sp-catalog-result-count p {
  margin: 2px 0 0;
  color: var(--sp-muted);
  font-size: .74rem;
}

.sp-catalog-filter-button {
  display: none;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid #dcd4c9;
  border-radius: 9px;
  background: #fff;
  font-weight: 750;
  cursor: pointer;
}

.sp-catalog-filter-button .sp-icon {
  width: 18px;
}

.sp-catalog-filter-button > span {
  min-width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--sp-green);
  color: #fff;
  font-size: .7rem;
}

.sp-catalog-toolbar .woocommerce-ordering {
  margin: 0 !important;
}

.sp-catalog-toolbar .woocommerce-ordering select {
  min-width: 220px;
  min-height: 46px;
  padding: 0 40px 0 14px;
  border: 1px solid #dcd4c9;
  border-radius: 9px;
  background-color: #fff;
  color: #34312c;
  font-size: .82rem;
  font-weight: 650;
}

.sp-catalog-active-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
}

.sp-catalog-active-filters > a:not(.sp-catalog-active-filters__reset) {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  padding: 6px 10px 6px 12px;
  border: 1px solid #d9d0c4;
  border-radius: 999px;
  background: #fff;
  color: #4e4942;
  font-size: .72rem;
}

.sp-catalog-active-filters .sp-icon {
  width: 13px;
  height: 13px;
}

.sp-catalog-active-filters__reset {
  color: var(--sp-green) !important;
  font-size: .74rem;
  font-weight: 750;
}

.sp-catalog-layout {
  position: relative;
  display: grid;
  grid-template-columns: 286px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.sp-catalog-filters {
  position: sticky;
  top: 102px;
  overflow: hidden auto;
  max-height: calc(100vh - 122px);
  border: 1px solid #e1d9cf;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(37,29,19,.05);
  scrollbar-width: thin;
}

.sp-catalog-filters__mobile-head {
  display: none;
}

.sp-catalog-filter-form {
  padding: 20px;
}

.sp-catalog-filter-search {
  padding-bottom: 19px;
  border-bottom: 1px solid #eee8e0;
}

.sp-catalog-filter-search > label,
.sp-catalog-filter-group h3 {
  display: block;
  margin: 0 0 10px;
  font-family: Inter, Arial, sans-serif;
  font-size: .83rem;
  font-weight: 800;
}

.sp-catalog-filter-search > div {
  position: relative;
}

.sp-catalog-filter-search .sp-icon {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 17px;
  height: 17px;
  transform: translateY(-50%);
  color: #79736b;
}

.sp-catalog-filter-search input {
  width: 100%;
  min-height: 44px;
  padding: 0 12px 0 38px;
  border: 1px solid #ddd5ca;
  border-radius: 9px;
  background: #fbfaf8;
  font-size: .78rem;
}

.sp-catalog-filter-group {
  padding: 19px 0;
  border-bottom: 1px solid #eee8e0;
}

.sp-catalog-filter-links {
  display: grid;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sp-catalog-filter-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 36px;
  padding: 7px 9px;
  border-radius: 8px;
  color: #514d47;
  font-size: .78rem;
}

.sp-catalog-filter-links a:hover,
.sp-catalog-filter-links a.is-active {
  background: #f2f6f3;
  color: var(--sp-green);
  font-weight: 750;
}

.sp-catalog-filter-links small {
  color: #938c82;
  font-size: .68rem;
}

.sp-catalog-price-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.sp-catalog-price-fields label {
  display: grid;
  gap: 5px;
}

.sp-catalog-price-fields span {
  color: #7a746c;
  font-size: .68rem;
}

.sp-catalog-price-fields input {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  padding: 0 10px;
  border: 1px solid #ddd5ca;
  border-radius: 8px;
  background: #fbfaf8;
  font-size: .78rem;
}

.sp-catalog-checkbox {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 14px;
  color: #4e4a44;
  font-size: .78rem;
  cursor: pointer;
}

.sp-catalog-checkbox input {
  width: 17px;
  height: 17px;
  accent-color: var(--sp-green);
}

.sp-catalog-filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.sp-catalog-filter-option {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid #ddd5ca;
  border-radius: 8px;
  background: #fff;
  color: #57524c;
  font-size: .72rem;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.sp-catalog-filter-option:hover,
.sp-catalog-filter-option.is-active {
  border-color: var(--sp-green);
  background: #eff5f1;
  color: var(--sp-green);
}

.sp-catalog-filter-option .sp-icon {
  width: 13px;
  height: 13px;
}

.sp-catalog-filter-actions {
  display: grid;
  gap: 8px;
  padding-top: 19px;
}

.sp-catalog-filter-actions .sp-btn {
  width: 100%;
  min-height: 43px;
  padding: 10px 12px;
  font-size: .76rem;
}

.sp-catalog-filter-overlay {
  display: none;
}

.sp-catalog-results {
  min-width: 0;
}

.woocommerce .sp-catalog-products,
.sp-catalog-products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.woocommerce .sp-catalog-products::before,
.woocommerce .sp-catalog-products::after,
.sp-catalog-products::before,
.sp-catalog-products::after {
  display: none !important;
}

.woocommerce .sp-catalog-products li.product,
.sp-catalog-products li.product,
.sp-catalog-product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.sp-catalog-product__card {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e0d8cd;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(37,29,19,.055);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.sp-catalog-product__card:hover {
  transform: translateY(-4px);
  border-color: rgba(23,77,53,.26);
  box-shadow: 0 22px 48px rgba(37,29,19,.12);
}

.sp-catalog-product__media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3.35;
  background: #eee9e2;
}

.woocommerce .sp-catalog-product__media img,
.sp-catalog-product__media img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  margin: 0 !important;
  object-fit: cover;
  transition: transform .42s ease;
}

.sp-catalog-product__card:hover .sp-catalog-product__media img {
  transform: scale(1.035);
}

.sp-catalog-product__badges {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.sp-product-badge {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 4px 9px;
  border-radius: 999px;
  background: var(--sp-green);
  color: #fff;
  font-size: .65rem;
  font-weight: 800;
}

.sp-product-badge--sale {
  background: #9b542f;
}

.sp-catalog-product__view {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: #2f2c28;
  font-size: .68rem;
  font-weight: 750;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .24s ease, transform .24s ease;
}

.sp-catalog-product__view .sp-icon {
  width: 14px;
  height: 14px;
}

.sp-catalog-product__card:hover .sp-catalog-product__view {
  opacity: 1;
  transform: translateY(0);
}

.sp-catalog-product__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 18px;
}

.sp-catalog-product__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.sp-catalog-product__type {
  color: #867f75;
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.sp-catalog-product__stock {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #8a5b36;
  font-size: .66rem;
  font-weight: 750;
}

.sp-catalog-product__stock::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}

.sp-catalog-product__stock.is-in-stock {
  color: #2f7b53;
}

.woocommerce .sp-catalog-product .woocommerce-loop-product__title,
.sp-catalog-product .woocommerce-loop-product__title {
  margin: 0 0 9px !important;
  padding: 0 !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

.sp-catalog-product__description {
  min-height: 39px;
  margin: 0 0 15px;
  color: #706a62;
  font-size: .75rem;
  line-height: 1.5;
}

.sp-catalog-product__specs {
  display: grid;
  gap: 0;
  margin: 0 0 16px;
  padding: 0;
  border-top: 1px solid #eee8e0;
}

.sp-catalog-product__specs > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #eee8e0;
  font-size: .72rem;
}

.sp-catalog-product__specs dt {
  color: #898278;
}

.sp-catalog-product__specs dd {
  margin: 0;
  color: #3d3934;
  font-weight: 750;
  text-align: right;
}

.sp-catalog-product__price-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  margin-bottom: 15px;
}

.sp-catalog-product__price {
  display: flex;
  flex-direction: column;
}

.sp-catalog-product__price small {
  color: #8b847b;
  font-size: .66rem;
}

.woocommerce .sp-catalog-product__price .price,
.sp-catalog-product__price strong {
  color: var(--sp-ink) !important;
  font-size: 1.08rem !important;
  font-weight: 850 !important;
}

.sp-catalog-product__sample {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--sp-green);
  font-size: .71rem;
  font-weight: 750;
}

.sp-catalog-product__sample .sp-icon {
  width: 16px;
  height: 16px;
}

.sp-catalog-product__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.sp-catalog-product__actions .sp-btn {
  min-height: 43px;
  padding: 9px 10px;
  font-size: .74rem;
}

.sp-catalog-pagination {
  margin-top: 34px;
}

.sp-catalog-pagination .woocommerce-pagination ul.page-numbers {
  display: flex !important;
  justify-content: center;
  gap: 7px;
  border: 0 !important;
}

.sp-catalog-pagination .woocommerce-pagination ul.page-numbers li {
  border: 0 !important;
}

.sp-catalog-pagination .page-numbers a,
.sp-catalog-pagination .page-numbers span {
  min-width: 42px;
  height: 42px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid #dcd4c9;
  border-radius: 9px;
  background: #fff;
  color: #49443e;
  font-weight: 750;
}

.sp-catalog-pagination .page-numbers .current,
.sp-catalog-pagination .page-numbers a:hover {
  border-color: var(--sp-green);
  background: var(--sp-green);
  color: #fff;
}

.sp-catalog-empty {
  min-height: 440px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px;
  border: 1px dashed #d7cec1;
  border-radius: 16px;
  background: #fff;
  text-align: center;
}

.sp-catalog-empty__icon {
  width: 66px;
  height: 66px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #f2f6f3;
  color: var(--sp-green);
}

.sp-catalog-empty h2 {
  margin-bottom: 12px;
  font-size: 2rem;
}

.sp-catalog-empty p {
  max-width: 570px;
  margin: 0 0 22px;
  color: var(--sp-muted);
}

.sp-catalog-empty > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.sp-catalog-guide {
  padding: 68px 0;
  background: #fff;
}

.sp-catalog-guide__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.sp-catalog-guide__grid article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  padding: 25px;
  border: 1px solid #e3dbd0;
  border-radius: 15px;
  background: linear-gradient(180deg, #fff, #fbf8f3);
}

.sp-catalog-guide__grid article > span {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #f0e9df;
  color: var(--sp-gold);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.35rem;
}

.sp-catalog-guide__grid h3 {
  margin-bottom: 8px;
  font-family: Inter, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 800;
}

.sp-catalog-guide__grid p {
  margin: 0;
  color: #706a62;
  font-size: .79rem;
  line-height: 1.55;
}

@media (max-width: 1440px) {
  .sp-catalog-hero__grid {
    grid-template-columns: minmax(450px, .95fr) minmax(500px, 1.05fr);
  }

  .sp-catalog-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sp-catalog-category-card {
    min-height: 160px;
  }

  .sp-catalog-category-card img {
    min-height: 160px;
  }

  .sp-catalog-layout {
    grid-template-columns: 270px minmax(0, 1fr);
    gap: 20px;
  }
}

@media (max-width: 1180px) {
  .sp-catalog-hero__grid {
    grid-template-columns: 1fr 1fr;
    min-height: 480px;
  }

  .sp-catalog-hero__content {
    padding: 46px;
  }

  .sp-catalog-hero__content h1 {
    font-size: 4rem;
  }

  .sp-catalog-hero__visual,
  .sp-catalog-hero__visual img {
    min-height: 480px;
  }

  .sp-catalog-filter-button {
    display: inline-flex;
  }

  .sp-catalog-layout {
    display: block;
  }

  .sp-catalog-filters {
    position: fixed;
    z-index: 1202;
    top: 0;
    bottom: 0;
    left: 0;
    width: min(390px, calc(100% - 42px));
    max-height: none;
    border: 0;
    border-radius: 0 16px 16px 0;
    transform: translateX(-105%);
    transition: transform .28s ease;
  }

  .sp-catalog-filters.is-open {
    transform: translateX(0);
  }

  .sp-catalog-filters__mobile-head {
    position: sticky;
    z-index: 3;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 66px;
    padding: 0 18px;
    border-bottom: 1px solid #e8e1d8;
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(12px);
  }

  .sp-catalog-filter-overlay {
    position: fixed;
    z-index: 1201;
    inset: 0;
    display: block;
    border: 0;
    background: rgba(18,14,10,.44);
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease;
  }

  .sp-catalog-filter-overlay.is-open {
    opacity: 1;
    visibility: visible;
  }

  html.sp-catalog-filters-open {
    overflow: hidden;
  }

  .woocommerce .sp-catalog-products,
  .sp-catalog-products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 980px) {
  .sp-catalog-hero {
    padding-top: 14px;
  }

  .sp-catalog-hero__grid {
    grid-template-columns: 1fr;
  }

  .sp-catalog-hero__content {
    padding: 46px 36px;
  }

  .sp-catalog-hero__content h1 {
    max-width: 760px;
    font-size: 4.2rem;
  }

  .sp-catalog-hero__visual,
  .sp-catalog-hero__visual img {
    min-height: 410px;
  }

  .sp-catalog-hero__facts {
    max-width: 680px;
  }

  .sp-catalog-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .woocommerce .sp-catalog-products,
  .sp-catalog-products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .sp-catalog-guide__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .sp-catalog-hero {
    padding: 0 0 22px;
  }

  .sp-catalog-breadcrumbs {
    padding-top: 12px;
  }

  .sp-catalog-hero__grid {
    border-radius: 16px;
  }

  .sp-catalog-hero__content {
    padding: 34px 22px;
  }

  .sp-catalog-hero__content h1 {
    font-size: 3rem;
  }

  .sp-catalog-hero__lead {
    font-size: .92rem;
  }

  .sp-catalog-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .sp-catalog-hero__facts {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .sp-catalog-hero__facts span {
    padding: 9px 0;
    border-bottom: 1px solid #e2d8cb;
  }

  .sp-catalog-hero__visual,
  .sp-catalog-hero__visual img {
    min-height: 330px;
  }

  .sp-catalog-hero__badge {
    right: 14px;
    left: 14px;
    max-width: none;
  }

  .sp-catalog-hero__badge--top {
    top: 14px;
  }

  .sp-catalog-hero__badge--bottom {
    bottom: 14px;
  }

  .sp-catalog-categories {
    padding: 38px 0 24px;
  }

  .sp-catalog-section-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .sp-catalog-category-grid {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
  }

  .sp-catalog-category-card {
    min-width: 230px;
    flex: 0 0 230px;
    scroll-snap-align: start;
  }

  .sp-catalog-products-section {
    padding-top: 28px;
  }

  .sp-catalog-toolbar {
    align-items: stretch;
    flex-direction: column;
    padding: 14px;
  }

  .sp-catalog-toolbar__left,
  .sp-catalog-toolbar__right {
    width: 100%;
  }

  .sp-catalog-result-count {
    flex: 1;
  }

  .sp-catalog-toolbar .woocommerce-ordering,
  .sp-catalog-toolbar .woocommerce-ordering select {
    width: 100%;
  }

  .woocommerce .sp-catalog-products,
  .sp-catalog-products {
    grid-template-columns: 1fr !important;
  }

  .sp-catalog-product__media {
    aspect-ratio: 4 / 3;
  }

  .sp-catalog-product__view {
    opacity: 1;
    transform: none;
  }

  .sp-catalog-guide {
    padding: 50px 0;
  }

  .sp-catalog-guide__grid article {
    grid-template-columns: 48px minmax(0, 1fr);
    padding: 20px;
  }

  .sp-catalog-guide__grid article > span {
    width: 48px;
    height: 48px;
  }
}


/* v1.2.1 — guaranteed /catalog/ route and safe empty/setup state. */
.sp-catalog-empty--setup {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 54px 34px;
  border: 1px solid #e4ddd2;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff 0%, #fbf7f1 100%);
}

.sp-catalog-empty--setup p {
  max-width: 620px;
}


/* v1.2.2 — lightweight catalog: no sidebar, no complex filters, no WooCommerce setup notice. */
.sp-simple-catalog {
  background: #fff;
}

.sp-simple-catalog__intro {
  padding: 56px 0 40px;
  background: linear-gradient(180deg, #f8f5ef 0%, #fff 100%);
}

.sp-simple-catalog__intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: end;
  gap: 40px;
}

.sp-simple-catalog__intro-copy {
  max-width: 850px;
}

.sp-simple-catalog__intro h1 {
  margin-bottom: 18px;
  font-size: clamp(3rem, 6vw, 5.4rem);
  letter-spacing: -.035em;
}

.sp-simple-catalog__intro-copy > p:not(.sp-eyebrow) {
  max-width: 720px;
  margin: 0;
  color: #5f5b54;
  font-size: 1.04rem;
}

.sp-simple-catalog__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.sp-simple-catalog__intro-note {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 18px;
  border: 1px solid #e5ded3;
  border-radius: 14px;
  background: rgba(255,255,255,.82);
}

.sp-simple-catalog__intro-note > span {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #eef5f0;
  color: var(--sp-green);
}

.sp-simple-catalog__intro-note .sp-icon {
  width: 19px;
  height: 19px;
}

.sp-simple-catalog__intro-note div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.sp-simple-catalog__intro-note strong {
  font-size: .94rem;
}

.sp-simple-catalog__intro-note small {
  color: var(--sp-muted);
  line-height: 1.35;
}

.sp-simple-catalog__products {
  padding: 54px 0 66px;
}

.sp-simple-catalog__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.sp-simple-catalog__head h2 {
  margin-bottom: 8px;
  font-size: clamp(2.15rem, 3.5vw, 3.45rem);
}

.sp-simple-catalog__head p {
  margin: 0;
  color: var(--sp-muted);
}

.sp-simple-catalog__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.sp-simple-product-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e8e3db;
  border-radius: 16px;
  background: #fff;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.sp-simple-product-card:hover {
  transform: translateY(-3px);
  border-color: #d9cfc2;
  box-shadow: 0 16px 38px rgba(31,26,18,.08);
}

.sp-simple-product-card__image {
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #f1ede6;
}

.sp-simple-product-card__image picture,
.sp-simple-product-card__image img {
  width: 100%;
  height: 100%;
  display: block;
}

.sp-simple-product-card__image img {
  object-fit: cover;
  transition: transform .35s ease;
}

.sp-simple-product-card:hover .sp-simple-product-card__image img {
  transform: scale(1.025);
}

.sp-simple-product-card__body {
  display: flex;
  flex-direction: column;
  min-height: 230px;
  padding: 20px;
}

.sp-simple-product-card__label {
  margin-bottom: 8px;
  color: var(--sp-green);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sp-simple-product-card h3 {
  margin-bottom: 10px;
  font-family: Inter, Arial, sans-serif;
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1.25;
}

.sp-simple-product-card p {
  margin: 0;
  color: #66615a;
  font-size: .86rem;
  line-height: 1.55;
}

.sp-simple-product-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  padding-top: 20px;
}

.sp-simple-product-card__price {
  font-weight: 800;
}

.sp-simple-product-card__price span,
.sp-simple-product-card__price .price {
  color: #282622;
  font-size: .88rem;
}

.sp-simple-product-card__link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--sp-green);
  font-size: .82rem;
  font-weight: 800;
  white-space: nowrap;
}

.sp-simple-product-card__link .sp-icon {
  width: 16px;
  height: 16px;
}

.sp-simple-catalog__cta {
  padding: 0 0 64px;
}

.sp-simple-catalog__cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 34px 38px;
  border-radius: 18px;
  background: #f5f0e8;
}

.sp-simple-catalog__cta-card h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(1.9rem, 3vw, 3rem);
}

@media (max-width: 1180px) {
  .sp-simple-catalog__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .sp-simple-catalog__intro-grid {
    grid-template-columns: 1fr;
  }

  .sp-simple-catalog__intro-note {
    max-width: 440px;
  }

  .sp-simple-catalog__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sp-simple-catalog__cta-card {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .sp-simple-catalog__intro {
    padding: 38px 0 28px;
  }

  .sp-simple-catalog__intro h1 {
    font-size: 3rem;
  }

  .sp-simple-catalog__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .sp-simple-catalog__products {
    padding: 40px 0 48px;
  }

  .sp-simple-catalog__grid {
    grid-template-columns: 1fr;
  }

  .sp-simple-product-card__body {
    min-height: 210px;
  }

  .sp-simple-catalog__cta {
    padding-bottom: 46px;
  }

  .sp-simple-catalog__cta-card {
    padding: 28px 24px;
  }

  .sp-simple-catalog__cta-card .sp-btn {
    width: 100%;
  }
}


/* v1.2.3 — clickable lightweight catalog cards and static product detail pages. */
.sp-simple-product-card__clickarea {
  height: 100%;
  display: flex;
  flex-direction: column;
  color: inherit;
}

.sp-simple-product-card__clickarea:focus-visible {
  outline: 3px solid rgba(23, 77, 53, .28);
  outline-offset: 3px;
  border-radius: inherit;
}

.sp-simple-product-card__clickarea .sp-simple-product-card__body {
  flex: 1;
}

.sp-simple-product-card__clickarea:hover .sp-simple-product-card__link,
.sp-simple-product-card__clickarea:focus-visible .sp-simple-product-card__link {
  color: var(--sp-green-2);
}

.sp-simple-product-card__clickarea:hover .sp-simple-product-card__link .sp-icon,
.sp-simple-product-card__clickarea:focus-visible .sp-simple-product-card__link .sp-icon {
  transform: translateX(3px);
}

.sp-static-product {
  padding: 26px 0 0;
  background: #fff;
}

.sp-static-product__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 22px;
  color: var(--sp-muted);
  font-size: .8rem;
}

.sp-static-product__breadcrumbs a:hover {
  color: var(--sp-green);
}

.sp-static-product__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr);
  overflow: hidden;
  border: 1px solid var(--sp-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 60px rgba(31, 26, 18, .07);
}

.sp-static-product__visual {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  background: #eee8df;
}

.sp-static-product__visual picture,
.sp-static-product__visual img {
  width: 100%;
  height: 100%;
  display: block;
}

.sp-static-product__visual img {
  object-fit: cover;
}

.sp-static-product__badge {
  position: absolute;
  top: 24px;
  left: 24px;
  padding: 8px 13px;
  border-radius: 999px;
  color: #fff;
  background: rgba(23, 77, 53, .92);
  font-size: .74rem;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.sp-static-product__summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 5vw, 74px);
}

.sp-static-product__summary h1 {
  margin-bottom: 12px;
  font-size: clamp(3.2rem, 5vw, 5.4rem);
}

.sp-static-product__subtitle {
  max-width: 560px;
  margin: 0 0 28px;
  color: #55514b;
  font-size: 1.12rem;
  line-height: 1.55;
}

.sp-static-product__facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 24px;
}

.sp-static-product__facts > div {
  padding: 14px 16px;
  border-radius: 12px;
  background: var(--sp-cream);
}

.sp-static-product__facts span,
.sp-static-product__facts strong {
  display: block;
}

.sp-static-product__facts span {
  margin-bottom: 4px;
  color: var(--sp-muted);
  font-size: .75rem;
}

.sp-static-product__facts strong {
  font-size: .96rem;
}

.sp-static-product__benefits {
  display: grid;
  gap: 11px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.sp-static-product__benefits li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
}

.sp-static-product__benefits .sp-icon {
  width: 18px;
  color: var(--sp-green);
}

.sp-static-product__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sp-static-product__consultation {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--sp-line);
}

.sp-static-product__consultation > span {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: var(--sp-gold);
  background: var(--sp-cream);
}

.sp-static-product__consultation small,
.sp-static-product__consultation a {
  display: block;
}

.sp-static-product__consultation small {
  color: var(--sp-muted);
  font-size: .75rem;
}

.sp-static-product__consultation a {
  margin-top: 2px;
  font-size: 1.05rem;
  font-weight: 800;
}

.sp-static-product__details {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr);
  gap: 22px;
  padding: 48px 0 24px;
}

.sp-static-product__description,
.sp-static-product__uses {
  padding: 30px;
  border: 1px solid var(--sp-line);
  border-radius: 18px;
  background: #fff;
}

.sp-static-product__description h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 3vw, 3.4rem);
}

.sp-static-product__description > p:not(.sp-eyebrow) {
  max-width: 900px;
  color: #55514b;
  line-height: 1.7;
}

.sp-static-product__uses h3 {
  margin-bottom: 20px;
  font-family: Inter, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
}

.sp-static-product__uses ul {
  display: grid;
  gap: 12px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.sp-static-product__uses li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 9px;
}

.sp-static-product__uses li .sp-icon {
  width: 16px;
  color: var(--sp-green);
}

.sp-static-product__uses .sp-text-link .sp-icon {
  transform: rotate(180deg);
}

@media (max-width: 980px) {
  .sp-static-product__hero {
    grid-template-columns: 1fr;
  }

  .sp-static-product__visual {
    min-height: 480px;
  }

  .sp-static-product__details {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .sp-static-product {
    padding-top: 16px;
  }

  .sp-static-product__hero {
    border-radius: 16px;
  }

  .sp-static-product__visual {
    min-height: 330px;
  }

  .sp-static-product__summary {
    padding: 28px 22px;
  }

  .sp-static-product__facts {
    grid-template-columns: 1fr;
  }

  .sp-static-product__actions {
    display: grid;
  }

  .sp-static-product__details {
    padding-top: 28px;
  }

  .sp-static-product__description,
  .sp-static-product__uses {
    padding: 22px;
  }
}


/* v1.2.4 — exact STAVROS range: four panels + four matching samples, no prices. */
.sp-simple-catalog__group {
  scroll-margin-top: 92px;
}

.sp-simple-catalog__group--samples {
  padding-top: 12px;
  background: #faf8f4;
}

.sp-simple-product-card__clickarea {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.sp-simple-product-card__image {
  position: relative;
  aspect-ratio: 1 / 1;
  padding: 14px;
  background: #f7f5f1;
}

.sp-simple-product-card__image img {
  object-fit: contain;
  mix-blend-mode: multiply;
}

.sp-simple-product-card:hover .sp-simple-product-card__image img {
  transform: scale(1.018);
}

.sp-simple-product-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(23,77,53,.92);
  color: #fff;
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.sp-simple-product-card--sample .sp-simple-product-card__badge {
  background: rgba(164,111,63,.94);
}

.sp-simple-product-card__body {
  min-height: 340px;
}

.sp-simple-product-card__subtitle {
  min-height: 58px;
  color: #4f4b45 !important;
  font-weight: 600;
}

.sp-simple-product-card__specs {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
}

.sp-simple-product-card__specs > div {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 10px;
  padding-top: 9px;
  border-top: 1px solid #eee8df;
}

.sp-simple-product-card__specs dt,
.sp-simple-product-card__specs dd {
  margin: 0;
  font-size: .78rem;
  line-height: 1.35;
}

.sp-simple-product-card__specs dt {
  color: var(--sp-muted);
}

.sp-simple-product-card__specs dd {
  color: #292621;
  font-weight: 700;
}

.sp-simple-product-card__bottom {
  justify-content: flex-end;
}

.sp-simple-product-card__price {
  display: none;
}

.sp-static-product__visual--spec {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(18px, 3vw, 42px);
  background: #f7f5f1;
}

.sp-static-product__visual--spec img {
  object-fit: contain;
  mix-blend-mode: multiply;
}

.sp-static-product__tech-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.sp-static-product__tech-grid > div {
  padding: 15px 16px;
  border-radius: 12px;
  background: var(--sp-cream);
}

.sp-static-product__tech-grid span,
.sp-static-product__tech-grid strong {
  display: block;
}

.sp-static-product__tech-grid span {
  margin-bottom: 4px;
  color: var(--sp-muted);
  font-size: .75rem;
}

.sp-static-product__tech-grid strong {
  font-size: .92rem;
  line-height: 1.4;
}

.sp-static-product__note {
  margin-top: 20px !important;
  padding: 14px 16px;
  border-left: 3px solid var(--sp-gold);
  background: #faf7f2;
  font-size: .88rem;
}

.sp-static-product__uses .sp-text-link {
  margin-top: 12px;
}

@media (max-width: 720px) {
  .sp-simple-product-card__body {
    min-height: 0;
  }

  .sp-simple-product-card__subtitle {
    min-height: 0;
  }

  .sp-static-product__tech-grid {
    grid-template-columns: 1fr;
  }
}


/* v1.2.5 — SEO product names, material/size selector and direct ordering by e-mail or phone. */
.sp-static-product__summary h1 {
  max-width: 780px;
  font-size: clamp(2.55rem, 4.2vw, 4.65rem);
  line-height: 1.02;
}

.sp-static-product__facts--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 20px;
}

.sp-static-product__config {
  margin: 4px 0 24px;
  padding: 22px;
  border: 1px solid #e5ddd2;
  border-radius: 16px;
  background: linear-gradient(180deg, #fbf8f3 0%, #fff 100%);
}

.sp-static-product__config-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.sp-static-product__config-head .sp-eyebrow {
  margin-bottom: 5px;
}

.sp-static-product__config-head h2 {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 1.22rem;
  font-weight: 800;
}

.sp-static-product__config-head > span {
  color: var(--sp-muted);
  font-size: .76rem;
  text-align: right;
}

.sp-static-product__config-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 120px;
  gap: 12px;
}

.sp-static-product__config-grid label > span {
  display: block;
  margin-bottom: 6px;
  color: #4d4943;
  font-size: .78rem;
  font-weight: 800;
}

.sp-static-product__config-grid select,
.sp-static-product__config-grid input {
  width: 100%;
  min-height: 48px;
  padding: 0 13px;
  border: 1px solid #dcd4c8;
  border-radius: 9px;
  background: #fff;
  color: var(--sp-ink);
}

.sp-static-product__config-grid select:focus,
.sp-static-product__config-grid input:focus {
  border-color: var(--sp-green);
  outline: 3px solid rgba(23, 77, 53, .1);
}

.sp-static-product__config-grid label small {
  min-height: 32px;
  display: block;
  margin-top: 6px;
  color: var(--sp-muted);
  font-size: .7rem;
  line-height: 1.35;
}

.sp-static-product__qty {
  position: relative;
}

.sp-static-product__selected {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin-top: 15px;
  padding: 11px 13px;
  border-radius: 10px;
  background: #f3eee7;
}

.sp-static-product__selected span {
  color: var(--sp-muted);
  font-size: .74rem;
}

.sp-static-product__selected strong {
  font-size: .86rem;
}

.sp-static-product__order-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
}

.sp-static-product__order-actions .sp-btn {
  min-width: 0;
  padding-inline: 14px;
  text-align: center;
}

.sp-static-product__order-actions .sp-icon {
  width: 18px;
  height: 18px;
}

.sp-static-product__order-note {
  margin: 10px 0 0;
  color: var(--sp-muted);
  font-size: .72rem;
  line-height: 1.45;
}

.sp-static-product__order-note a {
  color: var(--sp-green);
  font-weight: 700;
}

.sp-static-product__actions--secondary {
  align-items: center;
  margin-top: -4px;
}

.sp-static-product__actions--secondary .sp-text-link {
  margin-left: 4px;
}

.sp-static-product__manager {
  display: grid;
  gap: 5px;
  margin-bottom: 18px;
  padding: 16px;
  border-radius: 12px;
  background: var(--sp-cream);
}

.sp-static-product__manager small {
  color: var(--sp-muted);
  font-size: .74rem;
}

.sp-static-product__manager a {
  color: var(--sp-green);
  font-weight: 800;
}

.sp-simple-product-card__body h3 {
  min-height: 54px;
  font-family: Inter, Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.28;
}

@media (max-width: 1180px) {
  .sp-static-product__config-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sp-static-product__qty {
    grid-column: 1 / -1;
    max-width: 180px;
  }
}

@media (max-width: 720px) {
  .sp-static-product__summary h1 {
    font-size: clamp(2.2rem, 11vw, 3.15rem);
  }

  .sp-static-product__facts--compact,
  .sp-static-product__config-grid,
  .sp-static-product__order-actions {
    grid-template-columns: 1fr;
  }

  .sp-static-product__qty {
    grid-column: auto;
    max-width: none;
  }

  .sp-static-product__config {
    padding: 18px;
  }

  .sp-static-product__config-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .sp-static-product__config-head > span {
    text-align: left;
  }

  .sp-static-product__selected {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* v1.4.0 — commercial product page: gallery, SEO hierarchy, visual options and built-in enquiry form. */
.sp-nowrap { white-space: nowrap; }
.sp-static-product { padding-top: 22px; }
.sp-static-product__hero {
  grid-template-columns: minmax(0, 1.03fr) minmax(500px, .97fr);
  align-items: stretch;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  gap: 28px;
}
.sp-product-gallery {
  min-width: 0;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
}
.sp-product-gallery__main {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  border: 1px solid var(--sp-line);
  border-radius: 22px;
  background: #f7f4ee;
  box-shadow: 0 18px 54px rgba(31, 26, 18, .07);
}
.sp-product-gallery__main img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  padding: clamp(18px, 2.5vw, 38px);
  mix-blend-mode: multiply;
}
.sp-product-gallery__thumbs {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sp-product-gallery__thumb {
  width: 82px;
  height: 74px;
  overflow: hidden;
  padding: 5px;
  border: 1px solid #e6dfd5;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.sp-product-gallery__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}
.sp-product-gallery__thumb:first-child img { object-fit: contain; mix-blend-mode: multiply; }
.sp-product-gallery__thumb:hover { transform: translateY(-1px); }
.sp-product-gallery__thumb.is-active {
  border-color: var(--sp-green);
  box-shadow: 0 0 0 2px rgba(23,77,53,.1);
}
.sp-product-gallery__main { grid-column: 2; grid-row: 1; }
.sp-static-product__badge { top: 18px; left: 18px; }
.sp-static-product__summary {
  min-width: 0;
  justify-content: flex-start;
  padding: 20px 0 8px;
}
.sp-static-product__summary h1 {
  max-width: 760px;
  margin-bottom: 14px;
  font-size: clamp(2.65rem, 3.65vw, 4.25rem);
  line-height: 1.01;
  letter-spacing: -.035em;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
.sp-static-product__subtitle {
  margin-bottom: 12px;
  color: #3f3b35;
  font-size: 1.04rem;
  font-weight: 650;
}
.sp-static-product__seo-intro {
  max-width: 720px;
  margin: 0 0 20px;
  color: #615c54;
  font-size: .91rem;
  line-height: 1.58;
}
.sp-static-product__facts--primary {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-bottom: 14px;
}
.sp-static-product__facts--primary > div {
  min-width: 0;
  padding: 11px 13px;
  border: 1px solid #eee8df;
  background: #faf7f2;
}
.sp-static-product__facts--primary strong {
  font-size: .84rem;
  line-height: 1.35;
}
.sp-price-request {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
  padding: 13px 15px;
  border: 1px solid rgba(23,77,53,.15);
  border-radius: 13px;
  background: linear-gradient(135deg, #edf4ef, #fbf8f3);
}
.sp-price-request span,
.sp-price-request strong { display: block; }
.sp-price-request span {
  margin-bottom: 2px;
  color: var(--sp-green);
  font-size: .73rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.sp-price-request strong { font-size: .91rem; }
.sp-price-request .sp-icon { width: 27px; height: 27px; color: var(--sp-green); }
.sp-static-product__config {
  margin: 0 0 14px;
  padding: 18px;
  border-radius: 15px;
}
.sp-static-product__config-head { margin-bottom: 14px; }
.sp-static-product__config-head h2 {
  font-size: 1.05rem;
}
.sp-product-option-group {
  min-width: 0;
  margin: 0 0 14px;
  padding: 0;
  border: 0;
}
.sp-product-option-group legend,
.sp-product-quantity-row > div:first-child > span {
  display: block;
  margin-bottom: 7px;
  color: #4d4943;
  font-size: .76rem;
  font-weight: 850;
}
.sp-product-material-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.sp-product-material-option { min-width: 0; cursor: pointer; }
.sp-product-material-option input,
.sp-product-size-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.sp-product-material-option > span {
  min-height: 76px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 11px;
  border: 1px solid #ddd5c9;
  border-radius: 11px;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.sp-product-material-option strong { font-size: .88rem; }
.sp-product-material-option small {
  display: -webkit-box;
  margin-top: 4px;
  overflow: hidden;
  color: var(--sp-muted);
  font-size: .65rem;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sp-product-material-option input:checked + span,
.sp-product-material-option:focus-within > span {
  border-color: var(--sp-green);
  background: #f2f7f4;
  box-shadow: 0 0 0 2px rgba(23,77,53,.08);
}
.sp-product-size-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.sp-product-size-option { cursor: pointer; }
.sp-product-size-option[hidden] { display: none !important; }
.sp-product-size-option > span {
  min-height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border: 1px solid #ddd5c9;
  border-radius: 10px;
  background: #fff;
  font-size: .76rem;
  font-weight: 750;
  text-align: center;
  transition: .2s ease;
}
.sp-product-size-option input:checked + span,
.sp-product-size-option:focus-within > span {
  border-color: var(--sp-green);
  color: var(--sp-green);
  background: #f2f7f4;
  box-shadow: 0 0 0 2px rgba(23,77,53,.08);
}
.sp-product-quantity-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}
.sp-product-quantity-row > div:first-child > span { margin-bottom: 1px; }
.sp-product-quantity-row small { color: var(--sp-muted); font-size: .7rem; }
.sp-product-stepper {
  display: grid;
  grid-template-columns: 38px 56px 38px;
  overflow: hidden;
  border: 1px solid #dcd4c8;
  border-radius: 10px;
  background: #fff;
}
.sp-product-stepper button,
.sp-product-stepper input {
  min-height: 40px;
  border: 0;
  background: transparent;
  text-align: center;
}
.sp-product-stepper button { cursor: pointer; font-size: 1.1rem; }
.sp-product-stepper button:hover { background: var(--sp-cream); }
.sp-product-stepper input { width: 56px; padding: 0; font-weight: 800; appearance: textfield; }
.sp-product-stepper input::-webkit-inner-spin-button,
.sp-product-stepper input::-webkit-outer-spin-button { margin: 0; appearance: none; }
.sp-static-product__selected {
  margin-top: 0;
  padding: 10px 12px;
}
.sp-static-product__order-actions { margin-top: 11px; }
.sp-static-product__order-actions .sp-btn { min-height: 48px; }
.sp-product-service-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 12px 0;
  color: #5b564f;
  font-size: .74rem;
}
.sp-product-service-points span { display: inline-flex; align-items: center; gap: 6px; }
.sp-product-service-points .sp-icon { width: 15px; height: 15px; color: var(--sp-green); }
.sp-static-product__actions--secondary {
  justify-content: space-between;
  gap: 12px;
  margin-top: 4px;
  font-size: .77rem;
}
.sp-text-link--muted { color: #777168; font-weight: 650; }
.sp-product-message {
  margin-bottom: 16px;
  padding: 13px 16px;
  border-radius: 12px;
  font-size: .9rem;
  font-weight: 700;
}
.sp-product-message--success { border: 1px solid #bdd7c7; color: #174d35; background: #edf6f0; }
.sp-product-message--error { border: 1px solid #e1c4bb; color: #7b3224; background: #fbefec; }
.sp-product-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, .55fr);
  gap: 22px;
  padding: 42px 0 12px;
}
.sp-product-overview .sp-static-product__description { padding: 30px; }
.sp-product-side-card {
  padding: 26px;
  border: 1px solid var(--sp-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(31,26,18,.04);
}
.sp-product-side-card h3 {
  margin-bottom: 18px;
  font-family: Inter, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 850;
}
.sp-product-side-card ul {
  display: grid;
  gap: 12px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}
.sp-product-side-card li { display: grid; grid-template-columns: 17px 1fr; gap: 9px; font-size: .84rem; }
.sp-product-side-card li .sp-icon { width: 16px; color: var(--sp-green); }
.sp-related-sample {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 13px;
  padding: 12px;
  border: 1px solid #e7dfd4;
  border-radius: 13px;
  background: #faf7f2;
  transition: transform .2s ease, box-shadow .2s ease;
}
.sp-related-sample:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(31,26,18,.08); }
.sp-related-sample img { width: 92px; height: 92px; object-fit: contain; mix-blend-mode: multiply; }
.sp-related-sample span { display: flex; flex-direction: column; justify-content: center; min-width: 0; }
.sp-related-sample small { color: var(--sp-green); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.sp-related-sample strong { margin: 4px 0; font-size: .82rem; line-height: 1.35; }
.sp-related-sample em { color: var(--sp-green); font-size: .73rem; font-style: normal; font-weight: 750; }
.sp-product-interiors { padding-top: 48px; padding-bottom: 18px; }
.sp-product-interiors__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.sp-product-interiors figure {
  aspect-ratio: 16 / 10;
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  background: var(--sp-cream);
}
.sp-product-interiors img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.sp-product-interiors figure:hover img { transform: scale(1.025); }
.sp-product-similar { padding-top: 42px; padding-bottom: 18px; }
.sp-product-similar__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.sp-product-similar__card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 14px;
  min-height: 154px;
  overflow: hidden;
  border: 1px solid var(--sp-line);
  border-radius: 15px;
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease;
}
.sp-product-similar__card:hover { transform: translateY(-3px); box-shadow: 0 15px 36px rgba(31,26,18,.08); }
.sp-product-similar__card img { width: 150px; height: 100%; object-fit: contain; padding: 10px; background: #f7f4ee; mix-blend-mode: multiply; }
.sp-product-similar__card > span { display: flex; flex-direction: column; justify-content: center; padding: 14px 15px 14px 0; }
.sp-product-similar__card small { color: var(--sp-muted); font-size: .68rem; }
.sp-product-similar__card strong { margin: 5px 0 9px; font-size: .85rem; line-height: 1.35; }
.sp-product-similar__card em { color: var(--sp-green); font-size: .73rem; font-style: normal; font-weight: 750; }
.sp-product-faq { padding-top: 44px; padding-bottom: 30px; }
.sp-product-faq__list { border-top: 1px solid var(--sp-line); }
.sp-product-faq details { border-bottom: 1px solid var(--sp-line); }
.sp-product-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 4px;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}
.sp-product-faq summary::-webkit-details-marker { display: none; }
.sp-product-faq summary span { color: var(--sp-green); font-size: 1.25rem; font-weight: 400; transition: transform .2s ease; }
.sp-product-faq details[open] summary span { transform: rotate(45deg); }
.sp-product-faq details p { max-width: 980px; margin: -4px 0 18px; color: #5d5851; line-height: 1.65; }
.sp-product-sticky-cta { display: none; }
.sp-request-modal[hidden] { display: none !important; }
.sp-request-modal {
  position: fixed;
  z-index: 5000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
}
.sp-request-modal__overlay { position: absolute; inset: 0; background: rgba(18,14,10,.52); backdrop-filter: blur(5px); }
.sp-request-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(620px, 100%);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  padding: 32px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(0,0,0,.28);
}
.sp-request-modal__dialog h2 { margin-bottom: 12px; font-size: clamp(2rem, 4vw, 3rem); }
.sp-request-modal__dialog > p:not(.sp-eyebrow) { color: #625d55; }
.sp-request-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: var(--sp-cream);
  cursor: pointer;
  font-size: 1.45rem;
}
.sp-request-modal__selection {
  margin: 18px 0;
  padding: 12px 14px;
  border-radius: 11px;
  color: #264d3a;
  background: #edf5f0;
  font-size: .84rem;
  font-weight: 800;
}
.sp-request-modal form { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.sp-request-modal form label { display: grid; gap: 6px; }
.sp-request-modal form label span { font-size: .76rem; font-weight: 800; }
.sp-request-modal form input,
.sp-request-modal form textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid #dcd4c8;
  border-radius: 9px;
  background: #fff;
}
.sp-request-modal form label:nth-of-type(4),
.sp-request-modal form .sp-btn,
.sp-request-modal form > small { grid-column: 1 / -1; }
.sp-request-modal form textarea { resize: vertical; }
.sp-request-modal form > small { color: var(--sp-muted); font-size: .7rem; line-height: 1.45; }
.sp-honeypot { position: absolute !important; left: -9999px !important; }
html.sp-request-modal-open { overflow: hidden; }

@media (max-width: 1280px) {
  .sp-static-product__hero { grid-template-columns: minmax(0, 1fr) minmax(440px, .95fr); gap: 22px; }
  .sp-product-gallery { grid-template-columns: 70px minmax(0, 1fr); }
  .sp-product-gallery__thumb { width: 70px; height: 64px; }
  .sp-product-gallery__main { min-height: 620px; }
  .sp-static-product__summary h1 { font-size: clamp(2.45rem, 3.4vw, 3.7rem); }
  .sp-product-material-option small { font-size: .61rem; }
}

@media (max-width: 1040px) {
  .sp-static-product__hero { grid-template-columns: 1fr; }
  .sp-product-gallery__main { min-height: 560px; }
  .sp-static-product__summary { padding-top: 12px; }
  .sp-product-overview { grid-template-columns: 1fr; }
  .sp-product-similar__grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .sp-static-product { padding-bottom: 72px; }
  .sp-static-product__breadcrumbs { margin-bottom: 14px; }
  .sp-product-gallery { display: flex; flex-direction: column; }
  .sp-product-gallery__main { min-height: 370px; border-radius: 16px; }
  .sp-product-gallery__main img { padding: 14px; }
  .sp-product-gallery__thumbs { order: 2; flex-direction: row; overflow-x: auto; padding-bottom: 3px; }
  .sp-product-gallery__thumb { flex: 0 0 68px; width: 68px; height: 62px; }
  .sp-static-product__summary { padding: 20px 0 0; }
  .sp-static-product__summary h1 { font-size: clamp(2.25rem, 11vw, 3.15rem); }
  .sp-static-product__facts--primary { grid-template-columns: 1fr 1fr; }
  .sp-product-material-options,
  .sp-product-size-options { grid-template-columns: 1fr; }
  .sp-product-material-option > span { min-height: 0; }
  .sp-static-product__order-actions { grid-template-columns: 1fr; }
  .sp-static-product__actions--secondary { align-items: flex-start; flex-direction: column; }
  .sp-product-overview { padding-top: 30px; }
  .sp-product-overview .sp-static-product__description,
  .sp-product-side-card { padding: 22px; }
  .sp-product-interiors__grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .sp-product-interiors figure { min-width: 84%; scroll-snap-align: start; }
  .sp-product-similar__card { grid-template-columns: 115px 1fr; }
  .sp-product-similar__card img { width: 115px; }
  .sp-request-modal { padding: 12px; }
  .sp-request-modal__dialog { padding: 26px 20px; border-radius: 16px; }
  .sp-request-modal form { grid-template-columns: 1fr; }
  .sp-request-modal form label:nth-of-type(4),
  .sp-request-modal form .sp-btn,
  .sp-request-modal form > small { grid-column: auto; }
  .sp-product-sticky-cta {
    position: fixed;
    z-index: 1400;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 50px;
    gap: 8px;
    padding: 10px 14px max(10px, env(safe-area-inset-bottom));
    border-top: 1px solid #e4ddd3;
    background: rgba(255,255,255,.96);
    box-shadow: 0 -10px 30px rgba(31,26,18,.1);
    backdrop-filter: blur(14px);
  }
  .sp-product-sticky-cta .sp-icon-button { border: 1px solid #d6cec2; border-radius: 10px; }
}

/* v1.4.1 — responsive high-resolution product media. */
.sp-product-gallery__main img {
  padding: 0;
  mix-blend-mode: normal;
  image-rendering: auto;
  transition: opacity .18s ease, transform .28s ease;
}
.sp-product-gallery__main img.is-contain {
  object-fit: contain;
  padding: clamp(18px, 2.5vw, 38px);
  background: #f7f4ee;
}
.sp-product-gallery__main img.is-cover {
  object-fit: cover;
  padding: 0;
  background: #ece8e1;
}
.sp-product-gallery__thumb img.is-contain {
  object-fit: contain;
  padding: 4px;
  background: #f7f4ee;
  mix-blend-mode: normal;
}
.sp-product-gallery__thumb img.is-cover {
  object-fit: cover;
  padding: 0;
  background: #ece8e1;
}
.sp-product-interiors__grid img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  image-rendering: auto;
}


/* v1.4.2 — sticky desktop product gallery: image stays visible while product configuration scrolls. */
@media (min-width: 1181px) {
  .sp-static-product__hero {
    align-items: start;
  }

  .sp-product-gallery {
    position: sticky;
    top: 94px;
    align-self: start;
    max-height: calc(100vh - 112px);
  }

  body.admin-bar .sp-product-gallery {
    top: 126px;
    max-height: calc(100vh - 144px);
  }

  .sp-product-gallery__main {
    height: clamp(590px, calc(100vh - 116px), 780px);
    min-height: 0;
  }

  body.admin-bar .sp-product-gallery__main {
    height: clamp(558px, calc(100vh - 148px), 748px);
  }

  .sp-product-gallery__thumbs {
    max-height: clamp(590px, calc(100vh - 116px), 780px);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: #c8bcae transparent;
  }

  body.admin-bar .sp-product-gallery__thumbs {
    max-height: clamp(558px, calc(100vh - 148px), 748px);
  }

  .sp-product-gallery__thumbs::-webkit-scrollbar {
    width: 5px;
  }

  .sp-product-gallery__thumbs::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #c8bcae;
  }
}

@media (max-width: 1180px) {
  .sp-product-gallery {
    position: static;
    top: auto;
    max-height: none;
  }
}

/* v1.5.0 — expanded product guide and server-rendered right information drawer. */
.sp-product-guide {
  padding-top: 52px;
  padding-bottom: 24px;
}

.sp-product-guide__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 24px;
}

.sp-product-guide__head h2 {
  max-width: 900px;
  margin-bottom: 0;
}

.sp-product-guide__drawer-button .sp-icon {
  width: 18px;
  height: 18px;
}

.sp-product-guide__editor-content {
  max-width: 1120px;
  margin-bottom: 22px;
  padding: 24px 28px;
  border-left: 3px solid var(--sp-gold);
  border-radius: 0 15px 15px 0;
  color: #4e4942;
  background: #faf7f2;
  line-height: 1.75;
}

.sp-product-guide__editor-content > :first-child { margin-top: 0; }
.sp-product-guide__editor-content > :last-child { margin-bottom: 0; }

.sp-product-guide__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.sp-product-guide__section {
  position: relative;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 18px;
  padding: 28px;
  border: 1px solid var(--sp-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(31, 26, 18, .045);
}

.sp-product-guide__section--wide {
  grid-column: 1 / -1;
}

.sp-product-guide__number {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6dccd;
  border-radius: 13px;
  color: var(--sp-green);
  background: #faf6ef;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .08em;
}

.sp-product-guide__section h3 {
  margin-bottom: 14px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.55rem, 2vw, 2.15rem);
  line-height: 1.08;
}

.sp-product-guide__section p {
  margin: 0 0 13px;
  color: #555049;
  font-size: .97rem;
  line-height: 1.72;
}

.sp-product-guide__section p:last-child { margin-bottom: 0; }

.sp-product-guide__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.sp-product-seo-tab {
  position: fixed;
  z-index: 1750;
  top: 48%;
  right: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 13px 13px 16px;
  border: 1px solid #d9cfbf;
  border-right: 0;
  border-radius: 14px 0 0 14px;
  color: #fff;
  background: var(--sp-green);
  box-shadow: 0 14px 38px rgba(23, 77, 53, .2);
  cursor: pointer;
  font-size: .82rem;
  font-weight: 800;
  transform: translateY(-50%);
  transition: background .2s ease, padding .2s ease, box-shadow .2s ease;
}

.sp-product-seo-tab:hover {
  padding-right: 18px;
  background: var(--sp-green-2);
  box-shadow: 0 18px 42px rgba(23, 77, 53, .28);
}

.sp-product-seo-tab .sp-icon {
  width: 17px;
  height: 17px;
}

.sp-product-seo-drawer {
  position: fixed;
  z-index: 4600;
  inset: 0;
  pointer-events: none;
}

.sp-product-seo-drawer__overlay {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(20, 16, 12, .42);
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s ease;
  backdrop-filter: blur(4px);
}

.sp-product-seo-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(590px, 100%);
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-left: 1px solid #ded5c8;
  background: #fff;
  box-shadow: -24px 0 70px rgba(20, 16, 12, .18);
  transform: translateX(104%);
  transition: transform .34s cubic-bezier(.22,.68,.32,1);
}

.sp-product-seo-drawer.is-open {
  pointer-events: auto;
}

.sp-product-seo-drawer.is-open .sp-product-seo-drawer__overlay {
  opacity: 1;
  pointer-events: auto;
}

.sp-product-seo-drawer.is-open .sp-product-seo-drawer__panel {
  transform: translateX(0);
}

.sp-product-seo-drawer__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 30px 22px;
  border-bottom: 1px solid var(--sp-line);
  background: #faf7f2;
}

.sp-product-seo-drawer__header .sp-eyebrow { margin-bottom: 8px; }
.sp-product-seo-drawer__header h2 { margin: 0; font-size: clamp(2rem, 4vw, 3rem); }

.sp-product-seo-drawer__close {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  border: 1px solid #ded5c8;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  font-size: 1.45rem;
  line-height: 1;
}

.sp-product-seo-drawer__nav {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 14px 30px;
  border-bottom: 1px solid var(--sp-line);
  background: #fff;
  scrollbar-width: thin;
}

.sp-product-seo-drawer__nav a {
  flex: 0 0 auto;
  padding: 7px 10px;
  border: 1px solid #e5ddd2;
  border-radius: 999px;
  color: #3f3a34;
  background: #fff;
  font-size: .72rem;
  font-weight: 750;
}

.sp-product-seo-drawer__nav a:hover {
  border-color: var(--sp-green);
  color: var(--sp-green);
  background: #f1f7f3;
}

.sp-product-seo-drawer__content {
  flex: 1;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 8px 30px 24px;
}

.sp-product-seo-drawer__content section {
  padding: 22px 0;
  border-bottom: 1px solid var(--sp-line);
}

.sp-product-seo-drawer__content section:last-child { border-bottom: 0; }
.sp-product-seo-drawer__content h3 { margin-bottom: 9px; font-size: 1.1rem; }
.sp-product-seo-drawer__content p { margin: 0 0 10px; color: #5b564e; line-height: 1.65; }
.sp-product-seo-drawer__content a { color: var(--sp-green); font-size: .79rem; font-weight: 800; }

.sp-product-seo-drawer__footer {
  display: grid;
  grid-template-columns: 1fr 140px;
  gap: 10px;
  padding: 16px 30px max(16px, env(safe-area-inset-bottom));
  border-top: 1px solid var(--sp-line);
  background: rgba(255,255,255,.97);
  box-shadow: 0 -12px 30px rgba(31,26,18,.06);
}

html.sp-product-seo-open { overflow: hidden; }

@media (max-width: 980px) {
  .sp-product-guide__grid { grid-template-columns: 1fr; }
  .sp-product-guide__section--wide { grid-column: auto; }
  .sp-product-guide__head { align-items: flex-start; flex-direction: column; }
  .sp-product-seo-tab { top: auto; right: 14px; bottom: 86px; border-right: 1px solid #d9cfbf; border-radius: 999px; transform: none; }
}

@media (max-width: 720px) {
  .sp-product-guide { padding-top: 38px; }
  .sp-product-guide__section { grid-template-columns: 1fr; padding: 22px; }
  .sp-product-guide__number { width: 40px; height: 40px; }
  .sp-product-guide__section h3 { font-size: 1.7rem; }
  .sp-product-guide__actions { display: grid; grid-template-columns: 1fr; }
  .sp-product-guide__actions .sp-btn { width: 100%; }
  .sp-product-seo-tab { bottom: 82px; padding: 11px 14px; }
  .sp-product-seo-drawer__panel { width: 100%; }
  .sp-product-seo-drawer__header { padding: 22px 20px 18px; }
  .sp-product-seo-drawer__nav { padding: 12px 20px; }
  .sp-product-seo-drawer__content { padding: 6px 20px 18px; }
  .sp-product-seo-drawer__footer { grid-template-columns: 1fr; padding: 14px 20px max(14px, env(safe-area-inset-bottom)); }
}

/* v1.6.0 — projects landing page and editable project detail pages. */
.sp-projects-page { background:#fff; }
.sp-projects-hero { padding:28px 0 38px; background:var(--sp-cream); }
.sp-projects-hero__grid { display:grid; grid-template-columns:minmax(420px,.88fr) minmax(0,1.12fr); min-height:620px; overflow:hidden; border:1px solid #e7dfd4; border-radius:22px; background:#fff; box-shadow:var(--sp-shadow); }
.sp-projects-hero__content { display:flex; flex-direction:column; justify-content:center; padding:clamp(42px,5vw,78px); }
.sp-projects-hero__content h1 { max-width:720px; margin-bottom:22px; font-size:clamp(3.5rem,5vw,5.8rem); letter-spacing:-.035em; }
.sp-projects-hero__content > p:not(.sp-eyebrow) { max-width:650px; margin:0 0 28px; color:#5d5952; font-size:1.05rem; }
.sp-projects-hero__actions { display:flex; flex-wrap:wrap; gap:12px; }
.sp-projects-hero__stats { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin:38px 0 0; }
.sp-projects-hero__stats div { padding-top:16px; border-top:1px solid #e5ddd2; }
.sp-projects-hero__stats dt { font-family:Georgia,'Times New Roman',serif; font-size:2rem; line-height:1; }
.sp-projects-hero__stats dd { margin:7px 0 0; color:var(--sp-muted); font-size:.78rem; }
.sp-projects-hero__visual { position:relative; min-height:620px; background-position:center; background-size:cover; }
.sp-projects-hero__visual::after { content:''; position:absolute; inset:0; background:linear-gradient(180deg,transparent 48%,rgba(17,12,8,.38)); }
.sp-projects-hero__featured { position:absolute; z-index:2; right:28px; bottom:28px; left:28px; display:grid; grid-template-columns:1fr auto; gap:4px 18px; align-items:end; padding:20px 22px; border:1px solid rgba(255,255,255,.34); border-radius:14px; color:#fff!important; background:rgba(20,16,12,.42); backdrop-filter:blur(12px); }
.sp-projects-hero__featured span { grid-column:1; font-size:.72rem; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.sp-projects-hero__featured strong { grid-column:1; font-size:1.15rem; }
.sp-projects-hero__featured .sp-icon { grid-column:2; grid-row:1/3; align-self:center; }
.sp-projects-catalog { padding-top:64px; }
.sp-project-filter { display:flex; flex-wrap:wrap; gap:8px; margin:-4px 0 30px; }
.sp-project-filter a { display:inline-flex; align-items:center; gap:8px; padding:9px 14px; border:1px solid var(--sp-line); border-radius:999px; background:#fff; font-size:.82rem; font-weight:750; }
.sp-project-filter a span { min-width:22px; padding:2px 6px; border-radius:999px; background:var(--sp-cream); color:var(--sp-muted); font-size:.68rem; text-align:center; }
.sp-project-filter a:hover,.sp-project-filter a.is-active { border-color:var(--sp-green); color:#fff; background:var(--sp-green); }
.sp-project-filter a.is-active span,.sp-project-filter a:hover span { background:rgba(255,255,255,.16); color:#fff; }
.sp-projects-list { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
.sp-project-tile { overflow:hidden; border:1px solid #e7dfd4; border-radius:17px; background:#fff; box-shadow:0 12px 34px rgba(31,26,18,.045); transition:transform .25s ease,box-shadow .25s ease; }
.sp-project-tile--large { grid-column:span 2; }
.sp-project-tile:hover { transform:translateY(-4px); box-shadow:0 20px 46px rgba(31,26,18,.09); }
.sp-project-tile__media { position:relative; display:block; aspect-ratio:16/10; overflow:hidden; background:var(--sp-cream); }
.sp-project-tile--large .sp-project-tile__media { aspect-ratio:2/1; }
.sp-project-tile__media img { width:100%; height:100%; object-fit:cover; transition:transform .5s ease; }
.sp-project-tile:hover .sp-project-tile__media img { transform:scale(1.035); }
.sp-project-tile__room { position:absolute; top:16px; left:16px; padding:7px 11px; border-radius:999px; color:#fff; background:rgba(23,77,53,.9); font-size:.72rem; font-weight:800; }
.sp-project-tile__body { padding:22px; }
.sp-project-tile__body h3 { margin-bottom:10px; font-size:1.55rem; }
.sp-project-tile__body p { min-height:50px; margin:0; color:#67625a; }
.sp-project-tile__footer { display:flex; align-items:center; justify-content:space-between; gap:18px; margin-top:20px; padding-top:16px; border-top:1px solid var(--sp-line); font-size:.78rem; }
.sp-project-tile__footer > span { color:var(--sp-muted); }
.sp-project-tile__footer a { display:inline-flex; align-items:center; gap:8px; color:var(--sp-green); font-weight:800; }
.sp-project-tile__footer .sp-icon { width:17px; }
.sp-projects-empty { padding:58px; border:1px dashed #d8cdbc; border-radius:18px; text-align:center; background:var(--sp-cream); }
.sp-project-process { background:var(--sp-cream); }
.sp-project-process__grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.sp-project-process__grid article { padding:28px; border:1px solid #e7dfd4; border-radius:16px; background:#fff; }
.sp-project-process__grid article > span { display:inline-flex; margin-bottom:28px; color:var(--sp-gold); font-family:Georgia,'Times New Roman',serif; font-size:1.5rem; }
.sp-project-process__grid h3 { font-family:Inter,Arial,sans-serif!important; font-size:1rem!important; font-weight:800!important; }
.sp-project-process__grid p { margin:0; color:var(--sp-muted); font-size:.88rem; }
.sp-projects-seo { padding-top:60px; }
.sp-projects-seo .sp-richtext { max-width:980px; }
.sp-breadcrumbs { display:flex; flex-wrap:wrap; gap:8px; padding-top:22px; color:var(--sp-muted); font-size:.78rem; }
.sp-project-single__hero { padding:26px 0 40px; }
.sp-project-single__heading { max-width:1050px; margin-bottom:28px; }
.sp-project-single__heading h1 { margin-bottom:16px; font-size:clamp(3rem,5vw,5.6rem); letter-spacing:-.035em; }
.sp-project-single__heading > p:last-child { max-width:820px; color:#5d5952; font-size:1.05rem; }
.sp-project-single__gallery { display:grid; grid-template-columns:1fr 112px; gap:14px; }
.sp-project-single__main-image { min-height:640px; overflow:hidden; border-radius:18px; background:var(--sp-cream); }
.sp-project-single__main-image img { width:100%; height:100%; min-height:640px; object-fit:cover; }
.sp-project-single__thumbs { display:flex; flex-direction:column; gap:10px; max-height:640px; overflow:auto; }
.sp-project-single__thumbs button { padding:0; overflow:hidden; border:2px solid transparent; border-radius:11px; background:#fff; cursor:pointer; }
.sp-project-single__thumbs button.is-active { border-color:var(--sp-green); }
.sp-project-single__thumbs img { width:100%; aspect-ratio:1; object-fit:cover; }
.sp-project-single__facts { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin:18px 0 0; }
.sp-project-single__facts div { padding:17px 18px; border-radius:12px; background:var(--sp-cream); }
.sp-project-single__facts dt { color:var(--sp-muted); font-size:.72rem; }
.sp-project-single__facts dd { margin:5px 0 0; font-weight:800; }
.sp-project-single__content-grid { display:grid; grid-template-columns:minmax(0,1fr) 330px; gap:36px; align-items:start; }
.sp-project-single__content-grid .sp-richtext { max-width:900px; }
.sp-project-single__aside { position:sticky; top:110px; padding:26px; border:1px solid #e7dfd4; border-radius:16px; background:linear-gradient(180deg,#fff,#faf6ef); box-shadow:0 16px 38px rgba(31,26,18,.05); }
.sp-project-single__aside h3 { font-size:1.7rem; }
.sp-project-single__aside p:not(.sp-eyebrow) { color:var(--sp-muted); }
.sp-project-single__aside .sp-btn { width:100%; margin-top:9px; }
.sp-project-single__panels { background:var(--sp-cream); }
.sp-project-related-panels { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
.sp-project-related-panels a { display:grid; grid-template-columns:1fr auto; gap:5px 12px; padding:20px; border:1px solid #e7dfd4; border-radius:13px; background:#fff; }
.sp-project-related-panels strong { font-size:1rem; }
.sp-project-related-panels span { grid-column:1; color:var(--sp-muted); font-size:.78rem; }
.sp-project-related-panels .sp-icon { grid-column:2; grid-row:1/3; align-self:center; color:var(--sp-green); }
@media(max-width:1180px){.sp-projects-hero__grid{grid-template-columns:1fr 1fr}.sp-projects-hero__content h1{font-size:4rem}.sp-projects-list{grid-template-columns:repeat(2,1fr)}.sp-project-tile--large{grid-column:span 2}.sp-project-process__grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.sp-projects-hero__grid{grid-template-columns:1fr}.sp-projects-hero__visual{min-height:500px}.sp-project-single__gallery{grid-template-columns:1fr}.sp-project-single__thumbs{flex-direction:row;max-height:none;overflow-x:auto}.sp-project-single__thumbs button{min-width:90px}.sp-project-single__content-grid{grid-template-columns:1fr}.sp-project-single__aside{position:static}.sp-project-single__facts{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.sp-projects-hero{padding-top:0}.sp-projects-hero__grid{width:100%;border-radius:0}.sp-projects-hero__content{padding:42px 24px}.sp-projects-hero__content h1{font-size:3.15rem}.sp-projects-hero__stats{grid-template-columns:1fr}.sp-projects-hero__visual{min-height:390px}.sp-projects-list{grid-template-columns:1fr}.sp-project-tile--large{grid-column:auto}.sp-project-tile--large .sp-project-tile__media{aspect-ratio:16/10}.sp-project-process__grid{grid-template-columns:1fr}.sp-project-single__main-image,.sp-project-single__main-image img{min-height:390px}.sp-project-single__facts{grid-template-columns:1fr}.sp-project-related-panels{grid-template-columns:1fr}}

/* v1.7.0 — projects are now indexable interior ideas, not claims of completed work. */
.sp-ideas-page {
  background: #fff;
}

.sp-ideas-hero .sp-projects-hero__content h1 {
  max-width: 760px;
  font-size: clamp(3.1rem, 4.7vw, 5.35rem);
}

.sp-ideas-hero__notice,
.sp-idea-single__notice {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  max-width: 690px;
  margin: 0 0 24px;
  padding: 13px 15px;
  border: 1px solid rgba(23, 77, 53, .14);
  border-radius: 11px;
  background: #f6faf7;
  color: #455149;
  font-size: .84rem;
  line-height: 1.45;
}

.sp-ideas-hero__notice .sp-icon,
.sp-idea-single__notice .sp-icon {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  color: var(--sp-green);
}

.sp-ideas-catalog .sp-section-head > div > p:last-child {
  max-width: 820px;
  margin: 12px 0 0;
  color: var(--sp-muted);
}

.sp-ideas-disclaimer {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin: 20px 0 26px;
  padding: 13px 16px;
  border-left: 3px solid var(--sp-gold);
  border-radius: 0 9px 9px 0;
  background: #fbf7f1;
  color: #5c574f;
  font-size: .84rem;
}

.sp-ideas-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.sp-idea-tile {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.sp-idea-tile .sp-project-tile__media {
  aspect-ratio: 16 / 10;
}

.sp-idea-tile__type {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 6px 10px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 999px;
  color: #fff;
  background: rgba(27,22,18,.46);
  backdrop-filter: blur(10px);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sp-idea-tile .sp-project-tile__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.sp-idea-tile .sp-project-tile__body h3 {
  margin-bottom: 12px;
  font-size: clamp(1.45rem, 1.9vw, 1.85rem);
  line-height: 1.08;
}

.sp-idea-tile .sp-project-tile__body > p {
  min-height: 0;
  margin-bottom: 18px;
  color: #5d5952;
  font-size: .92rem;
  line-height: 1.55;
}

.sp-idea-tile__facts {
  display: grid;
  gap: 8px;
  margin: 0 0 15px;
}

.sp-idea-tile__facts div {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 10px;
  align-items: baseline;
  padding-bottom: 7px;
  border-bottom: 1px solid #eee8df;
}

.sp-idea-tile__facts dt {
  color: var(--sp-muted);
  font-size: .7rem;
}

.sp-idea-tile__facts dd {
  margin: 0;
  font-size: .78rem;
  font-weight: 750;
}

.sp-idea-tile__panels {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  margin-top: auto;
  padding-top: 4px;
}

.sp-idea-tile__panels span {
  color: var(--sp-muted);
  font-size: .72rem;
}

.sp-idea-tile__panels b {
  padding: 5px 8px;
  border: 1px solid #ded6ca;
  border-radius: 999px;
  background: #faf7f2;
  color: var(--sp-green);
  font-size: .69rem;
}

.sp-idea-tile .sp-project-tile__footer {
  align-items: flex-end;
  margin-top: 18px;
}

.sp-idea-tile .sp-project-tile__footer > span {
  max-width: 170px;
  line-height: 1.35;
}

.sp-ideas-process {
  background: var(--sp-cream);
}

.sp-ideas-seo .sp-richtext {
  max-width: 1080px;
}

.sp-ideas-seo .sp-richtext h2 {
  margin-top: 1.6em;
  font-size: clamp(2rem, 3vw, 3rem);
}

.sp-ideas-seo .sp-richtext p {
  max-width: 950px;
  color: #504c46;
  font-size: 1rem;
  line-height: 1.75;
}

.sp-idea-single__notice {
  margin-top: 20px;
  margin-bottom: 0;
}

.sp-idea-single__facts div {
  min-height: 82px;
}

.sp-idea-article {
  max-width: 920px !important;
}

.sp-idea-article > section,
.sp-idea-article > h2,
.sp-idea-article > p,
.sp-idea-article > ul {
  scroll-margin-top: 110px;
}

.sp-idea-article h2 {
  margin-top: 1.65em;
  margin-bottom: .55em;
  font-size: clamp(2rem, 3.1vw, 3.15rem);
  line-height: 1.08;
}

.sp-idea-article h3 {
  margin-top: 1.4em;
  margin-bottom: .45em;
  font-size: 1.35rem;
}

.sp-idea-article p,
.sp-idea-article li {
  color: #4f4b45;
  font-size: 1rem;
  line-height: 1.78;
}

.sp-idea-article ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 26px;
  padding-left: 22px;
}

.sp-idea-summary,
.sp-idea-result {
  padding: 26px 28px;
  border: 1px solid #e6ded2;
  border-radius: 16px;
  background: #fbf8f3;
}

.sp-idea-summary h2,
.sp-idea-result h2 {
  margin-top: 0;
}

.sp-idea-single__aside small {
  display: block;
  margin-top: 14px;
  color: var(--sp-muted);
  font-size: .74rem;
  line-height: 1.5;
}

.sp-idea-single__panels .sp-section-head > p:last-child {
  max-width: 720px;
  color: var(--sp-muted);
}

.sp-similar-ideas {
  background: #fff;
}

.sp-similar-ideas__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.sp-similar-idea {
  overflow: hidden;
  border: 1px solid #e6ded2;
  border-radius: 15px;
  background: #fff;
  transition: transform .22s ease, box-shadow .22s ease;
}

.sp-similar-idea:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(31,26,18,.08);
}

.sp-similar-idea img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.sp-similar-idea span {
  display: block;
  padding: 17px 18px 19px;
  font-weight: 800;
  line-height: 1.35;
}

@media (max-width: 1180px) {
  .sp-ideas-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .sp-ideas-list,
  .sp-similar-ideas__grid {
    grid-template-columns: 1fr;
  }

  .sp-ideas-disclaimer {
    flex-direction: column;
  }

  .sp-idea-tile .sp-project-tile__body {
    padding: 20px;
  }

  .sp-idea-tile__facts div {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .sp-idea-tile .sp-project-tile__footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .sp-idea-summary,
  .sp-idea-result {
    padding: 22px;
  }
}

/* v1.8.0 — indexable visual installation guide. */
.sp-install-page { background:#fff; }
.sp-install-breadcrumbs { display:flex; align-items:center; gap:9px; padding-top:22px; padding-bottom:18px; color:#77716a; font-size:.82rem; }
.sp-install-breadcrumbs a:hover { color:var(--sp-green); }
.sp-install-hero { padding:0 0 24px; background:linear-gradient(180deg,#fff 0,#f8f5ef 100%); }
.sp-install-hero__grid { display:grid; grid-template-columns:minmax(0,1.08fr) minmax(430px,.92fr); min-height:610px; overflow:hidden; border:1px solid #e9e1d7; border-radius:24px; background:#faf7f2; box-shadow:0 22px 70px rgba(38,31,21,.08); }
.sp-install-hero__content { display:flex; flex-direction:column; justify-content:center; padding:clamp(40px,5vw,78px); }
.sp-install-hero__content h1 { max-width:820px; margin-bottom:22px; font-size:clamp(3rem,4.6vw,5.2rem); letter-spacing:-.035em; }
.sp-install-hero__lead { max-width:760px; margin:0 0 22px; color:#554f48; font-size:1.08rem; }
.sp-install-hero__notice { max-width:720px; display:flex; align-items:flex-start; gap:12px; padding:14px 16px; border:1px solid #dce7df; border-radius:12px; background:#f2f8f4; color:#254b39; font-size:.88rem; }
.sp-install-hero__notice .sp-icon { width:20px; }
.sp-install-hero__actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:25px; }
.sp-install-hero__facts { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; max-width:680px; margin:28px 0 0; }
.sp-install-hero__facts div { padding:14px 16px; border:1px solid #e6ded3; border-radius:12px; background:rgba(255,255,255,.7); }
.sp-install-hero__facts dt { font-family:Georgia,'Times New Roman',serif; font-size:1.8rem; line-height:1; }
.sp-install-hero__facts dd { margin:6px 0 0; color:#716a62; font-size:.78rem; }
.sp-install-hero__visual { position:relative; display:flex; align-items:center; justify-content:center; min-height:610px; padding:58px; overflow:hidden; background:radial-gradient(circle at 80% 18%,rgba(211,164,106,.22),transparent 34%),linear-gradient(145deg,#ece4d8,#d9c8b3); }
.sp-install-hero__visual:before { content:''; position:absolute; inset:0; background-image:linear-gradient(rgba(255,255,255,.18) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.18) 1px,transparent 1px); background-size:34px 34px; opacity:.35; }
.sp-install-layer { position:absolute; top:90px; bottom:110px; border-radius:16px; box-shadow:0 18px 45px rgba(33,22,13,.14); }
.sp-install-layer span { position:absolute; top:-38px; left:50%; transform:translateX(-50%); padding:7px 11px; border-radius:999px; background:#fff; font-size:.75rem; font-weight:800; white-space:nowrap; }
.sp-install-layer--wall { left:12%; width:29%; background:linear-gradient(90deg,#d7d0c7,#f1ede7); }
.sp-install-layer--glue { left:41%; width:8%; background:repeating-linear-gradient(180deg,#c9904d 0 18px,transparent 18px 34px); box-shadow:none; }
.sp-install-layer--panel { right:8%; width:42%; display:flex; gap:7px; align-items:stretch; padding:17px; background:#3c2418; }
.sp-install-layer--panel i { flex:1; border-radius:999px; background:linear-gradient(90deg,#6b3c24,#bc8350,#75452c); box-shadow:inset -5px 0 7px rgba(0,0,0,.25); }
.sp-install-hero__arrow { position:absolute; bottom:34px; display:flex; align-items:center; gap:8px; color:#58473a; font-size:.78rem; font-weight:750; }
.sp-install-hero__arrow b { width:28px; height:28px; display:inline-flex; align-items:center; justify-content:center; border-radius:50%; background:#fff; color:var(--sp-green); box-shadow:0 8px 20px rgba(0,0,0,.08); }
.sp-install-hero__arrow:nth-of-type(4) { left:13%; }.sp-install-hero__arrow:nth-of-type(5) { left:42%; }.sp-install-hero__arrow:nth-of-type(6) { right:14%; }
.sp-install-quick { padding-top:58px; }
.sp-install-methods { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.sp-install-method { position:relative; padding:28px; border:1px solid #e8e0d5; border-radius:18px; background:#fff; box-shadow:0 14px 38px rgba(0,0,0,.04); }
.sp-install-method.is-recommended { border-color:rgba(23,77,53,.32); background:linear-gradient(180deg,#f7fbf8,#fff); }
.sp-install-method__badge { position:absolute; top:17px; right:17px; padding:6px 10px; border-radius:999px; background:var(--sp-green); color:#fff; font-size:.68rem; font-weight:800; }
.sp-install-method__icon { width:48px; height:48px; display:flex; align-items:center; justify-content:center; margin-bottom:20px; border-radius:14px; background:#f4eee5; color:var(--sp-gold); }
.sp-install-method__icon .sp-icon { width:23px; }
.sp-install-method h3 { font-size:1.65rem; margin-bottom:12px; }
.sp-install-method p { color:#5f5a53; }
.sp-install-method ul { display:flex; flex-wrap:wrap; gap:8px; margin:18px 0 0; padding:0; list-style:none; }
.sp-install-method li { padding:6px 9px; border-radius:999px; background:#edf5f0; color:#27513d; font-size:.72rem; font-weight:750; }
.sp-install-warning { margin-top:18px; padding:12px 14px; border-left:3px solid var(--sp-gold); background:#faf6ef; color:#655b4f; font-size:.82rem; }
.sp-install-content { padding-top:34px; }
.sp-install-layout { display:grid; grid-template-columns:250px minmax(0,1fr); gap:42px; align-items:start; }
.sp-install-toc { position:sticky; top:102px; display:flex; flex-direction:column; gap:3px; padding:20px; border:1px solid #e7dfd5; border-radius:16px; background:#fbf8f3; }
.sp-install-toc strong { margin-bottom:10px; font-family:Georgia,'Times New Roman',serif; font-size:1.35rem; }
.sp-install-toc a { padding:9px 10px; border-radius:8px; color:#625d56; font-size:.82rem; }
.sp-install-toc a:hover { background:#fff; color:var(--sp-green); }
.sp-install-print { display:flex; align-items:center; gap:8px; margin-top:12px; padding:11px 12px; border:1px solid #d8cdbf; border-radius:9px; background:#fff; color:var(--sp-green); font-weight:750; cursor:pointer; }
.sp-install-print .sp-icon { width:17px; }
.sp-install-main { min-width:0; }
.sp-install-block { padding:34px 0 54px; border-bottom:1px solid #eee7dd; scroll-margin-top:105px; }
.sp-install-block:first-child { padding-top:0; }
.sp-install-block h2 { max-width:950px; margin-bottom:18px; }
.sp-install-intro { max-width:880px; color:#625d56; font-size:1.02rem; }
.sp-install-tools-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; margin-top:25px; }
.sp-install-tools-grid article { min-height:170px; padding:21px; border:1px solid #e8e0d5; border-radius:14px; background:#fff; }
.sp-install-tools-grid span { color:var(--sp-gold); font-size:.75rem; font-weight:850; letter-spacing:.12em; }
.sp-install-tools-grid h3 { margin:13px 0 9px; font-family:Inter,Arial,sans-serif; font-size:1rem; font-weight:800; }
.sp-install-tools-grid p { margin:0; color:#625d56; font-size:.85rem; }
.sp-install-cut-note { margin-top:15px; padding:16px 18px; border-radius:12px; background:#f4f0ea; color:#514b44; }
.sp-install-checklist { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:24px; }
.sp-install-checklist label { display:grid; grid-template-columns:22px 28px minmax(0,1fr); align-items:center; min-height:62px; padding:13px 15px; border:1px solid #e9e1d7; border-radius:12px; background:#fff; cursor:pointer; }
.sp-install-checklist input { width:18px; height:18px; accent-color:var(--sp-green); }
.sp-install-checklist label > span { width:28px; height:28px; display:flex; align-items:center; justify-content:center; border-radius:8px; background:#edf5f0; color:var(--sp-green); }
.sp-install-checklist .sp-icon { width:15px; }
.sp-install-checklist b { font-size:.84rem; }
.sp-install-step { position:relative; display:grid; grid-template-columns:70px minmax(0,1fr) 160px; gap:24px; align-items:center; padding:24px 0; border-bottom:1px solid #eee8df; scroll-margin-top:105px; }
.sp-install-step:last-child { border-bottom:0; }
.sp-install-step__number { font-family:Georgia,'Times New Roman',serif; font-size:2.4rem; color:#b58a5c; }
.sp-install-step h3 { margin-bottom:9px; font-size:1.55rem; }
.sp-install-step p { margin:0 0 12px; color:#5d5851; }
.sp-install-step__control { padding:10px 12px; border-radius:9px; background:#f8f5ef; color:#665e55; font-size:.78rem; }
.sp-install-step__visual { height:92px; display:flex; align-items:stretch; gap:5px; padding:12px; border-radius:12px; background:#3b2419; transform:perspective(500px) rotateY(-5deg); }
.sp-install-step__visual span { flex:1; border-radius:999px; background:linear-gradient(90deg,#7b492f,#c18854,#6a3d27); }
.sp-install-step:nth-of-type(even) .sp-install-step__visual { background:#d8b889; }
.sp-install-step:nth-of-type(even) .sp-install-step__visual span { background:linear-gradient(90deg,#b58654,#efd1a4,#a77443); }
.sp-install-special-grid,.sp-install-mistakes { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; margin-top:24px; }
.sp-install-special-grid article,.sp-install-mistakes article { padding:22px; border:1px solid #e8e0d5; border-radius:14px; background:#fff; }
.sp-install-special-grid h3,.sp-install-mistakes h3 { margin-bottom:10px; font-family:Inter,Arial,sans-serif; font-size:1rem; font-weight:800; }
.sp-install-special-grid p,.sp-install-mistakes p { margin:0; color:#625d56; font-size:.86rem; }
.sp-install-finish-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-top:24px; }
.sp-install-finish { padding:28px; border:1px solid #e7dfd4; border-radius:18px; }
.sp-install-finish--mdf { background:linear-gradient(145deg,#f6f6f3,#fff); }.sp-install-finish--wood { background:linear-gradient(145deg,#f6eadb,#fff); }
.sp-install-finish > span { display:inline-flex; padding:6px 10px; border-radius:999px; background:#fff; color:var(--sp-green); font-size:.72rem; font-weight:800; }
.sp-install-finish h3 { margin:14px 0; font-size:2rem; }
.sp-install-finish ol { margin:0 0 16px; padding-left:22px; }
.sp-install-finish li { margin:8px 0; color:#4f4b45; }
.sp-install-finish p { margin:0; color:#6a6259; font-size:.85rem; }
.sp-install-paint-choice { display:grid; grid-template-columns:220px 1fr; gap:22px; margin-top:15px; padding:19px 22px; border-radius:14px; background:#edf5f0; color:#315341; }
.sp-install-mistakes article b { display:inline-flex; margin-bottom:14px; color:#b17845; font-size:.75rem; letter-spacing:.14em; }
.sp-install-editor-content { color:#56514b; }
.sp-install-editor-content h2,.sp-install-editor-content h3 { margin-top:1.1em; }
.sp-install-faq details { border-top:1px solid #e9e2d9; }
.sp-install-faq details:last-child { border-bottom:1px solid #e9e2d9; }
.sp-install-faq summary { display:flex; align-items:center; justify-content:space-between; gap:20px; padding:19px 0; cursor:pointer; font-weight:800; }
.sp-install-faq summary span { color:var(--sp-green); font-size:1.2rem; }
.sp-install-faq details[open] summary span { transform:rotate(45deg); }
.sp-install-faq details div { max-width:850px; padding:0 0 18px; color:#615b54; }
.sp-install-bottom-cta { padding:20px 0 70px; }
.sp-install-bottom-cta__inner { display:grid; grid-template-columns:1fr auto; gap:40px; align-items:center; padding:34px 38px; border:1px solid #e3d8cb; border-radius:20px; background:linear-gradient(125deg,#efe3d3,#fff); }
.sp-install-bottom-cta h2 { margin-bottom:10px; font-size:clamp(2rem,3vw,3rem); }
.sp-install-bottom-cta p:not(.sp-eyebrow) { max-width:820px; margin-bottom:0; color:#655f57; }
.sp-install-bottom-cta__actions { display:flex; gap:10px; }
@media (max-width:1180px) {
  .sp-install-hero__grid { grid-template-columns:1fr 420px; }
  .sp-install-layout { grid-template-columns:210px minmax(0,1fr); gap:28px; }
  .sp-install-tools-grid,.sp-install-special-grid,.sp-install-mistakes { grid-template-columns:repeat(2,1fr); }
}
@media (max-width:980px) {
  .sp-install-hero__grid { grid-template-columns:1fr; }
  .sp-install-hero__visual { min-height:500px; }
  .sp-install-methods { grid-template-columns:1fr; }
  .sp-install-layout { grid-template-columns:1fr; }
  .sp-install-toc { position:static; display:grid; grid-template-columns:repeat(3,1fr); }
  .sp-install-toc strong,.sp-install-print { grid-column:1/-1; }
  .sp-install-step { grid-template-columns:60px minmax(0,1fr); }
  .sp-install-step__visual { display:none; }
}
@media (max-width:720px) {
  .sp-install-breadcrumbs { padding-inline:14px; }
  .sp-install-hero__grid { border-radius:0; border-left:0; border-right:0; }
  .sp-install-hero__content { padding:38px 22px; }
  .sp-install-hero__content h1 { font-size:clamp(2.6rem,13vw,4rem); }
  .sp-install-hero__facts { grid-template-columns:1fr; }
  .sp-install-hero__visual { min-height:410px; padding:25px; }
  .sp-install-layer { top:75px; bottom:90px; }
  .sp-install-layer--wall { left:6%; width:29%; }.sp-install-layer--glue { left:36%; width:10%; }.sp-install-layer--panel { right:4%; width:50%; }
  .sp-install-hero__arrow span { display:none; }
  .sp-install-hero__arrow:nth-of-type(4) { left:10%; }.sp-install-hero__arrow:nth-of-type(5) { left:39%; }.sp-install-hero__arrow:nth-of-type(6) { right:10%; }
  .sp-install-toc { grid-template-columns:1fr 1fr; padding:15px; }
  .sp-install-tools-grid,.sp-install-checklist,.sp-install-special-grid,.sp-install-mistakes,.sp-install-finish-grid { grid-template-columns:1fr; }
  .sp-install-step { grid-template-columns:44px minmax(0,1fr); gap:14px; }
  .sp-install-step__number { font-size:1.7rem; }
  .sp-install-paint-choice { grid-template-columns:1fr; gap:8px; }
  .sp-install-bottom-cta__inner { grid-template-columns:1fr; padding:28px 22px; border-radius:0; }
  .sp-install-bottom-cta__actions { flex-direction:column; }
}
@media print {
  .sp-header,.sp-footer,.sp-install-breadcrumbs,.sp-install-toc,.sp-install-hero__actions,.sp-install-bottom-cta { display:none!important; }
  .sp-install-hero,.sp-install-content { padding:0; background:#fff; }
  .sp-install-hero__grid { min-height:auto; display:block; border:0; box-shadow:none; }
  .sp-install-hero__visual { display:none; }
  .sp-install-hero__content { padding:0 0 20px; }
  .sp-install-layout { display:block; }
  .sp-install-block { break-inside:avoid; padding:20px 0; }
  .sp-install-method,.sp-install-tools-grid article,.sp-install-step,.sp-install-special-grid article,.sp-install-mistakes article { box-shadow:none; }
}


/* v1.9.0 — delivery page for Russia, CIS/EAEU, CDEK and pickup. */
.sp-delivery-page { background:#fff; }
.sp-delivery-breadcrumbs { display:flex; align-items:center; gap:9px; padding-top:22px; color:#777168; font-size:.8rem; }
.sp-delivery-breadcrumbs a:hover { color:var(--sp-green); }
.sp-delivery-hero { padding:18px 0 30px; background:linear-gradient(180deg,#fff,#faf7f2); }
.sp-delivery-hero__grid { min-height:610px; display:grid; grid-template-columns:minmax(0,1.05fr) minmax(440px,.95fr); overflow:hidden; border:1px solid #e6ddd1; border-radius:24px; background:#f7f2ea; box-shadow:0 24px 70px rgba(35,27,18,.08); }
.sp-delivery-hero__content { display:flex; flex-direction:column; justify-content:center; padding:clamp(42px,5vw,76px); }
.sp-delivery-hero__content h1 { max-width:820px; margin-bottom:20px; font-size:clamp(3.3rem,5.2vw,5.6rem); letter-spacing:-.035em; }
.sp-delivery-hero__lead { max-width:760px; margin:0 0 25px; color:#55514b; font-size:1.08rem; }
.sp-delivery-hero__tags { display:flex; flex-wrap:wrap; gap:9px; margin-bottom:27px; }
.sp-delivery-hero__tags span { display:inline-flex; align-items:center; gap:7px; padding:8px 12px; border:1px solid #ded3c5; border-radius:999px; background:rgba(255,255,255,.8); color:#4f4a43; font-size:.78rem; font-weight:750; }
.sp-delivery-hero__tags .sp-icon { width:16px; color:var(--sp-gold); }
.sp-delivery-hero__actions { display:flex; flex-wrap:wrap; gap:11px; }
.sp-delivery-hero__facts { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin:34px 0 0; }
.sp-delivery-hero__facts div { padding:15px 17px; border-radius:12px; background:rgba(255,255,255,.68); }
.sp-delivery-hero__facts dt { font-family:Georgia,'Times New Roman',serif; font-size:1.55rem; line-height:1; color:var(--sp-green); }
.sp-delivery-hero__facts dd { margin:7px 0 0; color:#625c54; font-size:.76rem; }
.sp-delivery-hero__visual { position:relative; min-height:610px; display:flex; align-items:center; justify-content:center; overflow:hidden; background:radial-gradient(circle at 70% 24%,rgba(255,255,255,.8),transparent 28%),linear-gradient(135deg,#d9c0a3,#785138); }
.sp-delivery-hero__visual::before { content:''; position:absolute; inset:0; opacity:.24; background-image:linear-gradient(rgba(255,255,255,.3) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.3) 1px,transparent 1px); background-size:42px 42px; }
.sp-delivery-map { position:relative; width:min(560px,88%); aspect-ratio:1.04; border:1px solid rgba(255,255,255,.55); border-radius:28px; background:rgba(255,255,255,.18); box-shadow:inset 0 1px 0 rgba(255,255,255,.45),0 28px 60px rgba(38,23,13,.24); backdrop-filter:blur(4px); }
.sp-delivery-map__route { position:absolute; height:2px; transform-origin:left center; background:repeating-linear-gradient(90deg,rgba(255,255,255,.85) 0 8px,transparent 8px 15px); }
.sp-delivery-map__route--one { left:29%; top:43%; width:45%; transform:rotate(-18deg); }
.sp-delivery-map__route--two { left:28%; top:48%; width:48%; transform:rotate(25deg); }
.sp-delivery-map__route--three { left:24%; top:54%; width:30%; transform:rotate(72deg); }
.sp-delivery-map__point { position:absolute; z-index:2; display:flex; flex-direction:column; padding:14px 16px 14px 42px; border:1px solid rgba(255,255,255,.66); border-radius:14px; background:rgba(255,255,255,.9); box-shadow:0 14px 32px rgba(43,28,18,.12); }
.sp-delivery-map__point i { position:absolute; left:16px; top:18px; width:13px; height:13px; border:3px solid #fff; border-radius:50%; background:var(--sp-green); box-shadow:0 0 0 5px rgba(23,77,53,.15); }
.sp-delivery-map__point b { font-size:.88rem; }.sp-delivery-map__point small { margin-top:3px; color:#746d64; font-size:.68rem; }
.sp-delivery-map__point--origin { left:7%; top:38%; }.sp-delivery-map__point--russia { right:5%; top:15%; }.sp-delivery-map__point--cis { right:3%; bottom:18%; }
.sp-delivery-map__parcel { position:absolute; left:9%; right:9%; bottom:6%; display:flex; align-items:center; gap:12px; padding:13px 16px; border-radius:13px; background:#214d38; color:#fff; }
.sp-delivery-map__parcel .sp-icon { width:22px; color:#e1bd8e; }.sp-delivery-map__parcel strong { font-size:.78rem; }
.sp-delivery-methods { background:#fff; }
.sp-delivery-method-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; }
.sp-delivery-method { position:relative; min-height:330px; padding:26px; border:1px solid #e8dfd4; border-radius:18px; background:#fff; transition:.25s ease; }
.sp-delivery-method:hover { transform:translateY(-3px); box-shadow:0 18px 44px rgba(35,28,20,.08); }
.sp-delivery-method--featured { background:linear-gradient(145deg,#f3f8f5,#fff); border-color:#cbded3; }
.sp-delivery-method__label { position:absolute; top:16px; right:16px; padding:5px 8px; border-radius:999px; background:var(--sp-green); color:#fff; font-size:.65rem; font-weight:800; }
.sp-delivery-method__icon { width:48px; height:48px; display:flex; align-items:center; justify-content:center; margin-bottom:21px; border-radius:14px; background:#f5eee5; color:var(--sp-gold); }
.sp-delivery-method__icon .sp-icon { width:23px; }
.sp-delivery-method h3 { margin-bottom:12px; font-size:1.75rem; }
.sp-delivery-method p { color:#625c54; font-size:.9rem; }
.sp-delivery-method ul { display:flex; flex-wrap:wrap; gap:7px; margin:18px 0 0; padding:0; list-style:none; }
.sp-delivery-method li { padding:6px 8px; border-radius:999px; background:#f5f1eb; color:#5b554e; font-size:.68rem; font-weight:750; }
.sp-delivery-note { display:flex; align-items:flex-start; gap:12px; margin-top:18px; padding:16px 18px; border-radius:13px; background:#faf6ef; color:#635b51; }
.sp-delivery-note .sp-icon { width:20px; color:var(--sp-gold); }.sp-delivery-note p { margin:0; }
.sp-delivery-process { background:#faf8f5; }
.sp-delivery-steps { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:0; margin:0; padding:0; list-style:none; counter-reset:delivery; }
.sp-delivery-steps li { position:relative; min-height:210px; padding:25px 24px; border-top:1px solid #ddcfbe; border-bottom:1px solid #ddcfbe; border-left:1px solid #ddcfbe; background:#fff; }
.sp-delivery-steps li:first-child { border-radius:18px 0 0 18px; }.sp-delivery-steps li:last-child { border-right:1px solid #ddcfbe; border-radius:0 18px 18px 0; }
.sp-delivery-steps b { display:inline-flex; margin-bottom:28px; color:#b17845; font-family:Georgia,'Times New Roman',serif; font-size:1.35rem; }
.sp-delivery-steps h3 { margin-bottom:9px; font-family:Inter,Arial,sans-serif; font-size:.98rem; font-weight:850; }
.sp-delivery-steps p { margin:0; color:#696259; font-size:.8rem; }
.sp-delivery-packing { background:#fff; }
.sp-delivery-packing__layout { display:grid; grid-template-columns:.75fr 1.25fr; gap:50px; align-items:center; padding:40px; border:1px solid #e5dccf; border-radius:22px; background:linear-gradient(125deg,#f5ede2,#fff); }
.sp-delivery-intro { color:#625c54; }
.sp-delivery-packing-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:13px; }
.sp-delivery-packing-grid article { min-height:210px; padding:22px; border:1px solid rgba(223,210,194,.8); border-radius:15px; background:rgba(255,255,255,.82); }
.sp-delivery-packing-grid article > span { width:42px; height:42px; display:flex; align-items:center; justify-content:center; margin-bottom:17px; border-radius:12px; background:#f6eee4; color:var(--sp-gold); }
.sp-delivery-packing-grid .sp-icon { width:20px; }.sp-delivery-packing-grid h3 { margin-bottom:9px; font-size:1.45rem; }.sp-delivery-packing-grid p { margin:0; color:#655f57; font-size:.82rem; }
.sp-delivery-pickup { background:#faf8f5; }
.sp-delivery-pickup-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.sp-delivery-pickup-grid article { padding:30px; border:1px solid #e3d8ca; border-radius:20px; background:#fff; box-shadow:0 14px 40px rgba(33,26,18,.04); }
.sp-delivery-pickup__city { display:flex; align-items:center; gap:15px; margin-bottom:18px; }
.sp-delivery-pickup__city > span { width:50px; height:50px; display:flex; align-items:center; justify-content:center; border-radius:14px; background:#edf5f0; color:var(--sp-green); }
.sp-delivery-pickup__city .sp-icon { width:23px; }.sp-delivery-pickup__city small { color:var(--sp-green); font-size:.7rem; font-weight:850; letter-spacing:.11em; text-transform:uppercase; }.sp-delivery-pickup__city h3 { margin:3px 0 0; font-size:2rem; }
.sp-delivery-pickup-grid article > p { min-height:48px; color:#4f4a44; font-weight:750; }
.sp-delivery-pickup-grid ul { display:grid; gap:9px; margin:18px 0 22px; padding:0; list-style:none; color:#665f57; font-size:.84rem; }
.sp-delivery-pickup-grid li::before { content:'✓'; margin-right:9px; color:var(--sp-green); }
.sp-delivery-receive { background:#fff; }
.sp-delivery-receive__grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:50px; align-items:start; }
.sp-delivery-receive__grid > div p:not(.sp-eyebrow) { color:#625c54; }
.sp-delivery-receive__grid ol { display:grid; gap:10px; margin:0; padding:0; list-style:none; }
.sp-delivery-receive__grid li { display:grid; grid-template-columns:44px 1fr; align-items:center; gap:14px; min-height:65px; padding:12px 16px; border:1px solid #e8e0d5; border-radius:13px; background:#fff; }
.sp-delivery-receive__grid li b { width:34px; height:34px; display:flex; align-items:center; justify-content:center; border-radius:50%; background:#f5eee5; color:#a36f3e; font-family:Georgia,'Times New Roman',serif; }
.sp-delivery-receive__grid li span { color:#514c45; font-size:.9rem; }
.sp-delivery-editor { padding-top:20px; background:#faf8f5; }
.sp-delivery-editor__content { max-width:1050px; padding:34px 38px; border:1px solid #e7dfd4; border-radius:18px; background:#fff; }
.sp-delivery-editor__content h2 { margin-bottom:14px; }.sp-delivery-editor__content p { color:#5d5750; }
.sp-delivery-faq { background:#fff; }
.sp-delivery-faq details { border-top:1px solid #e9e1d7; }.sp-delivery-faq details:last-child { border-bottom:1px solid #e9e1d7; }
.sp-delivery-faq summary { display:flex; align-items:center; justify-content:space-between; gap:20px; padding:19px 0; cursor:pointer; font-weight:800; }
.sp-delivery-faq summary span { color:var(--sp-green); font-size:1.2rem; }.sp-delivery-faq details[open] summary span { transform:rotate(45deg); }.sp-delivery-faq details div { max-width:900px; padding:0 0 18px; color:#615b54; }
.sp-delivery-bottom-cta { padding:18px 0 70px; background:#fff; }
.sp-delivery-bottom-cta__inner { display:grid; grid-template-columns:1fr auto; gap:40px; align-items:center; padding:36px 40px; border:1px solid #e0d3c4; border-radius:22px; background:linear-gradient(125deg,#eee1d1,#fff); }
.sp-delivery-bottom-cta h2 { margin-bottom:10px; font-size:clamp(2rem,3vw,3.1rem); }.sp-delivery-bottom-cta p:not(.sp-eyebrow) { max-width:820px; margin-bottom:0; color:#655f57; }.sp-delivery-bottom-cta__actions { display:flex; gap:10px; }
@media (max-width:1180px) {
  .sp-delivery-hero__grid { grid-template-columns:1fr 420px; }
  .sp-delivery-method-grid { grid-template-columns:1fr 1fr; }
  .sp-delivery-steps { grid-template-columns:repeat(3,1fr); gap:12px; }
  .sp-delivery-steps li,.sp-delivery-steps li:first-child,.sp-delivery-steps li:last-child { border:1px solid #ddcfbe; border-radius:15px; }
  .sp-delivery-packing__layout { grid-template-columns:1fr; }
}
@media (max-width:980px) {
  .sp-delivery-hero__grid { grid-template-columns:1fr; }
  .sp-delivery-hero__visual { min-height:500px; }
  .sp-delivery-receive__grid { grid-template-columns:1fr; }
}
@media (max-width:720px) {
  .sp-delivery-breadcrumbs { padding-inline:14px; }
  .sp-delivery-hero { padding-bottom:0; }
  .sp-delivery-hero__grid { border-radius:0; border-left:0; border-right:0; }
  .sp-delivery-hero__content { padding:38px 22px; }
  .sp-delivery-hero__content h1 { font-size:clamp(2.7rem,13vw,4.2rem); }
  .sp-delivery-hero__actions { flex-direction:column; }.sp-delivery-hero__actions .sp-btn { width:100%; }
  .sp-delivery-hero__facts { grid-template-columns:1fr; }
  .sp-delivery-hero__visual { min-height:420px; }
  .sp-delivery-map { width:94%; }.sp-delivery-map__point { padding:11px 12px 11px 34px; }.sp-delivery-map__point i { left:12px; top:15px; }.sp-delivery-map__point small { display:none; }
  .sp-delivery-method-grid,.sp-delivery-pickup-grid,.sp-delivery-packing-grid { grid-template-columns:1fr; }
  .sp-delivery-steps { grid-template-columns:1fr; }
  .sp-delivery-packing__layout { padding:27px 22px; border-radius:0; border-left:0; border-right:0; }
  .sp-delivery-editor__content { padding:26px 22px; border-radius:0; }
  .sp-delivery-bottom-cta__inner { grid-template-columns:1fr; padding:28px 22px; border-radius:0; }
  .sp-delivery-bottom-cta__actions { flex-direction:column; }
}


/* v1.9.1 — photo-first delivery hero with editable media and compact route overlays. */
.sp-delivery-hero__visual {
  position: relative;
  min-height: 610px;
  display: block;
  overflow: hidden;
  background: #cdb49a;
}

.sp-delivery-hero__visual::before,
.sp-delivery-map {
  display: none !important;
}

.sp-delivery-photo {
  position: absolute;
  inset: 0;
  overflow: hidden;
  isolation: isolate;
}

.sp-delivery-photo::before {
  content: '';
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgba(19,13,8,.06) 0%, rgba(19,13,8,.03) 48%, rgba(19,13,8,.46) 100%);
  pointer-events: none;
}

.sp-delivery-photo__image,
.sp-delivery-photo picture {
  width: 100%;
  height: 100%;
  display: block;
}

.sp-delivery-photo__image {
  object-fit: cover;
  object-position: center;
  transform: scale(1.002);
}

.sp-delivery-photo__badge {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 15px;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 14px;
  background: rgba(255,255,255,.88);
  color: #1d1b18;
  box-shadow: 0 16px 40px rgba(24,15,8,.18);
  backdrop-filter: blur(14px);
}

.sp-delivery-photo__badge small {
  display: block;
  color: #746c63;
  font-size: .67rem;
}

.sp-delivery-photo__badge strong {
  display: block;
  font-size: .83rem;
  line-height: 1.25;
}

.sp-delivery-photo__badge--route {
  top: 28px;
  right: 28px;
  max-width: 285px;
  display: block;
}

.sp-delivery-photo__badge--coverage {
  right: 28px;
  bottom: 108px;
}

.sp-delivery-photo__badge--coverage .sp-icon {
  width: 21px;
  color: var(--sp-green);
}

.sp-delivery-photo__route {
  position: absolute;
  z-index: 2;
  top: 113px;
  right: 160px;
  width: 220px;
  height: 120px;
  opacity: .92;
  pointer-events: none;
}

.sp-delivery-photo__route-line {
  position: absolute;
  left: 18px;
  top: 61px;
  width: 190px;
  height: 2px;
  transform: rotate(-18deg);
  transform-origin: left center;
  background: repeating-linear-gradient(90deg, rgba(255,255,255,.95) 0 9px, transparent 9px 16px);
  filter: drop-shadow(0 2px 5px rgba(0,0,0,.22));
}

.sp-delivery-photo__route-point {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--sp-green);
  box-shadow: 0 0 0 6px rgba(23,77,53,.2), 0 5px 16px rgba(0,0,0,.25);
}

.sp-delivery-photo__route-point--start { left: 7px; top: 61px; }
.sp-delivery-photo__route-point--end { right: 4px; top: 2px; }

.sp-delivery-photo__bottom {
  position: absolute;
  z-index: 3;
  right: 28px;
  bottom: 26px;
  left: 28px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 14px;
  background: rgba(18,72,49,.92);
  color: #fff;
  box-shadow: 0 14px 34px rgba(14,38,27,.28);
  backdrop-filter: blur(10px);
}

.sp-delivery-photo__bottom > span {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 11px;
  background: rgba(255,255,255,.1);
  color: #e5c394;
}

.sp-delivery-photo__bottom .sp-icon { width: 20px; }
.sp-delivery-photo__bottom strong { display: block; font-size: .88rem; }
.sp-delivery-photo__bottom small { display: block; margin-top: 2px; color: rgba(255,255,255,.76); font-size: .7rem; }

@media (max-width: 1080px) {
  .sp-delivery-hero__grid { grid-template-columns: 1fr; }
  .sp-delivery-hero__visual { min-height: 540px; }
  .sp-delivery-photo__badge--route { top: 22px; right: 22px; }
  .sp-delivery-photo__badge--coverage { right: 22px; bottom: 103px; }
  .sp-delivery-photo__bottom { right: 22px; bottom: 22px; left: 22px; }
}

@media (max-width: 620px) {
  .sp-delivery-hero__visual { min-height: 470px; }
  .sp-delivery-photo__image { object-position: 48% center; }
  .sp-delivery-photo__badge--route { top: 16px; right: 16px; left: 16px; max-width: none; }
  .sp-delivery-photo__route { display: none; }
  .sp-delivery-photo__badge--coverage { right: 16px; bottom: 98px; left: 16px; justify-content: center; }
  .sp-delivery-photo__bottom { right: 16px; bottom: 16px; left: 16px; }
}

/* v2.0.0 — full About STAVROS page. */
.sp-about-page { background: #fff; }
.sp-about-breadcrumbs { display: flex; align-items: center; gap: 9px; padding-top: 22px; padding-bottom: 18px; color: #777269; font-size: .82rem; }
.sp-about-breadcrumbs a:hover { color: var(--sp-green); }

.sp-about-hero { padding-bottom: 22px; background: linear-gradient(180deg, #fff 0%, #f8f4ed 100%); }
.sp-about-hero__grid { min-height: 690px; display: grid; grid-template-columns: minmax(430px, .9fr) minmax(0, 1.2fr); overflow: hidden; border: 1px solid #e7dfd4; border-radius: 24px; background: #f7f3ec; box-shadow: 0 24px 70px rgba(42,32,20,.09); }
.sp-about-hero__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(44px, 5vw, 86px); }
.sp-about-hero__content h1 { max-width: 680px; margin-bottom: 24px; font-size: clamp(3.3rem, 5vw, 5.55rem); letter-spacing: -.045em; line-height: .98; }
.sp-about-hero__lead { max-width: 690px; margin: 0 0 30px; color: #4d4942; font-size: 1.08rem; line-height: 1.65; }
.sp-about-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.sp-about-hero__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 38px; }
.sp-about-hero__facts div { padding: 15px 16px; border: 1px solid #e5ddd2; border-radius: 13px; background: rgba(255,255,255,.7); }
.sp-about-hero__facts strong { display: block; color: var(--sp-green); font-family: Georgia, 'Times New Roman', serif; font-size: 1.7rem; line-height: 1; }
.sp-about-hero__facts span { display: block; margin-top: 7px; color: #6b665f; font-size: .75rem; line-height: 1.35; }

.sp-about-hero__visual { position: relative; min-height: 690px; overflow: hidden; background: #d8c6ae; }
.sp-about-hero__main-image { position: absolute; inset: 0; margin: 0; }
.sp-about-hero__main-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(35,24,15,.08), rgba(35,24,15,.02) 45%, rgba(35,24,15,.22)); }
.sp-about-hero__main-image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.sp-about-hero__sample-image { position: absolute; z-index: 3; right: 26px; bottom: 26px; width: min(340px, 43%); margin: 0; overflow: hidden; border: 6px solid rgba(255,255,255,.9); border-radius: 18px; background: #fff; box-shadow: 0 24px 55px rgba(35,24,15,.25); }
.sp-about-hero__sample-image img { width: 100%; aspect-ratio: 4 / 3; display: block; object-fit: cover; }
.sp-about-hero__sample-image figcaption { padding: 10px 12px; color: #4f4a43; font-size: .75rem; font-weight: 750; }
.sp-about-hero__badge { position: absolute; z-index: 4; top: 28px; left: 28px; display: grid; grid-template-columns: 42px minmax(0,1fr); align-items: center; gap: 12px; max-width: 320px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.45); border-radius: 15px; background: rgba(255,255,255,.9); box-shadow: 0 18px 45px rgba(35,24,15,.16); backdrop-filter: blur(12px); }
.sp-about-hero__badge > .sp-icon { width: 42px; height: 42px; padding: 10px; border-radius: 12px; background: #eef5f0; color: var(--sp-green); }
.sp-about-hero__badge span { display: flex; flex-direction: column; }
.sp-about-hero__badge strong { font-size: .86rem; }
.sp-about-hero__badge small { margin-top: 3px; color: #716c64; font-size: .69rem; line-height: 1.35; }

.sp-about-intro { padding-top: 82px; padding-bottom: 72px; }
.sp-about-intro__grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(50px, 8vw, 130px); align-items: start; }
.sp-about-intro h2 { max-width: 720px; margin-bottom: 0; }
.sp-about-intro__copy > p { margin: 0 0 18px; color: #514d46; font-size: 1.02rem; line-height: 1.72; }
.sp-about-intro blockquote { margin: 28px 0 0; padding: 22px 24px; border-left: 3px solid var(--sp-green); border-radius: 0 14px 14px 0; background: #f6f2eb; font-family: Georgia, 'Times New Roman', serif; font-size: 1.35rem; line-height: 1.4; }

.sp-about-values { background: #f8f5ef; }
.sp-about-values__grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.sp-about-values__grid article { min-height: 290px; padding: 28px; border: 1px solid #e8e0d5; border-radius: 18px; background: #fff; transition: transform .22s ease, box-shadow .22s ease; }
.sp-about-values__grid article:hover { transform: translateY(-3px); box-shadow: 0 18px 45px rgba(31,26,18,.08); }
.sp-about-values__grid article > span { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 28px; border-radius: 13px; background: #f7efe4; color: var(--sp-gold); }
.sp-about-values__grid article > span .sp-icon { width: 22px; }
.sp-about-values__grid h3 { margin-bottom: 14px; font-size: 1.5rem; }
.sp-about-values__grid p { margin: 0; color: #5c5750; font-size: .9rem; line-height: 1.65; }

.sp-about-process { background: #fff; }
.sp-about-process__steps { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); margin: 0; padding: 0; overflow: hidden; border: 1px solid #e7dfd4; border-radius: 20px; list-style: none; background: #fbf9f5; }
.sp-about-process__steps li { position: relative; min-height: 300px; padding: 28px 24px; }
.sp-about-process__steps li:not(:last-child)::after { content: ''; position: absolute; top: 26px; right: 0; bottom: 26px; width: 1px; background: #e6ddd1; }
.sp-about-process__steps b { display: block; margin-bottom: 65px; color: #b77d49; font-family: Georgia, 'Times New Roman', serif; font-size: 2.1rem; font-weight: 500; }
.sp-about-process__steps h3 { margin-bottom: 12px; font-size: 1.25rem; }
.sp-about-process__steps p { margin: 0; color: #5d5850; font-size: .84rem; line-height: 1.6; }

.sp-about-materials { background: #f8f5ef; }
.sp-about-materials__grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(420px,.95fr); gap: clamp(38px, 6vw, 90px); align-items: center; }
.sp-about-materials__visual { position: relative; min-height: 610px; overflow: hidden; border-radius: 22px; box-shadow: 0 22px 60px rgba(35,24,15,.12); }
.sp-about-materials__visual::after { content: ''; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(18,12,8,.48)); }
.sp-about-materials__visual img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.sp-about-materials__visual > div { position: absolute; z-index: 2; right: 28px; bottom: 26px; left: 28px; padding: 17px 19px; border: 1px solid rgba(255,255,255,.3); border-radius: 14px; background: rgba(255,255,255,.86); backdrop-filter: blur(12px); }
.sp-about-materials__visual strong { display: block; font-size: .92rem; }
.sp-about-materials__visual span { display: block; margin-top: 4px; color: #625d55; font-size: .76rem; }
.sp-about-materials__cards { display: grid; gap: 14px; margin-top: 30px; }
.sp-about-materials__cards article { display: grid; grid-template-columns: 52px minmax(0,1fr); gap: 18px; padding: 20px; border: 1px solid #e4dbcf; border-radius: 16px; background: rgba(255,255,255,.75); }
.sp-about-materials__cards article > span { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: #174d35; color: #fff; font-size: .8rem; font-weight: 800; }
.sp-about-materials__cards h3 { margin-bottom: 7px; font-size: 1.35rem; }
.sp-about-materials__cards p { margin: 0; color: #5b564f; font-size: .86rem; line-height: 1.62; }

.sp-about-profiles { background: #fff; }
.sp-about-profiles__grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 15px; }
.sp-about-profile { position: relative; min-height: 310px; display: flex; flex-direction: column; padding: 24px; overflow: hidden; border: 1px solid #e8dfd3; border-radius: 18px; background: linear-gradient(145deg,#fbf8f2,#fff); transition: transform .22s ease, box-shadow .22s ease; }
.sp-about-profile:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(31,26,18,.09); }
.sp-about-profile__number { position: absolute; top: 18px; right: 18px; color: #b8a996; font-family: Georgia, 'Times New Roman', serif; font-size: 2rem; }
.sp-about-profile__shape { height: 115px; margin: 22px 0 35px; border-radius: 12px; background-color: #8a5736; box-shadow: inset 0 0 28px rgba(0,0,0,.18); }
.sp-about-profile__shape--1 { background-image: repeating-linear-gradient(90deg,#ad754b 0 13px,#2c1b12 13px 18px); }
.sp-about-profile__shape--2 { background-image: repeating-linear-gradient(90deg,#9f6944 0 18px,#24160f 18px 24px); }
.sp-about-profile__shape--3 { background-image: repeating-linear-gradient(105deg,#a8714b 0 10px,#3a2115 10px 16px); }
.sp-about-profile__shape--4 { background-image: repeating-linear-gradient(75deg,#9f6841 0 17px,#2f1c12 17px 23px); }
.sp-about-profile small { color: var(--sp-green); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.sp-about-profile h3 { margin: 8px 0 5px; font-size: 1.35rem; }
.sp-about-profile p { margin: 0; color: #625d55; font-weight: 700; }
.sp-about-profile > .sp-icon { position: absolute; right: 22px; bottom: 22px; width: 20px; color: var(--sp-green); }

.sp-about-company { background: #183e2e; color: #fff; }
.sp-about-company h2 { color: #fff; }
.sp-about-company .sp-eyebrow { color: #d4b184; }
.sp-about-company__grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(460px,.8fr); gap: clamp(55px,8vw,120px); align-items: center; }
.sp-about-company__grid > div:first-child > p:not(.sp-eyebrow) { color: rgba(255,255,255,.78); font-size: .98rem; line-height: 1.72; }
.sp-about-company .sp-text-link { color: #fff; }
.sp-about-company__facts { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; background: rgba(255,255,255,.04); }
.sp-about-company__facts article { min-height: 175px; padding: 28px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.sp-about-company__facts article:nth-child(2n) { border-right: 0; }
.sp-about-company__facts article:nth-child(n+3) { border-bottom: 0; }
.sp-about-company__facts strong { display: block; color: #e7c79d; font-family: Georgia, 'Times New Roman', serif; font-size: 2.8rem; font-weight: 500; }
.sp-about-company__facts p { margin: 12px 0 0; color: rgba(255,255,255,.75); font-size: .82rem; line-height: 1.45; }

.sp-about-audience { background: #fff; }
.sp-about-audience__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.sp-about-audience__grid article { padding: 30px; border: 1px solid #e6ddd1; border-radius: 18px; background: #fbf9f5; }
.sp-about-audience__grid article > span { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 24px; border-radius: 13px; background: #fff; color: var(--sp-green); box-shadow: 0 10px 24px rgba(31,26,18,.06); }
.sp-about-audience__grid article > span .sp-icon { width: 21px; }
.sp-about-audience__grid h3 { margin-bottom: 13px; font-size: 1.45rem; }
.sp-about-audience__grid p { margin: 0; color: #5b564f; font-size: .9rem; line-height: 1.65; }

.sp-about-editor { padding-top: 30px; background: #f8f5ef; }
.sp-about-editor__content { max-width: 1080px; padding: 36px 40px; border: 1px solid #e7dfd4; border-radius: 18px; background: #fff; }
.sp-about-editor__content > *:first-child { margin-top: 0; }
.sp-about-editor__content p { color: #514d46; line-height: 1.72; }

.sp-about-faq { background: #f8f5ef; }
.sp-about-faq details { border-top: 1px solid #ddd3c6; }
.sp-about-faq details:last-child { border-bottom: 1px solid #ddd3c6; }
.sp-about-faq summary { display: flex; justify-content: space-between; gap: 20px; padding: 22px 2px; cursor: pointer; font-weight: 800; list-style: none; }
.sp-about-faq summary::-webkit-details-marker { display: none; }
.sp-about-faq summary span { color: var(--sp-green); }
.sp-about-faq details div { max-width: 920px; padding: 0 0 22px; color: #5d5850; line-height: 1.65; }
.sp-about-faq details div p { margin: 0; }

.sp-about-bottom-cta { padding: 58px 0; background: #efe7db; }
.sp-about-bottom-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; padding: 42px 48px; border: 1px solid #dfd1c0; border-radius: 20px; background: #fff; box-shadow: 0 18px 55px rgba(31,26,18,.07); }
.sp-about-bottom-cta__inner h2 { max-width: 780px; margin-bottom: 12px; }
.sp-about-bottom-cta__inner p:not(.sp-eyebrow) { max-width: 700px; margin-bottom: 0; color: #5b564f; }
.sp-about-bottom-cta__inner > div:last-child { display: flex; flex-wrap: wrap; gap: 10px; flex: 0 0 auto; }

@media (max-width: 1180px) {
  .sp-about-hero__grid { grid-template-columns: 1fr; }
  .sp-about-hero__visual { min-height: 620px; }
  .sp-about-values__grid, .sp-about-profiles__grid { grid-template-columns: 1fr 1fr; }
  .sp-about-process__steps { grid-template-columns: repeat(3,1fr); }
  .sp-about-process__steps li:nth-child(3)::after { display: none; }
  .sp-about-materials__grid, .sp-about-company__grid { grid-template-columns: 1fr; }
  .sp-about-company__facts { max-width: 760px; }
}

@media (max-width: 820px) {
  .sp-about-intro__grid { grid-template-columns: 1fr; gap: 30px; }
  .sp-about-process__steps { grid-template-columns: 1fr 1fr; }
  .sp-about-process__steps li:nth-child(3)::after { display: block; }
  .sp-about-process__steps li:nth-child(2n)::after { display: none; }
  .sp-about-audience__grid { grid-template-columns: 1fr; }
  .sp-about-bottom-cta__inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .sp-about-breadcrumbs { padding-top: 14px; }
  .sp-about-hero__grid { border-radius: 0; border-right: 0; border-left: 0; }
  .sp-about-hero__content { padding: 38px 22px 42px; }
  .sp-about-hero__content h1 { font-size: clamp(2.75rem,14vw,4rem); }
  .sp-about-hero__facts { grid-template-columns: 1fr; }
  .sp-about-hero__visual { min-height: 500px; }
  .sp-about-hero__badge { top: 16px; left: 16px; right: 16px; max-width: none; }
  .sp-about-hero__sample-image { right: 16px; bottom: 16px; width: 56%; }
  .sp-about-values__grid, .sp-about-profiles__grid { grid-template-columns: 1fr; }
  .sp-about-process__steps { grid-template-columns: 1fr; }
  .sp-about-process__steps li { min-height: auto; }
  .sp-about-process__steps li::after { display: none !important; }
  .sp-about-process__steps b { margin-bottom: 28px; }
  .sp-about-materials__grid { grid-template-columns: 1fr; }
  .sp-about-materials__visual { min-height: 420px; }
  .sp-about-company__facts { grid-template-columns: 1fr; }
  .sp-about-company__facts article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12) !important; }
  .sp-about-company__facts article:last-child { border-bottom: 0 !important; }
  .sp-about-editor__content { padding: 25px 22px; }
  .sp-about-bottom-cta__inner { padding: 30px 24px; border-radius: 16px; }
  .sp-about-bottom-cta__inner > div:last-child { width: 100%; }
  .sp-about-bottom-cta__inner .sp-btn { width: 100%; }
}

/* v2.1.0 — contacts page. */
.sp-contacts-page { background: #fff; }
.sp-contacts-breadcrumbs { display:flex; align-items:center; gap:9px; padding-top:22px; padding-bottom:22px; color:#716c64; font-size:.82rem; }
.sp-contacts-breadcrumbs a:hover { color:var(--sp-green); }
.sp-contacts-hero { padding-bottom:26px; background:linear-gradient(180deg,#fff 0%,#faf7f2 100%); }
.sp-contacts-hero__grid { min-height:610px; display:grid; grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr); overflow:hidden; border:1px solid #e8e0d5; border-radius:24px; background:#f7f2ea; box-shadow:0 24px 70px rgba(31,26,18,.08); }
.sp-contacts-hero__content { display:flex; flex-direction:column; justify-content:center; padding:clamp(48px,6vw,88px); }
.sp-contacts-hero__content h1 { max-width:760px; margin-bottom:22px; font-size:clamp(3.5rem,5.4vw,6rem); letter-spacing:-.045em; }
.sp-contacts-hero__lead { max-width:700px; margin:0 0 30px; color:#57524a; font-size:1.1rem; }
.sp-contacts-hero__actions { display:flex; flex-wrap:wrap; gap:12px; }
.sp-contacts-hero__actions .sp-icon { width:18px; }
.sp-contacts-hero__facts { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; margin-top:38px; }
.sp-contacts-hero__facts div { padding:16px 17px; border:1px solid #e6ddd1; border-radius:13px; background:rgba(255,255,255,.72); }
.sp-contacts-hero__facts strong,.sp-contacts-hero__facts span { display:block; }
.sp-contacts-hero__facts strong { margin-bottom:4px; font-size:.94rem; }
.sp-contacts-hero__facts span { color:#756f67; font-size:.76rem; }
.sp-contacts-hero__visual { position:relative; min-height:610px; background-image:linear-gradient(180deg,rgba(13,18,14,.06),rgba(13,18,14,.26)),var(--sp-contact-hero); background-size:cover; background-position:center; }
.sp-contacts-hero__visual::after { content:''; position:absolute; inset:0; background:linear-gradient(90deg,rgba(247,242,234,.16),transparent 30%); pointer-events:none; }
.sp-contacts-hero__card { position:absolute; z-index:2; right:34px; bottom:34px; left:34px; display:grid; grid-template-columns:14px 1fr auto; align-items:center; gap:15px; padding:22px; border:1px solid rgba(255,255,255,.55); border-radius:16px; background:rgba(255,255,255,.9); box-shadow:0 18px 55px rgba(0,0,0,.18); backdrop-filter:blur(15px); }
.sp-contacts-hero__card strong { display:block; margin-bottom:3px; font-family:Georgia,'Times New Roman',serif; font-size:1.28rem; }
.sp-contacts-hero__card p { margin:0; color:#615c54; font-size:.82rem; }
.sp-contacts-hero__card a { display:inline-flex; align-items:center; gap:5px; color:var(--sp-green); font-size:.82rem; font-weight:800; white-space:nowrap; }
.sp-contacts-hero__card .sp-icon { width:16px; }
.sp-contacts-online { width:11px; height:11px; border-radius:50%; background:#2d8b5a; box-shadow:0 0 0 6px rgba(45,139,90,.13); }
.sp-contacts-quick { padding:0 0 18px; background:#faf7f2; }
.sp-contacts-quick__grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); overflow:hidden; border:1px solid #e7dfd5; border-radius:17px; background:#fff; box-shadow:0 12px 35px rgba(31,26,18,.04); }
.sp-contacts-quick__grid > a { position:relative; display:grid; grid-template-columns:42px 1fr; align-items:center; gap:13px; min-height:88px; padding:18px 22px; transition:.2s ease; }
.sp-contacts-quick__grid > a:not(:last-child)::after { content:''; position:absolute; top:20px; right:0; bottom:20px; width:1px; background:#ece4d9; }
.sp-contacts-quick__grid > a:hover { background:#fcfaf6; }
.sp-contacts-quick__grid > a > span { width:42px; height:42px; display:flex; align-items:center; justify-content:center; border-radius:12px; background:#f7f0e7; color:var(--sp-gold); }
.sp-contacts-quick__grid strong,.sp-contacts-quick__grid small { display:block; }
.sp-contacts-quick__grid strong { margin-bottom:2px; font-size:.9rem; }
.sp-contacts-quick__grid small { color:#746e65; font-size:.74rem; }
.sp-contacts-locations { padding-top:68px; }
.sp-contacts-locations__grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px; }
.sp-location-card { overflow:hidden; border:1px solid #e5dccf; border-radius:20px; background:#fff; box-shadow:0 18px 50px rgba(31,26,18,.055); }
.sp-location-card__map { position:relative; min-height:215px; display:flex; flex-direction:column; justify-content:flex-end; padding:28px; overflow:hidden; color:#fff; background:radial-gradient(circle at 22% 30%,rgba(255,255,255,.28),transparent 24%),linear-gradient(135deg,#b8845e,#63503e); }
.sp-location-card--msk .sp-location-card__map { background:radial-gradient(circle at 70% 24%,rgba(255,255,255,.25),transparent 22%),linear-gradient(135deg,#78917d,#354b3e); }
.sp-location-card__map::before { content:''; position:absolute; inset:-15%; opacity:.28; background-image:linear-gradient(rgba(255,255,255,.17) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.17) 1px,transparent 1px); background-size:38px 38px; transform:rotate(-6deg); }
.sp-location-card__map::after { content:''; position:absolute; width:210px; height:90px; right:35px; top:50px; border-top:2px dashed rgba(255,255,255,.75); border-radius:50%; transform:rotate(-13deg); }
.sp-location-card__pin { position:relative; z-index:1; width:48px; height:48px; display:flex; align-items:center; justify-content:center; margin-bottom:18px; border-radius:50%; background:rgba(255,255,255,.9); color:var(--sp-green); box-shadow:0 12px 30px rgba(0,0,0,.16); }
.sp-location-card__map strong,.sp-location-card__map small { position:relative; z-index:1; }
.sp-location-card__map strong { font-family:Georgia,'Times New Roman',serif; font-size:2rem; }
.sp-location-card__map small { opacity:.84; }
.sp-location-card__body { padding:30px; }
.sp-location-card__body h3 { max-width:580px; margin-bottom:22px; font-size:clamp(1.8rem,2.5vw,2.55rem); }
.sp-location-card dl { margin:0; }
.sp-location-card dl > div { display:grid; grid-template-columns:132px 1fr; gap:16px; padding:14px 0; border-top:1px solid #eee6db; }
.sp-location-card dt { display:flex; align-items:center; gap:8px; color:#777067; font-size:.78rem; }
.sp-location-card dt .sp-icon { width:17px; color:var(--sp-gold); }
.sp-location-card dd { margin:0; font-weight:700; }
.sp-location-card dd small { display:block; margin-top:4px; color:#7a746b; font-size:.75rem; font-weight:400; }
.sp-location-card__actions { display:flex; flex-wrap:wrap; align-items:center; gap:10px; margin-top:24px; }
.sp-location-card__telegram { display:inline-flex; align-items:center; gap:5px; margin-left:auto; color:var(--sp-green); font-size:.8rem; font-weight:800; }
.sp-location-card__telegram .sp-icon { width:15px; }
.sp-contacts-regions { padding-top:30px; padding-bottom:30px; }
.sp-contacts-regions__inner { display:grid; grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr); gap:42px; align-items:center; padding:44px; border:1px solid #dce6df; border-radius:20px; background:linear-gradient(135deg,#f5faf7,#fff); }
.sp-contacts-regions__inner h2 { margin-bottom:14px; }
.sp-contacts-regions__inner p { max-width:690px; margin-bottom:0; color:#625e56; }
.sp-contacts-regions__contacts { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
.sp-contacts-regions__contacts > * { display:flex; flex-direction:column; justify-content:center; min-height:88px; padding:16px 18px; border:1px solid #dde7e0; border-radius:13px; background:#fff; }
.sp-contacts-regions__contacts small,.sp-contacts-regions__contacts strong { display:block; }
.sp-contacts-regions__contacts small { margin-bottom:5px; color:#777168; font-size:.74rem; }
.sp-contacts-regions__contacts strong { font-size:.94rem; }
.sp-contacts-form-section { padding-top:56px; background:#faf7f2; }
.sp-contacts-form-layout { display:grid; grid-template-columns:minmax(0,.82fr) minmax(540px,1.18fr); gap:48px; align-items:start; }
.sp-contacts-form-intro { position:sticky; top:110px; padding:22px 0; }
.sp-contacts-form-intro h2 { max-width:650px; }
.sp-contacts-form-intro > p:not(.sp-eyebrow) { max-width:650px; color:#5f5a52; font-size:1.02rem; }
.sp-contacts-form-intro ul { display:grid; gap:12px; margin:26px 0; padding:0; list-style:none; }
.sp-contacts-form-intro li { display:flex; align-items:center; gap:10px; }
.sp-contacts-form-intro li .sp-icon { width:17px; color:var(--sp-green); }
.sp-contacts-requisites { display:flex; flex-direction:column; gap:3px; max-width:430px; margin-top:30px; padding:18px; border:1px solid #e5ddd1; border-radius:13px; background:#fff; }
.sp-contacts-requisites small,.sp-contacts-requisites span { color:#777168; font-size:.76rem; }
.sp-contacts-form-card { padding:32px; border:1px solid #e5ddd1; border-radius:20px; background:#fff; box-shadow:0 20px 60px rgba(31,26,18,.06); }
.sp-contact-form { display:grid; gap:16px; }
.sp-contact-form__grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.sp-contact-form label > span { display:block; margin-bottom:6px; color:#625e56; font-size:.78rem; font-weight:700; }
.sp-contact-form input:not([type="checkbox"]),.sp-contact-form select,.sp-contact-form textarea { width:100%; min-height:49px; padding:12px 14px; border:1px solid #ded7cc; border-radius:9px; background:#fff; color:#222; outline:none; transition:.18s ease; }
.sp-contact-form textarea { min-height:132px; resize:vertical; }
.sp-contact-form input:focus,.sp-contact-form select:focus,.sp-contact-form textarea:focus { border-color:#86a393; box-shadow:0 0 0 3px rgba(23,77,53,.09); }
.sp-contact-consent { display:grid!important; grid-template-columns:18px 1fr; align-items:start; gap:9px; }
.sp-contact-consent input { margin-top:3px; }
.sp-contact-consent span { margin:0!important; font-weight:400!important; }
.sp-contact-consent a { color:var(--sp-green); text-decoration:underline; }
.sp-contact-form .sp-btn { width:100%; }
.sp-contact-form > small { color:#807a72; text-align:center; }
.sp-contact-honeypot { position:absolute!important; left:-9999px!important; width:1px!important; height:1px!important; overflow:hidden!important; }
.sp-contact-notice { display:flex; align-items:center; gap:10px; margin-bottom:18px; padding:14px 16px; border-radius:11px; font-size:.86rem; }
.sp-contact-notice--success { border:1px solid #c9dfd1; background:#eff8f2; color:#1e5d3d; }
.sp-contact-notice--error { border:1px solid #ead1ca; background:#fff3ef; color:#8b3e2b; }
.sp-contact-notice .sp-icon { width:18px; }
.sp-contacts-editor { background:#fff; }

@media (max-width:1180px) {
  .sp-contacts-hero__grid { grid-template-columns:1fr 1fr; }
  .sp-contacts-hero__content h1 { font-size:clamp(3rem,5vw,4.7rem); }
  .sp-contacts-hero__facts { grid-template-columns:1fr; }
  .sp-contacts-regions__inner,.sp-contacts-form-layout { grid-template-columns:1fr; }
  .sp-contacts-form-intro { position:static; }
}
@media (max-width:980px) {
  .sp-contacts-hero__grid { grid-template-columns:1fr; }
  .sp-contacts-hero__visual { min-height:480px; }
  .sp-contacts-quick__grid { grid-template-columns:repeat(2,1fr); }
  .sp-contacts-quick__grid > a:nth-child(2)::after { display:none; }
  .sp-contacts-locations__grid { grid-template-columns:1fr; }
}
@media (max-width:720px) {
  .sp-contacts-breadcrumbs { padding-top:14px; padding-bottom:14px; }
  .sp-contacts-hero__grid { width:100%; border-right:0; border-left:0; border-radius:0; }
  .sp-contacts-hero__content { padding:42px 22px; }
  .sp-contacts-hero__content h1 { font-size:clamp(2.7rem,13vw,4.1rem); }
  .sp-contacts-hero__actions { display:grid; grid-template-columns:1fr; }
  .sp-contacts-hero__facts { margin-top:24px; }
  .sp-contacts-hero__visual { min-height:380px; }
  .sp-contacts-hero__card { right:16px; bottom:16px; left:16px; grid-template-columns:12px 1fr; padding:17px; }
  .sp-contacts-hero__card > a { grid-column:2; }
  .sp-contacts-quick__grid { grid-template-columns:1fr; border-radius:0; border-right:0; border-left:0; }
  .sp-contacts-quick__grid > a::after { top:auto!important; right:18px!important; bottom:0!important; left:18px!important; width:auto!important; height:1px; }
  .sp-location-card__body { padding:23px; }
  .sp-location-card dl > div { grid-template-columns:1fr; gap:6px; }
  .sp-location-card__actions { display:grid; grid-template-columns:1fr; }
  .sp-location-card__telegram { margin-left:0; padding:9px 0; }
  .sp-contacts-regions__inner { padding:27px 22px; border-right:0; border-left:0; border-radius:0; }
  .sp-contacts-regions__contacts,.sp-contact-form__grid { grid-template-columns:1fr; }
  .sp-contacts-form-card { padding:23px; border-right:0; border-left:0; border-radius:0; }
}


/* v2.2.0 — editable home page and sample cards before paint ideas. */
#home-samples {
  scroll-margin-top: 96px;
}

.sp-home-samples {
  padding-top: 62px;
  padding-bottom: 50px;
  background: #fff;
}

.sp-home-samples__head {
  margin-bottom: 28px;
}

.sp-home-samples__head > div > p:last-child {
  max-width: 780px;
  margin-bottom: 0;
  color: var(--sp-muted);
}

.sp-home-samples__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.sp-home-sample-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e6dfd5;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(31, 26, 18, .045);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.sp-home-sample-card:hover {
  transform: translateY(-3px);
  border-color: #d3c5b4;
  box-shadow: 0 18px 42px rgba(31, 26, 18, .09);
}

.sp-home-sample-card__link {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.sp-home-sample-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  display: block;
  overflow: hidden;
  background: linear-gradient(145deg, #f8f4ed, #eee7dd);
}

.sp-home-sample-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  padding: 12px;
  transition: transform .3s ease;
}

.sp-home-sample-card:hover .sp-home-sample-card__media img {
  transform: scale(1.025);
}

.sp-home-sample-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(23, 77, 53, .94);
  color: #fff;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .04em;
}

.sp-home-sample-card__body {
  min-height: 224px;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

.sp-home-sample-card__eyebrow {
  margin-bottom: 8px;
  color: var(--sp-green);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.sp-home-sample-card__body > strong {
  display: block;
  margin-bottom: 14px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.28rem;
  font-weight: 500;
  line-height: 1.15;
}

.sp-home-sample-card__specs {
  display: grid;
  gap: 7px;
  color: #69635b;
  font-size: .81rem;
  line-height: 1.4;
}

.sp-home-sample-card__specs span {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.sp-home-sample-card__specs span::before {
  content: '';
  width: 5px;
  height: 5px;
  flex: 0 0 auto;
  margin-top: .48em;
  border-radius: 50%;
  background: var(--sp-gold);
}

.sp-home-sample-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  padding-top: 18px;
  color: var(--sp-green);
  font-size: .82rem;
  font-weight: 800;
}

.sp-home-sample-card__cta .sp-icon {
  width: 16px;
  height: 16px;
  transition: transform .2s ease;
}

.sp-home-sample-card:hover .sp-home-sample-card__cta .sp-icon {
  transform: translateX(3px);
}

@media (max-width: 1180px) {
  .sp-home-samples__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .sp-home-samples {
    padding-top: 48px;
    padding-bottom: 40px;
  }

  .sp-home-samples__grid {
    display: flex;
    overflow-x: auto;
    gap: 14px;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .sp-home-sample-card {
    min-width: 82vw;
    flex: 0 0 82vw;
    scroll-snap-align: start;
  }
}

/* v2.3.0 — expanded, indexable and editable SEO content for the home page. */
.sp-home-seo-intro {
  padding-top: 72px;
  padding-bottom: 34px;
  background: #fff;
}

.sp-home-seo-intro__grid {
  display: grid;
  grid-template-columns: minmax(360px, .82fr) minmax(0, 1.18fr);
  gap: clamp(44px, 6vw, 96px);
  align-items: start;
}

.sp-home-seo-intro__heading {
  position: sticky;
  top: 112px;
}

.sp-home-seo-intro__heading h2 {
  max-width: 650px;
  margin-bottom: 28px;
}

.sp-home-seo-intro__actions,
.sp-home-order__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sp-home-seo-intro__text {
  max-width: none;
  padding: clamp(26px, 4vw, 46px);
  border: 1px solid #e8e0d5;
  border-radius: 22px;
  background: linear-gradient(145deg, #fbf8f3 0%, #fff 72%);
  box-shadow: 0 18px 55px rgba(38, 30, 20, .05);
}

.sp-home-seo-intro__text p {
  margin: 0;
  color: #48433c;
  font-size: 1.04rem;
  line-height: 1.78;
}

.sp-home-seo-intro__text p + p {
  margin-top: 1.2em;
}

.sp-home-seo-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid #e8e0d5;
  border-radius: 16px;
  background: #fff;
}

.sp-home-seo-links a {
  position: relative;
  min-height: 112px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 22px;
  align-content: center;
  gap: 5px 14px;
  padding: 22px 24px;
  transition: background .22s ease, color .22s ease;
}

.sp-home-seo-links a:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 22px;
  right: 0;
  bottom: 22px;
  width: 1px;
  background: #ece5db;
}

.sp-home-seo-links strong {
  font-size: .94rem;
}

.sp-home-seo-links span {
  grid-column: 1;
  color: #716b62;
  font-size: .78rem;
  line-height: 1.45;
}

.sp-home-seo-links .sp-icon {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  width: 18px;
  color: var(--sp-green);
  transition: transform .22s ease;
}

.sp-home-seo-links a:hover {
  background: #faf7f1;
}

.sp-home-seo-links a:hover .sp-icon {
  transform: translateX(4px);
}

.sp-home-profiles {
  padding-top: 44px;
  background: #f8f5ef;
}

.sp-home-profiles .sp-section-head > div > p:last-child {
  max-width: 850px;
}

.sp-home-profiles__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.sp-home-profile-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e5ddd1;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(36, 27, 18, .045);
  transition: transform .24s ease, box-shadow .24s ease;
}

.sp-home-profile-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 45px rgba(36, 27, 18, .085);
}

.sp-home-profile-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  display: block;
  overflow: hidden;
  background: #eee8df;
}

.sp-home-profile-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .35s ease;
}

.sp-home-profile-card:hover .sp-home-profile-card__media img {
  transform: scale(1.035);
}

.sp-home-profile-card__media > span {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 9px;
  border-radius: 999px;
  color: #fff;
  background: rgba(23, 77, 53, .94);
  font-size: .69rem;
  font-weight: 850;
  letter-spacing: .04em;
}

.sp-home-profile-card__body {
  padding: 20px;
}

.sp-home-profile-card__body h3 {
  min-height: 2.5em;
  margin-bottom: 10px;
  font-family: Inter, Arial, sans-serif;
  font-size: 1.02rem;
  font-weight: 850;
  line-height: 1.28;
}

.sp-home-profile-card__body > p {
  min-height: 4.2em;
  margin: 0 0 15px;
  color: #686259;
  font-size: .82rem;
  line-height: 1.5;
}

.sp-home-profile-card dl {
  margin: 0 0 17px;
  padding: 12px 0;
  border-top: 1px solid #eee7de;
  border-bottom: 1px solid #eee7de;
}

.sp-home-profile-card dl > div {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 10px;
  font-size: .75rem;
}

.sp-home-profile-card dl > div + div {
  margin-top: 7px;
}

.sp-home-profile-card dt {
  color: #827b72;
}

.sp-home-profile-card dd {
  margin: 0;
  font-weight: 750;
}

.sp-home-profile-card .sp-text-link {
  font-size: .78rem;
}

.sp-home-applications {
  padding-top: 70px;
  background: #fff;
}

.sp-home-applications__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.sp-home-application-card {
  position: relative;
  min-height: 220px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid #e8e0d5;
  border-radius: 18px;
  background: linear-gradient(145deg, #fff 0%, #fbf8f3 100%);
}

.sp-home-application-card__number {
  display: block;
  margin-bottom: 34px;
  color: #a87548;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.55rem;
}

.sp-home-application-card h3 {
  margin-bottom: 12px;
  font-family: Inter, Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 850;
}

.sp-home-application-card p {
  margin: 0;
  color: #625c54;
  font-size: .88rem;
  line-height: 1.58;
}

.sp-home-applications__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 30px;
  margin-top: 28px;
}

.sp-home-materials {
  background: #f8f5ef;
}

.sp-home-materials__intro {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: start;
  margin-bottom: 34px;
}

.sp-home-materials__intro .sp-richtext {
  max-width: none;
  color: #5d574f;
  font-size: 1rem;
  line-height: 1.72;
}

.sp-home-materials__intro .sp-richtext p {
  margin-top: 0;
}

.sp-home-materials__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #e4dbcf;
  border-radius: 19px;
  background: #fff;
}

.sp-home-materials__grid article {
  position: relative;
  min-height: 255px;
  padding: 28px 25px;
}

.sp-home-materials__grid article:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 25px;
  right: 0;
  bottom: 25px;
  width: 1px;
  background: #ece4da;
}

.sp-home-materials__grid article > span {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  margin-bottom: 30px;
  color: var(--sp-green);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.5rem;
}

.sp-home-materials__grid h3 {
  margin-bottom: 12px;
  font-family: Inter, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 850;
}

.sp-home-materials__grid p {
  margin: 0;
  color: #625d55;
  font-size: .84rem;
  line-height: 1.58;
}

.sp-home-materials__note {
  background: #f0eadf;
}

.sp-home-materials__note .sp-icon {
  width: 28px;
  height: 28px;
}

.sp-home-order {
  background: #fff;
}

.sp-home-order__grid {
  display: grid;
  grid-template-columns: minmax(340px, .85fr) minmax(0, 1.15fr);
  gap: clamp(45px, 7vw, 110px);
  align-items: center;
}

.sp-home-order__content .sp-richtext {
  max-width: 650px;
  color: #575149;
  line-height: 1.72;
}

.sp-home-order__actions {
  margin-top: 26px;
}

.sp-home-order__steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e8e0d5;
}

.sp-home-order__steps li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  padding: 23px 0;
  border-bottom: 1px solid #e8e0d5;
}

.sp-home-order__steps li > span {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--sp-green);
  font-size: .8rem;
  font-weight: 850;
}

.sp-home-order__steps strong {
  display: block;
  margin-bottom: 5px;
  font-size: .95rem;
}

.sp-home-order__steps p {
  margin: 0;
  color: #6b655d;
  font-size: .84rem;
  line-height: 1.5;
}

.sp-home-editor-content {
  padding-top: 30px;
  background: #fff;
}

.sp-home-editor-content > .sp-container {
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid #e8e0d5;
  border-radius: 20px;
  background: #fbf8f3;
}

.sp-home-faq {
  padding-top: 56px;
  background: #fff;
}

.sp-home-faq__list {
  border-top: 1px solid #e5ddd2;
}

.sp-home-faq__item {
  border-bottom: 1px solid #e5ddd2;
}

.sp-home-faq__item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 22px 0;
  cursor: pointer;
  list-style: none;
  font-size: 1rem;
  font-weight: 800;
}

.sp-home-faq__item summary::-webkit-details-marker {
  display: none;
}

.sp-home-faq__item summary b {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ded5c9;
  border-radius: 50%;
  color: var(--sp-green);
  background: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  transition: transform .22s ease, background .22s ease;
}

.sp-home-faq__item[open] summary b {
  transform: rotate(45deg);
  background: #f4efe7;
}

.sp-home-faq__item > div {
  max-width: 950px;
  padding: 0 68px 22px 0;
}

.sp-home-faq__item p {
  margin: 0;
  color: #5f5951;
  line-height: 1.68;
}

@media (max-width: 1180px) {
  .sp-home-seo-intro__grid,
  .sp-home-materials__intro,
  .sp-home-order__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .sp-home-seo-intro__heading {
    position: static;
  }

  .sp-home-seo-links,
  .sp-home-materials__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sp-home-seo-links a:nth-child(2)::after,
  .sp-home-materials__grid article:nth-child(2)::after {
    display: none;
  }

  .sp-home-profiles__grid,
  .sp-home-applications__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .sp-home-seo-intro,
  .sp-home-applications {
    padding-top: 52px;
  }

  .sp-home-seo-intro__text {
    padding: 24px 20px;
    border-radius: 16px;
  }

  .sp-home-seo-intro__text p {
    font-size: .96rem;
    line-height: 1.67;
  }

  .sp-home-seo-links {
    grid-template-columns: 1fr;
  }

  .sp-home-seo-links a:not(:last-child)::after {
    top: auto;
    right: 20px;
    bottom: 0;
    left: 20px;
    width: auto;
    height: 1px;
  }

  .sp-home-profiles__grid {
    display: flex;
    overflow-x: auto;
    gap: 14px;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .sp-home-profile-card {
    min-width: 82vw;
    flex: 0 0 82vw;
    scroll-snap-align: start;
  }

  .sp-home-applications__grid,
  .sp-home-materials__grid {
    grid-template-columns: 1fr;
  }

  .sp-home-materials__grid article:not(:last-child)::after {
    top: auto;
    right: 22px;
    bottom: 0;
    left: 22px;
    width: auto;
    height: 1px;
  }

  .sp-home-order__steps li {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 13px;
  }

  .sp-home-faq__item summary {
    align-items: flex-start;
    font-size: .94rem;
  }

  .sp-home-faq__item > div {
    padding-right: 0;
  }
}


/* v2.4.0 — indexable, lightweight catalogue SEO content. */
.sp-catalog-seo {
  padding: 12px 0 72px;
  background: #fff;
}

.sp-catalog-seo__nav {
  position: sticky;
  top: 76px;
  z-index: 40;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 56px;
  padding: 10px;
  border: 1px solid #e7e0d6;
  border-radius: 14px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 10px 32px rgba(31,26,18,.06);
  backdrop-filter: blur(14px);
}

.sp-catalog-seo__nav a {
  padding: 9px 13px;
  border-radius: 9px;
  color: #4f4b45;
  font-size: .8rem;
  font-weight: 750;
}

.sp-catalog-seo__nav a:hover {
  color: var(--sp-green);
  background: #f4f0e9;
}

.sp-catalog-seo__intro {
  max-width: 1080px;
  margin-bottom: 68px;
}

.sp-catalog-seo__intro h2,
.sp-catalog-seo__section-head h2,
.sp-catalog-order h2 {
  max-width: 980px;
  margin-bottom: 20px;
  font-size: clamp(2.2rem, 4vw, 4rem);
  letter-spacing: -.025em;
}

.sp-catalog-seo__lead {
  max-width: 980px;
  columns: 2;
  column-gap: 48px;
  color: #514d47;
  font-size: 1rem;
  line-height: 1.72;
}

.sp-catalog-seo__lead p:first-child {
  margin-top: 0;
}

.sp-catalog-seo__links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  margin-top: 28px;
}

.sp-catalog-seo__links a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--sp-green);
  font-size: .86rem;
  font-weight: 800;
}

.sp-catalog-seo__links .sp-icon {
  width: 16px;
}

.sp-catalog-seo__section {
  scroll-margin-top: 150px;
  padding: 64px 0;
  border-top: 1px solid #ebe5dc;
}

.sp-catalog-seo__section--soft {
  margin-inline: -28px;
  padding-inline: 28px;
  border: 0;
  border-radius: 22px;
  background: #f7f3ed;
}

.sp-catalog-seo__section-head {
  max-width: 980px;
  margin-bottom: 34px;
}

.sp-catalog-seo__section-head--compact {
  max-width: 900px;
}

.sp-catalog-seo__section-head > div,
.sp-catalog-order__copy > div {
  color: #57524b;
  line-height: 1.7;
}

.sp-catalog-seo__section-head p:last-child,
.sp-catalog-order__copy p:last-child {
  margin-bottom: 0;
}

.sp-catalog-compare {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.sp-catalog-compare__card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 22px;
  border: 1px solid #e6ded3;
  border-radius: 16px;
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease;
}

.sp-catalog-compare__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(31,26,18,.07);
}

.sp-catalog-compare__top {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 14px;
}

.sp-catalog-compare__top span {
  color: var(--sp-green);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .08em;
}

.sp-catalog-compare__top strong {
  font-size: 1rem;
  line-height: 1.35;
}

.sp-catalog-compare__card > p {
  margin: 0 0 18px;
  color: #5e5952;
  font-size: .86rem;
  line-height: 1.55;
}

.sp-catalog-compare__card dl {
  display: grid;
  gap: 9px;
  margin: auto 0 18px;
}

.sp-catalog-compare__card dl > div {
  display: grid;
  gap: 2px;
  padding-top: 9px;
  border-top: 1px solid #eee8df;
}

.sp-catalog-compare__card dt {
  color: var(--sp-muted);
  font-size: .7rem;
}

.sp-catalog-compare__card dd {
  margin: 0;
  font-size: .79rem;
  font-weight: 750;
  line-height: 1.4;
}

.sp-catalog-compare__card > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--sp-green);
  font-size: .8rem;
  font-weight: 800;
}

.sp-catalog-compare__card > a .sp-icon {
  width: 15px;
}

.sp-catalog-materials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.sp-catalog-materials article,
.sp-catalog-applications article {
  position: relative;
  padding: 24px;
  border: 1px solid #e7dfd3;
  border-radius: 15px;
  background: rgba(255,255,255,.78);
}

.sp-catalog-materials article > span,
.sp-catalog-applications article > span {
  display: block;
  margin-bottom: 18px;
  color: #a87344;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.15rem;
}

.sp-catalog-materials h3,
.sp-catalog-applications h3 {
  margin-bottom: 10px;
  font-family: Inter, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
}

.sp-catalog-materials p,
.sp-catalog-applications p {
  margin: 0;
  color: #5d5851;
  font-size: .86rem;
  line-height: 1.62;
}

.sp-catalog-applications {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 25px;
}

.sp-catalog-applications article {
  background: #fff;
}

.sp-catalog-order {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 34px;
  align-items: stretch;
}

.sp-catalog-order__copy,
.sp-catalog-order__aside {
  display: flex;
  flex-direction: column;
}

.sp-catalog-order__figure {
  position: relative;
  margin: 24px 0 0;
  overflow: hidden;
  border: 1px solid #e6dfd5;
  border-radius: 22px;
  background: #f6f1ea;
  box-shadow: 0 18px 44px rgba(36, 28, 20, .08);
  flex: 1 1 auto;
  min-height: 500px;
}

.sp-catalog-order__figure picture,
.sp-catalog-order__figure img {
  display: block;
  width: 100%;
}

.sp-catalog-order__figure img {
  height: 100%;
  min-height: 500px;
  object-fit: cover;
}

.sp-catalog-order__figure figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 13px 15px;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 13px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 12px 30px rgba(0,0,0,.12);
  backdrop-filter: blur(12px);
}

.sp-catalog-order__figure figcaption strong {
  color: var(--sp-green);
  font-size: .9rem;
}

.sp-catalog-order__figure figcaption span {
  color: #615c55;
  font-size: .78rem;
  line-height: 1.45;
}

.sp-catalog-order__aside {
  min-height: 500px;
  padding: 26px;
  border: 1px solid #e6dfd5;
  border-radius: 22px;
  background: linear-gradient(180deg, #f8f4ee 0%, #f4efe7 100%);
  box-shadow: 0 18px 44px rgba(36, 28, 20, .06);
  position: relative;
  overflow: hidden;
}

.sp-catalog-order__aside::before {
  content: '';
  position: absolute;
  inset: auto -80px -80px auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(15,92,58,.08) 0%, rgba(15,92,58,0) 70%);
  pointer-events: none;
}

.sp-catalog-order__aside-head {
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
}

.sp-catalog-order__aside-head h3 {
  margin: 0 0 10px;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  line-height: 1.05;
}

.sp-catalog-order__aside-head p:last-child {
  margin: 0;
  color: var(--sp-muted);
  font-size: .96rem;
  line-height: 1.65;
}

.sp-catalog-order__steps {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1 1 auto;
}

.sp-catalog-order__steps li {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 18px 18px;
  border: 1px solid #e6dfd5;
  border-radius: 16px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 10px 24px rgba(36, 28, 20, .05);
  min-height: 88px;
}

.sp-catalog-order__steps li > span {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #1c6a48 0%, var(--sp-green) 100%);
  color: #fff;
  font-weight: 850;
  font-size: 1.05rem;
  box-shadow: 0 10px 20px rgba(15, 92, 58, .18);
}

.sp-catalog-order__steps li div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.sp-catalog-order__steps strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1rem;
}

.sp-catalog-order__steps small {
  color: var(--sp-muted);
  font-size: .84rem;
  line-height: 1.5;
}

.sp-catalog-seo__editor {
  max-width: 1040px;
  margin: 20px 0 56px;
  padding: 30px;
  border-left: 3px solid var(--sp-green);
  background: #f8f5ef;
}

.sp-catalog-faq__list {
  border-top: 1px solid #e5ded4;
}

.sp-catalog-faq details {
  border-bottom: 1px solid #e5ded4;
}

.sp-catalog-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 19px 2px;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.sp-catalog-faq summary::-webkit-details-marker {
  display: none;
}

.sp-catalog-faq summary span {
  color: var(--sp-green);
  font-size: 1.25rem;
  transition: transform .2s ease;
}

.sp-catalog-faq details[open] summary span {
  transform: rotate(45deg);
}

.sp-catalog-faq details > div {
  max-width: 980px;
  padding: 0 2px 20px;
  color: #57524b;
  line-height: 1.7;
}

@media (max-width: 1180px) {
  .sp-catalog-compare {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sp-catalog-applications {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .sp-catalog-seo__nav {
    position: static;
  }

  .sp-catalog-seo__lead {
    columns: 1;
  }

  .sp-catalog-order {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 680px) {
  .sp-catalog-seo {
    padding-bottom: 46px;
  }

  .sp-catalog-seo__nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-bottom: 42px;
  }

  .sp-catalog-seo__nav a {
    flex: 0 0 auto;
  }

  .sp-catalog-seo__intro,
  .sp-catalog-seo__section {
    margin-bottom: 0;
  }

  .sp-catalog-seo__section {
    padding: 48px 0;
  }

  .sp-catalog-seo__section--soft {
    margin-inline: -14px;
    padding-inline: 14px;
    border-radius: 16px;
  }

  .sp-catalog-compare,
  .sp-catalog-materials,
  .sp-catalog-applications {
    grid-template-columns: 1fr;
  }

  .sp-catalog-seo__intro h2,
  .sp-catalog-seo__section-head h2,
  .sp-catalog-order h2 {
    font-size: 2.25rem;
  }

  .sp-catalog-seo__editor {
    padding: 22px;
  }
}


@media (max-width: 767px) {
  .sp-catalog-order__figure img {
    height: 320px;
    min-height: 320px;
  }

  .sp-catalog-order__figure {
    min-height: 320px;
  }

  .sp-catalog-order__aside {
    min-height: auto;
    padding: 20px;
  }

  .sp-catalog-order__aside-head h3 {
    font-size: 1.6rem;
  }

  .sp-catalog-order__steps {
    grid-template-rows: none;
  }

  .sp-catalog-order__steps li {
    grid-template-columns: 44px minmax(0, 1fr);
    min-height: 0;
    padding: 14px;
  }

  .sp-catalog-order__steps li > span {
    width: 44px;
    height: 44px;
    font-size: .98rem;
  }

  .sp-catalog-order__figure figcaption {
    position: static;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
    backdrop-filter: none;
  }
}

/* v2.5.0 — complete visual and commercial refinement of the lightweight catalogue. */
.sp-simple-catalog__intro {
  padding: 42px 0 54px;
}

.sp-simple-catalog__intro-grid {
  grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
  align-items: stretch;
  gap: 32px;
}

.sp-simple-catalog__intro-copy {
  align-self: center;
  padding: 22px 0;
}

.sp-simple-catalog__hero-visual {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  border: 1px solid #e3dacd;
  border-radius: 22px;
  background: #e9dfd2;
  box-shadow: 0 22px 54px rgba(31,26,18,.10);
}

.sp-simple-catalog__hero-visual picture,
.sp-simple-catalog__hero-visual > picture img {
  width: 100%;
  height: 100%;
  display: block;
}

.sp-simple-catalog__hero-visual > picture img {
  min-height: 410px;
  object-fit: cover;
}

.sp-simple-catalog__hero-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(18,13,9,.08), rgba(18,13,9,.16));
  pointer-events: none;
}

.sp-simple-catalog__hero-panel {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 22px;
  width: min(360px, calc(100% - 44px));
  padding: 20px;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 17px;
  background: rgba(255,255,255,.93);
  box-shadow: 0 18px 40px rgba(0,0,0,.16);
  backdrop-filter: blur(14px);
}

.sp-simple-catalog__hero-panel strong {
  display: block;
  margin-bottom: 10px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.8rem;
  line-height: 1;
}

.sp-simple-catalog__hero-panel ul {
  display: grid;
  gap: 7px;
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}

.sp-simple-catalog__hero-panel li {
  position: relative;
  padding-left: 18px;
  color: #514c45;
  font-size: .82rem;
}

.sp-simple-catalog__hero-panel li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--sp-green);
  font-weight: 900;
}

.sp-simple-catalog__hero-panel a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--sp-green);
  font-size: .82rem;
  font-weight: 800;
}

.sp-simple-catalog__hero-panel a .sp-icon {
  width: 15px;
}

.sp-simple-product-card {
  height: 100%;
}

.sp-simple-product-card__image {
  position: relative;
  aspect-ratio: 1 / .78;
}

.sp-simple-product-card--panel .sp-simple-product-card__image img,
.sp-simple-product-card--sample .sp-simple-product-card__image img {
  object-fit: contain;
  padding: 10px;
  background: #f5f1eb;
}

.sp-simple-product-card__relation {
  position: absolute;
  right: 12px;
  top: 12px;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: #5c564f;
  font-size: .66rem;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(31,26,18,.08);
}

.sp-simple-product-card__body {
  min-height: 330px;
}

.sp-simple-product-card__subtitle {
  min-height: 58px;
}

.sp-simple-product-card__specs {
  margin-top: 17px;
}

.sp-simple-product-card__bottom {
  padding-top: 16px;
  border-top: 1px solid #eee8df;
}

.sp-simple-product-card__link {
  width: 100%;
  justify-content: space-between;
}

.sp-catalog-seo__nav {
  margin-bottom: 42px;
}

.sp-catalog-seo__intro {
  padding: 32px;
  border: 1px solid #e7e0d6;
  border-radius: 22px;
  background: linear-gradient(135deg, #fbfaf7 0%, #f4efe7 100%);
}

.sp-catalog-compare__card {
  overflow: hidden;
  padding: 0;
}

.sp-catalog-compare__visual {
  display: block;
  height: 178px;
  overflow: hidden;
  background: #f5f1eb;
}

.sp-catalog-compare__visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  padding: 9px;
  transition: transform .25s ease;
}

.sp-catalog-compare__card:hover .sp-catalog-compare__visual img {
  transform: scale(1.025);
}

.sp-catalog-compare__top,
.sp-catalog-compare__card > p,
.sp-catalog-compare__card dl,
.sp-catalog-compare__card > a {
  margin-left: 20px;
  margin-right: 20px;
}

.sp-catalog-compare__top {
  margin-top: 18px;
}

.sp-catalog-compare__card > a {
  margin-bottom: 20px;
}

.sp-catalog-materials article {
  overflow: hidden;
  padding: 26px;
  background: #fff;
}

.sp-catalog-materials article::after {
  content: '';
  position: absolute;
  right: -30px;
  bottom: -40px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(166,115,68,.10), rgba(166,115,68,0) 72%);
}

.sp-catalog-materials__tag {
  width: fit-content;
  margin: -4px 0 15px;
  padding: 6px 9px;
  border-radius: 999px;
  background: #f3eee7;
  color: #665f56;
  font-size: .68rem;
  font-weight: 800;
}

.sp-catalog-materials article > small {
  display: block;
  margin-top: 16px;
  color: var(--sp-green);
  font-size: .74rem;
  font-weight: 800;
}

.sp-catalog-applications article {
  overflow: hidden;
  padding: 0;
  background: #fff;
}

.sp-catalog-applications article > img {
  width: 100%;
  height: 180px;
  display: block;
  object-fit: cover;
}

.sp-catalog-applications article > div {
  padding: 20px;
}

.sp-catalog-applications article > div > span {
  display: block;
  margin-bottom: 12px;
  color: #a87344;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.05rem;
}

.sp-catalog-order__actions {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 16px;
}

.sp-simple-catalog__cta-card {
  align-items: stretch;
  background: linear-gradient(135deg, #f5f0e8 0%, #ede5da 100%);
  border: 1px solid #e4dacd;
  box-shadow: 0 18px 44px rgba(31,26,18,.07);
}

.sp-simple-catalog__cta-copy {
  max-width: 920px;
}

.sp-simple-catalog__cta-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.sp-simple-catalog__cta-copy li {
  position: relative;
  padding-left: 17px;
  color: #5d5851;
  font-size: .82rem;
}

.sp-simple-catalog__cta-copy li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--sp-green);
  font-weight: 900;
}

.sp-simple-catalog__cta-actions {
  min-width: 250px;
  display: grid;
  align-content: center;
  gap: 10px;
}

@media (max-width: 1180px) {
  .sp-simple-catalog__intro-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sp-catalog-compare {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .sp-simple-catalog__intro-grid {
    grid-template-columns: 1fr;
  }

  .sp-simple-catalog__hero-visual {
    min-height: 360px;
  }

  .sp-catalog-applications {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .sp-simple-catalog__hero-visual,
  .sp-simple-catalog__hero-visual > picture img {
    min-height: 410px;
  }

  .sp-simple-catalog__hero-panel {
    right: 14px;
    bottom: 14px;
    width: calc(100% - 28px);
  }

  .sp-catalog-seo__intro {
    padding: 24px 20px;
  }

  .sp-catalog-compare,
  .sp-catalog-applications {
    grid-template-columns: 1fr;
  }

  .sp-catalog-order__actions,
  .sp-simple-catalog__cta-actions {
    grid-template-columns: 1fr;
  }

  .sp-simple-catalog__cta-copy ul {
    display: grid;
    gap: 8px;
  }
}

/* v2.6.0 — catalogue rebuilt as a conversion-focused landing page. */
.sp-simple-catalog__intro {
  padding: 46px 0 34px;
  background: linear-gradient(180deg, #fbfaf7 0%, #fff 100%);
}

.sp-simple-catalog__intro-grid {
  grid-template-columns: minmax(0, .88fr) minmax(560px, 1.12fr);
  gap: 38px;
}

.sp-simple-catalog__intro-copy > p:not(.sp-eyebrow) {
  max-width: 720px;
  font-size: 1.02rem;
  line-height: 1.7;
}

.sp-catalog-hero-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.sp-catalog-hero-facts span {
  min-width: 0;
  padding: 13px 12px;
  border: 1px solid #e7e0d6;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(31, 26, 18, .04);
}

.sp-catalog-hero-facts strong,
.sp-catalog-hero-facts small {
  display: block;
}

.sp-catalog-hero-facts strong {
  margin-bottom: 3px;
  color: var(--sp-green);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.35rem;
  line-height: 1;
}

.sp-catalog-hero-facts small {
  color: var(--sp-muted);
  font-size: .72rem;
  line-height: 1.25;
}

.sp-catalog-purchase-strip {
  padding: 0 0 26px;
  background: #fff;
}

.sp-catalog-purchase-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(220px, .9fr);
  border: 1px solid #e7e0d6;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(31, 26, 18, .045);
  overflow: hidden;
}

.sp-catalog-purchase-strip article,
.sp-catalog-purchase-strip__grid > a {
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 17px 18px;
  border-right: 1px solid #eee8df;
}

.sp-catalog-purchase-strip article > .sp-icon {
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  color: var(--sp-gold);
}

.sp-catalog-purchase-strip article div,
.sp-catalog-purchase-strip__grid > a {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.sp-catalog-purchase-strip strong,
.sp-catalog-purchase-strip small,
.sp-catalog-purchase-strip__grid > a span {
  display: block;
}

.sp-catalog-purchase-strip article strong {
  margin-bottom: 3px;
  font-size: .87rem;
}

.sp-catalog-purchase-strip article small {
  color: var(--sp-muted);
  font-size: .73rem;
  line-height: 1.35;
}

.sp-catalog-purchase-strip__grid > a {
  border-right: 0;
  background: var(--sp-green);
  color: #fff;
  transition: background .2s ease;
}

.sp-catalog-purchase-strip__grid > a:hover {
  background: var(--sp-green-2);
}

.sp-catalog-purchase-strip__grid > a span {
  margin-bottom: 4px;
  font-size: .72rem;
  opacity: .78;
}

.sp-catalog-purchase-strip__grid > a strong {
  font-size: 1rem;
}

.sp-catalog-quick-choice {
  padding: 42px 0 54px;
  background: #fff;
}

.sp-catalog-quick-choice__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.sp-catalog-quick-choice__head h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 3vw, 3.25rem);
}

.sp-catalog-quick-choice__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.sp-catalog-quick-choice__grid a {
  position: relative;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  border: 1px solid #e7e0d6;
  border-radius: 17px;
  background: linear-gradient(145deg, #fff 0%, #f7f3ed 100%);
  box-shadow: 0 12px 28px rgba(31, 26, 18, .035);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.sp-catalog-quick-choice__grid a:hover {
  transform: translateY(-3px);
  border-color: rgba(23,77,53,.3);
  box-shadow: 0 18px 34px rgba(31, 26, 18, .075);
}

.sp-catalog-quick-choice__grid a > span {
  margin-bottom: auto;
  color: var(--sp-green);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .08em;
}

.sp-catalog-quick-choice__grid strong {
  margin: 20px 0 6px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.35rem;
  line-height: 1.05;
}

.sp-catalog-quick-choice__grid small {
  max-width: 210px;
  color: var(--sp-muted);
  font-size: .78rem;
  line-height: 1.45;
}

.sp-catalog-quick-choice__grid .sp-icon {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 18px;
  color: var(--sp-green);
}

.sp-simple-catalog__head {
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}

.sp-simple-catalog__head-note {
  width: min(340px, 100%);
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  border: 1px solid #e5ddd2;
  border-radius: 13px;
  background: #f8f4ee;
}

.sp-simple-catalog__head-note strong {
  color: var(--sp-green);
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.sp-simple-catalog__head-note span {
  color: var(--sp-muted);
  font-size: .78rem;
  line-height: 1.45;
}

.sp-simple-catalog__head-note--sample {
  background: #fff;
}

.sp-simple-product-card__choice {
  position: absolute;
  left: 12px;
  bottom: 12px;
  max-width: calc(100% - 24px);
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  color: #5f574f;
  font-size: .66rem;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(31,26,18,.08);
}

.sp-simple-product-card__body {
  min-height: 410px;
}

.sp-simple-product-card__decision {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 14px 0 16px;
}

.sp-simple-product-card__decision span {
  min-width: 0;
  padding: 10px;
  border-radius: 10px;
  background: #f7f3ed;
}

.sp-simple-product-card__decision small,
.sp-simple-product-card__decision strong {
  display: block;
}

.sp-simple-product-card__decision small {
  margin-bottom: 3px;
  color: var(--sp-muted);
  font-size: .64rem;
}

.sp-simple-product-card__decision strong {
  font-size: .73rem;
  line-height: 1.35;
}

.sp-simple-product-card__purchase-note {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  margin-top: 14px;
  color: #5f5951;
  font-size: .7rem;
  line-height: 1.4;
}

.sp-simple-product-card__purchase-note .sp-icon {
  width: 16px;
  height: 16px;
  color: var(--sp-green);
}

.sp-catalog-buying-guide {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  gap: 30px;
  margin-bottom: 58px;
  padding: 34px;
  border: 1px solid #e7e0d6;
  border-radius: 24px;
  background: linear-gradient(135deg, #fbfaf7 0%, #f2ece3 100%);
  box-shadow: 0 18px 46px rgba(31,26,18,.055);
}

.sp-catalog-buying-guide__copy h2 {
  max-width: 760px;
}

.sp-catalog-buying-guide__checklist {
  padding: 24px;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 19px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 14px 32px rgba(31,26,18,.055);
}

.sp-catalog-buying-guide__checklist h3 {
  margin-bottom: 17px;
  font-size: 1.75rem;
}

.sp-catalog-buying-guide__checklist ol {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.sp-catalog-buying-guide__checklist li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 9px;
  padding: 11px;
  border-radius: 11px;
  background: #f7f3ed;
}

.sp-catalog-buying-guide__checklist li > span {
  color: var(--sp-gold);
  font-size: .7rem;
  font-weight: 850;
}

.sp-catalog-buying-guide__checklist li strong,
.sp-catalog-buying-guide__checklist li small {
  display: block;
}

.sp-catalog-buying-guide__checklist li strong {
  margin-bottom: 2px;
  font-size: .78rem;
}

.sp-catalog-buying-guide__checklist li small {
  color: var(--sp-muted);
  font-size: .68rem;
  line-height: 1.35;
}

.sp-catalog-buying-guide__contacts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.sp-catalog-buying-guide__contacts a {
  min-width: 0;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  padding: 12px;
  border: 1px solid #e4ddd2;
  border-radius: 11px;
  background: #fff;
}

.sp-catalog-buying-guide__contacts .sp-icon {
  width: 20px;
  color: var(--sp-green);
}

.sp-catalog-buying-guide__contacts small,
.sp-catalog-buying-guide__contacts strong {
  display: block;
  overflow-wrap: anywhere;
}

.sp-catalog-buying-guide__contacts small {
  color: var(--sp-muted);
  font-size: .65rem;
}

.sp-catalog-buying-guide__contacts strong {
  font-size: .75rem;
}

.sp-catalog-compare {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sp-catalog-compare__content {
  display: flex;
  flex-direction: column;
  min-height: 355px;
  padding-bottom: 20px;
}

.sp-catalog-compare__content > p,
.sp-catalog-compare__content dl,
.sp-catalog-compare__content > a {
  margin-left: 20px;
  margin-right: 20px;
}

.sp-catalog-compare__content > a {
  margin-top: auto;
}

.sp-catalog-matrix {
  margin-top: 18px;
  overflow-x: auto;
  border: 1px solid #e5ddd2;
  border-radius: 17px;
  background: #fff;
}

.sp-catalog-matrix table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
  font-size: .78rem;
}

.sp-catalog-matrix th,
.sp-catalog-matrix td {
  padding: 14px 16px;
  border-bottom: 1px solid #eee8df;
  text-align: left;
  vertical-align: top;
}

.sp-catalog-matrix thead th {
  background: #f5f1eb;
  color: #575149;
  font-size: .7rem;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.sp-catalog-matrix tbody tr:last-child th,
.sp-catalog-matrix tbody tr:last-child td {
  border-bottom: 0;
}

.sp-catalog-matrix tbody th a,
.sp-catalog-matrix tbody td a {
  color: var(--sp-green);
  font-weight: 850;
}

.sp-catalog-calculator {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
  gap: 34px;
  padding: 34px;
  border: 1px solid #e5ddd2;
  border-radius: 24px;
  background: linear-gradient(135deg, #f4efe7 0%, #fff 100%);
  box-shadow: 0 18px 44px rgba(31,26,18,.05);
}

.sp-catalog-calculator__copy h2 {
  max-width: 620px;
}

.sp-catalog-calculator__copy > p:last-of-type {
  color: var(--sp-muted);
  line-height: 1.7;
}

.sp-catalog-calculator__tips {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.sp-catalog-calculator__tips span {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  font-size: .82rem;
}

.sp-catalog-calculator__tips .sp-icon {
  width: 16px;
  color: var(--sp-green);
}

.sp-catalog-calculator__form {
  padding: 24px;
  border: 1px solid #e3dcd1;
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(31,26,18,.055);
}

.sp-catalog-calculator__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.sp-catalog-calculator__fields label > span {
  display: block;
  margin-bottom: 6px;
  color: var(--sp-muted);
  font-size: .72rem;
  font-weight: 750;
}

.sp-catalog-calculator__fields label > div {
  position: relative;
}

.sp-catalog-calculator__fields input,
.sp-catalog-calculator__fields select {
  width: 100%;
  min-height: 46px;
  padding: 0 42px 0 12px;
  border: 1px solid #ded7cd;
  border-radius: 9px;
  background: #fff;
}

.sp-catalog-calculator__fields label small {
  position: absolute;
  right: 12px;
  bottom: 13px;
  color: var(--sp-muted);
}

.sp-catalog-calculator__length {
  grid-column: 1 / -1;
}

.sp-catalog-calculator__length select {
  padding-right: 12px;
}

.sp-catalog-calculator__results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 16px 0 12px;
}

.sp-catalog-calculator__results > div {
  padding: 14px;
  border-radius: 11px;
  background: #f5f1eb;
}

.sp-catalog-calculator__results small,
.sp-catalog-calculator__results strong {
  display: block;
}

.sp-catalog-calculator__results small {
  margin-bottom: 4px;
  color: var(--sp-muted);
  font-size: .68rem;
}

.sp-catalog-calculator__results strong {
  font-size: 1rem;
}

.sp-catalog-calculator__status {
  margin: 0 0 14px;
  padding: 10px 12px;
  border-radius: 9px;
  background: #edf5f0;
  color: #315b47;
  font-size: .74rem;
  line-height: 1.45;
}

.sp-catalog-calculator__status.is-warning {
  background: #fff4e6;
  color: #845728;
}

.sp-catalog-calculator__actions {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 10px;
  margin-bottom: 10px;
}

.sp-catalog-calculator__form > small {
  display: block;
  color: var(--sp-muted);
  font-size: .68rem;
  line-height: 1.45;
}

.sp-catalog-materials article ul {
  display: grid;
  gap: 7px;
  margin: 17px 0 0;
  padding: 0;
  list-style: none;
}

.sp-catalog-materials article li {
  position: relative;
  padding-left: 17px;
  color: #615a52;
  font-size: .74rem;
}

.sp-catalog-materials article li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--sp-green);
  font-weight: 850;
}

.sp-catalog-material-warning {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin-top: 16px;
  padding: 17px 18px;
  border: 1px solid #dfd6ca;
  border-radius: 14px;
  background: #fff;
}

.sp-catalog-material-warning > .sp-icon {
  width: 28px;
  color: var(--sp-green);
}

.sp-catalog-material-warning strong,
.sp-catalog-material-warning span {
  display: block;
}

.sp-catalog-material-warning strong {
  margin-bottom: 3px;
  font-size: .85rem;
}

.sp-catalog-material-warning span {
  color: var(--sp-muted);
  font-size: .74rem;
  line-height: 1.45;
}

.sp-catalog-material-warning > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--sp-green);
  font-size: .78rem;
  font-weight: 800;
  white-space: nowrap;
}

.sp-catalog-material-warning > a .sp-icon {
  width: 15px;
}

.sp-catalog-order__delivery {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 14px;
}

.sp-catalog-order__delivery > span {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  padding: 12px;
  border-radius: 11px;
  background: rgba(255,255,255,.88);
}

.sp-catalog-order__delivery .sp-icon {
  width: 20px;
  color: var(--sp-gold);
}

.sp-catalog-order__delivery strong,
.sp-catalog-order__delivery small {
  display: block;
}

.sp-catalog-order__delivery strong {
  font-size: .77rem;
}

.sp-catalog-order__delivery small {
  color: var(--sp-muted);
  font-size: .66rem;
}

.sp-simple-catalog__cta-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--sp-green);
  font-size: .82rem;
  font-weight: 800;
}

.sp-simple-catalog__cta-phone .sp-icon {
  width: 17px;
}

.sp-catalog-mobile-bar {
  display: none;
}

@media (max-width: 1180px) {
  .sp-simple-catalog__intro-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sp-catalog-purchase-strip__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sp-catalog-purchase-strip article:nth-child(2) {
    border-right: 0;
  }

  .sp-catalog-purchase-strip__grid > a {
    grid-column: 1 / -1;
  }

  .sp-catalog-buying-guide,
  .sp-catalog-calculator {
    grid-template-columns: 1fr;
  }

  .sp-catalog-compare {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .sp-simple-catalog__intro-grid,
  .sp-catalog-quick-choice__grid {
    grid-template-columns: 1fr 1fr;
  }

  .sp-simple-catalog__intro-copy {
    grid-column: 1 / -1;
  }

  .sp-simple-catalog__hero-visual {
    grid-column: 1 / -1;
  }

  .sp-simple-catalog__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .sp-simple-catalog__head-note {
    width: 100%;
  }

  .sp-catalog-buying-guide__checklist ol {
    grid-template-columns: 1fr;
  }

  .sp-catalog-material-warning {
    grid-template-columns: 30px minmax(0, 1fr);
  }

  .sp-catalog-material-warning > a {
    grid-column: 2;
  }
}

@media (max-width: 680px) {
  .sp-simple-catalog__intro {
    padding-top: 28px;
  }

  .sp-simple-catalog__intro-grid,
  .sp-catalog-quick-choice__grid,
  .sp-catalog-purchase-strip__grid,
  .sp-catalog-hero-facts,
  .sp-catalog-buying-guide__contacts,
  .sp-catalog-calculator__fields,
  .sp-catalog-calculator__results,
  .sp-catalog-calculator__actions,
  .sp-catalog-order__delivery {
    grid-template-columns: 1fr;
  }

  .sp-catalog-purchase-strip article,
  .sp-catalog-purchase-strip__grid > a {
    border-right: 0;
    border-bottom: 1px solid #eee8df;
  }

  .sp-catalog-purchase-strip__grid > a {
    grid-column: auto;
    border-bottom: 0;
  }

  .sp-catalog-quick-choice__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .sp-catalog-quick-choice__grid a {
    min-height: 130px;
  }

  .sp-simple-product-card__decision {
    grid-template-columns: 1fr;
  }

  .sp-simple-product-card__body {
    min-height: auto;
  }

  .sp-catalog-buying-guide,
  .sp-catalog-calculator {
    padding: 22px;
    border-radius: 18px;
  }

  .sp-catalog-buying-guide__checklist,
  .sp-catalog-calculator__form {
    padding: 18px;
  }

  .sp-catalog-compare {
    grid-template-columns: 1fr;
  }

  .sp-catalog-calculator__length,
  .sp-catalog-material-warning > a {
    grid-column: auto;
  }

  .sp-catalog-material-warning {
    grid-template-columns: 1fr;
  }

  .sp-catalog-material-warning > .sp-icon {
    display: none;
  }

  .sp-catalog-mobile-bar {
    position: fixed;
    z-index: 1200;
    right: 14px;
    bottom: 14px;
    left: 14px;
    display: grid;
    grid-template-columns: 1fr 52px;
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(255,255,255,.7);
    border-radius: 15px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 18px 48px rgba(0,0,0,.18);
    backdrop-filter: blur(14px);
  }

  .sp-catalog-mobile-bar a {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--sp-green);
    color: #fff;
    font-weight: 800;
  }

  .sp-catalog-mobile-bar a:last-child {
    background: #f4efe8;
    color: var(--sp-green);
  }

  .sp-catalog-mobile-bar .sp-icon {
    width: 20px;
  }
}

/* v2.6.1 — sample block refinement: stronger OPAN cards, clearer guidance, better CTA. */
.sp-simple-catalog__group--samples .sp-simple-catalog__head {
  align-items: flex-start;
}

.sp-simple-catalog__head-note--sample {
  gap: 10px;
  width: min(380px, 100%);
  padding: 18px 18px 16px;
  background: linear-gradient(180deg, #fff 0%, #fbf8f3 100%);
  box-shadow: 0 12px 28px rgba(31,26,18,.05);
}

.sp-simple-catalog__sample-steps {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sp-simple-catalog__sample-steps li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 10px 11px;
  border-radius: 11px;
  background: rgba(244, 239, 231, .88);
}

.sp-simple-catalog__sample-steps b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--sp-green);
  color: #fff;
  font-size: .75rem;
}

.sp-simple-catalog__sample-steps span {
  color: var(--sp-text);
  font-size: .78rem;
  line-height: 1.45;
}

.sp-simple-catalog__group--samples .sp-simple-product-card {
  overflow: hidden;
}

.sp-simple-catalog__group--samples .sp-simple-product-card__image {
  background: #f5f1ea;
}

.sp-simple-catalog__group--samples .sp-simple-product-card__image img {
  background: linear-gradient(180deg, #f3f0ea 0%, #ece6dc 100%);
}

.sp-simple-catalog__group--samples .sp-simple-product-card__body {
  min-height: 440px;
}

.sp-simple-product-card__match {
  display: grid;
  gap: 2px;
  margin: 8px 0 14px;
  padding: 12px 14px;
  border: 1px solid #e7e0d5;
  border-radius: 12px;
  background: #fbf8f3;
}

.sp-simple-product-card__match small {
  color: var(--sp-muted);
  font-size: .68rem;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.sp-simple-product-card__match strong {
  color: var(--sp-green);
  font-size: 1rem;
}

.sp-simple-product-card__match span {
  color: #625d57;
  font-size: .74rem;
  line-height: 1.45;
}

.sp-simple-product-card__sample-purpose {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  margin: 0 0 14px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f5f1ea;
  color: #4d4a44;
  font-size: .74rem;
  line-height: 1.45;
}

.sp-simple-product-card__sample-purpose .sp-icon {
  width: 15px;
  height: 15px;
  color: var(--sp-green);
  margin-top: 1px;
}

.sp-simple-product-card__subaction {
  color: var(--sp-muted);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .02em;
}

.sp-simple-product-card__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.sp-simple-product-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 12px;
  border: 1px solid #d8d0c4;
  background: #fff;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease;
}

.sp-simple-product-card--panel .sp-simple-product-card__link {
  color: var(--sp-green);
}

.sp-simple-product-card--sample .sp-simple-product-card__link {
  background: var(--sp-green);
  border-color: var(--sp-green);
  color: #fff;
  box-shadow: 0 14px 28px rgba(24,94,58,.16);
}

.sp-simple-product-card__clickarea:hover .sp-simple-product-card__link,
.sp-simple-product-card__clickarea:focus-visible .sp-simple-product-card__link {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(31,26,18,.08);
}

.sp-simple-product-card--sample .sp-simple-product-card__clickarea:hover .sp-simple-product-card__link,
.sp-simple-product-card--sample .sp-simple-product-card__clickarea:focus-visible .sp-simple-product-card__link {
  box-shadow: 0 16px 30px rgba(24,94,58,.2);
}

@media (max-width: 960px) {
  .sp-simple-catalog__head-note--sample {
    width: 100%;
  }

  .sp-simple-catalog__sample-steps span {
    font-size: .74rem;
  }

  .sp-simple-catalog__group--samples .sp-simple-product-card__body {
    min-height: 0;
  }
}

/* v2.6.3 — premium visual treatment for OPAN sample cards. */
.sp-simple-catalog__group--samples .sp-simple-product-card--sample {
  position: relative;
  border-color: #dfd4c6;
  border-radius: 20px;
  background: linear-gradient(180deg, #fff 0%, #fdfbf8 100%);
  box-shadow: 0 16px 40px rgba(48, 37, 25, .07);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.sp-simple-catalog__group--samples .sp-simple-product-card--sample::before {
  content: '';
  position: absolute;
  z-index: 4;
  top: 0;
  left: 22px;
  right: 22px;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, var(--sp-gold), #d8b27f 48%, var(--sp-green));
  opacity: .9;
}

.sp-simple-catalog__group--samples .sp-simple-product-card--sample:hover {
  transform: translateY(-4px);
  border-color: #d5c7b6;
  box-shadow: 0 24px 54px rgba(48, 37, 25, .11);
}

.sp-simple-catalog__group--samples .sp-simple-product-card__body {
  position: relative;
  padding: 22px 20px 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(176, 123, 67, .06), transparent 34%),
    linear-gradient(180deg, #fff 0%, #fdfbf8 100%);
}

.sp-simple-catalog__group--samples .sp-simple-product-card__label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 9px;
  color: var(--sp-green);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .11em;
}

.sp-simple-catalog__group--samples .sp-simple-product-card__label::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sp-gold);
  box-shadow: 0 0 0 5px rgba(176, 123, 67, .11);
}

.sp-simple-catalog__group--samples .sp-simple-product-card h3 {
  margin-bottom: 10px;
  font-size: clamp(1.08rem, 1.3vw, 1.28rem);
  line-height: 1.16;
}

.sp-simple-catalog__group--samples .sp-simple-product-card__subtitle {
  margin-bottom: 14px;
  color: #555049;
  font-size: .82rem;
  font-weight: 650;
  line-height: 1.5;
}

.sp-simple-product-card__match {
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin: 8px 0 14px;
  padding: 14px;
  border-color: rgba(23, 77, 53, .16);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(23, 77, 53, .07), rgba(255,255,255,.92));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}

.sp-simple-product-card__match-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--sp-green);
  color: #fff;
  box-shadow: 0 10px 22px rgba(23, 77, 53, .18);
}

.sp-simple-product-card__match-icon .sp-icon {
  width: 20px;
  height: 20px;
}

.sp-simple-product-card__match > div {
  min-width: 0;
}

.sp-simple-product-card__match small {
  margin-bottom: 2px;
  color: #6d766f;
  font-size: .64rem;
  letter-spacing: .07em;
}

.sp-simple-product-card__match strong {
  display: inline-block;
  margin-bottom: 5px;
  color: var(--sp-green);
  font-size: 1.02rem;
  letter-spacing: .02em;
}

.sp-simple-product-card__match span:not(.sp-simple-product-card__match-icon) {
  display: block;
  color: #5e5952;
  font-size: .73rem;
  line-height: 1.5;
}

.sp-simple-catalog__group--samples .sp-simple-product-card__decision {
  gap: 10px;
  margin: 14px 0;
}

.sp-simple-catalog__group--samples .sp-simple-product-card__decision span {
  position: relative;
  overflow: hidden;
  padding: 12px 12px 11px;
  border: 1px solid #e8e0d6;
  background: #f8f4ee;
}

.sp-simple-catalog__group--samples .sp-simple-product-card__decision span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--sp-gold), rgba(176,123,67,.18));
}

.sp-simple-catalog__group--samples .sp-simple-product-card__decision small {
  margin-bottom: 5px;
  color: #817a72;
  font-size: .62rem;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.sp-simple-catalog__group--samples .sp-simple-product-card__decision strong {
  color: #27241f;
  font-size: .76rem;
  line-height: 1.35;
}

.sp-simple-product-card__sample-purpose {
  margin-bottom: 16px;
  padding: 12px 13px;
  border-left: 3px solid var(--sp-green);
  border-radius: 0 12px 12px 0;
  background: #fff;
  box-shadow: 0 8px 22px rgba(48,37,25,.05);
  color: #47433d;
}

.sp-simple-product-card__sample-purpose .sp-icon {
  width: 16px;
  height: 16px;
  color: var(--sp-green);
}

.sp-simple-catalog__group--samples .sp-simple-product-card__specs {
  overflow: hidden;
  margin-top: 6px;
  border: 1px solid #ebe3d8;
  border-radius: 13px;
  background: #fff;
}

.sp-simple-catalog__group--samples .sp-simple-product-card__specs > div {
  grid-template-columns: 78px minmax(0, 1fr);
  padding: 11px 12px;
  border-bottom-color: #eee7de;
}

.sp-simple-catalog__group--samples .sp-simple-product-card__specs > div:last-child {
  border-bottom: 0;
}

.sp-simple-catalog__group--samples .sp-simple-product-card__specs dt {
  color: #7c756e;
  font-size: .69rem;
  font-weight: 700;
}

.sp-simple-catalog__group--samples .sp-simple-product-card__specs dd {
  color: #302c27;
  font-size: .72rem;
  font-weight: 750;
}

.sp-simple-catalog__group--samples .sp-simple-product-card__purchase-note {
  margin-top: 14px;
  padding: 12px;
  border-radius: 12px;
  background: linear-gradient(135deg, #f5f1ea, #fff);
}

.sp-simple-catalog__group--samples .sp-simple-product-card__bottom {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #e9e1d7;
}

.sp-simple-catalog__group--samples .sp-simple-product-card__link {
  flex: 1 1 auto;
  min-height: 48px;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .01em;
}

.sp-simple-catalog__group--samples .sp-simple-product-card__subaction {
  flex: 0 0 100%;
  text-align: center;
  color: #736c64;
  font-size: .68rem;
}

@media (max-width: 680px) {
  .sp-simple-catalog__group--samples .sp-simple-product-card__body {
    padding: 18px 16px;
  }

  .sp-simple-product-card__match {
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 12px;
  }

  .sp-simple-product-card__match-icon {
    width: 38px;
    height: 38px;
  }
}

/* v2.6.4 — stronger typography accents for catalog cards and purchase strip. */
.sp-catalog-purchase-strip__grid {
  position: relative;
  background: linear-gradient(180deg, #fff 0%, #fcfaf7 100%);
}

.sp-catalog-purchase-strip article {
  position: relative;
  gap: 14px;
}

.sp-catalog-purchase-strip article::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, rgba(176,123,67,.22), rgba(176,123,67,.04));
  opacity: .7;
}

.sp-catalog-purchase-strip article > .sp-icon {
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 12px;
  background: linear-gradient(180deg, #fff 0%, #f8f1e8 100%);
  box-shadow: 0 8px 18px rgba(51, 39, 27, .06);
}

.sp-catalog-purchase-strip article strong {
  margin-bottom: 4px;
  color: #23201c;
  font-size: .94rem;
  font-weight: 800;
}

.sp-catalog-purchase-strip article small {
  max-width: 240px;
  color: #71695f;
  font-size: .75rem;
}

.sp-catalog-purchase-strip__grid > a {
  position: relative;
  justify-content: center;
  gap: 2px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255,255,255,.18), transparent 38%),
    linear-gradient(135deg, var(--sp-green) 0%, #184f38 100%);
}

.sp-catalog-purchase-strip__grid > a::before {
  content: '';
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  pointer-events: none;
}

.sp-catalog-purchase-strip__grid > a span {
  font-size: .76rem;
  letter-spacing: .02em;
  opacity: .82;
}

.sp-catalog-purchase-strip__grid > a strong {
  font-size: 1.08rem;
  line-height: 1.2;
}

/* stronger visual hierarchy inside product cards */
.sp-simple-product-card--panel .sp-simple-product-card__body {
  background:
    linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(252,249,245,1) 100%);
}

.sp-simple-product-card--panel .sp-simple-product-card__label,
.sp-simple-product-card--sample .sp-simple-product-card__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-bottom: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(23,77,53,.08) 0%, rgba(23,77,53,.03) 100%);
  box-shadow: inset 0 0 0 1px rgba(23,77,53,.09);
  letter-spacing: .12em;
}

.sp-simple-product-card--panel .sp-simple-product-card__label::before,
.sp-simple-product-card--sample .sp-simple-product-card__label::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--sp-gold), #d09a5e);
  box-shadow: 0 0 0 4px rgba(176,123,67,.12);
}

.sp-simple-product-card--panel h3,
.sp-simple-product-card--sample h3 {
  margin-bottom: 12px;
  color: #201d19;
  text-wrap: balance;
}

.sp-simple-product-card--panel .sp-simple-product-card__subtitle,
.sp-simple-product-card--sample .sp-simple-product-card__subtitle {
  min-height: auto;
  margin-bottom: 14px;
  padding: 12px 14px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(248,244,238,.92), rgba(255,255,255,.92));
  box-shadow: inset 0 0 0 1px rgba(226,216,203,.75);
  color: #4d4842 !important;
  font-size: .84rem;
  line-height: 1.55;
}

.sp-simple-product-card--panel .sp-simple-product-card__decision,
.sp-simple-product-card--sample .sp-simple-product-card__decision {
  gap: 10px;
  margin: 16px 0 18px;
}

.sp-simple-product-card--panel .sp-simple-product-card__decision span,
.sp-simple-product-card--sample .sp-simple-product-card__decision span {
  position: relative;
  padding: 12px 12px 11px;
  border: 1px solid #e6ddd2;
  border-radius: 14px;
  background: linear-gradient(180deg, #f9f5ef 0%, #fff 100%);
  box-shadow: 0 8px 18px rgba(48, 37, 25, .04);
}

.sp-simple-product-card--panel .sp-simple-product-card__decision span::before,
.sp-simple-product-card--sample .sp-simple-product-card__decision span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  border-radius: 14px 14px 0 0;
  background: linear-gradient(90deg, var(--sp-gold), rgba(176,123,67,.22));
}

.sp-simple-product-card--panel .sp-simple-product-card__decision small,
.sp-simple-product-card--sample .sp-simple-product-card__decision small {
  margin-bottom: 5px;
  color: #81796f;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.sp-simple-product-card--panel .sp-simple-product-card__decision strong,
.sp-simple-product-card--sample .sp-simple-product-card__decision strong {
  color: #27231f;
  font-size: .79rem;
  font-weight: 800;
}

.sp-simple-product-card--panel .sp-simple-product-card__specs,
.sp-simple-product-card--sample .sp-simple-product-card__specs {
  overflow: hidden;
  gap: 0;
  margin-top: 8px;
  border: 1px solid #ebe3d8;
  border-radius: 15px;
  background: #fff;
}

.sp-simple-product-card--panel .sp-simple-product-card__specs > div,
.sp-simple-product-card--sample .sp-simple-product-card__specs > div {
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  padding: 12px 14px;
  border-top: 0;
  border-bottom: 1px solid #efe8de;
}

.sp-simple-product-card--panel .sp-simple-product-card__specs > div:last-child,
.sp-simple-product-card--sample .sp-simple-product-card__specs > div:last-child {
  border-bottom: 0;
}

.sp-simple-product-card--panel .sp-simple-product-card__specs dt,
.sp-simple-product-card--sample .sp-simple-product-card__specs dt {
  color: #7e766d;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .03em;
}

.sp-simple-product-card--panel .sp-simple-product-card__specs dd,
.sp-simple-product-card--sample .sp-simple-product-card__specs dd {
  color: #2c2823;
  font-size: .77rem;
  font-weight: 800;
  line-height: 1.45;
}

.sp-simple-product-card--panel .sp-simple-product-card__purchase-note,
.sp-simple-product-card--sample .sp-simple-product-card__purchase-note {
  gap: 10px;
  margin-top: 14px;
  padding: 12px 13px;
  border-radius: 13px;
  background: linear-gradient(135deg, rgba(245,241,234,.96), rgba(255,255,255,.96));
  box-shadow: inset 0 0 0 1px rgba(228,219,207,.7);
  color: #5f5951;
  font-size: .72rem;
}

.sp-simple-product-card--panel .sp-simple-product-card__purchase-note .sp-icon,
.sp-simple-product-card--sample .sp-simple-product-card__purchase-note .sp-icon {
  width: 18px;
  height: 18px;
  padding: 3px;
  border-radius: 50%;
  background: rgba(23,77,53,.08);
}

.sp-simple-product-card--panel .sp-simple-product-card__bottom,
.sp-simple-product-card--sample .sp-simple-product-card__bottom {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid #e9e1d7;
}

.sp-simple-product-card--panel .sp-simple-product-card__link,
.sp-simple-product-card--sample .sp-simple-product-card__link {
  min-height: 48px;
  padding: 0 14px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(23,77,53,.05), rgba(23,77,53,.02));
  box-shadow: inset 0 0 0 1px rgba(23,77,53,.12);
  justify-content: center;
}

.sp-simple-product-card--panel .sp-simple-product-card__clickarea:hover .sp-simple-product-card__link,
.sp-simple-product-card--sample .sp-simple-product-card__clickarea:hover .sp-simple-product-card__link {
  background: linear-gradient(180deg, rgba(23,77,53,.09), rgba(23,77,53,.03));
}

@media (max-width: 720px) {
  .sp-catalog-purchase-strip article,
  .sp-catalog-purchase-strip__grid > a {
    min-height: 84px;
  }

  .sp-simple-product-card--panel .sp-simple-product-card__decision,
  .sp-simple-product-card--sample .sp-simple-product-card__decision {
    grid-template-columns: 1fr;
  }

  .sp-simple-product-card--panel .sp-simple-product-card__specs > div,
  .sp-simple-product-card--sample .sp-simple-product-card__specs > div {
    grid-template-columns: 82px minmax(0, 1fr);
    padding: 11px 12px;
  }
}

/* v2.6.5 — visible card hierarchy + proper cache-busting. */
.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel {
  position: relative;
  overflow: hidden;
  border: 1px solid #ddcfbd;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(48, 37, 25, .075);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel::before {
  content: '';
  position: absolute;
  z-index: 5;
  top: 0;
  left: 22px;
  right: 22px;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, var(--sp-green), #b07b43 55%, #dbc197);
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel:hover {
  transform: translateY(-5px);
  border-color: #ccb99f;
  box-shadow: 0 26px 58px rgba(48, 37, 25, .13);
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__body {
  padding: 22px 20px 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(176,123,67,.075), transparent 34%),
    linear-gradient(180deg, #fff 0%, #fdfaf6 100%);
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--sp-green);
  color: #fff;
  box-shadow: 0 10px 22px rgba(23,77,53,.17);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .1em;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__label::before {
  background: #e0b06f;
  box-shadow: none;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel h3 {
  position: relative;
  margin-bottom: 14px;
  padding-bottom: 13px;
  color: #211d18;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.18rem, 1.45vw, 1.45rem);
  font-weight: 500;
  line-height: 1.15;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 58px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--sp-gold), rgba(176,123,67,.18));
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__subtitle {
  margin: 0 0 16px;
  padding: 13px 14px 13px 17px;
  border: 1px solid rgba(23,77,53,.14);
  border-left: 4px solid var(--sp-green);
  border-radius: 0 14px 14px 0;
  background: linear-gradient(135deg, rgba(23,77,53,.055), #fff);
  color: #443f38 !important;
  font-size: .84rem;
  font-weight: 700;
  line-height: 1.5;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__decision {
  gap: 10px;
  margin: 0 0 16px;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__decision span {
  position: relative;
  min-height: 82px;
  padding: 14px 12px 12px;
  border: 1px solid #e5dbce;
  border-radius: 14px;
  background: linear-gradient(180deg, #fbf7f1 0%, #fff 100%);
  box-shadow: 0 8px 20px rgba(48,37,25,.045);
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__decision span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 14px 14px 0 0;
  background: linear-gradient(90deg, var(--sp-gold), #dfc29c);
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__decision small {
  margin-bottom: 7px;
  color: #7f756a;
  font-size: .63rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__decision strong {
  color: #27221d;
  font-size: .8rem;
  line-height: 1.35;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__specs {
  overflow: hidden;
  gap: 0;
  margin: 0;
  border: 1px solid #e6dccf;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(48,37,25,.04);
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__specs > div {
  position: relative;
  grid-template-columns: 88px minmax(0,1fr);
  gap: 12px;
  padding: 13px 14px 13px 17px;
  border-top: 0;
  border-bottom: 1px solid #eee6dc;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__specs > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: rgba(176,123,67,.45);
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__specs > div:last-child {
  border-bottom: 0;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__specs dt {
  color: #7d746a;
  font-size: .69rem;
  font-weight: 850;
  letter-spacing: .03em;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__specs dd {
  color: #28231e;
  font-size: .77rem;
  font-weight: 800;
  line-height: 1.4;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__purchase-note {
  grid-template-columns: 38px minmax(0,1fr);
  align-items: center;
  gap: 11px;
  margin-top: 14px;
  padding: 13px 14px;
  border: 1px solid rgba(23,77,53,.14);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(23,77,53,.06), #fff);
  color: #514b44;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__purchase-note > .sp-icon {
  width: 38px;
  height: 38px;
  padding: 10px;
  border-radius: 12px;
  background: var(--sp-green);
  color: #fff;
  box-shadow: 0 9px 20px rgba(23,77,53,.18);
}

.sp-simple-product-card__purchase-note span strong,
.sp-simple-product-card__purchase-note span small {
  display: block;
}

.sp-simple-product-card__purchase-note span strong {
  margin-bottom: 3px;
  color: var(--sp-green);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .02em;
}

.sp-simple-product-card__purchase-note span small {
  color: #625b53;
  font-size: .69rem;
  line-height: 1.4;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__bottom {
  margin-top: auto;
  padding-top: 16px;
  border-top: 0;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__link {
  width: 100%;
  min-height: 50px;
  justify-content: center;
  border: 1px solid var(--sp-green);
  border-radius: 13px;
  background: linear-gradient(135deg, var(--sp-green) 0%, #154f37 100%);
  color: #fff;
  box-shadow: 0 14px 28px rgba(23,77,53,.18);
  font-size: .82rem;
  font-weight: 850;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__clickarea:hover .sp-simple-product-card__link {
  color: #fff;
  background: linear-gradient(135deg, #1d6748 0%, #123f2d 100%);
  box-shadow: 0 18px 32px rgba(23,77,53,.24);
}

/* keep help card readable */
.sp-catalog-purchase-strip__grid > a,
.sp-catalog-purchase-strip__grid > a span,
.sp-catalog-purchase-strip__grid > a strong {
  color: #fff !important;
}

@media (max-width: 720px) {
  .sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__decision {
    grid-template-columns: 1fr 1fr;
  }

  .sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__specs > div {
    grid-template-columns: 82px minmax(0,1fr);
    padding: 12px 12px 12px 15px;
  }
}

/* v2.6.6 — simplify card hierarchy, remove repeated messages, balance buying guide. */
/* PAN cards: fewer independent frames, one commercial footer. */
.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel h3 {
  margin-bottom: 10px;
  padding-bottom: 0;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel h3::after {
  display: none;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__subtitle {
  margin: 0 0 15px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #575149 !important;
  font-size: .82rem;
  font-weight: 650;
  line-height: 1.55;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__decision span {
  min-height: 74px;
}

.sp-simple-product-card__commerce {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  margin-top: auto;
  padding-top: 16px;
}

.sp-simple-product-card__commerce-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--sp-green);
  color: #fff;
  box-shadow: 0 10px 22px rgba(23,77,53,.18);
}

.sp-simple-product-card__commerce-icon .sp-icon {
  width: 17px;
  height: 17px;
}

.sp-simple-product-card__commerce-copy small,
.sp-simple-product-card__commerce-copy strong {
  display: block;
}

.sp-simple-product-card__commerce-copy small {
  margin-bottom: 3px;
  color: var(--sp-green);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.sp-simple-product-card__commerce-copy strong {
  color: #514a43;
  font-size: .72rem;
  line-height: 1.42;
}

.sp-simple-product-card__commerce .sp-simple-product-card__link {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 50px;
  justify-content: center;
  border: 1px solid var(--sp-green);
  border-radius: 13px;
  background: linear-gradient(135deg, var(--sp-green) 0%, #154f37 100%);
  color: #fff;
  box-shadow: 0 14px 28px rgba(23,77,53,.18);
  font-size: .82rem;
  font-weight: 850;
}

.sp-simple-product-card__clickarea:hover .sp-simple-product-card__commerce .sp-simple-product-card__link {
  color: #fff;
  background: linear-gradient(135deg, #1d6748 0%, #123f2d 100%);
}

/* OPAN cards: one benefit block instead of repeated explanations. */
.sp-simple-catalog__group--samples .sp-simple-product-card__subtitle {
  margin-bottom: 13px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.sp-simple-product-card__sample-check {
  margin: 2px 0 14px;
  padding: 14px;
  border: 1px solid rgba(23,77,53,.16);
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(23,77,53,.065), #fff 72%);
}

.sp-simple-product-card__sample-check-head {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin-bottom: 9px;
}

.sp-simple-product-card__sample-check-head > span {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: var(--sp-green);
  color: #fff;
  box-shadow: 0 9px 20px rgba(23,77,53,.17);
}

.sp-simple-product-card__sample-check-head .sp-icon {
  width: 18px;
  height: 18px;
}

.sp-simple-product-card__sample-check-head small,
.sp-simple-product-card__sample-check-head strong {
  display: block;
}

.sp-simple-product-card__sample-check-head small {
  color: #72786f;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.sp-simple-product-card__sample-check-head strong {
  color: var(--sp-green);
  font-size: .98rem;
}

.sp-simple-product-card__sample-check p {
  margin: 0 0 9px;
  color: #554f48;
  font-size: .74rem;
  line-height: 1.48;
}

.sp-simple-product-card__sample-check ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sp-simple-product-card__sample-check li {
  position: relative;
  padding-left: 18px;
  color: #4f4942;
  font-size: .71rem;
  line-height: 1.4;
}

.sp-simple-product-card__sample-check li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--sp-green);
  font-weight: 900;
}

.sp-simple-catalog__group--samples .sp-simple-product-card__decision {
  margin-top: 0;
}

.sp-simple-product-card__bottom--sample {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #e9e1d7;
}

.sp-simple-product-card__bottom--sample .sp-simple-product-card__link {
  width: 100%;
  min-height: 50px;
  justify-content: center;
  border: 1px solid var(--sp-green);
  border-radius: 13px;
  background: linear-gradient(135deg, var(--sp-green) 0%, #154f37 100%);
  color: #fff;
  box-shadow: 0 14px 28px rgba(23,77,53,.18);
  font-size: .82rem;
  font-weight: 850;
}

.sp-simple-product-card__bottom--sample .sp-simple-product-card__subaction {
  width: 100%;
  margin-top: 3px;
  text-align: center;
}

/* Balanced purchase-preparation block. */
.sp-catalog-buying-guide {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
  padding: 30px;
}

.sp-catalog-buying-guide__copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 8px 0;
}

.sp-catalog-buying-guide__copy h2 {
  max-width: 700px;
  margin-bottom: 14px;
  font-size: clamp(2.1rem, 3vw, 3.5rem);
  line-height: 1.04;
}

.sp-catalog-buying-guide__intro {
  max-width: 690px;
  margin: 0 0 22px;
  color: #625c55;
  font-size: .95rem;
  line-height: 1.7;
}

.sp-catalog-buying-guide__actions {
  display: grid;
  gap: 11px;
}

.sp-catalog-buying-guide__actions > a {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 18px;
  gap: 13px;
  align-items: center;
  min-height: 82px;
  padding: 14px 15px;
  border: 1px solid #e4dbcf;
  border-radius: 15px;
  background: rgba(255,255,255,.84);
  box-shadow: 0 10px 22px rgba(48,37,25,.045);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.sp-catalog-buying-guide__actions > a:hover {
  transform: translateY(-2px);
  border-color: rgba(23,77,53,.28);
  box-shadow: 0 16px 28px rgba(48,37,25,.075);
}

.sp-catalog-buying-guide__actions > a > span {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: #f5efe7;
  color: var(--sp-gold);
}

.sp-catalog-buying-guide__actions > a > span .sp-icon {
  width: 21px;
  height: 21px;
}

.sp-catalog-buying-guide__actions strong,
.sp-catalog-buying-guide__actions small {
  display: block;
}

.sp-catalog-buying-guide__actions strong {
  margin-bottom: 4px;
  color: #25211d;
  font-size: .9rem;
}

.sp-catalog-buying-guide__actions small {
  color: #746d65;
  font-size: .73rem;
  line-height: 1.45;
}

.sp-catalog-buying-guide__actions > a > .sp-icon {
  width: 16px;
  height: 16px;
  color: var(--sp-green);
}

.sp-catalog-buying-guide__ready {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  margin-top: auto;
  padding: 15px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(23,77,53,.07), rgba(255,255,255,.9));
  box-shadow: inset 0 0 0 1px rgba(23,77,53,.11);
}

.sp-catalog-buying-guide__ready > span {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: var(--sp-green);
  color: #fff;
}

.sp-catalog-buying-guide__ready .sp-icon {
  width: 16px;
  height: 16px;
}

.sp-catalog-buying-guide__ready strong,
.sp-catalog-buying-guide__ready small {
  display: block;
}

.sp-catalog-buying-guide__ready strong {
  margin-bottom: 3px;
  color: var(--sp-green);
  font-size: .84rem;
}

.sp-catalog-buying-guide__ready small {
  color: #665f58;
  font-size: .72rem;
  line-height: 1.45;
}

.sp-catalog-buying-guide__checklist {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 980px) {
  .sp-catalog-buying-guide {
    grid-template-columns: 1fr;
  }

  .sp-catalog-buying-guide__ready {
    margin-top: 14px;
  }
}

@media (max-width: 680px) {
  .sp-catalog-buying-guide {
    padding: 22px 16px;
  }

  .sp-catalog-buying-guide__copy h2 {
    font-size: 2.15rem;
  }

  .sp-catalog-buying-guide__actions > a {
    grid-template-columns: 40px minmax(0, 1fr) 16px;
    min-height: 74px;
    padding: 12px;
  }

  .sp-catalog-buying-guide__actions > a > span {
    width: 40px;
    height: 40px;
  }
}

/* v2.6.7 — final catalogue polish and layout fixes. */
/* Contacts must remain visible even when an old saved option is empty. */
@media (min-width: 1181px) {
  .sp-header__phone {
    display: inline-flex !important;
    min-width: max-content;
  }

  .sp-header__phone > span:last-child {
    display: inline !important;
    color: currentColor;
  }
}

.sp-footer__phone,
.sp-catalog-buying-guide__contacts strong,
.sp-catalog-purchase-strip__grid > a strong,
.sp-simple-catalog__cta-phone strong {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.sp-footer__phone {
  color: #22201c !important;
  white-space: nowrap;
}

/* Sticky catalogue navigation: no overlap on anchor jumps. */
.sp-catalog-seo__nav {
  top: 82px;
  flex-wrap: nowrap;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  white-space: nowrap;
}

.sp-catalog-seo__nav::-webkit-scrollbar {
  display: none;
}

#panels,
#samples,
#catalog-compare,
#catalog-calculator,
#catalog-materials,
#catalog-applications,
#catalog-order,
#catalog-faq,
.sp-simple-catalog__group,
.sp-catalog-seo__section {
  scroll-margin-top: 168px !important;
}

/* Quick choice cards now show the actual profile/product visual. */
.sp-catalog-quick-choice__grid a {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) 18px;
  grid-template-rows: auto auto auto;
  column-gap: 15px;
  row-gap: 3px;
  align-items: center;
  min-height: 126px;
  padding: 15px 17px;
}

.sp-catalog-quick-choice__media {
  grid-column: 1;
  grid-row: 1 / 4;
  width: 76px;
  height: 88px;
  overflow: hidden;
  border: 1px solid #e5dccf;
  border-radius: 13px;
  background: #f5f1ea;
}

.sp-catalog-quick-choice__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: left center;
  mix-blend-mode: multiply;
}

.sp-catalog-quick-choice__grid a > .sp-catalog-quick-choice__sku {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  color: var(--sp-green);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .08em;
}

.sp-catalog-quick-choice__grid strong {
  grid-column: 2;
  grid-row: 2;
  margin: 0;
  font-size: 1.15rem;
}

.sp-catalog-quick-choice__grid small {
  grid-column: 2;
  grid-row: 3;
  max-width: none;
}

.sp-catalog-quick-choice__grid a > .sp-icon {
  position: static;
  grid-column: 3;
  grid-row: 1 / 4;
  align-self: center;
}

/* Compact sample header: no large empty field before OPAN cards. */
.sp-simple-catalog__group--samples .sp-simple-catalog__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  margin-bottom: 26px;
}

.sp-simple-catalog__group--samples .sp-simple-catalog__head > div:first-child {
  max-width: 1040px;
}

.sp-simple-catalog__head-note--sample {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(170px, .52fr) minmax(0, 1.8fr) auto;
  grid-template-rows: auto auto;
  gap: 5px 22px;
  align-items: center;
  padding: 15px 17px;
}

.sp-simple-catalog__head-note--sample > strong {
  grid-column: 1;
  grid-row: 1;
}

.sp-simple-catalog__head-note--sample > span {
  grid-column: 1;
  grid-row: 2;
}

.sp-simple-catalog__sample-steps {
  grid-column: 2;
  grid-row: 1 / 3;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.sp-simple-catalog__sample-steps li {
  min-height: 58px;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: center;
  padding: 9px 10px;
}

.sp-simple-catalog__head-note--sample > .sp-text-link {
  grid-column: 3;
  grid-row: 1 / 3;
  white-space: nowrap;
}

/* PAN cards: keep all buying data but reduce unnecessary vertical mass. */
.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__image {
  aspect-ratio: 4 / 3;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__body {
  padding: 18px 17px 16px;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__label {
  margin-bottom: 9px;
  padding: 7px 10px;
  font-size: .63rem;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel h3 {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 8px;
  font-size: clamp(1.08rem, 1.25vw, 1.28rem);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__subtitle {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 11px;
  font-size: .76rem;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__decision {
  gap: 8px;
  margin-bottom: 11px;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__decision span {
  min-height: 64px;
  padding: 11px 10px 9px;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__specs > div {
  grid-template-columns: 76px minmax(0, 1fr);
  padding: 10px 11px 10px 14px;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__commerce {
  gap: 9px;
  padding-top: 12px;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__commerce-icon {
  width: 36px;
  height: 36px;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__commerce-copy strong {
  font-size: .69rem;
  line-height: 1.3;
}

/* Order block: image fills the full card, delivery text no longer breaks by letters. */
.sp-catalog-order__figure {
  min-height: 560px;
}

.sp-catalog-order__figure picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.sp-catalog-order__figure img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.sp-catalog-order__delivery {
  grid-template-columns: repeat(2, minmax(220px, 1fr));
}

.sp-catalog-order__delivery > span {
  grid-template-columns: 30px minmax(0, 1fr);
  min-width: 0;
  align-items: center;
  padding: 13px 14px;
}

.sp-catalog-order__delivery > span > span {
  min-width: 0;
}

.sp-catalog-order__delivery strong,
.sp-catalog-order__delivery small {
  word-break: normal;
  overflow-wrap: normal;
  white-space: normal;
}

.sp-catalog-order__delivery strong {
  margin-bottom: 3px;
  font-size: .8rem;
}

.sp-catalog-order__delivery small {
  font-size: .7rem;
  line-height: 1.35;
}

/* Explicit contact treatment in the final CTA. */
.sp-simple-catalog__cta-phone {
  min-height: 50px;
  padding: 8px 13px;
  border: 1px solid rgba(23,77,53,.18);
  border-radius: 12px;
  background: rgba(255,255,255,.64);
  text-align: left;
}

.sp-simple-catalog__cta-phone > span,
.sp-simple-catalog__cta-phone small,
.sp-simple-catalog__cta-phone strong {
  display: block;
}

.sp-simple-catalog__cta-phone small {
  margin-bottom: 2px;
  color: var(--sp-muted);
  font-size: .65rem;
  font-weight: 650;
}

.sp-simple-catalog__cta-phone strong {
  color: var(--sp-green);
  font-size: .82rem;
  white-space: nowrap;
}

/* Application cards: clearer visual differentiation and consistent crop. */
.sp-catalog-applications article img {
  height: 230px;
  object-fit: cover;
}

.sp-catalog-applications article:nth-child(4) img {
  object-position: 18% center;
}

.sp-catalog-applications article:nth-child(5) img {
  object-position: center 42%;
}

.sp-catalog-applications article:nth-child(6) img {
  object-position: center 35%;
}

@media (max-width: 1280px) {
  .sp-simple-catalog__head-note--sample {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .sp-simple-catalog__head-note--sample > strong,
  .sp-simple-catalog__head-note--sample > span,
  .sp-simple-catalog__sample-steps,
  .sp-simple-catalog__head-note--sample > .sp-text-link {
    grid-column: 1;
    grid-row: auto;
  }

  .sp-simple-catalog__sample-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sp-catalog-order__delivery {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 900px) {
  .sp-catalog-seo__nav {
    top: 68px;
  }

  #panels,
  #samples,
  #catalog-compare,
  #catalog-calculator,
  #catalog-materials,
  #catalog-applications,
  #catalog-order,
  #catalog-faq,
  .sp-simple-catalog__group,
  .sp-catalog-seo__section {
    scroll-margin-top: 132px !important;
  }

  .sp-catalog-order__figure {
    min-height: 360px;
  }

  .sp-catalog-order__delivery {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .sp-catalog-quick-choice__grid a {
    grid-template-columns: 64px minmax(0, 1fr) 16px;
    min-height: 112px;
    padding: 12px;
  }

  .sp-catalog-quick-choice__media {
    width: 64px;
    height: 76px;
  }

  .sp-simple-catalog__sample-steps {
    grid-template-columns: 1fr;
  }

  .sp-simple-catalog__head-note--sample > .sp-text-link {
    white-space: normal;
  }

  .sp-catalog-order__figure {
    min-height: 300px;
  }
}

/* v2.6.9 — catalogue conversion polish: compact cards, visual comparison, materials and CTA. */
/* PAN cards: short catalogue names and a cleaner hierarchy. */
.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel h3 {
  min-height: 2.45em;
  font-size: clamp(1.08rem, 1.18vw, 1.24rem);
  line-height: 1.16;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__subtitle {
  min-height: 2.8em;
  color: #625b53 !important;
  font-weight: 500;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__body {
  min-height: 0;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__decision span {
  min-height: 58px;
  padding: 10px 9px 8px;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__specs > div {
  padding-top: 9px;
  padding-bottom: 9px;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__commerce {
  grid-template-columns: 36px minmax(0, 1fr) minmax(132px, .9fr);
  padding: 13px;
  border: 1px solid rgba(23,77,53,.14);
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(23,77,53,.055), rgba(255,255,255,.96));
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__commerce .sp-simple-product-card__link {
  grid-column: 3;
  grid-row: 1;
  min-height: 44px;
  padding: 0 10px;
  font-size: .74rem;
}

/* OPAN cards: one clear answer to “why order a sample?”. */
.sp-simple-catalog__group--samples .sp-simple-product-card__body {
  min-height: 0;
  padding-bottom: 16px;
}

.sp-simple-catalog__group--samples .sp-simple-product-card h3 {
  min-height: 2.35em;
  margin-bottom: 12px;
  font-size: clamp(1.02rem, 1.15vw, 1.18rem);
}

.sp-simple-product-card__sample-check {
  padding: 12px;
}

.sp-simple-product-card__sample-check-head {
  margin-bottom: 8px;
}

.sp-simple-product-card__sample-check-title {
  display: block;
  margin: 0 0 8px;
  color: #2d2924;
  font-size: .76rem;
  font-weight: 850;
}

.sp-simple-product-card__sample-check ul {
  gap: 5px;
}

.sp-simple-catalog__group--samples .sp-simple-product-card__decision {
  margin: 10px 0;
}

.sp-simple-catalog__group--samples .sp-simple-product-card__decision span {
  min-height: 56px;
  padding: 9px 9px 8px;
}

.sp-simple-catalog__group--samples .sp-simple-product-card__specs > div {
  padding-top: 9px;
  padding-bottom: 9px;
}

/* Stronger three-step OPAN instruction. */
.sp-simple-catalog__head-note--sample {
  border-color: #ded3c5;
  background: linear-gradient(135deg, #fff 0%, #f7f1e9 100%);
  box-shadow: 0 14px 34px rgba(42,31,21,.055);
}

.sp-simple-catalog__sample-steps li {
  min-height: 70px;
  padding: 12px;
  border: 1px solid #e7ddd1;
  background: rgba(255,255,255,.9);
}

.sp-simple-catalog__sample-steps b {
  width: 30px;
  height: 30px;
  font-size: .8rem;
}

.sp-simple-catalog__sample-steps span {
  color: #413c36;
  font-size: .76rem;
  font-weight: 650;
}

/* Buying guide: stronger checklist and a clear send-data CTA. */
.sp-catalog-buying-guide__checklist {
  justify-content: flex-start;
}

.sp-catalog-buying-guide__checklist h3 {
  margin-bottom: 20px;
  font-size: clamp(1.85rem, 2.2vw, 2.45rem);
  line-height: 1.05;
}

.sp-catalog-buying-guide__checklist li > span {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #f2e9dd;
  color: #a66f3d;
  font-size: .74rem;
}

.sp-catalog-buying-guide__send {
  width: 100%;
  min-height: 50px;
  margin-top: 12px;
  justify-content: center;
}

/* Comparison: the cross-section and visual character are visible immediately. */
.sp-catalog-compare__visual {
  position: relative;
  height: 230px;
}

.sp-catalog-compare__visual > img {
  object-position: center;
}

.sp-catalog-compare__profile-cut {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 9px 11px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 14px;
  background: rgba(255,255,255,.93);
  box-shadow: 0 12px 26px rgba(31,26,18,.12);
  backdrop-filter: blur(8px);
}

.sp-catalog-compare__profile-window {
  width: 64px;
  height: 56px;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  background: #f1ece4;
}

.sp-catalog-compare__profile-window img {
  width: 245px;
  height: 100%;
  max-width: none;
  padding: 0;
  object-fit: cover;
  object-position: left center;
  transform: none !important;
}

.sp-catalog-compare__profile-cut small,
.sp-catalog-compare__profile-cut strong {
  display: block;
}

.sp-catalog-compare__profile-cut small {
  margin-bottom: 3px;
  color: #7a736b;
  font-size: .62rem;
  font-weight: 750;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.sp-catalog-compare__profile-cut strong {
  color: #29251f;
  font-size: .76rem;
  line-height: 1.3;
}

/* Material cards now show actual surface references. */
.sp-catalog-materials article {
  padding: 0;
}

.sp-catalog-materials__visual {
  height: 150px;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #e8dfd4;
  background: #eee7dc;
}

.sp-catalog-materials__visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.sp-catalog-materials__body {
  position: relative;
  z-index: 1;
  padding: 22px 24px 24px;
}

.sp-catalog-materials__body > span {
  display: block;
  margin-bottom: 14px;
  color: #a87344;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.05rem;
}

/* Application cards: no artificial empty area between image and text. */
.sp-catalog-applications {
  align-items: start;
}

.sp-catalog-applications article {
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 0;
}

.sp-catalog-applications article > img {
  flex: 0 0 220px;
  height: 220px;
}

.sp-catalog-applications article > div {
  flex: 0 0 auto;
  min-height: 0;
  margin: 0;
  padding: 18px 20px 20px;
}

.sp-catalog-applications article h3 {
  margin-bottom: 8px;
}

/* Delivery section uses its own packaging visual, not another generic interior. */
.sp-catalog-order__figure {
  min-height: 520px;
  background: #e9dfd2;
}

.sp-catalog-order__figure img {
  object-position: center;
}

/* Final CTA: actions carry equal visual weight with the headline. */
.sp-simple-catalog__cta-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 390px);
  align-items: center;
}

.sp-simple-catalog__cta-actions {
  width: 100%;
  min-width: 0;
  grid-template-columns: 1fr;
}

.sp-simple-catalog__cta-actions .sp-btn {
  width: 100%;
  min-height: 54px;
  justify-content: center;
}

.sp-simple-catalog__cta-phone {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  width: 100%;
  min-height: 58px;
  padding: 10px 14px;
}

@media (max-width: 1180px) {
  .sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__commerce {
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__commerce .sp-simple-product-card__link {
    grid-column: 1 / -1;
    grid-row: auto;
  }
}

@media (max-width: 900px) {
  .sp-simple-catalog__cta-card {
    grid-template-columns: 1fr;
  }

  .sp-catalog-compare__visual {
    height: 215px;
  }
}

@media (max-width: 680px) {
  .sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel h3,
  .sp-simple-catalog__group--samples .sp-simple-product-card h3 {
    min-height: 0;
  }

  .sp-catalog-buying-guide__checklist ol {
    grid-template-columns: 1fr;
  }

  .sp-catalog-materials__visual {
    height: 132px;
  }

  .sp-catalog-applications article > img {
    flex-basis: 190px;
    height: 190px;
  }
}


/* v2.7.0 — premium material selector: clear MDF, beech and oak differentiation. */
.sp-catalog-materials-section {
  position: relative;
  overflow: hidden;
}

.sp-catalog-materials-section::before {
  content: '';
  position: absolute;
  top: -180px;
  right: -160px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(176,123,67,.10), rgba(176,123,67,0) 70%);
  pointer-events: none;
}

.sp-catalog-materials-section__head {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin-bottom: 28px;
}

.sp-catalog-materials-section__head h2 {
  margin-bottom: 10px;
  font-size: clamp(2.25rem, 4vw, 4.2rem);
  line-height: 1.02;
}

.sp-catalog-materials-section__head > div {
  max-width: 760px;
  color: var(--sp-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.sp-catalog-materials--premium {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.sp-catalog-materials--premium .sp-material-card {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 1px solid #dfd5c8;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(43, 34, 24, .07);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.sp-catalog-materials--premium .sp-material-card:hover {
  transform: translateY(-5px);
  border-color: #cfbfad;
  box-shadow: 0 26px 58px rgba(43, 34, 24, .12);
}

.sp-material-card__visual {
  position: relative;
  height: 230px;
  overflow: hidden;
  background: linear-gradient(135deg, #eee8de 0%, #dfd6c9 100%);
}

.sp-material-card__visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,0) 42%),
    radial-gradient(circle at 82% 16%, rgba(255,255,255,.34), transparent 36%);
  pointer-events: none;
}

.sp-material-card__number {
  position: absolute;
  z-index: 4;
  top: 18px;
  left: 18px;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,.9);
  color: #9e6738;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: .92rem;
  box-shadow: 0 10px 24px rgba(43,34,24,.12);
  backdrop-filter: blur(8px);
}

.sp-material-card__profile {
  position: absolute;
  left: 36px;
  right: 36px;
  bottom: 24px;
  height: 152px;
  border-radius: 18px;
  box-shadow: 0 22px 36px rgba(52,38,22,.18), inset 0 1px 0 rgba(255,255,255,.45);
  transform: perspective(900px) rotateX(3deg) rotateY(-6deg);
  transform-origin: center bottom;
  overflow: hidden;
}

.sp-material-card__profile span {
  width: 100%;
  height: 100%;
  display: block;
}

.sp-material-card--mdf .sp-material-card__visual {
  background: linear-gradient(135deg, #e7e1d7 0%, #cfc7ba 100%);
}

.sp-material-card--mdf .sp-material-card__profile span {
  background:
    linear-gradient(90deg, rgba(255,255,255,.30), rgba(255,255,255,0) 18%, rgba(0,0,0,.05) 82%, rgba(255,255,255,.16)),
    repeating-linear-gradient(90deg, #e8e0d3 0 15px, #c7bdad 15px 18px, #f2ece3 18px 25px);
}

.sp-material-card--beech .sp-material-card__visual {
  background: linear-gradient(135deg, #ead6b8 0%, #c99d67 100%);
}

.sp-material-card--beech .sp-material-card__profile span {
  background:
    repeating-linear-gradient(8deg, rgba(92,58,26,.08) 0 1px, transparent 1px 13px),
    repeating-linear-gradient(90deg, #e6bc83 0 15px, #b97d43 15px 18px, #f0ca94 18px 25px);
}

.sp-material-card--oak .sp-material-card__visual {
  background: linear-gradient(135deg, #b88958 0%, #76502f 100%);
}

.sp-material-card--oak .sp-material-card__profile span {
  background:
    repeating-linear-gradient(9deg, rgba(62,36,17,.16) 0 1px, transparent 1px 10px),
    repeating-linear-gradient(90deg, #b77a43 0 15px, #6f4324 15px 18px, #cc9259 18px 25px);
}

.sp-material-card__swatches {
  position: absolute;
  z-index: 5;
  right: 24px;
  bottom: 16px;
  display: flex;
  gap: 8px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 10px 24px rgba(43,34,24,.12);
  backdrop-filter: blur(8px);
}

.sp-material-card__swatch {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.92);
  box-shadow: 0 2px 8px rgba(43,34,24,.15);
}

.sp-material-card__swatch--ivory { background: #e9e2d7; }
.sp-material-card__swatch--sage { background: #73816b; }
.sp-material-card__swatch--green { background: #174d35; }
.sp-material-card__swatch--natural { background: #e4bb84; }
.sp-material-card__swatch--honey { background: #b97738; }
.sp-material-card__swatch--light { background: #f0d0a4; }
.sp-material-card__swatch--oak { background: #a86837; }
.sp-material-card__swatch--smoked { background: #725038; }
.sp-material-card__swatch--dark { background: #3f2b20; }

.sp-material-card__visual-label {
  position: absolute;
  z-index: 5;
  left: 24px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  background: rgba(23,77,53,.94);
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .04em;
  box-shadow: 0 10px 24px rgba(23,77,53,.18);
}

.sp-material-card__content {
  padding: 24px 24px 26px;
}

.sp-material-card__eyebrow {
  margin: 0 0 8px;
  color: var(--sp-green);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.sp-material-card__content h3 {
  margin: 0 0 8px;
  font-size: clamp(1.65rem, 2.2vw, 2.15rem);
  line-height: 1.05;
}

.sp-material-card__lead {
  min-height: 48px;
  margin: 0 0 18px;
  color: #5c5650;
  font-size: .91rem;
  line-height: 1.55;
}

.sp-material-card__facts {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
}

.sp-material-card__facts > div {
  padding: 12px 13px;
  border: 1px solid #e8e0d6;
  border-radius: 13px;
  background: #faf7f2;
}

.sp-material-card__facts dt,
.sp-material-card__facts dd {
  margin: 0;
}

.sp-material-card__facts dt {
  margin-bottom: 4px;
  color: #837b72;
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.sp-material-card__facts dd {
  color: #2d2924;
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.45;
}

.sp-catalog-materials--premium .sp-material-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sp-catalog-materials--premium .sp-material-card li {
  position: relative;
  padding-left: 22px;
  color: #625c55;
  font-size: .78rem;
  line-height: 1.42;
}

.sp-catalog-materials--premium .sp-material-card li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--sp-green);
  font-weight: 900;
}

.sp-material-choice {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid #ded3c5;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(43,34,24,.05);
}

.sp-material-choice > * {
  display: flex;
  align-items: center;
  min-height: 66px;
  padding: 14px 18px;
  border-right: 1px solid #e7dfd5;
}

.sp-material-choice > *:last-child { border-right: 0; }

.sp-material-choice > strong {
  background: var(--sp-green);
  color: #fff;
  font-size: .78rem;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.sp-material-choice > span {
  color: #625c55;
  font-size: .78rem;
  line-height: 1.4;
}

.sp-material-choice b {
  margin-right: 4px;
  color: #22201c;
}

.sp-catalog-materials-section .sp-catalog-material-warning {
  position: relative;
  z-index: 1;
  margin-top: 14px;
}

@media (max-width: 1100px) {
  .sp-catalog-materials--premium {
    grid-template-columns: 1fr;
  }

  .sp-catalog-materials--premium .sp-material-card {
    display: grid;
    grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
  }

  .sp-material-card__visual {
    height: 100%;
    min-height: 340px;
  }

  .sp-material-card__lead {
    min-height: 0;
  }

  .sp-material-choice {
    grid-template-columns: 1fr 1fr;
  }

  .sp-material-choice > strong {
    grid-column: 1 / -1;
    justify-content: center;
  }
}

@media (max-width: 720px) {
  .sp-catalog-materials-section__head h2 {
    font-size: 2.35rem;
  }

  .sp-catalog-materials--premium .sp-material-card {
    display: block;
  }

  .sp-material-card__visual {
    height: 220px;
    min-height: 0;
  }

  .sp-material-card__profile {
    left: 24px;
    right: 24px;
    height: 145px;
  }

  .sp-material-card__content {
    padding: 20px 18px 22px;
  }

  .sp-material-choice {
    grid-template-columns: 1fr;
  }

  .sp-material-choice > * {
    border-right: 0;
    border-bottom: 1px solid #e7dfd5;
  }

  .sp-material-choice > *:last-child { border-bottom: 0; }
}

/* v2.7.1 — refined product quick-overview drawer. */
.sp-product-guide__drawer-button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.sp-product-guide__drawer-button .sp-icon:first-child {
  width: 19px;
  height: 19px;
}

.sp-product-guide__drawer-button .sp-icon:last-child {
  width: 16px;
  height: 16px;
}

.sp-product-seo-tab {
  gap: 9px;
  min-height: 50px;
  padding: 13px 15px 13px 17px;
  border-color: rgba(255,255,255,.15);
  background:
    radial-gradient(circle at 100% 0%, rgba(255,255,255,.17), transparent 45%),
    linear-gradient(135deg, var(--sp-green) 0%, #174f37 100%);
  transition: opacity .2s ease, visibility .2s ease, transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.sp-product-seo-tab .sp-icon:first-child {
  width: 19px;
  height: 19px;
}

.sp-product-seo-tab .sp-icon:last-child {
  width: 15px;
  height: 15px;
}

html.sp-product-seo-open .sp-product-seo-tab {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(18px, -50%);
}

.sp-product-seo-drawer__overlay {
  background: rgba(20, 16, 12, .5);
  backdrop-filter: blur(6px);
}

.sp-product-seo-drawer__panel {
  top: 12px;
  right: 12px;
  bottom: 12px;
  width: min(650px, calc(100vw - 24px));
  height: auto;
  border: 1px solid rgba(222,213,200,.95);
  border-radius: 24px;
  box-shadow: -28px 18px 80px rgba(20, 16, 12, .22);
  background: #fff;
}

.sp-product-seo-drawer__header {
  padding: 28px 30px 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(176,123,67,.09), transparent 40%),
    linear-gradient(180deg, #fbf8f3 0%, #f7f2eb 100%);
}

.sp-product-seo-drawer__header h2 {
  max-width: 500px;
  font-size: clamp(2rem, 3.3vw, 2.8rem);
  line-height: 1.02;
}

.sp-product-seo-drawer__header > div > p:last-child {
  max-width: 500px;
  margin: 10px 0 0;
  color: #6b645c;
  font-size: .84rem;
  line-height: 1.5;
}

.sp-product-seo-drawer__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2d2924;
  transition: transform .18s ease, border-color .18s ease, color .18s ease;
}

.sp-product-seo-drawer__close:hover {
  transform: rotate(5deg);
  border-color: var(--sp-green);
  color: var(--sp-green);
}

.sp-product-seo-drawer__close .sp-icon {
  width: 19px;
  height: 19px;
}

.sp-product-seo-drawer__nav {
  gap: 7px;
  padding: 13px 30px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 8px 18px rgba(31,26,18,.025);
}

.sp-product-seo-drawer__nav a {
  padding: 8px 12px;
  border-radius: 999px;
  font-size: .73rem;
  transition: color .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.sp-product-seo-drawer__nav a.is-active,
.sp-product-seo-drawer__nav a:hover {
  border-color: rgba(23,77,53,.24);
  color: #fff;
  background: var(--sp-green);
  box-shadow: 0 8px 18px rgba(23,77,53,.13);
}

.sp-product-seo-drawer__content {
  scroll-behavior: smooth;
  padding: 8px 30px 28px;
  background: linear-gradient(180deg, #fff 0%, #fdfbf8 100%);
}

.sp-product-seo-drawer__content section {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 15px;
  align-items: start;
  padding: 24px 0;
  scroll-margin-top: 12px;
}

.sp-product-seo-drawer__section-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(23,77,53,.12);
  border-radius: 14px;
  color: var(--sp-green);
  background: linear-gradient(180deg, #f7fbf8 0%, #edf5f0 100%);
  box-shadow: 0 8px 20px rgba(23,77,53,.06);
}

.sp-product-seo-drawer__section-icon .sp-icon {
  width: 21px;
  height: 21px;
}

.sp-product-seo-drawer__content .sp-eyebrow {
  margin-bottom: 7px;
  font-size: .65rem;
}

.sp-product-seo-drawer__content h3 {
  margin-bottom: 10px;
  font-size: 1.28rem;
  line-height: 1.18;
}

.sp-product-seo-drawer__content p {
  font-size: .86rem;
  line-height: 1.68;
}

.sp-product-seo-drawer__content a {
  display: inline-flex;
  margin-top: 3px;
  font-size: .79rem;
}

.sp-product-seo-drawer__facts {
  overflow: hidden;
  margin: 0 0 13px;
  border: 1px solid #e9e1d6;
  border-radius: 14px;
  background: #fff;
}

.sp-product-seo-drawer__facts > div {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 12px;
  padding: 11px 13px;
  border-bottom: 1px solid #eee7dd;
}

.sp-product-seo-drawer__facts > div:last-child {
  border-bottom: 0;
}

.sp-product-seo-drawer__facts dt,
.sp-product-seo-drawer__facts dd {
  margin: 0;
  font-size: .76rem;
  line-height: 1.4;
}

.sp-product-seo-drawer__facts dt {
  color: #7a736b;
  font-weight: 700;
}

.sp-product-seo-drawer__facts dd {
  color: #29251f;
  font-weight: 800;
}

.sp-product-seo-drawer__uses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 0 0 13px;
  padding: 0;
  list-style: none;
}

.sp-product-seo-drawer__uses li {
  display: grid;
  grid-template-columns: 17px minmax(0, 1fr);
  gap: 7px;
  align-items: start;
  padding: 10px;
  border-radius: 11px;
  background: #f7f3ed;
  color: #504a43;
  font-size: .74rem;
  line-height: 1.4;
}

.sp-product-seo-drawer__uses .sp-icon {
  width: 15px;
  height: 15px;
  color: var(--sp-green);
}

.sp-product-seo-drawer__faq {
  display: grid;
  gap: 7px;
  margin-bottom: 12px;
}

.sp-product-seo-drawer__faq details {
  overflow: hidden;
  border: 1px solid #e7dfd4;
  border-radius: 12px;
  background: #fff;
}

.sp-product-seo-drawer__faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 13px;
  cursor: pointer;
  font-size: .78rem;
  font-weight: 800;
  list-style: none;
}

.sp-product-seo-drawer__faq summary::-webkit-details-marker { display: none; }
.sp-product-seo-drawer__faq summary span { color: var(--sp-green); font-size: 1rem; }
.sp-product-seo-drawer__faq details[open] summary span { transform: rotate(45deg); }
.sp-product-seo-drawer__faq p { margin: 0; padding: 0 13px 12px; font-size: .78rem; }

.sp-product-seo-drawer__footer {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 9px;
  padding: 15px 30px max(15px, env(safe-area-inset-bottom));
}

.sp-product-seo-drawer__footer .sp-btn {
  min-height: 48px;
  padding-inline: 13px;
  text-align: center;
  white-space: normal;
}

@media (max-width: 980px) {
  html.sp-product-seo-open .sp-product-seo-tab {
    transform: translateY(14px);
  }
}

@media (max-width: 720px) {
  .sp-product-seo-drawer__panel {
    top: 4px;
    right: 4px;
    bottom: 4px;
    width: calc(100vw - 8px);
    border-radius: 20px;
  }

  .sp-product-seo-drawer__header {
    padding: 20px 18px 17px;
  }

  .sp-product-seo-drawer__header h2 {
    font-size: 2rem;
  }

  .sp-product-seo-drawer__nav {
    padding: 11px 18px;
  }

  .sp-product-seo-drawer__content {
    padding: 4px 18px 20px;
  }

  .sp-product-seo-drawer__content section {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    padding: 20px 0;
  }

  .sp-product-seo-drawer__section-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .sp-product-seo-drawer__uses {
    grid-template-columns: 1fr;
  }

  .sp-product-seo-drawer__facts > div {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .sp-product-seo-drawer__footer {
    grid-template-columns: 1fr;
    padding: 12px 18px max(12px, env(safe-area-inset-bottom));
  }
}


/* v2.7.2 — product overview balance and single quick-overview trigger. */
.sp-product-overview {
  align-items: start;
}

.sp-product-side-card {
  align-self: start;
  height: auto;
  min-height: 0;
}

.sp-product-guide__head {
  align-items: flex-start;
  justify-content: flex-start;
}

/* The floating tab is the only quick-overview trigger on the content page. */
.sp-product-guide__drawer-button {
  display: none !important;
}

@media (min-width: 981px) {
  .sp-product-side-card {
    position: sticky;
    top: 108px;
  }
}

@media (max-width: 980px) {
  .sp-product-side-card {
    position: static;
    top: auto;
  }
}

/* v2.7.3 — richer overview sidebar and interactive product image lightbox. */
.sp-product-gallery__main {
  isolation: isolate;
}

.sp-product-gallery__main img {
  transition: opacity .22s ease, transform .38s cubic-bezier(.2,.7,.2,1), filter .3s ease;
  will-change: transform, opacity;
}

.sp-product-gallery__main:hover img {
  transform: scale(1.018);
  filter: saturate(1.035) contrast(1.015);
}

.sp-product-gallery__main.is-switching img {
  opacity: .32;
  transform: scale(.985);
}

.sp-product-gallery__zoom-trigger {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 20px;
  border: 0;
  background: linear-gradient(180deg, transparent 66%, rgba(22,17,12,.13) 100%);
  color: #fff;
  cursor: zoom-in;
}

.sp-product-gallery__zoom-trigger > span:last-child {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 999px;
  background: rgba(28,24,20,.55);
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
  backdrop-filter: blur(12px);
  font-size: .78rem;
  font-weight: 800;
  opacity: 0;
  transform: translateY(7px);
  transition: opacity .22s ease, transform .22s ease, background .22s ease;
}

.sp-product-gallery__zoom-icon {
  position: absolute;
  right: 30px;
  bottom: 29px;
  width: 16px;
  height: 16px;
  pointer-events: none;
  opacity: 0;
  transform: translate(-82px, 7px);
  transition: opacity .22s ease, transform .22s ease;
}

.sp-product-gallery__zoom-icon .sp-icon {
  width: 16px;
  height: 16px;
}

.sp-product-gallery__main:hover .sp-product-gallery__zoom-trigger > span:last-child,
.sp-product-gallery__main:focus-within .sp-product-gallery__zoom-trigger > span:last-child,
.sp-product-gallery__main:hover .sp-product-gallery__zoom-icon,
.sp-product-gallery__main:focus-within .sp-product-gallery__zoom-icon {
  opacity: 1;
  transform: translateY(0);
}

.sp-product-gallery__main:hover .sp-product-gallery__zoom-icon,
.sp-product-gallery__main:focus-within .sp-product-gallery__zoom-icon {
  transform: translate(-82px, 0);
}

.sp-product-gallery__zoom-trigger:focus-visible {
  outline: 3px solid rgba(23,77,53,.32);
  outline-offset: -5px;
  border-radius: inherit;
}

.sp-static-product__badge {
  z-index: 4;
  pointer-events: none;
}

.sp-product-gallery__thumb {
  position: relative;
}

.sp-product-gallery__thumb::after {
  content: '';
  position: absolute;
  inset: 4px;
  border: 1px solid transparent;
  border-radius: 8px;
  pointer-events: none;
  transition: border-color .2s ease;
}

.sp-product-gallery__thumb:hover::after,
.sp-product-gallery__thumb.is-active::after {
  border-color: rgba(23,77,53,.18);
}

/* Expanded right card: useful purchasing data instead of visual emptiness. */
.sp-product-side-card__order {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e9e1d7;
}

.sp-product-side-card__order .sp-eyebrow {
  margin-bottom: 6px;
  font-size: .66rem;
}

.sp-product-side-card__order h4 {
  margin: 0 0 13px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.18rem;
  font-weight: 500;
  line-height: 1.2;
}

.sp-product-side-card__facts {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}

.sp-product-side-card__facts span {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  min-height: 48px;
  padding: 8px 10px;
  border: 1px solid #ebe3d8;
  border-radius: 11px;
  background: #faf7f2;
}

.sp-product-side-card__facts b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(23,77,53,.08);
  color: var(--sp-green);
  font-size: .68rem;
}

.sp-product-side-card__facts em {
  color: #514c45;
  font-size: .74rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
}

.sp-product-side-card__cta {
  width: 100%;
  min-height: 46px;
  justify-content: center;
  margin-bottom: 9px;
  font-size: .8rem;
}

.sp-product-side-card__cta .sp-icon {
  width: 15px;
}

.sp-product-side-card__phone {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 9px 11px;
  border: 1px solid #e8e0d5;
  border-radius: 11px;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.sp-product-side-card__phone:hover {
  transform: translateY(-1px);
  border-color: rgba(23,77,53,.28);
  box-shadow: 0 9px 22px rgba(31,26,18,.06);
}

.sp-product-side-card__phone > .sp-icon {
  width: 38px;
  height: 38px;
  padding: 9px;
  border-radius: 10px;
  background: #f5f0e8;
  color: var(--sp-green);
}

.sp-product-side-card__phone small,
.sp-product-side-card__phone strong {
  display: block;
}

.sp-product-side-card__phone small {
  color: var(--sp-muted);
  font-size: .66rem;
}

.sp-product-side-card__phone strong {
  margin-top: 2px;
  color: #25211d;
  font-size: .84rem;
}

/* Full screen product gallery. */
html.sp-product-lightbox-open,
html.sp-product-lightbox-open body {
  overflow: hidden;
}

.sp-product-lightbox[hidden] {
  display: none !important;
}

.sp-product-lightbox {
  position: fixed;
  z-index: 10050;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 18px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .22s ease, visibility .22s ease;
}

.sp-product-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.sp-product-lightbox__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(15,13,11,.82);
  backdrop-filter: blur(16px) saturate(.75);
  cursor: default;
}

.sp-product-lightbox__dialog {
  position: relative;
  width: min(1500px, calc(100vw - 36px));
  height: min(940px, calc(100vh - 36px));
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto auto;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 22px;
  background: #151310;
  box-shadow: 0 40px 100px rgba(0,0,0,.48);
  color: #fff;
  transform: scale(.965) translateY(10px);
  transition: transform .28s cubic-bezier(.2,.8,.2,1);
}

.sp-product-lightbox.is-open .sp-product-lightbox__dialog {
  transform: scale(1) translateY(0);
}

.sp-product-lightbox__header {
  z-index: 3;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 16px 13px 22px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  background: rgba(21,19,16,.9);
}

.sp-product-lightbox__header > div:first-child {
  min-width: 0;
}

.sp-product-lightbox__header small,
.sp-product-lightbox__header strong {
  display: block;
}

.sp-product-lightbox__header small {
  margin-bottom: 3px;
  color: #cba46f;
  font-size: .66rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.sp-product-lightbox__header strong {
  max-width: 680px;
  overflow: hidden;
  color: #f8f5f0;
  font-size: .88rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sp-product-lightbox__tools {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
}

.sp-product-lightbox__tools button,
.sp-product-lightbox__counter {
  min-width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 10px;
  background: rgba(255,255,255,.07);
  color: #fff;
  font: inherit;
}

.sp-product-lightbox__tools button {
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.sp-product-lightbox__tools button:hover,
.sp-product-lightbox__tools button:focus-visible {
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.28);
  transform: translateY(-1px);
}

.sp-product-lightbox__counter {
  min-width: 68px;
  padding: 0 11px;
  color: rgba(255,255,255,.76);
  font-size: .75rem;
}

.sp-product-lightbox__tools [data-lightbox-reset] {
  min-width: 64px;
  font-size: .72rem;
}

.sp-product-lightbox__close {
  margin-left: 4px;
  font-size: 1.65rem !important;
  font-weight: 300 !important;
}

.sp-product-lightbox__viewport {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(255,255,255,.08), transparent 45%),
    #0e0d0b;
}

.sp-product-lightbox__stage {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  touch-action: pan-y;
  cursor: zoom-in;
}

.sp-product-lightbox__stage.is-zoomed {
  touch-action: none;
  cursor: grab;
}

.sp-product-lightbox__stage.is-dragging {
  cursor: grabbing;
}

.sp-product-lightbox__stage img {
  width: 100%;
  height: 100%;
  display: block;
  user-select: none;
  object-fit: contain;
  transform-origin: center center;
  transition: opacity .18s ease, transform .16s ease-out;
  will-change: transform;
}

.sp-product-lightbox__stage img.is-contain {
  object-fit: contain;
  padding: clamp(14px, 2.2vw, 34px);
}

.sp-product-lightbox__stage img.is-cover {
  object-fit: contain;
  padding: 0;
}

.sp-product-lightbox__stage.is-changing img {
  opacity: .18;
}

.sp-product-lightbox__stage.is-dragging img {
  transition: opacity .18s ease;
}

.sp-product-lightbox__nav {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 52px;
  height: 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  background: rgba(20,18,15,.6);
  color: #fff;
  font-size: 2.35rem;
  font-weight: 200;
  cursor: pointer;
  backdrop-filter: blur(10px);
  transform: translateY(-50%);
  transition: background .18s ease, transform .18s ease, border-color .18s ease;
}

.sp-product-lightbox__nav:hover,
.sp-product-lightbox__nav:focus-visible {
  background: rgba(38,34,29,.9);
  border-color: rgba(255,255,255,.34);
}

.sp-product-lightbox__nav--prev {
  left: 18px;
}

.sp-product-lightbox__nav--next {
  right: 18px;
}

.sp-product-lightbox__nav--prev:hover {
  transform: translate(-2px, -50%);
}

.sp-product-lightbox__nav--next:hover {
  transform: translate(2px, -50%);
}

.sp-product-lightbox__thumbs {
  display: flex;
  gap: 9px;
  overflow-x: auto;
  padding: 11px 16px 10px;
  border-top: 1px solid rgba(255,255,255,.08);
  background: #171512;
  scrollbar-width: thin;
  scrollbar-color: #6d6255 transparent;
}

.sp-product-lightbox__thumb {
  position: relative;
  flex: 0 0 84px;
  width: 84px;
  height: 62px;
  overflow: hidden;
  padding: 3px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 9px;
  background: #2a2722;
  cursor: pointer;
  opacity: .58;
  transform: scale(.96);
  transition: opacity .18s ease, transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.sp-product-lightbox__thumb:hover,
.sp-product-lightbox__thumb.is-active {
  opacity: 1;
  transform: scale(1);
}

.sp-product-lightbox__thumb.is-active {
  border-color: #d1a568;
  box-shadow: 0 0 0 2px rgba(209,165,104,.18);
}

.sp-product-lightbox__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 6px;
  object-fit: cover;
}

.sp-product-lightbox__thumb img.is-contain {
  object-fit: contain;
  padding: 2px;
  background: #eee9e1;
}

.sp-product-lightbox__hint {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 6px 16px 9px;
  background: #171512;
  color: rgba(255,255,255,.45);
  font-size: .65rem;
}

@media (max-width: 980px) {
  .sp-product-gallery__zoom-trigger > span:last-child,
  .sp-product-gallery__zoom-icon {
    opacity: 1;
    transform: translateY(0);
  }

  .sp-product-gallery__zoom-icon {
    transform: translate(-82px, 0);
  }

  .sp-product-side-card__order {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, .72fr);
    column-gap: 14px;
  }

  .sp-product-side-card__order > .sp-eyebrow,
  .sp-product-side-card__order > h4,
  .sp-product-side-card__facts {
    grid-column: 1;
  }

  .sp-product-side-card__cta,
  .sp-product-side-card__phone {
    grid-column: 2;
  }

  .sp-product-side-card__cta {
    align-self: end;
  }

  .sp-product-lightbox {
    padding: 10px;
  }

  .sp-product-lightbox__dialog {
    width: calc(100vw - 20px);
    height: calc(100vh - 20px);
    border-radius: 16px;
  }

  .sp-product-lightbox__header {
    min-height: 62px;
    padding: 10px 10px 10px 14px;
  }

  .sp-product-lightbox__header strong {
    max-width: 280px;
    font-size: .76rem;
  }

  .sp-product-lightbox__tools [data-lightbox-zoom-out],
  .sp-product-lightbox__tools [data-lightbox-zoom-in],
  .sp-product-lightbox__tools [data-lightbox-reset] {
    display: none;
  }

  .sp-product-lightbox__nav {
    width: 44px;
    height: 58px;
    font-size: 2rem;
  }

  .sp-product-lightbox__nav--prev { left: 8px; }
  .sp-product-lightbox__nav--next { right: 8px; }

  .sp-product-lightbox__hint {
    display: none;
  }
}

@media (max-width: 620px) {
  .sp-product-gallery__zoom-trigger {
    padding: 12px;
  }

  .sp-product-gallery__zoom-trigger > span:last-child {
    min-height: 34px;
    padding: 0 11px;
    font-size: .7rem;
  }

  .sp-product-gallery__zoom-icon {
    right: 20px;
    bottom: 21px;
    transform: translate(-72px, 0);
  }

  .sp-product-side-card__order {
    display: block;
  }

  .sp-product-side-card__cta {
    margin-top: 14px;
  }

  .sp-product-lightbox__header > div:first-child {
    display: none;
  }

  .sp-product-lightbox__header {
    justify-content: flex-end;
  }

  .sp-product-lightbox__counter {
    margin-right: auto;
  }

  .sp-product-lightbox__nav {
    top: auto;
    bottom: 12px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    transform: none;
  }

  .sp-product-lightbox__nav--prev { left: 12px; }
  .sp-product-lightbox__nav--next { right: 12px; }
  .sp-product-lightbox__nav--prev:hover,
  .sp-product-lightbox__nav--next:hover { transform: none; }

  .sp-product-lightbox__thumbs {
    padding-inline: 10px;
  }

  .sp-product-lightbox__thumb {
    flex-basis: 72px;
    width: 72px;
    height: 54px;
  }
}

/* v2.7.4 — the sticky gallery now uses the lower area as a visual product passport. */
.sp-product-gallery__main {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  background: #f6f1e9;
}

.sp-product-gallery__stage {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background: #f7f4ee;
}

.sp-product-gallery__stage > img {
  width: 100%;
  height: 100%;
  display: block;
}

/* Keep the zoom overlay over the picture only, not over the product passport. */
.sp-product-gallery__main > .sp-product-gallery__zoom-trigger {
  display: none;
}

.sp-product-gallery__main:hover > img {
  transform: none;
  filter: none;
}

.sp-product-gallery__stage:hover > img,
.sp-product-gallery__stage:focus-within > img {
  transform: scale(1.018);
  filter: saturate(1.035) contrast(1.015);
}

.sp-profile-passport {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(145px, .36fr) minmax(0, .64fr);
  gap: 18px;
  padding: 18px;
  border-top: 1px solid #e4dbcf;
  background:
    radial-gradient(circle at 0 100%, rgba(176,123,67,.11), transparent 38%),
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(248,244,238,.98));
}

.sp-profile-passport::after {
  content: '';
  position: absolute;
  right: -42px;
  bottom: -48px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(23,77,53,.08), transparent 68%);
  pointer-events: none;
}

.sp-profile-passport__visual {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 13px;
  border: 1px solid #e3d9cc;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(42,31,20,.05);
}

.sp-profile-passport__rhythm {
  height: 68px;
  display: flex;
  align-items: stretch;
  gap: 4px;
  margin-bottom: 10px;
  padding: 8px;
  overflow: hidden;
  border-radius: 11px;
  background: linear-gradient(135deg, #513121, #8b5a36 48%, #4d2c1e);
  transform: perspective(520px) rotateX(3deg) rotateY(-4deg);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 8px 18px rgba(54,34,20,.16);
}

.sp-profile-passport__rhythm span {
  flex: 1;
  min-width: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #6f422a 0%, #d5a56f 38%, #8b5432 70%, #4f2d1e 100%);
  box-shadow: 1px 0 0 rgba(255,255,255,.12), -1px 0 0 rgba(0,0,0,.12);
}

.sp-product-gallery__main--pan-003 .sp-profile-passport__rhythm { gap: 7px; }
.sp-product-gallery__main--pan-005 .sp-profile-passport__rhythm span { border-radius: 2px; clip-path: polygon(50% 0, 100% 100%, 0 100%); }
.sp-product-gallery__main--pan-007 .sp-profile-passport__rhythm { gap: 8px; }
.sp-product-gallery__main--pan-007 .sp-profile-passport__rhythm span { border-radius: 2px; transform: skewX(-10deg); }

.sp-profile-passport__visual small,
.sp-profile-passport__visual strong {
  display: block;
}

.sp-profile-passport__visual small {
  color: #8a8177;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sp-profile-passport__visual strong {
  margin-top: 4px;
  color: #25211d;
  font-size: .79rem;
  line-height: 1.35;
}

.sp-profile-passport__content {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.sp-profile-passport__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 11px;
}

.sp-profile-passport__head span {
  color: var(--sp-green);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.sp-profile-passport__head strong {
  color: #26221d;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.15rem;
  font-weight: 500;
}

.sp-profile-passport__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.sp-profile-passport__facts span {
  min-width: 0;
  padding: 10px;
  border: 1px solid #e7dfd4;
  border-radius: 12px;
  background: rgba(255,255,255,.82);
}

.sp-profile-passport__facts small,
.sp-profile-passport__facts b {
  display: block;
}

.sp-profile-passport__facts small {
  margin-bottom: 4px;
  color: #877e73;
  font-size: .59rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.sp-profile-passport__facts b {
  color: #302b25;
  font-size: .69rem;
  line-height: 1.36;
}

.sp-profile-passport__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
}

.sp-profile-passport__materials {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  border-radius: 999px;
  background: #f2ece4;
  color: #6d6257;
  font-size: .67rem;
  font-weight: 800;
}

.sp-profile-passport__footer a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--sp-green);
  font-size: .72rem;
  font-weight: 850;
}

.sp-profile-passport__footer a .sp-icon {
  width: 14px;
  height: 14px;
}

@media (max-width: 1280px) {
  .sp-profile-passport {
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 14px;
    padding: 15px;
  }

  .sp-profile-passport__facts {
    grid-template-columns: 1fr 1fr;
  }

  .sp-profile-passport__facts span:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1040px) {
  .sp-product-gallery__main {
    grid-template-rows: minmax(420px, 1fr) auto;
  }
}

@media (max-width: 720px) {
  .sp-product-gallery__main {
    display: block;
    min-height: 0;
  }

  .sp-product-gallery__stage {
    min-height: 370px;
  }

  .sp-profile-passport {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px;
  }

  .sp-profile-passport__visual {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
  }

  .sp-profile-passport__rhythm {
    height: 58px;
    margin: 0;
  }

  .sp-profile-passport__facts {
    grid-template-columns: 1fr;
  }

  .sp-profile-passport__facts span:last-child {
    grid-column: auto;
  }

  .sp-profile-passport__footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
