/* STAVROS global hidden-state safety — v2.15.2 */
[hidden] { display: none !important; }

:root {
  --sp-green: #14553d;
  --sp-green-2: #0e412f;
  --sp-ink: #17231d;
  --sp-muted: #66645e;
  --sp-line: #e4dccf;
  --sp-cream: #f8f6f1;
  --sp-cream-2: #f2ede4;
  --sp-white: #fffdfc;
  --sp-gold: #b7773c;
  --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-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.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: 14px 0 24px; background: linear-gradient(180deg, #fff 0%, #f8f4ed 100%); }
.sp-about-hero__grid { min-height: 420px; display: grid; grid-template-columns: minmax(410px, .95fr) minmax(0, 1.05fr); overflow: hidden; border: 1px solid #e7dfd4; border-radius: 20px; background: #f7f3ec; box-shadow: 0 20px 55px rgba(42,32,20,.08); }
.sp-about-hero__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(28px, 3.4vw, 46px); }
.sp-about-hero__content h1 { max-width: 610px; margin: 8px 0 15px; font-size: clamp(2.45rem, 3.35vw, 3.8rem); letter-spacing: -.035em; line-height: 1; }
.sp-about-hero__lead { max-width: 620px; margin: 0 0 20px; color: #4d4942; font-size: .96rem; line-height: 1.55; }
.sp-about-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.sp-about-hero__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 20px; }
.sp-about-hero__facts div { padding: 10px 12px; border: 1px solid #e5ddd2; border-radius: 11px; background: rgba(255,255,255,.72); }
.sp-about-hero__facts strong { display: block; color: var(--sp-green); font-family: Georgia, 'Times New Roman', serif; font-size: 1.35rem; line-height: 1; }
.sp-about-hero__facts span { display: block; margin-top: 5px; color: #6b665f; font-size: .69rem; line-height: 1.3; }

.sp-about-hero__visual { position: relative; min-height: 420px; 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: 16px; bottom: 16px; width: min(210px, 34%); margin: 0; overflow: hidden; border: 4px solid rgba(255,255,255,.92); border-radius: 13px; background: #fff; box-shadow: 0 18px 40px rgba(35,24,15,.22); }
.sp-about-hero__sample-image img { width: 100%; aspect-ratio: 4 / 3; display: block; object-fit: cover; }
.sp-about-hero__sample-image figcaption { padding: 7px 9px; color: #4f4a43; font-size: .66rem; font-weight: 750; }
.sp-about-hero__badge { position: absolute; z-index: 4; top: 16px; left: 16px; display: grid; grid-template-columns: 34px minmax(0,1fr); align-items: center; gap: 9px; max-width: 260px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.5); border-radius: 12px; background: rgba(255,255,255,.92); box-shadow: 0 14px 34px rgba(35,24,15,.14); backdrop-filter: blur(10px); }
.sp-about-hero__badge > .sp-icon { width: 34px; height: 34px; padding: 8px; border-radius: 10px; 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: minmax(350px,.95fr) minmax(0,1.05fr); min-height: 390px; }
  .sp-about-hero__content { padding: 30px; }
  .sp-about-hero__content h1 { font-size: clamp(2.35rem,3.8vw,3.35rem); }
  .sp-about-hero__visual { min-height: 390px; }
  .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-hero__grid { grid-template-columns: 1fr; min-height: 0; }
  .sp-about-hero__visual { min-height: 300px; }
  .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: 28px 22px 32px; }
  .sp-about-hero__content h1 { font-size: clamp(2.25rem,11vw,3.1rem); }
  .sp-about-hero__facts { grid-template-columns: 1fr; }
  .sp-about-hero__visual { min-height: 240px; }
  .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;
  min-width: 0;
  font-size: .82rem;
}

.sp-catalog-calculator__tips > span > [data-catalog-working-width] {
  display: block;
  min-width: 0;
  word-break: normal;
  overflow-wrap: normal;
}

.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__profile,
.sp-catalog-calculator__length {
  grid-column: 1 / -1;
}

.sp-catalog-calculator__profile select,
.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-calculator__next-step {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin-bottom: 10px;
  padding: 11px 12px;
  border: 1px solid #e6ddcf;
  border-radius: 10px;
  background: #faf7f2;
}

.sp-catalog-calculator__next-step strong {
  font-size: .74rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--sp-green);
}

.sp-catalog-calculator__next-step span {
  flex: 1 1 260px;
  color: #5f5951;
  font-size: .73rem;
  line-height: 1.45;
}

.sp-catalog-calculator__next-step a {
  color: var(--sp-green);
  font-size: .75rem;
  font-weight: 800;
  white-space: nowrap;
}

.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;
}

/* v2.9.8 — application gallery: stronger image-to-topic match, even card heights and clearer CTA. */
.sp-catalog-applications {
  align-items: stretch;
  gap: 16px;
}

.sp-catalog-applications article {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid #dfd5c8;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(43,34,24,.05);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.sp-catalog-applications article:hover {
  transform: translateY(-3px);
  border-color: #cfbfad;
  box-shadow: 0 18px 40px rgba(43,34,24,.09);
}

.sp-catalog-applications article > img {
  flex: 0 0 218px;
  width: 100%;
  height: 218px;
  display: block;
  object-fit: cover;
}

.sp-catalog-applications article > div {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  min-height: 0;
  margin: 0;
  padding: 18px 20px 20px;
}

.sp-catalog-applications article > div > span {
  display: inline-block;
  margin: 0;
  color: #a87344;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.05rem;
}

.sp-catalog-applications article h3 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.28;
}

.sp-catalog-applications article p {
  margin: 0;
  color: #655e57;
  line-height: 1.55;
}

.sp-catalog-applications__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  padding: 0;
  font-size: .94rem;
  font-weight: 800;
}

.sp-catalog-applications__link .sp-icon {
  width: 15px;
}

@media (max-width: 1180px) {
  .sp-catalog-applications article > img {
    flex-basis: 210px;
    height: 210px;
  }
}

@media (max-width: 680px) {
  .sp-catalog-applications article > img {
    flex-basis: 190px;
    height: 190px;
  }

  .sp-catalog-applications article > div {
    padding: 16px 18px 18px;
  }
}

/* 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.9.7 — material selector: lighter hierarchy, connected calculator flow and softer quick choice. */
.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;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: 22px 30px;
  align-items: start;
  max-width: none;
  margin-bottom: 24px;
}

.sp-catalog-materials-section__heading {
  max-width: 760px;
}

.sp-catalog-materials-section__head h2 {
  max-width: 700px;
  margin-bottom: 0;
  font-size: clamp(2.15rem, 3vw, 3.7rem);
  line-height: .98;
  letter-spacing: -.02em;
}

.sp-catalog-materials-section__intro {
  display: grid;
  gap: 14px;
  max-width: 500px;
  padding-top: 10px;
}

.sp-catalog-materials-section__head > div,
.sp-catalog-materials-section__intro > div:first-child {
  color: var(--sp-muted);
  font-size: .96rem;
  line-height: 1.62;
}

.sp-catalog-materials-section__bridge {
  display: grid;
  gap: 5px;
  padding: 14px 15px;
  border: 1px solid #e5dbcf;
  border-radius: 15px;
  background: rgba(255,255,255,.76);
  box-shadow: 0 10px 28px rgba(43,34,24,.04);
}

.sp-catalog-materials-section__bridge strong {
  color: #2f2a24;
  font-size: .84rem;
}

.sp-catalog-materials-section__bridge span {
  color: #665f57;
  font-size: .78rem;
  line-height: 1.5;
}

.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 16px 38px rgba(43,34,24,.06);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.sp-catalog-materials--premium .sp-material-card:hover {
  transform: translateY(-4px);
  border-color: #cfbfad;
  box-shadow: 0 22px 52px rgba(43,34,24,.10);
}

.sp-material-card__visual {
  position: relative;
  height: 194px;
  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: 16px;
  left: 16px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  color: #9e6738;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: .88rem;
  box-shadow: 0 8px 22px rgba(43,34,24,.12);
  backdrop-filter: blur(8px);
}

.sp-material-card__profile {
  position: absolute;
  left: 42px;
  right: 42px;
  bottom: 22px;
  height: 128px;
  border-radius: 18px;
  box-shadow: 0 20px 34px rgba(52,38,22,.16), 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: 22px;
  bottom: 14px;
  display: flex;
  gap: 8px;
  padding: 7px;
  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: 22px;
  height: 22px;
  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: 16px;
  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: .02em;
  box-shadow: 0 10px 24px rgba(23,77,53,.18);
}

.sp-material-card__content {
  padding: 22px 24px 24px;
}

.sp-material-card__eyebrow {
  margin: 0 0 6px;
  color: #676058;
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.sp-material-card__content h3 {
  margin: 0 0 8px;
  font-size: clamp(1.55rem, 1.9vw, 1.95rem);
  line-height: 1.04;
}

.sp-material-card__lead {
  min-height: 0;
  margin: 0 0 14px;
  color: #5c5650;
  font-size: .88rem;
  line-height: 1.52;
}

.sp-material-card__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 16px;
}

.sp-material-card__facts > div {
  padding: 11px 12px;
  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: .62rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.sp-material-card__facts dd {
  color: #2d2924;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.42;
}

.sp-catalog-materials--premium .sp-material-card ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sp-catalog-materials--premium .sp-material-card li {
  position: relative;
  padding-left: 18px;
  color: #625c55;
  font-size: .74rem;
  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: minmax(220px, .85fr) 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__intro,
.sp-material-choice__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  min-height: 72px;
  padding: 15px 18px;
  border-right: 1px solid #e7dfd5;
}

.sp-material-choice > *:last-child {
  border-right: 0;
}

.sp-material-choice__intro {
  background: #f5f2ec;
}

.sp-material-choice__intro strong {
  color: var(--sp-green);
  font-size: .76rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.sp-material-choice__intro span {
  color: #686158;
  font-size: .72rem;
  line-height: 1.42;
}

.sp-material-choice__item b {
  color: #22201c;
  font-size: .84rem;
}

.sp-material-choice__item small {
  color: #625c55;
  font-size: .72rem;
  line-height: 1.42;
}

.sp-catalog-materials-section .sp-catalog-material-warning {
  position: relative;
  z-index: 1;
  margin-top: 14px;
}

@media (max-width: 1180px) {
  .sp-catalog-materials-section__head {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .sp-catalog-materials-section__intro {
    max-width: 760px;
    padding-top: 0;
  }

  .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: 300px;
  }

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

  .sp-material-choice__intro {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 1px solid #e7dfd5;
  }
}

@media (max-width: 720px) {
  .sp-catalog-materials-section__head h2 {
    font-size: 2.15rem;
  }

  .sp-catalog-materials--premium .sp-material-card {
    display: block;
  }

  .sp-material-card__visual {
    height: 214px;
    min-height: 0;
  }

  .sp-material-card__profile {
    left: 24px;
    right: 24px;
    height: 145px;
  }

  .sp-material-card__content {
    padding: 20px 18px 22px;
  }

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

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

  .sp-material-choice__intro,
  .sp-material-choice__item {
    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;
  }
}

/* v2.8.0 — registration and customer account. */
.sp-auth,
.sp-account {
  background: #f5f1ea;
}

.sp-auth {
  padding: 34px 0 72px;
}

.sp-auth__shell {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(430px, .9fr);
  overflow: hidden;
  border: 1px solid #e3dacd;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 26px 70px rgba(35, 27, 19, .1);
}

.sp-auth__visual {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background: #e9e2d8;
}

.sp-auth__visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12,25,18,.02) 18%, rgba(12,36,24,.84) 100%);
}

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

.sp-auth__visual img {
  object-fit: cover;
}

.sp-auth__visual-overlay {
  position: absolute;
  z-index: 2;
  left: clamp(28px, 5vw, 70px);
  right: clamp(28px, 5vw, 70px);
  bottom: clamp(34px, 6vw, 78px);
  color: #fff;
}

.sp-auth__visual-overlay .sp-eyebrow {
  color: #d7b27e;
}

.sp-auth__visual-overlay h1 {
  max-width: 760px;
  margin-bottom: 20px;
  color: #fff;
  font-size: clamp(2.7rem, 5vw, 5.6rem);
  line-height: .98;
}

.sp-auth__visual-overlay > p:not(.sp-eyebrow) {
  max-width: 650px;
  color: rgba(255,255,255,.82);
  font-size: 1rem;
  line-height: 1.7;
}

.sp-auth__visual-overlay ul {
  display: grid;
  gap: 11px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.sp-auth__visual-overlay li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  font-weight: 700;
}

.sp-auth__visual-overlay li .sp-icon {
  width: 17px;
  color: #d7b27e;
}

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

.sp-auth__head {
  margin-bottom: 26px;
}

.sp-auth__head h1,
.sp-auth__head h2 {
  margin-bottom: 12px;
  font-size: clamp(2.5rem, 4vw, 4.5rem);
  line-height: 1;
}

.sp-auth__head > p:last-child {
  color: var(--sp-muted);
  line-height: 1.65;
}

.sp-auth-form,
.sp-account-form-card,
.sp-account-profile-form {
  display: grid;
  gap: 17px;
}

.sp-auth-form label:not(.sp-checkbox),
.sp-account-form-card label:not(.sp-checkbox),
.sp-account-profile-form label:not(.sp-checkbox),
.sp-message-form label {
  display: grid;
  gap: 7px;
}

.sp-auth-form label > span,
.sp-account-form-card label > span,
.sp-account-profile-form label > span,
.sp-message-form label > span {
  color: #514c45;
  font-size: .78rem;
  font-weight: 800;
}

.sp-auth-form input,
.sp-auth-form select,
.sp-auth-form textarea,
.sp-account-form-card input,
.sp-account-form-card select,
.sp-account-form-card textarea,
.sp-account-profile-form input,
.sp-account-profile-form select,
.sp-account-profile-form textarea,
.sp-message-form textarea {
  width: 100%;
  min-height: 49px;
  padding: 12px 14px;
  border: 1px solid #ddd5ca;
  border-radius: 12px;
  background: #fff;
  color: #24211d;
  font: inherit;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.sp-auth-form textarea,
.sp-account-form-card textarea,
.sp-account-profile-form textarea,
.sp-message-form textarea {
  min-height: 100px;
  resize: vertical;
}

.sp-auth-form input:focus,
.sp-auth-form select:focus,
.sp-auth-form textarea:focus,
.sp-account-form-card input:focus,
.sp-account-form-card select:focus,
.sp-account-form-card textarea:focus,
.sp-account-profile-form input:focus,
.sp-account-profile-form select:focus,
.sp-account-profile-form textarea:focus,
.sp-message-form textarea:focus {
  outline: 0;
  border-color: rgba(23,77,53,.55);
  box-shadow: 0 0 0 4px rgba(23,77,53,.08);
}

.sp-form-grid {
  display: grid;
  gap: 14px;
}

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

.sp-checkbox {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: #666057;
  font-size: .76rem;
  line-height: 1.5;
}

.sp-checkbox input {
  width: 18px;
  min-height: 18px;
  margin: 2px 0 0;
  accent-color: var(--sp-green);
}

.sp-auth-form__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: .78rem;
}

.sp-auth__switch {
  margin: 0;
  text-align: center;
  color: var(--sp-muted);
  font-size: .82rem;
}

.sp-auth__switch a,
.sp-auth-form__row a,
.sp-auth__back {
  color: var(--sp-green);
  font-weight: 800;
}

.sp-auth--compact {
  min-height: 68vh;
  display: flex;
  align-items: center;
}

.sp-auth__card--standalone {
  width: min(620px, 100%);
  margin: 0 auto;
  border: 1px solid #e3dacd;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(35,27,19,.08);
}

.sp-auth__round-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 18px;
  background: #f0ebe3;
  color: var(--sp-green);
}

.sp-auth__round-icon .sp-icon {
  width: 26px;
}

.sp-account-notice {
  margin: 0 0 22px;
  padding: 14px 17px;
  border: 1px solid rgba(23,77,53,.18);
  border-radius: 13px;
  background: #eff7f2;
  color: #174d35;
  font-weight: 700;
}

.sp-account-notice--error {
  border-color: rgba(160,55,44,.22);
  background: #fff2ef;
  color: #8c2e25;
}

.sp-account {
  padding: 30px 0 80px;
}

.sp-account-hero {
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 24px;
  padding: clamp(32px, 5vw, 70px);
  overflow: hidden;
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(215,178,126,.16), transparent 34%),
    linear-gradient(135deg, #184b35 0%, #0f3828 100%);
  color: #fff;
  box-shadow: 0 24px 56px rgba(15,56,40,.17);
}

.sp-account-hero .sp-eyebrow {
  color: #d8b680;
}

.sp-account-hero h1 {
  margin-bottom: 10px;
  color: #fff;
  font-size: clamp(2.7rem, 5vw, 5rem);
}

.sp-account-hero p:last-child {
  max-width: 720px;
  color: rgba(255,255,255,.78);
}

.sp-account-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex: 0 0 auto;
}

.sp-account-hero .sp-btn--outline {
  border-color: rgba(255,255,255,.25);
  color: #fff;
  background: rgba(255,255,255,.06);
}

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

.sp-account-sidebar {
  position: sticky;
  top: 96px;
  overflow: hidden;
  border: 1px solid #e2d9cc;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(37,28,20,.055);
}

.sp-account-user-card {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #eee7dd;
}

.sp-account-avatar {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: linear-gradient(135deg, #d8b27f, #a46f3f);
  color: #fff;
  font-weight: 900;
}

.sp-account-user-card strong,
.sp-account-user-card small,
.sp-account-user-card em {
  display: block;
  min-width: 0;
}

.sp-account-user-card strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sp-account-user-card small {
  overflow: hidden;
  margin: 3px 0 5px;
  color: var(--sp-muted);
  font-size: .68rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sp-account-user-card em {
  color: var(--sp-green);
  font-size: .65rem;
  font-style: normal;
  font-weight: 800;
}

.sp-account-nav {
  display: grid;
  padding: 10px;
}

.sp-account-nav a {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  padding: 12px 13px;
  border-radius: 11px;
  color: #4d4841;
  font-size: .79rem;
  font-weight: 750;
}

.sp-account-nav a:hover,
.sp-account-nav a.is-active {
  background: #f1ede6;
  color: var(--sp-green);
}

.sp-account-nav a.is-active {
  box-shadow: inset 3px 0 0 var(--sp-green);
}

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

.sp-account-manager {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin: 10px;
  padding: 14px;
  border-radius: 14px;
  background: #174d35;
  color: #fff;
}

.sp-account-manager > span {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: rgba(255,255,255,.11);
}

.sp-account-manager .sp-icon {
  width: 19px;
}

.sp-account-manager small,
.sp-account-manager a {
  display: block;
}

.sp-account-manager small {
  margin-bottom: 3px;
  font-size: .65rem;
  opacity: .7;
}

.sp-account-manager a {
  color: #fff;
  font-size: .82rem;
  font-weight: 800;
}

.sp-account-content {
  min-width: 0;
  padding: clamp(22px, 3vw, 38px);
  border: 1px solid #e2d9cc;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(37,28,20,.055);
}

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

.sp-account-section-head h2 {
  margin-bottom: 8px;
  font-size: clamp(2.2rem, 4vw, 4rem);
}

.sp-account-section-head p:last-child {
  max-width: 780px;
  color: var(--sp-muted);
}

.sp-account-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 22px;
}

.sp-account-stats a {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 0 12px;
  padding: 17px;
  border: 1px solid #e7dfd4;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff 0%, #fbf8f3 100%);
  transition: transform .18s ease, box-shadow .18s ease;
}

.sp-account-stats a:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(37,28,20,.07);
}

.sp-account-stats span {
  grid-row: 1 / 3;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #eee9e1;
  color: var(--sp-green);
}

.sp-account-stats .sp-icon {
  width: 20px;
}

.sp-account-stats strong {
  font-size: 1.45rem;
  line-height: 1;
}

.sp-account-stats small {
  align-self: end;
  color: var(--sp-muted);
  font-size: .7rem;
}

.sp-account-quick-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 22px;
}

.sp-account-quick-actions a {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 18px;
  gap: 12px;
  align-items: center;
  padding: 17px;
  border-radius: 16px;
  background: #f3efe8;
}

.sp-account-quick-actions a > span {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #fff;
  color: var(--sp-green);
}

.sp-account-quick-actions .sp-icon {
  width: 19px;
}

.sp-account-quick-actions strong,
.sp-account-quick-actions small {
  display: block;
}

.sp-account-quick-actions small {
  margin-top: 4px;
  color: var(--sp-muted);
  font-size: .68rem;
  line-height: 1.4;
}

.sp-account-dashboard-grid,
.sp-account-two-columns {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr);
  gap: 18px;
  align-items: start;
}

.sp-account-panel,
.sp-account-form-card,
.sp-account-profile-form > section,
.sp-request-detail {
  padding: 22px;
  border: 1px solid #e7dfd4;
  border-radius: 17px;
  background: #fff;
}

.sp-account-panel--accent {
  background:
    radial-gradient(circle at 100% 0%, rgba(215,178,126,.18), transparent 38%),
    #f2eee7;
}

.sp-account-panel h3,
.sp-account-form-card h3,
.sp-account-profile-form h3 {
  margin-bottom: 12px;
  font-size: 1.6rem;
}

.sp-account-panel p:not(.sp-eyebrow) {
  color: var(--sp-muted);
  line-height: 1.65;
}

.sp-account-panel__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}

.sp-account-panel__head h3 {
  margin: 0;
}

.sp-account-panel__head a {
  color: var(--sp-green);
  font-size: .75rem;
  font-weight: 800;
}

.sp-account-list {
  display: grid;
  border-top: 1px solid #eee7dd;
}

.sp-account-list > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid #eee7dd;
}

.sp-account-list strong,
.sp-account-list small,
.sp-account-list em {
  display: block;
}

.sp-account-list small,
.sp-account-list em {
  color: var(--sp-muted);
  font-size: .68rem;
  font-style: normal;
}

.sp-account-list--requests > a {
  padding: 16px;
  border: 1px solid #e8e0d5;
  border-radius: 14px;
  margin-bottom: 10px;
  background: #fdfbf8;
}

.sp-status {
  display: inline-flex;
  padding: 6px 9px;
  border-radius: 999px;
  background: #ece7df;
  color: #625b52;
  font-size: .64rem;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}

.sp-status--new,
.sp-status--received {
  background: #fff0d9;
  color: #8a5a13;
}

.sp-status--clarifying,
.sp-status--confirmation {
  background: #edf3ff;
  color: #365f9f;
}

.sp-status--quoted,
.sp-status--ready {
  background: #e9f6ed;
  color: #247043;
}

.sp-status--production,
.sp-status--shipped {
  background: #e6f4f1;
  color: #17695b;
}

.sp-account-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.sp-account-product-card {
  overflow: hidden;
  border: 1px solid #e6ded2;
  border-radius: 17px;
  background: #fff;
}

.sp-account-product-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: contain;
  padding: 12px;
  background: #f5f1eb;
}

.sp-account-product-card > a > div {
  padding: 16px;
}

.sp-account-product-card small {
  color: var(--sp-green);
  font-weight: 800;
}

.sp-account-product-card h3 {
  margin: 6px 0 8px;
  font-family: Inter, Arial, sans-serif;
  font-size: .98rem;
}

.sp-account-product-card p {
  color: var(--sp-muted);
  font-size: .72rem;
}

.sp-account-product-card form {
  padding: 0 16px 16px;
}

.sp-account-product-card button,
.sp-link-danger {
  padding: 0;
  border: 0;
  background: none;
  color: #9b3e35;
  font: inherit;
  font-size: .7rem;
  font-weight: 800;
  cursor: pointer;
}

.sp-empty-state {
  padding: 50px 28px;
  border: 1px dashed #dcd2c4;
  border-radius: 18px;
  background: #fcfaf7;
  text-align: center;
}

.sp-empty-state--small {
  padding: 30px 22px;
}

.sp-empty-state > span {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 17px;
  background: #eee9e1;
  color: var(--sp-green);
}

.sp-empty-state .sp-icon {
  width: 24px;
}

.sp-empty-state h3 {
  margin-bottom: 8px;
}

.sp-empty-state p {
  margin-bottom: 18px;
  color: var(--sp-muted);
}

.sp-account-cards {
  display: grid;
  gap: 13px;
}

.sp-account-record-card,
.sp-account-address {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid #e6ded2;
  border-radius: 17px;
  background: #fff;
}

.sp-account-record-card__media {
  display: block;
  background: #f3efe8;
}

.sp-account-record-card__media img {
  width: 100%;
  max-height: 240px;
  display: block;
  object-fit: cover;
}

.sp-account-record-card > div,
.sp-account-address > div {
  padding: 20px;
}

.sp-account-record-card > div > small,
.sp-account-address small {
  color: var(--sp-green);
  font-size: .68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.sp-account-record-card h3,
.sp-account-address h3 {
  margin: 6px 0 12px;
  font-size: 1.45rem;
}

.sp-account-record-card dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 12px;
}

.sp-account-record-card dl div {
  padding: 9px;
  border-radius: 10px;
  background: #f3efe8;
}

.sp-account-record-card dt,
.sp-account-record-card dd {
  margin: 0;
}

.sp-account-record-card dt {
  color: var(--sp-muted);
  font-size: .62rem;
}

.sp-account-record-card dd {
  margin-top: 3px;
  font-size: .72rem;
  font-weight: 800;
}

.sp-account-record-card p,
.sp-account-address p {
  color: var(--sp-muted);
  font-size: .76rem;
  line-height: 1.55;
}

.sp-account-calc-results,
.sp-account-live-result {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.sp-account-calc-results span,
.sp-account-live-result span {
  padding: 12px;
  border-radius: 11px;
  background: #f2eee7;
}

.sp-account-calc-results small,
.sp-account-calc-results strong,
.sp-account-live-result small,
.sp-account-live-result strong {
  display: block;
}

.sp-account-calc-results small,
.sp-account-live-result small {
  color: var(--sp-muted);
  font-size: .64rem;
}

.sp-account-calc-results strong,
.sp-account-live-result strong {
  margin-top: 4px;
  font-size: 1rem;
}

.sp-record-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
}

.sp-record-actions > a {
  color: var(--sp-green);
  font-size: .72rem;
  font-weight: 800;
}

.sp-form-hint,
.sp-file-field small {
  color: var(--sp-muted);
  font-size: .7rem;
  line-height: 1.5;
}

.sp-account-address {
  grid-template-columns: 46px minmax(0, 1fr);
  padding: 16px;
  align-items: start;
}

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

.sp-account-address > div {
  padding: 0;
}

.sp-request-detail > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 18px 0;
  padding-bottom: 18px;
  border-bottom: 1px solid #eee7dd;
}

.sp-request-detail > header small {
  color: var(--sp-muted);
}

.sp-request-detail > header h3 {
  margin: 5px 0 0;
  font-size: 1.7rem;
}

.sp-request-detail__body {
  margin-bottom: 24px;
  padding: 18px;
  border-radius: 13px;
  background: #f5f1ea;
}

.sp-messages {
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
}

.sp-messages h4 {
  margin-bottom: 5px;
}

.sp-messages article {
  width: min(78%, 700px);
  padding: 13px 15px;
  border-radius: 14px 14px 14px 4px;
  background: #f1ede6;
}

.sp-messages article.is-user {
  margin-left: auto;
  border-radius: 14px 14px 4px 14px;
  background: #eaf3ed;
}

.sp-messages article strong,
.sp-messages article small {
  font-size: .66rem;
}

.sp-messages article p {
  margin: 5px 0;
  font-size: .78rem;
}

.sp-message-form {
  display: grid;
  gap: 12px;
}

.sp-account-profile-form {
  max-width: 900px;
}

.sp-account-profile-form > .sp-btn {
  justify-self: start;
}

.sp-file-field input[type=file] {
  padding: 10px;
}

.sp-header__account-badge {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #2c9a61;
}

.sp-product-favorite-form {
  display: inline-flex;
}

.sp-product-favorite-button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 13px;
  border: 1px solid #ded5ca;
  border-radius: 11px;
  background: #fff;
  color: #5f5951;
  font: inherit;
  font-size: .75rem;
  font-weight: 800;
  cursor: pointer;
}

.sp-product-favorite-button.is-active {
  border-color: rgba(23,77,53,.2);
  background: #edf5f0;
  color: var(--sp-green);
}

.sp-product-favorite-button .sp-icon {
  width: 17px;
}

@media (max-width: 1180px) {
  .sp-auth__shell {
    grid-template-columns: 1fr 460px;
  }

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

  .sp-account-stats,
  .sp-account-quick-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .sp-auth__visual {
    min-height: 420px;
  }

  .sp-account-hero {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .sp-account-sidebar {
    position: static;
  }

  .sp-account-nav {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sp-account-nav a {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .sp-account-manager {
    display: none;
  }

  .sp-account-dashboard-grid,
  .sp-account-two-columns {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .sp-auth {
    padding-top: 18px;
  }

  .sp-auth__shell,
  .sp-auth__card--standalone {
    border-radius: 18px;
  }

  .sp-auth__visual {
    min-height: 330px;
  }

  .sp-auth__visual-overlay h1 {
    font-size: 2.7rem;
  }

  .sp-auth__card {
    padding: 28px 20px;
  }

  .sp-form-grid--2,
  .sp-account-stats,
  .sp-account-quick-actions,
  .sp-account-product-grid,
  .sp-account-record-card dl,
  .sp-account-calc-results,
  .sp-account-live-result {
    grid-template-columns: 1fr;
  }

  .sp-account {
    padding-top: 18px;
  }

  .sp-account-hero {
    padding: 30px 22px;
    border-radius: 18px;
  }

  .sp-account-hero h1 {
    font-size: 2.7rem;
  }

  .sp-account-hero__actions,
  .sp-account-hero__actions .sp-btn {
    width: 100%;
  }

  .sp-account-content {
    padding: 20px 14px;
  }

  .sp-account-nav {
    display: flex;
    overflow-x: auto;
    padding: 8px;
  }

  .sp-account-nav a {
    min-width: 96px;
    flex: 0 0 96px;
  }

  .sp-account-user-card {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .sp-account-avatar {
    width: 42px;
    height: 42px;
  }

  .sp-account-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .sp-account-section-head .sp-btn {
    width: 100%;
  }

  .sp-messages article {
    width: 92%;
  }
}

/* v2.8.1 — reliable account actions and catalogue CTA sizing. */
.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);
  gap: 10px;
}

.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;
  min-width: 0;
  width: 100%;
  min-height: 46px;
  padding: 8px 14px;
  white-space: normal;
  text-align: center;
  line-height: 1.2;
  font-size: .72rem;
  overflow-wrap: anywhere;
}

.sp-product-favorite-notice {
  margin: 12px 0 0;
  padding: 10px 12px;
  border: 1px solid rgba(23,77,53,.18);
  border-radius: 11px;
  background: #edf5f0;
  color: var(--sp-green);
  font-size: .76rem;
  font-weight: 750;
  line-height: 1.4;
}

.sp-product-favorite-notice.is-error {
  border-color: rgba(153,45,45,.2);
  background: #fff1f0;
  color: #922d2d;
}

/* 2.8.3 — customer account without disruptive page reloads */
.sp-account-content {
  position: relative;
  transition: opacity .18s ease, transform .18s ease;
}

.sp-account.is-account-busy .sp-account-content {
  opacity: .58;
  transform: translateY(2px);
  pointer-events: none;
}

.sp-account.is-account-busy .sp-account-content::after {
  content: attr(data-loading-label);
  position: fixed;
  z-index: 10020;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  min-width: 170px;
  padding: 12px 18px 12px 44px;
  border: 1px solid rgba(22, 85, 60, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 16px 45px rgba(22, 52, 40, .16);
  color: #16553c;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
  white-space: nowrap;
}

.sp-account.is-account-busy .sp-account-content::before {
  content: '';
  position: fixed;
  z-index: 10021;
  left: calc(50% - 66px);
  bottom: 40px;
  width: 15px;
  height: 15px;
  border: 2px solid rgba(22, 85, 60, .22);
  border-top-color: #16553c;
  border-radius: 50%;
  animation: sp-account-spin .7s linear infinite;
}

@keyframes sp-account-spin { to { transform: rotate(360deg); } }

.sp-account-toast-region {
  position: fixed;
  z-index: 10050;
  top: 92px;
  right: 24px;
  display: grid;
  gap: 10px;
  width: min(390px, calc(100vw - 32px));
  pointer-events: none;
}

.sp-account-toast {
  display: grid;
  grid-template-columns: 28px 1fr 28px;
  align-items: center;
  gap: 10px;
  padding: 13px 14px;
  border: 1px solid rgba(22, 85, 60, .18);
  border-radius: 15px;
  background: rgba(247, 252, 249, .98);
  box-shadow: 0 18px 52px rgba(22, 52, 40, .18);
  color: #173f31;
  opacity: 0;
  transform: translateY(-10px) scale(.98);
  transition: opacity .2s ease, transform .2s ease;
  pointer-events: auto;
}

.sp-account-toast.is-visible { opacity: 1; transform: none; }
.sp-account-toast > span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #16553c;
  color: #fff;
  font-weight: 900;
}
.sp-account-toast p { margin: 0; font-size: 14px; font-weight: 700; line-height: 1.35; }
.sp-account-toast button {
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.sp-account-toast--error {
  border-color: rgba(157, 45, 45, .2);
  background: rgba(255, 248, 248, .98);
  color: #7b2727;
}
.sp-account-toast--error > span { background: #a53a3a; }

.sp-account button.is-loading { cursor: wait; }
.sp-account-nav a[aria-current="page"] { cursor: default; }

@media (max-width: 782px) {
  .sp-account-toast-region { top: 76px; right: 16px; }
  .sp-account.is-account-busy .sp-account-content::after { bottom: 18px; }
  .sp-account.is-account-busy .sp-account-content::before { bottom: 30px; }
}

/* 2.8.4 — project workspace, notifications, drafts and mobile account */
.sp-account-notifications { position: relative; }
.sp-notification-button {
  position: relative; display: inline-grid; place-items: center; width: 48px; height: 48px;
  border: 1px solid rgba(33, 48, 36, .14); border-radius: 15px; background: #fff; cursor: pointer;
  box-shadow: 0 8px 24px rgba(29, 44, 32, .08); font-size: 19px;
}
.sp-notification-button strong {
  position: absolute; top: -6px; right: -6px; min-width: 21px; height: 21px; padding: 0 5px;
  display: grid; place-items: center; border-radius: 99px; background: #244d34; color: #fff;
  font: 800 11px/1 Arial, sans-serif; border: 2px solid #f7f4ed;
}
.sp-notification-popover {
  position: absolute; z-index: 80; top: calc(100% + 12px); right: 0; width: min(390px, calc(100vw - 32px));
  border: 1px solid rgba(31, 51, 36, .12); border-radius: 22px; background: #fff;
  box-shadow: 0 24px 70px rgba(24, 38, 27, .2); overflow: hidden;
}
.sp-notification-popover__head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 20px; border-bottom: 1px solid #e8e7e1; }
.sp-notification-popover__head h3 { margin: 0; font-size: 18px; }
.sp-notification-popover__head form { margin: 0; }
.sp-notification-popover__head button { border: 0; background: transparent; color: #2f6948; font-weight: 800; cursor: pointer; }
.sp-notification-list { max-height: 430px; overflow: auto; }
.sp-notification-list > a { display: grid; grid-template-columns: 10px 1fr; gap: 12px; padding: 16px 20px; color: inherit; text-decoration: none; border-bottom: 1px solid #eeece6; }
.sp-notification-list > a:hover { background: #faf9f5; }
.sp-notification-list > a > span { width: 8px; height: 8px; margin-top: 7px; border-radius: 50%; background: #c9cbc6; }
.sp-notification-list > a.is-unread > span { background: #3e8059; box-shadow: 0 0 0 5px rgba(62, 128, 89, .11); }
.sp-notification-list strong, .sp-notification-list p, .sp-notification-list small { display: block; }
.sp-notification-list strong { margin-bottom: 4px; font-size: 14px; }
.sp-notification-list p { margin: 0 0 5px; font-size: 13px; line-height: 1.45; color: #56615a; }
.sp-notification-list small { color: #929a94; }
.sp-notification-empty { padding: 30px 20px; color: #6c756e; text-align: center; }
.sp-account-nav a b { margin-left: auto; min-width: 21px; height: 21px; display: grid; place-items: center; border-radius: 99px; background: #2d6547; color: #fff; font-size: 11px; }

.sp-attention-list { display: grid; gap: 10px; margin: 0 0 22px; }
.sp-attention-list > a { display: grid; grid-template-columns: 14px 1fr auto; gap: 14px; align-items: center; padding: 16px 18px; border: 1px solid #dce5dd; border-radius: 17px; background: linear-gradient(135deg, #f5faf6, #fff); color: inherit; text-decoration: none; }
.sp-attention-list > a > span { color: #397654; }
.sp-attention-list strong { display: block; margin-bottom: 3px; }
.sp-attention-list p { margin: 0; color: #627067; font-size: 14px; }
.sp-attention-list em { color: #2e6948; font-style: normal; font-weight: 800; font-size: 13px; }

.sp-form-card-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.sp-draft-state { color: #6e7a72; font-size: 12px; font-weight: 700; text-align: right; }
.sp-product-card-actions { display: grid; gap: 10px; padding: 0 18px 18px; }
.sp-product-card-actions form:first-child { display: grid; gap: 8px; }
.sp-product-card-actions select { width: 100%; min-height: 42px; border: 1px solid #d9dcd7; border-radius: 11px; padding: 0 12px; background: #fff; }
.sp-btn--small { min-height: 40px !important; padding: 10px 14px !important; font-size: 13px !important; }
.sp-muted { color: #6c756e; }

.sp-project-card__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.sp-project-card__products { padding: 10px 12px; border-radius: 11px; background: #f6f5f1; color: #3f5d49 !important; font-weight: 800; font-size: 13px !important; }
.sp-project-detail-head { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; margin-bottom: 24px; }
.sp-project-detail-head > a { color: #386e50; font-weight: 800; text-decoration: none; }
.sp-project-detail-head h2 { margin: 4px 0 0; }
.sp-project-detail-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 8px; }
.sp-project-detail-actions form { margin: 0; }
.sp-project-progress { display: grid; grid-template-columns: repeat(7, 1fr); gap: 0; margin: 0 0 26px; padding: 20px 18px; border: 1px solid #dce1dc; border-radius: 20px; background: #fff; overflow-x: auto; }
.sp-project-progress > div { position: relative; min-width: 105px; text-align: center; }
.sp-project-progress > div::before { content: ''; position: absolute; top: 16px; left: 0; right: 0; height: 2px; background: #dfe4df; }
.sp-project-progress > div:first-child::before { left: 50%; }
.sp-project-progress > div:last-child::before { right: 50%; }
.sp-project-progress span { position: relative; z-index: 2; width: 34px; height: 34px; margin: 0 auto 8px; display: grid; place-items: center; border: 2px solid #cfd7d0; border-radius: 50%; background: #fff; color: #fff; font-weight: 900; }
.sp-project-progress small { display: block; color: #7a837c; font-weight: 700; line-height: 1.25; }
.sp-project-progress .is-complete::before, .sp-project-progress .is-current::before { background: #4f8a63; }
.sp-project-progress .is-complete span { border-color: #4f8a63; background: #4f8a63; }
.sp-project-progress .is-current span { border-color: #285d40; background: #285d40; box-shadow: 0 0 0 6px rgba(40, 93, 64, .12); }
.sp-project-progress .is-current small { color: #244e36; }
.sp-project-workspace-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(280px, .75fr); gap: 22px; align-items: start; }
.sp-project-main-column, .sp-project-side-column { display: grid; gap: 18px; }
.sp-project-side-column { position: sticky; top: 110px; }
.sp-project-products { display: grid; gap: 10px; }
.sp-project-products article { display: grid; grid-template-columns: 86px 1fr auto; align-items: center; gap: 14px; padding: 10px; border: 1px solid #e2e4df; border-radius: 15px; }
.sp-project-products img { width: 86px; height: 70px; object-fit: cover; border-radius: 10px; background: #f1f0eb; }
.sp-project-products strong, .sp-project-products small { display: block; }
.sp-project-products small { color: #3f7755; font-weight: 900; }
.sp-project-products p { margin: 4px 0 0; color: #6e756f; font-size: 13px; }
.sp-project-products button { width: 32px; height: 32px; border: 0; border-radius: 50%; background: #f5efec; color: #974a3c; font-size: 20px; cursor: pointer; }
.sp-project-calculations { display: grid; gap: 10px; }
.sp-project-calculations article { display: flex; justify-content: space-between; gap: 16px; align-items: center; padding: 14px; border-radius: 13px; background: #f7f6f2; }
.sp-project-calculations small, .sp-project-calculations strong { display: block; }
.sp-project-calculations span { color: #315f45; font-weight: 900; white-space: nowrap; }
.sp-project-facts { margin: 0; }
.sp-project-facts > div { display: flex; justify-content: space-between; gap: 15px; padding: 11px 0; border-bottom: 1px solid #ecece8; }
.sp-project-facts dt { color: #727a74; }
.sp-project-facts dd { margin: 0; font-weight: 800; text-align: right; }
.sp-project-file { display: inline-flex; align-items: center; gap: 8px; margin-top: 12px; color: #2c6848; font-weight: 900; text-decoration: none; }
.sp-project-history { list-style: none; margin: 0; padding: 0; }
.sp-project-history li { display: grid; grid-template-columns: 14px 1fr; gap: 12px; padding-bottom: 16px; }
.sp-project-history li > span { width: 10px; height: 10px; margin-top: 5px; border-radius: 50%; background: #4c805f; box-shadow: 0 0 0 5px #edf4ef; }
.sp-project-history strong, .sp-project-history small { display: block; }
.sp-project-history p { margin: 3px 0; color: #68716b; font-size: 13px; }
.sp-project-history small { color: #929991; font-size: 11px; }

.sp-request-detail { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(300px, .7fr); gap: 20px; align-items: start; }
.sp-message-thread { display: grid; gap: 12px; margin-top: 24px; }
.sp-message-thread article { max-width: 82%; padding: 14px 16px; border-radius: 17px 17px 17px 5px; background: #f3f3ef; }
.sp-message-thread article.is-customer { margin-left: auto; border-radius: 17px 17px 5px 17px; background: #eaf4ed; }
.sp-message-thread article p { margin: 5px 0; }
.sp-message-thread article small { color: #7c857e; }
.sp-message-form { position: sticky; top: 110px; }

.sp-account-mobile-nav { display: none; }

@media (max-width: 1050px) {
  .sp-project-detail-head { grid-template-columns: 1fr; align-items: start; }
  .sp-project-detail-actions { justify-content: flex-start; }
  .sp-project-workspace-grid, .sp-request-detail { grid-template-columns: 1fr; }
  .sp-project-side-column, .sp-message-form { position: static; }
}

@media (max-width: 760px) {
  body.sp-account-page { padding-bottom: 76px; }
  .sp-account-sidebar { display: none !important; }
  .sp-account-layout { display: block !important; }
  .sp-account-mobile-nav {
    position: fixed; z-index: 100; left: 10px; right: 10px; bottom: 10px; display: grid;
    grid-template-columns: repeat(5, 1fr); padding: 8px; border: 1px solid rgba(32, 55, 39, .12);
    border-radius: 20px; background: rgba(255, 255, 255, .96); box-shadow: 0 16px 50px rgba(20, 35, 24, .22);
    backdrop-filter: blur(16px);
  }
  .sp-account-mobile-nav a { display: grid; place-items: center; gap: 4px; min-height: 52px; border-radius: 13px; color: #68736b; text-decoration: none; font-size: 10px; font-weight: 800; }
  .sp-account-mobile-nav svg { width: 20px; height: 20px; }
  .sp-account-mobile-nav a.is-active { background: #edf5ef; color: #285f41; }
  .sp-account-hero__actions { align-items: center; }
  .sp-notification-popover { position: fixed; top: 76px; left: 12px; right: 12px; width: auto; }
  .sp-project-progress { padding: 16px 8px; }
  .sp-project-products article { grid-template-columns: 70px 1fr auto; }
  .sp-project-products img { width: 70px; height: 62px; }
  .sp-project-detail-actions, .sp-project-detail-actions form, .sp-project-detail-actions .sp-btn { width: 100%; }
  .sp-project-calculations article { align-items: flex-start; flex-direction: column; }
  .sp-message-thread article { max-width: 94%; }
}

/* Account reliability and detail refinements — 2.8.7 */
.sp-current-project-file {
  display: grid;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid #dce6dd;
  border-radius: 14px;
  background: #f6faf7;
}
.sp-current-project-file > a { color: #2d6948; font-weight: 850; text-decoration: none; overflow-wrap: anywhere; }
.sp-current-project-file .sp-checkbox { margin: 0; }
.sp-account-record-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sp-request-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 20px;
}
.sp-request-facts > div { padding: 12px 14px; border-radius: 12px; background: #f6f6f2; }
.sp-request-facts dt { margin: 0 0 4px; color: #78817a; font-size: 12px; }
.sp-request-facts dd { margin: 0; color: #263c2d; font-weight: 850; overflow-wrap: anywhere; }
.sp-request-facts a { color: #2d6948; }
.sp-address-card-actions { display: flex; align-items: center; gap: 14px; margin-top: 10px; }
.sp-address-card-actions form { margin: 0; }
.sp-address-card-actions > a { color: #2d6948; font-weight: 800; text-decoration: none; }
.sp-account-form-card label.is-optional > span::after { content: ' · необязательно'; color: #879087; font-size: 11px; font-weight: 600; }

@media (max-width: 620px) {
  .sp-request-facts { grid-template-columns: 1fr; }
  .sp-address-card-actions { align-items: flex-start; flex-direction: column; gap: 8px; }
}


/* Complete mobile account navigation — 2.8.7 */
@media (max-width: 760px) {
  .sp-account-mobile-nav > a,
  .sp-account-mobile-more > button {
    display: grid;
    width: 100%;
    min-height: 52px;
    place-items: center;
    gap: 4px;
    padding: 4px;
    border: 0;
    border-radius: 13px;
    background: transparent;
    color: #68736b;
    font: inherit;
    font-size: 10px;
    font-weight: 800;
    cursor: pointer;
  }
  .sp-account-mobile-nav > a.is-active,
  .sp-account-mobile-more > button.is-active {
    background: #edf5ef;
    color: #285f41;
  }
  .sp-account-mobile-more { position: relative; min-width: 0; }
  .sp-account-mobile-more__menu {
    position: absolute;
    right: -2px;
    bottom: calc(100% + 14px);
    display: grid;
    width: min(270px, calc(100vw - 36px));
    gap: 5px;
    padding: 10px;
    border: 1px solid rgba(32, 55, 39, .13);
    border-radius: 18px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 18px 50px rgba(20, 35, 24, .23);
    backdrop-filter: blur(18px);
  }
  .sp-account-mobile-more__menu[hidden] { display: none; }
  .sp-account-mobile-more__menu a {
    display: grid;
    grid-template-columns: 24px 1fr;
    min-height: 46px;
    align-items: center;
    justify-items: start;
    gap: 12px;
    padding: 9px 12px;
    border-radius: 12px;
    color: #34443a;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
  }
  .sp-account-mobile-more__menu a.is-active { background: #edf5ef; color: #285f41; }
  .sp-account-mobile-more__menu svg { width: 19px; height: 19px; }
}

/* Sample kit conversion block: compact, stable for guests and logged-in users. */
#primary.sp-main .sp-sample-kit {
  padding-top: clamp(42px, 5vw, 68px);
  padding-bottom: clamp(42px, 5vw, 68px);
  background: #f7f5f0;
}

#primary.sp-main .sp-sample-kit__shell {
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(360px, .82fr) minmax(0, 1.18fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid #ddd8cf;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(28, 45, 38, .07);
}

#primary.sp-main .sp-sample-kit__media {
  position: relative;
  min-width: 0;
  min-height: 470px;
  overflow: hidden;
  background: #e9e5dc;
}

#primary.sp-main .sp-sample-kit__media picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}

#primary.sp-main .sp-sample-kit__media img {
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover;
  object-position: center;
}

#primary.sp-main .sp-sample-kit__badge {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  display: inline-flex;
  align-items: center;
  width: auto;
  max-width: calc(100% - 40px);
  margin: 0;
  padding: 9px 14px;
  border-radius: 999px;
  background: #17573f;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .045em;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(23, 87, 63, .16);
}

#primary.sp-main .sp-sample-kit__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 3.6vw, 50px) clamp(30px, 4vw, 58px);
}

#primary.sp-main .sp-sample-kit__content .sp-eyebrow {
  margin-bottom: 6px;
}

#primary.sp-main .sp-sample-kit__content h2 {
  max-width: 670px;
  margin: 5px 0 14px;
  font-size: clamp(36px, 3.15vw, 50px);
  line-height: 1.01;
  letter-spacing: -.025em;
}

#primary.sp-main .sp-sample-kit__lead {
  max-width: 720px;
  margin: 0 0 20px;
  color: #606963;
  font-size: 15px;
  line-height: 1.55;
}

#primary.sp-main .sp-sample-kit__benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  border-top: 1px solid #e5e1da;
  border-bottom: 1px solid #e5e1da;
}

#primary.sp-main .sp-sample-kit__benefits > div {
  min-width: 0;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 15px 14px;
  border: 0;
}

#primary.sp-main .sp-sample-kit__benefits > div:first-child {
  padding-left: 0;
}

#primary.sp-main .sp-sample-kit__benefits > div + div {
  border-left: 1px solid #e5e1da;
}

#primary.sp-main .sp-sample-kit__benefits b {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: #f0ede5;
  color: #17573f;
  font-size: 11px;
  line-height: 1;
}

#primary.sp-main .sp-sample-kit__benefits span {
  min-width: 0;
  display: grid;
  gap: 3px;
}

#primary.sp-main .sp-sample-kit__benefits strong {
  font-size: 14px;
  line-height: 1.25;
}

#primary.sp-main .sp-sample-kit__benefits small {
  color: #69716c;
  font-size: 12px;
  line-height: 1.4;
}

#primary.sp-main .sp-sample-kit__result {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 5px 10px;
  margin-top: 16px;
  padding: 12px 15px;
  border-radius: 13px;
  background: #eef4f0;
}

#primary.sp-main .sp-sample-kit__result span {
  color: #17573f;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .075em;
  text-transform: uppercase;
}

#primary.sp-main .sp-sample-kit__result strong {
  font-size: 13px;
  line-height: 1.4;
}

#primary.sp-main .sp-sample-kit__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

#primary.sp-main .sp-sample-kit__actions .sp-btn {
  min-height: 44px;
  padding-top: 11px;
  padding-bottom: 11px;
}

#primary.sp-main .sp-sample-kit__contact {
  margin: 12px 0 0;
  color: #747b77;
  font-size: 13px;
}

#primary.sp-main .sp-sample-kit__contact a {
  color: #17573f;
  font-weight: 800;
}

@media (max-width: 1180px) {
  #primary.sp-main .sp-sample-kit__shell {
    grid-template-columns: minmax(330px, .76fr) minmax(0, 1.24fr);
  }

  #primary.sp-main .sp-sample-kit__media {
    min-height: 500px;
  }

  #primary.sp-main .sp-sample-kit__benefits {
    grid-template-columns: 1fr;
    border-bottom: 0;
  }

  #primary.sp-main .sp-sample-kit__benefits > div,
  #primary.sp-main .sp-sample-kit__benefits > div:first-child {
    padding: 11px 0;
    border-bottom: 1px solid #e5e1da;
  }

  #primary.sp-main .sp-sample-kit__benefits > div + div {
    border-left: 0;
  }

  #primary.sp-main .sp-sample-kit__benefits small {
    font-size: 13px;
  }
}

@media (max-width: 900px) {
  #primary.sp-main .sp-sample-kit__shell {
    grid-template-columns: 1fr;
  }

  #primary.sp-main .sp-sample-kit__media {
    min-height: 360px;
  }

  #primary.sp-main .sp-sample-kit__content {
    padding: 34px 30px 38px;
  }
}

@media (max-width: 640px) {
  #primary.sp-main .sp-sample-kit {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  #primary.sp-main .sp-sample-kit__shell {
    border-radius: 18px;
  }

  #primary.sp-main .sp-sample-kit__media {
    min-height: 270px;
  }

  #primary.sp-main .sp-sample-kit__badge {
    top: 14px;
    left: 14px;
    max-width: calc(100% - 28px);
    padding: 8px 12px;
  }

  #primary.sp-main .sp-sample-kit__content {
    padding: 26px 20px 28px;
  }

  #primary.sp-main .sp-sample-kit__content h2 {
    font-size: 34px;
  }

  #primary.sp-main .sp-sample-kit__lead {
    font-size: 14px;
  }

  #primary.sp-main .sp-sample-kit__actions .sp-btn {
    width: 100%;
  }
}


/* v3.0.4 — homepage flow: catalogue after comparison, compact sample/calculator row, distinct final CTA. */
#primary.sp-main .sp-home-profiles--featured {
  padding-top: 56px;
  padding-bottom: 64px;
  background: #fff;
}

#primary.sp-main .sp-home-profiles--featured .sp-section-head {
  margin-bottom: 26px;
}

#primary.sp-main .sp-home-profiles--featured .sp-home-profile-card__media {
  aspect-ratio: 1.18 / 1;
}

#primary.sp-main .sp-home-profiles--featured .sp-home-profile-card__body {
  padding: 18px 18px 20px;
}

#primary.sp-main .sp-home-profiles--featured .sp-home-profile-card__body h3 {
  min-height: 2.55em;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.05rem, 1.25vw, 1.28rem);
  font-weight: 500;
  line-height: 1.18;
}

#primary.sp-main .sp-home-widgets {
  padding: 30px 0 72px;
  background: #fff;
}

#primary.sp-main .sp-home-widgets__grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.15fr) minmax(0, .85fr);
  align-items: stretch;
  gap: 18px;
}

#primary.sp-main .sp-sample-mini-card,
#primary.sp-main .sp-calculator-card,
#primary.sp-main .sp-advantages-card {
  min-width: 0;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid #e5ddd1;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(36, 27, 18, .05);
}

#primary.sp-main .sp-sample-mini-card {
  display: flex;
  flex-direction: column;
}

#primary.sp-main .sp-sample-mini-card__media {
  position: relative;
  display: block;
  height: 205px;
  flex: 0 0 205px;
  overflow: hidden;
  background: #eee6da;
}

#primary.sp-main .sp-sample-mini-card__media picture,
#primary.sp-main .sp-sample-mini-card__media img {
  width: 100%;
  height: 100%;
  display: block;
}

#primary.sp-main .sp-sample-mini-card__media img {
  object-fit: cover;
  object-position: center 58%;
  transition: transform .35s ease;
}

#primary.sp-main .sp-sample-mini-card:hover .sp-sample-mini-card__media img {
  transform: scale(1.035);
}

#primary.sp-main .sp-sample-mini-card__media > span {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #fff;
  background: rgba(23, 77, 53, .95);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .045em;
  text-transform: uppercase;
}

#primary.sp-main .sp-sample-mini-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

#primary.sp-main .sp-sample-mini-card__body h3,
#primary.sp-main .sp-advantages-card h3 {
  margin: 0 0 10px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.35rem, 1.75vw, 1.85rem);
  font-weight: 500;
  line-height: 1.08;
}

#primary.sp-main .sp-sample-mini-card__body > p:not(.sp-eyebrow) {
  margin: 0;
  color: #686158;
  font-size: .84rem;
  line-height: 1.52;
}

#primary.sp-main .sp-sample-mini-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 20px;
}

#primary.sp-main .sp-sample-mini-card__footer > strong {
  max-width: 120px;
  color: #5f584f;
  font-size: .76rem;
  line-height: 1.3;
}

#primary.sp-main .sp-sample-mini-card__footer .sp-btn {
  min-height: 42px;
  padding: 10px 15px;
  white-space: nowrap;
  font-size: .76rem;
}

#primary.sp-main .sp-calculator-card {
  padding: 24px;
}

#primary.sp-main .sp-calculator-card .sp-section-head {
  margin-bottom: 18px;
}

#primary.sp-main .sp-calculator-card .sp-section-head h2 {
  margin-bottom: 8px;
  font-size: clamp(1.55rem, 2vw, 2.05rem);
}

#primary.sp-main .sp-calculator-card .sp-section-head p:last-child {
  font-size: .84rem;
}

#primary.sp-main .sp-calculator-card .sp-btn {
  width: 100%;
}

#primary.sp-main .sp-advantages-card {
  display: flex;
  flex-direction: column;
  padding: 25px 23px;
  background: linear-gradient(145deg, #fff 0%, #fbf8f3 100%);
}

#primary.sp-main .sp-advantages-card ul {
  display: grid;
  gap: 14px;
  margin: 20px 0 22px;
  padding: 0;
  list-style: none;
}

#primary.sp-main .sp-advantages-card li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  color: #4e4942;
  font-size: .82rem;
  line-height: 1.42;
}

#primary.sp-main .sp-advantages-card li .sp-icon {
  width: 18px;
  height: 18px;
  color: var(--sp-green);
}

#primary.sp-main .sp-advantages-card > .sp-text-link {
  margin-top: auto;
}

#primary.sp-main .sp-home-order--guide,
#primary.sp-main .sp-home-order {
  background: #f8f5ef;
}

#primary.sp-main .sp-home-order__content {
  padding: 34px;
  border: 1px solid #e6ded2;
  border-radius: 20px;
  background: #fff;
}

#primary.sp-main .sp-home-order__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 22px;
}

#primary.sp-main .sp-final-cta-section {
  padding: 34px 0 18px;
  background: #fff;
}

#primary.sp-main .sp-final-cta {
  min-height: 300px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  overflow: hidden;
  border-radius: 22px;
  background: #124d36;
  box-shadow: 0 20px 55px rgba(18, 77, 54, .18);
}

#primary.sp-main .sp-final-cta__content {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: clamp(34px, 5vw, 68px);
  color: #fff;
}

#primary.sp-main .sp-final-cta__content .sp-eyebrow {
  color: #d9bf8d;
}

#primary.sp-main .sp-final-cta__content h2 {
  max-width: 760px;
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(2rem, 3.7vw, 4rem);
  line-height: .98;
}

#primary.sp-main .sp-final-cta__content > p:not(.sp-eyebrow) {
  max-width: 680px;
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 1rem;
  line-height: 1.6;
}

#primary.sp-main .sp-final-cta__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 28px;
  margin-top: 28px;
}

#primary.sp-main .sp-final-cta__phone {
  display: flex;
  flex-direction: column;
  color: #fff;
}

#primary.sp-main .sp-final-cta__phone small {
  color: rgba(255,255,255,.65);
  font-size: .72rem;
}

#primary.sp-main .sp-final-cta__phone strong {
  font-size: 1rem;
}

#primary.sp-main .sp-final-cta__media {
  position: relative;
  min-height: 300px;
  overflow: hidden;
}

#primary.sp-main .sp-final-cta__media::before {
  content: '';
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, #124d36 0%, rgba(18,77,54,.45) 35%, transparent 70%);
}

#primary.sp-main .sp-final-cta__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1120px) {
  #primary.sp-main .sp-home-widgets__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #primary.sp-main .sp-advantages-card {
    grid-column: 1 / -1;
    min-height: 0;
  }

  #primary.sp-main .sp-advantages-card ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  #primary.sp-main .sp-final-cta {
    grid-template-columns: 1fr;
  }

  #primary.sp-main .sp-final-cta__media {
    min-height: 230px;
    order: -1;
  }

  #primary.sp-main .sp-final-cta__media::before {
    background: linear-gradient(0deg, #124d36 0%, rgba(18,77,54,.25) 52%, transparent 100%);
  }
}

@media (max-width: 720px) {
  #primary.sp-main .sp-home-profiles--featured {
    padding-top: 42px;
    padding-bottom: 48px;
  }

  #primary.sp-main .sp-home-widgets__grid {
    grid-template-columns: 1fr;
  }

  #primary.sp-main .sp-sample-mini-card,
  #primary.sp-main .sp-calculator-card,
  #primary.sp-main .sp-advantages-card {
    min-height: 0;
  }

  #primary.sp-main .sp-advantages-card {
    grid-column: auto;
  }

  #primary.sp-main .sp-advantages-card ul {
    grid-template-columns: 1fr;
  }

  #primary.sp-main .sp-final-cta__content {
    padding: 34px 24px 38px;
  }

  #primary.sp-main .sp-final-cta__content h2 {
    font-size: clamp(2.15rem, 10vw, 3.15rem);
  }

  #primary.sp-main .sp-final-cta__actions,
  #primary.sp-main .sp-final-cta__actions .sp-btn {
    width: 100%;
  }

  #primary.sp-main .sp-final-cta__actions .sp-btn {
    justify-content: center;
  }
}


/* ===== Homepage support section + footer alignment (v3.0.5) ===== */
#primary.sp-main .sp-home-support-section {
  padding: 10px 0 18px;
  background: #fff;
}

#primary.sp-main .sp-home-support {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(180px, .55fr) minmax(260px, .9fr);
  align-items: stretch;
  gap: 0;
  overflow: hidden;
  border: 1px solid #e8dfd2;
  border-radius: 20px;
  background: linear-gradient(180deg, #fff 0%, #fbf8f3 100%);
}

#primary.sp-main .sp-home-support__intro {
  padding: 30px 30px 26px;
}

#primary.sp-main .sp-home-support__intro h2 {
  margin-bottom: 12px;
  font-size: clamp(1.7rem, 2.8vw, 2.4rem);
}

#primary.sp-main .sp-home-support__intro > p {
  max-width: 520px;
  margin: 0;
  color: #67635c;
  font-size: .98rem;
  line-height: 1.6;
}

#primary.sp-main .sp-home-support__benefits {
  display: grid;
  gap: 12px;
  margin: 20px 0 24px;
  padding: 0;
  list-style: none;
}

#primary.sp-main .sp-home-support__benefits li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  color: #43423e;
  font-size: .92rem;
}

#primary.sp-main .sp-home-support__benefits .sp-icon {
  width: 16px;
  height: 16px;
  color: var(--sp-green);
}

#primary.sp-main .sp-home-support__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

#primary.sp-main .sp-home-support__person {
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 20px 10px 0;
  background: linear-gradient(180deg, #fffaf2 0%, #f3eee4 100%);
}

#primary.sp-main .sp-home-support__person img {
  max-width: 100%;
  height: auto;
  display: block;
}

#primary.sp-main .sp-home-support__contacts {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 24px;
  border-left: 1px solid #ebe2d8;
  background: #fff;
}

#primary.sp-main .sp-home-support__contact {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

#primary.sp-main .sp-home-support__contact-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #f6f1e8;
  color: var(--sp-green);
}

#primary.sp-main .sp-home-support__contact-icon .sp-icon {
  width: 20px;
  height: 20px;
}

#primary.sp-main .sp-home-support__contact small,
#primary.sp-main .sp-home-support__contact span,
#primary.sp-main .sp-home-support__contact a {
  display: block;
}

#primary.sp-main .sp-home-support__contact small {
  margin-bottom: 4px;
  color: #7d786f;
  font-size: .74rem;
}

#primary.sp-main .sp-home-support__contact strong,
#primary.sp-main .sp-home-support__contact a strong {
  color: var(--sp-ink);
  font-size: 1rem;
  line-height: 1.35;
}

#primary.sp-main .sp-home-support__contact span,
#primary.sp-main .sp-home-support__contact a {
  color: #5c5953;
  font-size: .88rem;
  line-height: 1.45;
}

#primary.sp-main .sp-final-cta-section {
  padding: 6px 0 12px;
  background: #fff;
}

#primary.sp-main .sp-final-cta {
  min-height: 0;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr);
  border-radius: 18px;
  box-shadow: none;
}

#primary.sp-main .sp-final-cta__content {
  padding: 38px 42px;
}

#primary.sp-main .sp-final-cta__content h2 {
  max-width: 680px;
  margin-bottom: 10px;
  font-size: clamp(1.9rem, 3.2vw, 3.3rem);
}

#primary.sp-main .sp-final-cta__content > p:not(.sp-eyebrow) {
  max-width: 540px;
  font-size: .95rem;
}

#primary.sp-main .sp-final-cta__actions {
  margin-top: 22px;
}

#primary.sp-main .sp-final-cta__media {
  min-height: 210px;
}

#primary.sp-main .sp-final-cta__media img {
  object-position: center right;
}

@media (max-width: 1080px) {
  #primary.sp-main .sp-home-support {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  #primary.sp-main .sp-home-support__person {
    order: 3;
    min-height: 220px;
    padding-top: 10px;
    border-top: 1px solid #ebe2d8;
  }

  #primary.sp-main .sp-home-support__contacts {
    border-left: 1px solid #ebe2d8;
  }
}

@media (max-width: 820px) {
  #primary.sp-main .sp-home-support {
    grid-template-columns: 1fr;
  }

  #primary.sp-main .sp-home-support__contacts {
    border-left: 0;
    border-top: 1px solid #ebe2d8;
  }

  #primary.sp-main .sp-home-support__person {
    order: 2;
    border-top: 1px solid #ebe2d8;
  }

  #primary.sp-main .sp-final-cta {
    grid-template-columns: 1fr;
  }

  #primary.sp-main .sp-final-cta__media {
    order: -1;
    min-height: 190px;
  }
}

@media (max-width: 640px) {
  #primary.sp-main .sp-home-support__intro,
  #primary.sp-main .sp-home-support__contacts,
  #primary.sp-main .sp-final-cta__content {
    padding: 24px 20px;
  }

  #primary.sp-main .sp-home-support__actions,
  #primary.sp-main .sp-home-support__actions .sp-btn,
  #primary.sp-main .sp-final-cta__actions,
  #primary.sp-main .sp-final-cta__actions .sp-btn {
    width: 100%;
  }

  #primary.sp-main .sp-home-support__actions .sp-btn,
  #primary.sp-main .sp-final-cta__actions .sp-btn {
    justify-content: center;
  }
}


/* ===== Homepage refinement v3.0.6 ===== */
/* Real project cards must never render as empty grey placeholders. */
#primary.sp-main .sp-projects-section {
  padding-top: 48px;
  padding-bottom: 46px;
  background: #fff;
}

#primary.sp-main .sp-project-card__media {
  min-height: 190px;
  background: #eee8df;
}

#primary.sp-main .sp-project-card__media img {
  min-height: 190px;
  object-position: center 55%;
}

#primary.sp-main .sp-project-card__body {
  min-height: 108px;
  padding: 17px 48px 16px 17px;
}

#primary.sp-main .sp-project-card__body strong {
  font-size: 1rem;
  line-height: 1.34;
}

/* The use-cases section was visually too airy. */
#primary.sp-main .sp-home-applications {
  padding-top: 50px;
  padding-bottom: 54px;
}

#primary.sp-main .sp-home-applications .sp-section-head {
  margin-bottom: 28px;
}

#primary.sp-main .sp-home-application-card {
  min-height: 184px;
  padding: 24px;
}

#primary.sp-main .sp-home-application-card__number {
  margin-bottom: 20px;
  font-size: 1.25rem;
}

#primary.sp-main .sp-home-applications__footer {
  margin-top: 22px;
}

/* Materials remain informative, but no longer dominate the page height. */
#primary.sp-main .sp-home-materials {
  padding-top: 58px;
  padding-bottom: 58px;
}

#primary.sp-main .sp-home-materials__intro {
  margin-bottom: 26px;
}

#primary.sp-main .sp-home-materials__grid article {
  min-height: 218px;
  padding: 24px 22px;
}

#primary.sp-main .sp-home-materials__grid article > span {
  min-height: 34px;
  margin-bottom: 20px;
}

/* The order guide should read as one compact decision block. */
#primary.sp-main .sp-home-order {
  padding-top: 56px;
  padding-bottom: 56px;
}

#primary.sp-main .sp-home-order__grid {
  gap: clamp(34px, 5vw, 74px);
}

#primary.sp-main .sp-home-order__content {
  padding: 30px;
}

#primary.sp-main .sp-home-order__steps li {
  padding: 18px 0;
}

/* FAQ: compact two-column accordion; all items are closed initially. */
#primary.sp-main .sp-home-faq {
  padding-top: 48px;
  padding-bottom: 52px;
}

#primary.sp-main .sp-home-faq .sp-section-head {
  margin-bottom: 24px;
}

#primary.sp-main .sp-home-faq__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 34px;
  border-top: 0;
}

#primary.sp-main .sp-home-faq__item {
  border-top: 1px solid #e5ddd2;
  border-bottom: 1px solid #e5ddd2;
  margin-top: -1px;
}

#primary.sp-main .sp-home-faq__item summary {
  min-height: 64px;
  padding: 15px 0;
  font-size: .93rem;
  line-height: 1.35;
}

#primary.sp-main .sp-home-faq__item summary b {
  width: 30px;
  height: 30px;
  font-size: 1.05rem;
}

#primary.sp-main .sp-home-faq__item > div {
  max-width: none;
  padding: 0 42px 17px 0;
}

#primary.sp-main .sp-home-faq__item p {
  font-size: .88rem;
  line-height: 1.58;
}

/* Support block: make it a real service block rather than a thin strip. */
#primary.sp-main .sp-home-support-section {
  padding-top: 12px;
  padding-bottom: 14px;
}

#primary.sp-main .sp-home-support {
  grid-template-columns: minmax(0, 1.08fr) minmax(210px, .48fr) minmax(290px, .9fr);
  min-height: 270px;
}

#primary.sp-main .sp-home-support__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 30px 28px;
}

#primary.sp-main .sp-home-support__intro h2 {
  font-size: clamp(1.85rem, 2.8vw, 2.55rem);
}

#primary.sp-main .sp-home-support__person {
  min-height: 270px;
  padding: 10px 0 0;
  overflow: hidden;
}

#primary.sp-main .sp-home-support__person img {
  width: 100%;
  max-width: 250px;
  height: 100%;
  max-height: 270px;
  object-fit: cover;
  object-position: center top;
}

#primary.sp-main .sp-home-support__contacts {
  padding: 26px 24px;
}

/* Final banner: more visual weight, but no oversized headline or dead space. */
#primary.sp-main .sp-final-cta {
  min-height: 238px;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, .75fr);
}

#primary.sp-main .sp-final-cta__content {
  padding: 38px 42px;
}

#primary.sp-main .sp-final-cta__content h2 {
  max-width: 650px;
  font-size: clamp(2rem, 3.25vw, 3.45rem);
  line-height: 1.01;
}

#primary.sp-main .sp-final-cta__media {
  min-height: 238px;
}

@media (max-width: 980px) {
  #primary.sp-main .sp-home-faq__list {
    grid-template-columns: 1fr;
  }

  #primary.sp-main .sp-home-support {
    grid-template-columns: minmax(0, 1fr) minmax(250px, .8fr);
  }

  #primary.sp-main .sp-home-support__person {
    order: 2;
  }

  #primary.sp-main .sp-home-support__contacts {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid #ebe2d8;
    border-left: 0;
  }
}

@media (max-width: 720px) {
  #primary.sp-main .sp-home-applications,
  #primary.sp-main .sp-home-materials,
  #primary.sp-main .sp-home-order,
  #primary.sp-main .sp-home-faq {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  #primary.sp-main .sp-home-support {
    grid-template-columns: 1fr;
  }

  #primary.sp-main .sp-home-support__person {
    min-height: 230px;
  }

  #primary.sp-main .sp-home-support__person img {
    max-height: 230px;
  }

  #primary.sp-main .sp-home-support__contacts {
    grid-template-columns: 1fr;
  }

  #primary.sp-main .sp-final-cta {
    grid-template-columns: 1fr;
  }

  #primary.sp-main .sp-final-cta__content {
    padding: 30px 22px 34px;
  }
}


/* ===== Consultant photo refinement (v3.0.7) ===== */
#primary.sp-main .sp-home-support {
  grid-template-columns: minmax(0, 1.08fr) minmax(250px, .56fr) minmax(290px, .9fr);
}

#primary.sp-main .sp-home-support__person {
  min-height: 290px;
  padding: 12px 14px 0;
  align-items: flex-end;
  justify-content: center;
  background: linear-gradient(180deg, #fffaf3 0%, #f5eee2 100%);
}

#primary.sp-main .sp-home-support__person img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 278px;
  object-fit: contain;
  object-position: center bottom;
  filter: saturate(1.02) contrast(1.02);
}

@media (max-width: 980px) {
  #primary.sp-main .sp-home-support {
    grid-template-columns: minmax(0, 1fr) minmax(270px, .8fr);
  }

  #primary.sp-main .sp-home-support__person {
    min-height: 250px;
  }

  #primary.sp-main .sp-home-support__person img {
    max-height: 240px;
  }
}

@media (max-width: 720px) {
  #primary.sp-main .sp-home-support__person {
    min-height: 220px;
    padding: 8px 8px 0;
  }

  #primary.sp-main .sp-home-support__person img {
    max-height: 212px;
  }
}

/* ===== Homepage structural polish (v3.0.9) ===== */
/* Keep the same sticky header behaviour on the home page as on all other pages. */
body.sp-front-page .sp-header {
  position: sticky;
  top: 0 !important;
  z-index: 1100;
}

body.sp-front-page.admin-bar .sp-header {
  top: 32px !important;
}

body.sp-front-page:not(.admin-bar) .sp-header::before {
  position: fixed;
}

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

/* Compact task navigation replaces the duplicated long SEO block. */
#primary.sp-main .sp-home-task-hub {
  padding: 46px 0 42px;
  background: #fff;
}

#primary.sp-main .sp-home-task-hub__head {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(360px, 1.18fr);
  gap: clamp(38px, 6vw, 90px);
  align-items: end;
  margin-bottom: 24px;
}

#primary.sp-main .sp-home-task-hub__head h2 {
  margin: 0;
  font-size: clamp(2rem, 3.4vw, 3.4rem);
  line-height: 1.02;
}

#primary.sp-main .sp-home-task-hub__head > p {
  max-width: 760px;
  margin: 0;
  color: #625d55;
  font-size: .96rem;
  line-height: 1.62;
}

#primary.sp-main .sp-home-task-hub__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #e6ded3;
  border-radius: 18px;
  background: #fbf8f3;
}

#primary.sp-main .sp-home-task-hub__grid a {
  position: relative;
  min-height: 158px;
  display: flex;
  flex-direction: column;
  padding: 23px 50px 22px 22px;
  color: var(--sp-ink);
  background: #fff;
  transition: background-color .22s ease, color .22s ease;
}

#primary.sp-main .sp-home-task-hub__grid a:not(:last-child) {
  border-right: 1px solid #e8e0d5;
}

#primary.sp-main .sp-home-task-hub__grid a:hover,
#primary.sp-main .sp-home-task-hub__grid a:focus-visible {
  color: var(--sp-green);
  background: #f8f4ed;
}

#primary.sp-main .sp-home-task-hub__grid a > span {
  margin-bottom: 24px;
  color: #a87548;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.18rem;
}

#primary.sp-main .sp-home-task-hub__grid strong {
  display: block;
  margin-bottom: 7px;
  font-size: .96rem;
  line-height: 1.3;
}

#primary.sp-main .sp-home-task-hub__grid small {
  color: #6c665e;
  font-size: .81rem;
  line-height: 1.46;
}

#primary.sp-main .sp-home-task-hub__grid .sp-icon {
  position: absolute;
  right: 18px;
  bottom: 20px;
  width: 19px;
  height: 19px;
  color: var(--sp-green);
  transition: transform .2s ease;
}

#primary.sp-main .sp-home-task-hub__grid a:hover .sp-icon,
#primary.sp-main .sp-home-task-hub__grid a:focus-visible .sp-icon {
  transform: translateX(4px);
}

/* Product cards: one image scale, one body height and one CTA baseline. */
#primary.sp-main .sp-home-profiles--featured .sp-home-profiles__grid {
  align-items: stretch;
}

#primary.sp-main .sp-home-profiles--featured .sp-home-profile-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#primary.sp-main .sp-home-profiles--featured .sp-home-profile-card__media {
  height: 285px;
  aspect-ratio: auto;
  padding: 12px 10px 0;
  background: #f7f3ed;
}

#primary.sp-main .sp-home-profiles--featured .sp-home-profile-card__media img {
  object-fit: contain;
  object-position: center bottom;
}

#primary.sp-main .sp-home-profiles--featured .sp-home-profile-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

#primary.sp-main .sp-home-profiles--featured .sp-home-profile-card__body h3 {
  min-height: 3.5em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#primary.sp-main .sp-home-profiles--featured .sp-home-profile-card__body > p {
  min-height: 4.6em;
  display: -webkit-box;
  overflow: hidden;
  color: #5f5a52;
  font-size: .86rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#primary.sp-main .sp-home-profiles--featured .sp-home-profile-card dl {
  margin-top: auto;
}

#primary.sp-main .sp-home-profiles--featured .sp-home-profile-card dl > div {
  font-size: .79rem;
}

#primary.sp-main .sp-home-profiles--featured .sp-home-profile-card .sp-text-link {
  min-height: 28px;
  margin-top: 0;
  font-size: .82rem;
}

/* Slightly clearer labels and secondary copy. */
#primary.sp-main .sp-paint-card strong {
  color: #4e4a44;
  font-size: .86rem;
}

#primary.sp-main .sp-home-application-card p,
#primary.sp-main .sp-home-materials__grid p,
#primary.sp-main .sp-home-order__steps p {
  font-size: .88rem;
}

/* Compress the information-heavy middle without making it cramped. */
#primary.sp-main .sp-home-applications {
  padding-top: 44px;
  padding-bottom: 48px;
}

#primary.sp-main .sp-home-materials {
  padding-top: 50px;
  padding-bottom: 50px;
}

#primary.sp-main .sp-home-order {
  padding-top: 48px;
  padding-bottom: 48px;
}

#primary.sp-main .sp-home-application-card {
  min-height: 168px;
  padding: 22px;
}

#primary.sp-main .sp-home-application-card__number {
  margin-bottom: 16px;
}

#primary.sp-main .sp-home-materials__grid article {
  min-height: 200px;
  padding: 22px 20px;
}

#primary.sp-main .sp-home-materials__grid article > span {
  margin-bottom: 15px;
}

/* Consultant image is kept deliberately smaller so the low-detail source does not dominate. */
#primary.sp-main .sp-home-support {
  grid-template-columns: minmax(0, 1.16fr) 220px minmax(290px, .9fr);
  min-height: 260px;
}

#primary.sp-main .sp-home-support__person {
  min-height: 260px;
  padding: 22px 12px 0;
}

#primary.sp-main .sp-home-support__person img {
  max-width: 190px;
  max-height: 238px;
  border-radius: 18px 18px 0 0;
}

/* Final CTA: stronger left column and maximum two-line title on wide screens. */
#primary.sp-main .sp-final-cta {
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr);
}

#primary.sp-main .sp-final-cta__content {
  padding: 38px 46px;
}

#primary.sp-main .sp-final-cta__content h2 {
  max-width: 820px;
  font-size: clamp(1.9rem, 2.75vw, 3rem);
  line-height: 1.04;
}

#primary.sp-main .sp-final-cta__actions .sp-btn {
  min-height: 48px;
  padding-inline: 24px;
}

@media (max-width: 1180px) {
  #primary.sp-main .sp-home-task-hub__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #primary.sp-main .sp-home-task-hub__grid a:nth-child(2) {
    border-right: 0;
  }

  #primary.sp-main .sp-home-task-hub__grid a:nth-child(-n+2) {
    border-bottom: 1px solid #e8e0d5;
  }

  #primary.sp-main .sp-home-support {
    grid-template-columns: minmax(0, 1fr) 230px;
  }

  #primary.sp-main .sp-home-support__contacts {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  #primary.sp-main .sp-home-task-hub__head {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  #primary.sp-main .sp-home-profiles--featured .sp-home-profile-card__media {
    height: 250px;
  }

  #primary.sp-main .sp-final-cta__content h2 {
    max-width: 620px;
  }
}

@media (max-width: 640px) {
  #primary.sp-main .sp-home-task-hub {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  #primary.sp-main .sp-home-task-hub__grid {
    grid-template-columns: 1fr;
  }

  #primary.sp-main .sp-home-task-hub__grid a,
  #primary.sp-main .sp-home-task-hub__grid a:nth-child(2) {
    min-height: 136px;
    border-right: 0;
    border-bottom: 1px solid #e8e0d5;
  }

  #primary.sp-main .sp-home-task-hub__grid a:last-child {
    border-bottom: 0;
  }

  #primary.sp-main .sp-home-profiles--featured .sp-home-profile-card__media {
    height: 235px;
  }

  #primary.sp-main .sp-home-support {
    grid-template-columns: 1fr;
  }

  #primary.sp-main .sp-home-support__person {
    min-height: 205px;
    padding-top: 10px;
  }

  #primary.sp-main .sp-home-support__person img {
    max-height: 198px;
  }

  #primary.sp-main .sp-final-cta__content {
    padding: 30px 22px 34px;
  }

  #primary.sp-main .sp-final-cta__content h2 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }
}


/* ===== Unified STAVROS colour system (v3.0.10) ===== */
:root {
  --sp-green: #14553d;
  --sp-green-2: #0e412f;
  --sp-ink: #17231d;
  --sp-muted: #66645e;
  --sp-line: #e4dccf;
  --sp-cream: #f8f6f1;
  --sp-cream-2: #f2ede4;
  --sp-white: #fffdfc;
  --sp-gold: #b7773c;
  --sp-green-soft: #edf4f0;
  --sp-header-bg: rgba(252, 251, 248, .96);
}

body.stavros-panels-site {
  color: var(--sp-ink);
  background: var(--sp-cream);
}

body.stavros-panels-site p,
body.stavros-panels-site li,
body.stavros-panels-site dd,
body.stavros-panels-site small {
  text-rendering: optimizeLegibility;
}

.sp-header {
  border-bottom-color: rgba(228, 220, 207, .92);
  background: var(--sp-header-bg);
  box-shadow: 0 1px 0 rgba(23, 35, 29, .02);
}

.sp-header.is-scrolled {
  box-shadow: 0 10px 32px rgba(23, 35, 29, .09);
}

.sp-mobile-nav,
.sp-search-panel {
  background: #fcfbf8;
}

.sp-btn--primary,
.sp-cart-count {
  background: var(--sp-green);
}

.sp-btn--primary:hover,
.sp-btn--primary:focus-visible {
  background: var(--sp-green-2);
}

.sp-btn--outline {
  border-color: #a8b9ae;
  color: var(--sp-green) !important;
  background: var(--sp-white);
}

.sp-btn--outline:hover,
.sp-btn--outline:focus-visible {
  border-color: var(--sp-green);
  background: var(--sp-green-soft);
}

.sp-icon-button:hover,
.sp-icon-button:focus-visible {
  background: var(--sp-green-soft);
}

.sp-section-head > p:last-child,
.sp-hero__lead,
.sp-home-profile-card__body > p,
.sp-home-application-card p,
.sp-home-materials__grid p,
.sp-home-order__steps p,
.sp-home-task-hub__head > p,
.sp-home-task-hub__grid small,
.sp-home-support__intro > p,
.sp-final-cta__content > p:not(.sp-eyebrow) {
  color: var(--sp-muted);
}

/* Three surface levels: page, highlighted section, card. */
.sp-hero,
.sp-products-section,
.sp-rhythm-lab,
.sp-home-materials,
.sp-home-order,
.sp-selector-main {
  background: var(--sp-cream);
}

.sp-home-profiles--featured,
.sp-decor-section,
.sp-home-widgets,
.sp-home-task-hub,
.sp-home-applications,
.sp-home-faq,
.sp-home-support-section,
.sp-final-cta-section {
  background: #fcfbf8;
}

.sp-home-profile-card,
.sp-rhythm-lab__controls,
.sp-rhythm-lab__stage,
.sp-info-card,
.sp-calculator-card,
.sp-rating-card,
.sp-home-application-card,
.sp-home-materials__grid article,
.sp-home-order__content,
.sp-home-faq__item,
.sp-home-support,
.sp-home-task-hub__grid a,
.sp-product-card,
.sp-project-card {
  border-color: var(--sp-line);
  background: var(--sp-white);
}

.sp-home-profile-card__media,
.sp-home-task-hub__grid,
.sp-calculator-result > div,
.sp-sample-link,
.sp-home-support__contact-icon {
  background-color: var(--sp-cream-2);
}

.sp-home-task-hub__grid a:hover,
.sp-home-task-hub__grid a:focus-visible,
.sp-home-faq__item[open],
.sp-home-profile-card:hover {
  background: #fbfaf6;
}

.sp-eyebrow,
.sp-text-link,
.sp-footer__selector-link,
.sp-footer__callback,
.sp-home-task-hub__grid .sp-icon,
.sp-home-support__benefits .sp-icon,
.sp-home-support__contact-icon {
  color: var(--sp-green) !important;
}

.sp-benefit .sp-icon,
.sp-footer__contact-icon,
.sp-footer__trust .sp-icon,
.sp-home-task-hub__grid a > span {
  color: var(--sp-gold);
}

/* One consistent green for dark commercial blocks. */
#primary.sp-main .sp-final-cta {
  background: linear-gradient(110deg, var(--sp-green) 0%, var(--sp-green-2) 100%);
}

#primary.sp-main .sp-final-cta__media::before {
  background: linear-gradient(90deg, var(--sp-green) 0%, rgba(20, 85, 61, .48) 38%, transparent 74%);
}

.sp-footer {
  background: linear-gradient(180deg, #f2ede4 0%, #eee8de 100%);
}

.sp-footer__accent {
  background: linear-gradient(90deg, transparent 0%, rgba(183,119,60,.48) 22%, rgba(20,85,61,.5) 50%, rgba(183,119,60,.48) 78%, transparent 100%);
}

.sp-footer__brand p,
.sp-footer-menu a,
.sp-footer__contact,
.sp-footer__contact a,
.sp-footer__contact span,
.sp-footer__trust > div {
  color: #59564f;
}

.sp-footer__contact--phone small,
.sp-footer__bottom,
.sp-footer__bottom a {
  color: #706b63;
}

.sp-footer__socials a,
.sp-footer__contact-icon {
  border-color: var(--sp-line);
  background: rgba(255,253,252,.72);
}

/* Improve readability of small catalogue and helper copy. */
#primary.sp-main .sp-home-profile-card__body > p,
#primary.sp-main .sp-home-profile-card dl > div,
#primary.sp-main .sp-home-profile-card .sp-text-link,
#primary.sp-main .sp-paint-card strong,
#primary.sp-main .sp-home-application-card p,
#primary.sp-main .sp-home-materials__grid p,
#primary.sp-main .sp-home-order__steps p {
  color: #59574f;
}

#primary.sp-main .sp-home-profile-card dl dt,
#primary.sp-main .sp-rhythm-caption__meta small,
#primary.sp-main .sp-calculator-fields label > span {
  color: #716d65;
}

@media (max-width: 820px) {
  #primary.sp-main .sp-final-cta__media::before {
    background: linear-gradient(0deg, var(--sp-green) 0%, rgba(20,85,61,.32) 56%, transparent 100%);
  }
}


/* ===== Clearly differentiated STAVROS palette + project cards fix (v3.0.11) ===== */
:root {
  --sp-green: #185a43;
  --sp-green-2: #0c3b2c;
  --sp-ink: #17251e;
  --sp-muted: #625f57;
  --sp-line: #dccbb6;
  --sp-cream: #f6f1e8;
  --sp-cream-2: #efe2cf;
  --sp-white: #fffcf6;
  --sp-gold: #b46f36;
  --sp-green-soft: #e5eee8;
  --sp-header-bg: rgba(255, 252, 246, .97);
}

body.stavros-panels-site {
  background: #f6f1e8;
}

body.stavros-panels-site .sp-header {
  border-bottom-color: #dfd0bd;
  background: var(--sp-header-bg);
}

body.stavros-panels-site .sp-header.is-scrolled {
  box-shadow: 0 10px 32px rgba(12, 59, 44, .12);
}

body.stavros-panels-site .sp-btn--primary {
  border-color: var(--sp-green);
  background: var(--sp-green);
  box-shadow: 0 10px 24px rgba(24, 90, 67, .14);
}

body.stavros-panels-site .sp-btn--primary:hover,
body.stavros-panels-site .sp-btn--primary:focus-visible {
  border-color: var(--sp-green-2);
  background: var(--sp-green-2);
}

body.stavros-panels-site .sp-btn--outline {
  border-color: #9fb4a7;
  color: var(--sp-green) !important;
  background: #fffdf8;
}

body.stavros-panels-site .sp-btn--outline:hover,
body.stavros-panels-site .sp-btn--outline:focus-visible {
  border-color: var(--sp-green);
  background: #e5eee8;
}

/* The page now has clearly visible alternating surfaces, not several almost-white sections. */
body.stavros-panels-site #primary.sp-main .sp-hero {
  background: #f6f1e8;
}

body.stavros-panels-site #primary.sp-main .sp-rhythm-lab {
  background: #e5eee8;
}

body.stavros-panels-site #primary.sp-main .sp-home-profiles--featured {
  background: #fffcf6;
}

body.stavros-panels-site #primary.sp-main .sp-paint-ideas,
body.stavros-panels-site #primary.sp-main .sp-decor-section {
  background: #efe2cf;
}

body.stavros-panels-site #primary.sp-main .sp-home-widgets {
  background: #e7efe9;
}

body.stavros-panels-site #primary.sp-main .sp-home-task-hub {
  background: #fffcf6;
}

body.stavros-panels-site #primary.sp-main .sp-projects-section {
  background: #e9f0eb;
}

body.stavros-panels-site #primary.sp-main .sp-home-applications {
  background: #fffcf6;
}

body.stavros-panels-site #primary.sp-main .sp-home-materials {
  background: #e1ebe4;
}

body.stavros-panels-site #primary.sp-main .sp-home-order {
  background: #eadcc8;
}

body.stavros-panels-site #primary.sp-main .sp-home-faq {
  background: #fffcf6;
}

body.stavros-panels-site #primary.sp-main .sp-home-support-section {
  background: #e7efe9;
}

body.stavros-panels-site #primary.sp-main .sp-final-cta-section {
  background: #f6f1e8;
}

/* Warm card surfaces with stronger boundaries. */
body.stavros-panels-site #primary.sp-main .sp-home-profile-card,
body.stavros-panels-site #primary.sp-main .sp-rhythm-lab__controls,
body.stavros-panels-site #primary.sp-main .sp-rhythm-lab__stage,
body.stavros-panels-site #primary.sp-main .sp-info-card,
body.stavros-panels-site #primary.sp-main .sp-calculator-card,
body.stavros-panels-site #primary.sp-main .sp-advantages-card,
body.stavros-panels-site #primary.sp-main .sp-home-application-card,
body.stavros-panels-site #primary.sp-main .sp-home-materials__grid article,
body.stavros-panels-site #primary.sp-main .sp-home-faq__item,
body.stavros-panels-site #primary.sp-main .sp-home-support,
body.stavros-panels-site #primary.sp-main .sp-home-task-hub__grid a,
body.stavros-panels-site #primary.sp-main .sp-project-card {
  border-color: #dccbb6;
  background: #fffcf6;
}

body.stavros-panels-site #primary.sp-main .sp-home-profile-card__media,
body.stavros-panels-site #primary.sp-main .sp-sample-mini-card__media,
body.stavros-panels-site #primary.sp-main .sp-home-support__contact-icon,
body.stavros-panels-site #primary.sp-main .sp-calculator-result > div {
  background: #f1e6d6;
}

body.stavros-panels-site #primary.sp-main .sp-eyebrow {
  color: var(--sp-green) !important;
}

body.stavros-panels-site #primary.sp-main .sp-section-head h2,
body.stavros-panels-site #primary.sp-main .sp-projects-head h2,
body.stavros-panels-site #primary.sp-main .sp-home-order__content h2 {
  color: #17251e;
}

/* Projects: fix the old global span rule that caused text to overlap and clip. */
body.stavros-panels-site #primary.sp-main .sp-project-card {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  box-shadow: 0 12px 30px rgba(55, 43, 26, .08);
}

body.stavros-panels-site #primary.sp-main .sp-project-card__media {
  flex: 0 0 auto;
  min-height: 0;
  aspect-ratio: 16 / 9;
  background: #e9dfd0;
}

body.stavros-panels-site #primary.sp-main .sp-project-card__media img,
body.stavros-panels-site #primary.sp-main .sp-project-card__media picture,
body.stavros-panels-site #primary.sp-main .sp-project-card__media picture img {
  min-height: 0;
}

body.stavros-panels-site #primary.sp-main .sp-project-card__body {
  position: relative !important;
  display: flex !important;
  min-height: 150px;
  flex: 1;
  flex-direction: column;
  gap: 7px;
  padding: 17px 54px 16px 17px;
  color: var(--sp-ink) !important;
}

body.stavros-panels-site #primary.sp-main .sp-project-card__body span,
body.stavros-panels-site #primary.sp-main .sp-project-card__body b,
body.stavros-panels-site #primary.sp-main .sp-project-card__body strong {
  position: static !important;
  inset: auto !important;
}

body.stavros-panels-site #primary.sp-main .sp-project-card__meta {
  color: var(--sp-gold) !important;
}

body.stavros-panels-site #primary.sp-main .sp-project-card__body > strong {
  min-height: 2.65em;
  display: -webkit-box;
  overflow: hidden;
  color: #17251e;
  font-size: .96rem;
  line-height: 1.32;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.stavros-panels-site #primary.sp-main .sp-project-card__solution {
  display: flex !important;
  margin-top: auto;
  padding-top: 10px;
  flex-direction: column;
  gap: 4px;
  border-top: 1px solid #e5d7c5;
  color: #6a645b !important;
  font-size: .76rem;
  line-height: 1.35;
}

body.stavros-panels-site #primary.sp-main .sp-project-card__solution > span,
body.stavros-panels-site #primary.sp-main .sp-project-card__solution > b {
  display: block !important;
  color: inherit !important;
}

body.stavros-panels-site #primary.sp-main .sp-project-card__solution > b {
  color: var(--sp-green) !important;
  font-size: .8rem;
}

body.stavros-panels-site #primary.sp-main .sp-project-card__arrow {
  position: absolute !important;
  top: 52px !important;
  right: 15px !important;
  bottom: auto !important;
  left: auto !important;
  border-color: #d9c5ad;
  color: var(--sp-green) !important;
  background: #f8efe2;
  transform: none;
}

body.stavros-panels-site #primary.sp-main .sp-project-card:hover .sp-project-card__arrow {
  color: #fff !important;
  background: var(--sp-green);
  transform: translateX(2px);
}

/* Make the order checklist a visibly different commercial block. */
body.stavros-panels-site #primary.sp-main .sp-home-order__content {
  border-color: #0f4634;
  color: #fff;
  background: linear-gradient(145deg, #185a43 0%, #0c3b2c 100%);
  box-shadow: 0 18px 38px rgba(12, 59, 44, .16);
}

body.stavros-panels-site #primary.sp-main .sp-home-order__content .sp-eyebrow {
  color: #e7c28f !important;
}

body.stavros-panels-site #primary.sp-main .sp-home-order__content h2,
body.stavros-panels-site #primary.sp-main .sp-home-order__content p {
  color: #fff;
}

body.stavros-panels-site #primary.sp-main .sp-home-order__content p {
  color: rgba(255,255,255,.78);
}

body.stavros-panels-site #primary.sp-main .sp-home-order__content .sp-btn--outline {
  border-color: rgba(255,255,255,.7);
  color: #fff !important;
  background: rgba(255,255,255,.06);
}

body.stavros-panels-site #primary.sp-main .sp-home-order__content .sp-btn--outline:hover {
  border-color: #fff;
  color: var(--sp-green-2) !important;
  background: #fff;
}

body.stavros-panels-site #primary.sp-main .sp-home-order__content .sp-text-link {
  color: #f2d9b5 !important;
}

body.stavros-panels-site #primary.sp-main .sp-home-order__steps li {
  border-color: #d2bea3;
}

body.stavros-panels-site #primary.sp-main .sp-home-order__steps li > span {
  background: var(--sp-green);
  box-shadow: 0 8px 18px rgba(24, 90, 67, .13);
}

/* Final CTA: deep green + warm, clearly active button. */
body.stavros-panels-site #primary.sp-main .sp-final-cta {
  background: linear-gradient(112deg, #0c3b2c 0%, #185a43 62%, #1d684d 100%);
}

body.stavros-panels-site #primary.sp-main .sp-final-cta__media::before {
  background: linear-gradient(90deg, #0c3b2c 0%, rgba(12,59,44,.72) 35%, rgba(12,59,44,.12) 78%, transparent 100%);
}

body.stavros-panels-site #primary.sp-main .sp-final-cta__actions .sp-btn--light {
  border-color: #f3dfc2;
  color: #0c3b2c !important;
  background: #f3dfc2;
  box-shadow: 0 10px 26px rgba(0,0,0,.16);
}

body.stavros-panels-site #primary.sp-main .sp-final-cta__actions .sp-btn--light:hover,
body.stavros-panels-site #primary.sp-main .sp-final-cta__actions .sp-btn--light:focus-visible {
  border-color: #fffaf1;
  background: #fffaf1;
}

body.stavros-panels-site .sp-footer {
  border-top-color: #d6c3aa;
  background: linear-gradient(180deg, #eadfce 0%, #e3d5c2 100%);
}

@media (max-width: 820px) {
  body.stavros-panels-site #primary.sp-main .sp-project-card__body {
    min-height: 138px;
  }

  body.stavros-panels-site #primary.sp-main .sp-final-cta__media::before {
    background: linear-gradient(0deg, #0c3b2c 0%, rgba(12,59,44,.58) 50%, transparent 100%);
  }
}


/* ===== Balanced premium palette: fewer coloured stripes (v3.0.12) ===== */
:root {
  --sp-green: #14553d;
  --sp-green-2: #0e412f;
  --sp-ink: #17231d;
  --sp-muted: #5f5c55;
  --sp-line: #e4dccf;
  --sp-cream: #f8f6f1;
  --sp-cream-2: #f3ece1;
  --sp-white: #fffdf9;
  --sp-gold: #b7773c;
  --sp-green-soft: #edf3ee;
  --sp-header-bg: rgba(252, 251, 248, .97);
}

body.stavros-panels-site {
  background: var(--sp-cream);
}

/* Keep only three expressive background roles: green-tinted, sand and neutral. */
body.stavros-panels-site #primary.sp-main .sp-hero {
  background: #fbfaf6;
}

body.stavros-panels-site #primary.sp-main .sp-rhythm-lab {
  background: #edf3ee;
}

body.stavros-panels-site #primary.sp-main .sp-home-profiles--featured {
  background: #fffdf9;
}

body.stavros-panels-site #primary.sp-main .sp-paint-ideas,
body.stavros-panels-site #primary.sp-main .sp-decor-section {
  background: #f3ece1;
}

body.stavros-panels-site #primary.sp-main .sp-home-widgets {
  background: #edf3ee;
}

body.stavros-panels-site #primary.sp-main .sp-home-task-hub {
  background: #fffdf9;
}

/* Interior photography needs a clean neutral field instead of another green band. */
body.stavros-panels-site #primary.sp-main .sp-projects-section {
  background: #fffdf9;
}

body.stavros-panels-site #primary.sp-main .sp-home-applications {
  background: #f8f5ef;
}

body.stavros-panels-site #primary.sp-main .sp-home-materials {
  background: #edf3ee;
}

body.stavros-panels-site #primary.sp-main .sp-home-order {
  background: #f3ece1;
}

body.stavros-panels-site #primary.sp-main .sp-home-faq {
  background: #fffdf9;
}

body.stavros-panels-site #primary.sp-main .sp-home-support-section {
  background: #edf3ee;
}

body.stavros-panels-site #primary.sp-main .sp-final-cta-section {
  background: #fffdf9;
}

/* Reduce the striped effect with quiet separators rather than stronger fills. */
body.stavros-panels-site #primary.sp-main .sp-rhythm-lab,
body.stavros-panels-site #primary.sp-main .sp-paint-ideas,
body.stavros-panels-site #primary.sp-main .sp-home-widgets,
body.stavros-panels-site #primary.sp-main .sp-home-applications,
body.stavros-panels-site #primary.sp-main .sp-home-materials,
body.stavros-panels-site #primary.sp-main .sp-home-order,
body.stavros-panels-site #primary.sp-main .sp-home-support-section {
  border-top: 1px solid rgba(228, 220, 207, .58);
  border-bottom: 1px solid rgba(228, 220, 207, .58);
}

/* The checklist becomes a calm expert card. The only large dark block stays the final CTA. */
body.stavros-panels-site #primary.sp-main .sp-home-order__content {
  border-color: #ded3c3;
  color: var(--sp-ink);
  background: #fffdf9;
  box-shadow: 0 16px 34px rgba(67, 50, 28, .08);
}

body.stavros-panels-site #primary.sp-main .sp-home-order__content .sp-eyebrow {
  color: var(--sp-green) !important;
}

body.stavros-panels-site #primary.sp-main .sp-home-order__content h2 {
  color: var(--sp-ink);
}

body.stavros-panels-site #primary.sp-main .sp-home-order__content p {
  color: var(--sp-muted);
}

body.stavros-panels-site #primary.sp-main .sp-home-order__content .sp-btn--outline {
  border-color: #a8b9ae;
  color: var(--sp-green) !important;
  background: #fffdf9;
}

body.stavros-panels-site #primary.sp-main .sp-home-order__content .sp-btn--outline:hover,
body.stavros-panels-site #primary.sp-main .sp-home-order__content .sp-btn--outline:focus-visible {
  border-color: var(--sp-green);
  color: #fff !important;
  background: var(--sp-green);
}

body.stavros-panels-site #primary.sp-main .sp-home-order__content .sp-text-link {
  color: var(--sp-green) !important;
}

body.stavros-panels-site #primary.sp-main .sp-home-order__steps li {
  border-color: #d9cdbd;
}

/* Warm but quieter cards; projects stay crisp against the neutral background. */
body.stavros-panels-site #primary.sp-main .sp-home-profile-card,
body.stavros-panels-site #primary.sp-main .sp-rhythm-lab__controls,
body.stavros-panels-site #primary.sp-main .sp-rhythm-lab__stage,
body.stavros-panels-site #primary.sp-main .sp-info-card,
body.stavros-panels-site #primary.sp-main .sp-calculator-card,
body.stavros-panels-site #primary.sp-main .sp-advantages-card,
body.stavros-panels-site #primary.sp-main .sp-home-application-card,
body.stavros-panels-site #primary.sp-main .sp-home-materials__grid article,
body.stavros-panels-site #primary.sp-main .sp-home-faq__item,
body.stavros-panels-site #primary.sp-main .sp-home-support,
body.stavros-panels-site #primary.sp-main .sp-home-task-hub__grid a,
body.stavros-panels-site #primary.sp-main .sp-project-card {
  border-color: var(--sp-line);
  background: #fffdf9;
}

body.stavros-panels-site #primary.sp-main .sp-project-card {
  box-shadow: 0 10px 25px rgba(55, 43, 26, .065);
}

body.stavros-panels-site #primary.sp-main .sp-project-card__arrow {
  border-color: #dfd4c6;
  background: #fbf7f0;
}

/* Dark green is deliberately reserved for the final conversion banner. */
body.stavros-panels-site #primary.sp-main .sp-final-cta {
  background: linear-gradient(112deg, #0e412f 0%, #14553d 64%, #1b6349 100%);
}

body.stavros-panels-site #primary.sp-main .sp-final-cta__media::before {
  background: linear-gradient(90deg, #0e412f 0%, rgba(14,65,47,.72) 35%, rgba(14,65,47,.12) 78%, transparent 100%);
}

body.stavros-panels-site #primary.sp-main .sp-final-cta__actions .sp-btn--light {
  border-color: #f1ddbe;
  color: #0e412f !important;
  background: #f1ddbe;
}

body.stavros-panels-site #primary.sp-main .sp-final-cta__actions .sp-btn--light:hover,
body.stavros-panels-site #primary.sp-main .sp-final-cta__actions .sp-btn--light:focus-visible {
  border-color: #fffaf1;
  background: #fffaf1;
}

/* Footer remains warmer and slightly deeper than the page, without looking muddy. */
body.stavros-panels-site .sp-footer {
  border-top-color: #d8cbbb;
  background: linear-gradient(180deg, #ede2d2 0%, #e8dac7 100%);
}

body.stavros-panels-site .sp-footer__brand p,
body.stavros-panels-site .sp-footer-menu a,
body.stavros-panels-site .sp-footer__contact,
body.stavros-panels-site .sp-footer__contact a,
body.stavros-panels-site .sp-footer__contact span,
body.stavros-panels-site .sp-footer__trust > div {
  color: #56534c;
}

/* Secondary copy stays readable on every tinted surface. */
body.stavros-panels-site #primary.sp-main .sp-section-head > p:last-child,
body.stavros-panels-site #primary.sp-main .sp-projects-head > p,
body.stavros-panels-site #primary.sp-main .sp-home-application-card p,
body.stavros-panels-site #primary.sp-main .sp-home-materials__grid p,
body.stavros-panels-site #primary.sp-main .sp-home-order__steps p,
body.stavros-panels-site #primary.sp-main .sp-home-support__intro > p {
  color: #5d5a53;
}

@media (max-width: 820px) {
  body.stavros-panels-site #primary.sp-main .sp-final-cta__media::before {
    background: linear-gradient(0deg, #0e412f 0%, rgba(14,65,47,.58) 50%, transparent 100%);
  }
}


/* ===== Reliable homepage project photography (v3.0.13) ===== */
body.stavros-panels-site #primary.sp-main .sp-project-card__media {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body.stavros-panels-site #primary.sp-main .sp-project-card__media img {
  position: relative;
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
  min-height: 180px;
  display: block !important;
  object-fit: cover !important;
  object-position: center !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.stavros-panels-site #primary.sp-main .sp-project-card__media::after {
  z-index: 2;
}

/* ===== Live official PAN prices — v2.3.0 ===== */
.sp-price-request.sp-price-request--official {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid rgba(20, 85, 61, .18);
  border-radius: 16px;
  background: #edf4f0;
}

.sp-price-request.sp-price-request--official span,
.sp-price-request.sp-price-request--official strong,
.sp-price-request.sp-price-request--official small {
  display: block;
}

.sp-price-request.sp-price-request--official span {
  color: #60736a;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.sp-price-request.sp-price-request--official strong {
  margin-top: 5px;
  color: #14553d;
  font-size: 1.7rem;
  line-height: 1.15;
}

.sp-price-request.sp-price-request--official small {
  margin-top: 6px;
  color: #66706b;
  font-size: .78rem;
  line-height: 1.45;
}

.sp-price-request.sp-price-request--official .sp-price-request__link {
  white-space: nowrap;
}

.sp-simple-product-card__commerce.has-price {
  border-color: rgba(20, 85, 61, .24) !important;
  background: linear-gradient(135deg, #edf4f0, #fff) !important;
}

.sp-simple-product-card__commerce.has-price .sp-simple-product-card__commerce-copy strong {
  color: #14553d;
  font-size: .9rem;
  line-height: 1.2;
}

@media (max-width: 720px) {
  .sp-price-request.sp-price-request--official {
    grid-template-columns: 1fr;
  }

  .sp-price-request.sp-price-request--official .sp-price-request__link {
    width: 100%;
    justify-content: center;
  }
}

/* v2.8.7 — compact, SEO-focused catalogue hero. */
body.stavros-panels-site .sp-simple-catalog__intro {
  padding: 34px 0 42px;
  background:
    radial-gradient(circle at 82% 18%, rgba(181, 91, 54, .075), transparent 30%),
    linear-gradient(180deg, #fbfaf7 0%, #fff 100%);
}

body.stavros-panels-site .sp-simple-catalog__intro-grid {
  grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr);
  align-items: center;
  gap: clamp(32px, 4vw, 66px);
}

body.stavros-panels-site .sp-simple-catalog__intro-copy {
  min-width: 0;
  padding: 24px 0 18px;
}

body.stavros-panels-site .sp-simple-catalog__intro-eyebrow {
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(18, 74, 57, .18);
  border-radius: 999px;
  background: rgba(18, 74, 57, .055);
  color: var(--sp-green);
  font-size: .71rem;
  letter-spacing: .12em;
}

body.stavros-panels-site .sp-simple-catalog__intro-copy h1 {
  max-width: 690px;
  margin: 0;
  color: #282018;
  font-size: clamp(3.35rem, 4.45vw, 5rem);
  line-height: .96;
  letter-spacing: -.045em;
  text-wrap: balance;
}

body.stavros-panels-site .sp-simple-catalog__intro-lead {
  max-width: 650px !important;
  margin: 24px 0 0;
  color: #686159;
  font-size: 1rem !important;
  line-height: 1.68 !important;
}

body.stavros-panels-site .sp-simple-catalog__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 25px;
}

body.stavros-panels-site .sp-simple-catalog__actions .sp-btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-inline: 20px;
}

body.stavros-panels-site .sp-simple-catalog__actions .sp-icon {
  width: 17px;
  height: 17px;
}

body.stavros-panels-site .sp-catalog-hero-facts {
  gap: 9px;
  margin-top: 27px;
}

body.stavros-panels-site .sp-catalog-hero-facts span {
  min-height: 68px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px 13px;
  border-radius: 14px;
}

body.stavros-panels-site .sp-catalog-hero-facts strong {
  font-size: 1.42rem;
}

body.stavros-panels-site .sp-simple-catalog__hero-visual {
  min-height: 540px;
  border-radius: 24px;
  box-shadow: 0 26px 64px rgba(31, 26, 18, .13);
}

body.stavros-panels-site .sp-simple-catalog__hero-visual > picture img {
  min-height: 540px;
  object-position: 50% 52%;
  transition: transform .8s cubic-bezier(.2,.7,.2,1);
}

body.stavros-panels-site .sp-simple-catalog__hero-visual:hover > picture img {
  transform: scale(1.025);
}

body.stavros-panels-site .sp-simple-catalog__hero-visual::after {
  background:
    linear-gradient(180deg, rgba(16, 12, 9, .08) 0%, transparent 38%, rgba(16, 12, 9, .28) 100%),
    linear-gradient(90deg, rgba(16, 12, 9, .15), transparent 42%);
}

body.stavros-panels-site .sp-simple-catalog__hero-note {
  position: absolute;
  z-index: 2;
  top: 22px;
  left: 22px;
  display: grid;
  gap: 3px;
  padding: 11px 14px;
  border: 1px solid rgba(255,255,255,.36);
  border-radius: 13px;
  background: rgba(15, 50, 39, .77);
  color: #fff;
  box-shadow: 0 12px 28px rgba(0,0,0,.13);
  backdrop-filter: blur(12px);
}

body.stavros-panels-site .sp-simple-catalog__hero-note span {
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
  opacity: .76;
}

body.stavros-panels-site .sp-simple-catalog__hero-note strong {
  font-size: .82rem;
  line-height: 1.25;
}

body.stavros-panels-site .sp-simple-catalog__hero-panel {
  right: 20px;
  bottom: 20px;
  width: min(350px, calc(100% - 40px));
  padding: 19px 20px 18px;
  border-radius: 18px;
  background: rgba(255, 253, 250, .95);
}

body.stavros-panels-site .sp-simple-catalog__hero-panel .sp-eyebrow {
  margin-bottom: 8px;
  font-size: .66rem;
}

body.stavros-panels-site .sp-simple-catalog__hero-panel > strong {
  margin-bottom: 12px;
  font-size: 1.65rem;
  line-height: 1.08;
}

body.stavros-panels-site .sp-simple-catalog__hero-panel li {
  font-size: .79rem;
  line-height: 1.42;
}

body.stavros-panels-site .sp-simple-catalog__hero-panel a {
  padding-top: 2px;
  font-size: .8rem;
}

@media (max-width: 1180px) {
  body.stavros-panels-site .sp-simple-catalog__intro-grid {
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: 30px;
  }

  body.stavros-panels-site .sp-simple-catalog__intro-copy h1 {
    font-size: clamp(3rem, 5.2vw, 4.25rem);
  }
}

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

  body.stavros-panels-site .sp-simple-catalog__intro-copy {
    padding-bottom: 0;
  }

  body.stavros-panels-site .sp-simple-catalog__intro-copy h1,
  body.stavros-panels-site .sp-simple-catalog__intro-lead {
    max-width: 760px !important;
  }

  body.stavros-panels-site .sp-simple-catalog__hero-visual,
  body.stavros-panels-site .sp-simple-catalog__hero-visual > picture img {
    min-height: 500px;
  }
}

@media (max-width: 680px) {
  body.stavros-panels-site .sp-simple-catalog__intro {
    padding: 22px 0 30px;
  }

  body.stavros-panels-site .sp-simple-catalog__intro-eyebrow {
    margin-bottom: 14px;
  }

  body.stavros-panels-site .sp-simple-catalog__intro-copy h1 {
    font-size: clamp(2.65rem, 13vw, 3.45rem);
    line-height: .98;
  }

  body.stavros-panels-site .sp-simple-catalog__intro-lead {
    margin-top: 18px;
    font-size: .94rem !important;
  }

  body.stavros-panels-site .sp-simple-catalog__actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  body.stavros-panels-site .sp-simple-catalog__actions .sp-btn {
    width: 100%;
  }

  body.stavros-panels-site .sp-catalog-hero-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 20px;
  }

  body.stavros-panels-site .sp-simple-catalog__hero-visual,
  body.stavros-panels-site .sp-simple-catalog__hero-visual > picture img {
    min-height: 440px;
  }

  body.stavros-panels-site .sp-simple-catalog__hero-note {
    top: 14px;
    left: 14px;
    max-width: calc(100% - 28px);
  }

  body.stavros-panels-site .sp-simple-catalog__hero-panel {
    right: 14px;
    bottom: 14px;
    width: calc(100% - 28px);
    padding: 17px;
  }

  body.stavros-panels-site .sp-simple-catalog__hero-panel > strong {
    font-size: 1.45rem;
  }
}


/* v2.8.8 — premium choice guide below the catalog hero. */
.sp-catalog-choice-guide {
  padding: 20px 0 56px;
  background: #fff;
}

.sp-catalog-choice-guide__shell {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border: 1px solid #e4dbcf;
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(184, 125, 67, .10), transparent 32%),
    linear-gradient(145deg, #fbf9f6 0%, #f6f1ea 100%);
  box-shadow: 0 22px 58px rgba(45, 35, 24, .075);
}

.sp-catalog-choice-guide__shell::before {
  content: '';
  position: absolute;
  top: 0;
  left: 34px;
  right: 34px;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #bd744b 0%, rgba(189, 116, 75, .22) 55%, transparent 100%);
}

.sp-catalog-choice-guide__head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  align-items: end;
  gap: 46px;
  margin-bottom: 26px;
}

.sp-catalog-choice-guide__head .sp-eyebrow {
  margin: 0 0 8px;
  color: #a85e36;
}

.sp-catalog-choice-guide__head h2 {
  max-width: 760px;
  margin: 0;
  color: #251f1a;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2rem, 3.2vw, 3.25rem);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.04em;
}

.sp-catalog-choice-guide__head > p {
  max-width: 580px;
  margin: 0 0 3px auto;
  color: #6d655c;
  font-size: .98rem;
  line-height: 1.65;
}

.sp-catalog-choice-guide__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 310px);
  gap: 14px;
  align-items: stretch;
}

.sp-catalog-choice-guide__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sp-catalog-choice-step {
  position: relative;
  min-width: 0;
  min-height: 166px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 18px 18px;
  border: 1px solid rgba(151, 123, 95, .22);
  border-radius: 18px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 12px 26px rgba(50, 39, 27, .045);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.sp-catalog-choice-step:hover {
  transform: translateY(-3px);
  border-color: rgba(174, 105, 62, .42);
  box-shadow: 0 18px 34px rgba(50, 39, 27, .08);
}

.sp-catalog-choice-step__number {
  position: absolute;
  top: 16px;
  right: 17px;
  color: rgba(37, 31, 26, .22);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: .93rem;
  font-weight: 700;
  letter-spacing: .08em;
}

.sp-catalog-choice-step__icon {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 14px;
  background: linear-gradient(145deg, #fff 0%, #f5e8db 100%);
  color: #b66d42;
  box-shadow: inset 0 0 0 1px rgba(182, 109, 66, .12), 0 8px 18px rgba(58, 39, 25, .06);
}

.sp-catalog-choice-step__icon .sp-icon {
  width: 23px;
  height: 23px;
}

.sp-catalog-choice-step div {
  margin-top: auto;
}

.sp-catalog-choice-step strong,
.sp-catalog-choice-step small {
  display: block;
}

.sp-catalog-choice-step strong {
  margin-bottom: 7px;
  color: #27211c;
  font-size: .97rem;
  font-weight: 800;
  line-height: 1.25;
}

.sp-catalog-choice-step small {
  color: #746b61;
  font-size: .76rem;
  line-height: 1.45;
}

.sp-catalog-choice-guide__help {
  position: relative;
  overflow: hidden;
  min-height: 166px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 14px;
  padding: 22px 20px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, .18), transparent 38%),
    linear-gradient(145deg, #174d35 0%, #0c3727 100%);
  color: #fff;
  box-shadow: 0 18px 38px rgba(12, 55, 39, .18);
  transition: transform .22s ease, box-shadow .22s ease;
}

.sp-catalog-choice-guide__help::after {
  content: '';
  position: absolute;
  right: -24px;
  bottom: -50px;
  width: 135px;
  height: 135px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 50%;
}

.sp-catalog-choice-guide__help:hover {
  transform: translateY(-3px);
  color: #fff;
  box-shadow: 0 24px 46px rgba(12, 55, 39, .25);
}

.sp-catalog-choice-guide__help-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: rgba(255, 255, 255, .11);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1);
}

.sp-catalog-choice-guide__help-icon .sp-icon {
  width: 23px;
  height: 23px;
}

.sp-catalog-choice-guide__help-copy {
  min-width: 0;
}

.sp-catalog-choice-guide__help-copy small,
.sp-catalog-choice-guide__help-copy strong,
.sp-catalog-choice-guide__help-copy em {
  display: block;
}

.sp-catalog-choice-guide__help-copy small {
  margin-bottom: 7px;
  color: rgba(255, 255, 255, .7);
  font-size: .72rem;
  font-style: normal;
}

.sp-catalog-choice-guide__help-copy strong {
  margin-bottom: 10px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.24rem;
  font-weight: 400;
  line-height: 1.15;
}

.sp-catalog-choice-guide__help-copy em {
  color: #f2c59d;
  font-size: .98rem;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}

.sp-catalog-choice-guide__help-arrow {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .11);
}

.sp-catalog-choice-guide__help-arrow .sp-icon {
  width: 17px;
  height: 17px;
  transition: transform .2s ease;
}

.sp-catalog-choice-guide__help:hover .sp-catalog-choice-guide__help-arrow .sp-icon {
  transform: translateX(2px);
}

@media (max-width: 1180px) {
  .sp-catalog-choice-guide__layout {
    grid-template-columns: 1fr;
  }

  .sp-catalog-choice-guide__help {
    min-height: auto;
    grid-template-columns: 48px minmax(0, 1fr) 34px;
  }
}

@media (max-width: 920px) {
  .sp-catalog-choice-guide__shell {
    padding: 28px;
    border-radius: 24px;
  }

  .sp-catalog-choice-guide__head {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .sp-catalog-choice-guide__head > p {
    max-width: 680px;
    margin-left: 0;
  }

  .sp-catalog-choice-guide__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 580px) {
  .sp-catalog-choice-guide {
    padding: 14px 0 40px;
  }

  .sp-catalog-choice-guide__shell {
    padding: 24px 16px 16px;
    border-radius: 20px;
  }

  .sp-catalog-choice-guide__shell::before {
    left: 16px;
    right: 16px;
  }

  .sp-catalog-choice-guide__head {
    margin-bottom: 20px;
  }

  .sp-catalog-choice-guide__head h2 {
    font-size: clamp(1.9rem, 10vw, 2.45rem);
    line-height: 1.02;
  }

  .sp-catalog-choice-guide__head > p {
    font-size: .9rem;
    line-height: 1.55;
  }

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

  .sp-catalog-choice-step {
    min-height: 0;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 13px;
    align-items: center;
    padding: 15px;
  }

  .sp-catalog-choice-step__icon {
    width: 44px;
    height: 44px;
    margin: 0;
  }

  .sp-catalog-choice-step__number {
    top: 13px;
    right: 14px;
    font-size: .77rem;
  }

  .sp-catalog-choice-step div {
    margin: 0;
    padding-right: 28px;
  }

  .sp-catalog-choice-step strong {
    margin-bottom: 4px;
    font-size: .91rem;
  }

  .sp-catalog-choice-step small {
    font-size: .72rem;
  }

  .sp-catalog-choice-guide__help {
    min-height: 0;
    grid-template-columns: 42px minmax(0, 1fr) 30px;
    gap: 11px;
    padding: 17px 15px;
    border-radius: 17px;
  }

  .sp-catalog-choice-guide__help-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }

  .sp-catalog-choice-guide__help-copy strong {
    margin-bottom: 6px;
    font-size: 1.05rem;
  }

  .sp-catalog-choice-guide__help-copy em {
    font-size: .88rem;
  }

  .sp-catalog-choice-guide__help-arrow {
    width: 30px;
    height: 30px;
  }
}

/* v2.8.9 — fix contrast and composition of the catalog choice help card. */
body.stavros-panels-site .sp-catalog-choice-guide__help,
body.stavros-panels-site .sp-catalog-choice-guide__help:visited,
body.stavros-panels-site .sp-catalog-choice-guide__help:hover,
body.stavros-panels-site .sp-catalog-choice-guide__help:focus {
  color: #fff !important;
  text-decoration: none;
}

body.stavros-panels-site .sp-catalog-choice-guide__help {
  display: block;
  min-height: 166px;
  padding: 22px 22px 20px;
}

body.stavros-panels-site .sp-catalog-choice-guide__help-icon,
body.stavros-panels-site .sp-catalog-choice-guide__help-arrow {
  position: absolute;
  top: 20px;
  z-index: 2;
}

body.stavros-panels-site .sp-catalog-choice-guide__help-icon {
  left: 20px;
  color: #f5d2b2 !important;
}

body.stavros-panels-site .sp-catalog-choice-guide__help-arrow {
  right: 20px;
  color: #fff !important;
}

body.stavros-panels-site .sp-catalog-choice-guide__help-copy {
  position: relative;
  z-index: 2;
  display: block;
  padding-top: 60px;
}

body.stavros-panels-site .sp-catalog-choice-guide__help-copy small,
body.stavros-panels-site .sp-catalog-choice-guide__help-copy strong,
body.stavros-panels-site .sp-catalog-choice-guide__help-copy em {
  color: inherit !important;
  text-decoration: none !important;
}

body.stavros-panels-site .sp-catalog-choice-guide__help-copy small {
  margin: 0 0 6px;
  color: rgba(255, 255, 255, .72) !important;
  font-size: .73rem;
  font-weight: 600;
  line-height: 1.35;
}

body.stavros-panels-site .sp-catalog-choice-guide__help-copy strong {
  max-width: 215px;
  margin: 0 0 12px;
  color: #fff !important;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.34rem;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.025em;
}

body.stavros-panels-site .sp-catalog-choice-guide__help-copy em {
  color: #ffd1a5 !important;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
}

body.stavros-panels-site .sp-catalog-choice-guide__help .sp-icon,
body.stavros-panels-site .sp-catalog-choice-guide__help svg {
  color: currentColor !important;
  stroke: currentColor !important;
}

body.stavros-panels-site .sp-catalog-choice-guide__help:focus-visible {
  outline: 3px solid rgba(255, 209, 165, .9);
  outline-offset: 3px;
}

@media (max-width: 1180px) {
  body.stavros-panels-site .sp-catalog-choice-guide__help {
    min-height: 150px;
  }

  body.stavros-panels-site .sp-catalog-choice-guide__help-copy strong {
    max-width: none;
  }
}

@media (max-width: 580px) {
  body.stavros-panels-site .sp-catalog-choice-guide__help {
    min-height: 148px;
    padding: 18px;
  }

  body.stavros-panels-site .sp-catalog-choice-guide__help-icon,
  body.stavros-panels-site .sp-catalog-choice-guide__help-arrow {
    top: 17px;
  }

  body.stavros-panels-site .sp-catalog-choice-guide__help-icon {
    left: 17px;
  }

  body.stavros-panels-site .sp-catalog-choice-guide__help-arrow {
    right: 17px;
  }

  body.stavros-panels-site .sp-catalog-choice-guide__help-copy {
    padding-top: 56px;
  }

  body.stavros-panels-site .sp-catalog-choice-guide__help-copy strong {
    max-width: calc(100% - 8px);
    font-size: 1.16rem;
  }
}


/* v2.9.0 — catalogue quick-profile chooser: stronger visuals and clearer decisions. */
body.stavros-panels-site .sp-catalog-quick-choice {
  padding: 34px 0 58px;
  background: #fff;
}

body.stavros-panels-site .sp-catalog-quick-choice__panel {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 3vw, 44px);
  border: 1px solid #e5dccf;
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 0%, rgba(190, 101, 58, .11), transparent 30%),
    linear-gradient(135deg, #fbf8f3 0%, #f7f1e8 100%);
  box-shadow: 0 24px 60px rgba(55, 39, 23, .07);
}

body.stavros-panels-site .sp-catalog-quick-choice__panel::before {
  content: '';
  position: absolute;
  top: 0;
  left: clamp(26px, 3vw, 44px);
  width: 112px;
  height: 3px;
  border-radius: 0 0 99px 99px;
  background: linear-gradient(90deg, #b95e39, #d89b73);
}

body.stavros-panels-site .sp-catalog-quick-choice__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 360px);
  align-items: end;
  gap: clamp(28px, 5vw, 76px);
  margin-bottom: 28px;
}

body.stavros-panels-site .sp-catalog-quick-choice__intro {
  max-width: 920px;
}

body.stavros-panels-site .sp-catalog-quick-choice__head h2 {
  max-width: 900px;
  margin: 0;
  color: #2e241e;
  font-size: clamp(2.55rem, 4.2vw, 4.55rem);
  line-height: .96;
  letter-spacing: -.045em;
  text-wrap: balance;
}

body.stavros-panels-site .sp-catalog-quick-choice__lead {
  max-width: 790px;
  margin: 20px 0 0;
  color: #6e665f;
  font-size: .98rem;
  line-height: 1.58;
}

body.stavros-panels-site .sp-catalog-quick-choice__selector {
  position: relative;
  min-height: 104px;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 20px 58px 20px 22px;
  border: 1px solid rgba(23, 77, 53, .2);
  border-radius: 19px;
  background: #174d35;
  color: #fff !important;
  box-shadow: 0 18px 34px rgba(23, 77, 53, .16);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

body.stavros-panels-site .sp-catalog-quick-choice__selector:hover {
  transform: translateY(-3px);
  background: #1d5a3f;
  box-shadow: 0 24px 44px rgba(23, 77, 53, .22);
}

body.stavros-panels-site .sp-catalog-quick-choice__selector span {
  color: rgba(255, 255, 255, .7);
  font-size: .74rem;
  font-weight: 650;
}

body.stavros-panels-site .sp-catalog-quick-choice__selector strong {
  color: #fff !important;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.14;
}

body.stavros-panels-site .sp-catalog-quick-choice__selector .sp-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 22px;
  transform: translateY(-50%);
  color: #ffd1a5;
}

body.stavros-panels-site .sp-catalog-quick-choice__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

body.stavros-panels-site .sp-catalog-quick-choice__grid > a {
  position: relative;
  min-width: 0;
  min-height: 286px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  border: 1px solid #e2d8ca;
  border-radius: 20px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 14px 32px rgba(50, 36, 22, .055);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

body.stavros-panels-site .sp-catalog-quick-choice__grid > a:hover {
  transform: translateY(-5px);
  border-color: rgba(185, 94, 57, .42);
  box-shadow: 0 24px 44px rgba(50, 36, 22, .11);
}

body.stavros-panels-site .sp-catalog-quick-choice__media {
  position: relative;
  width: 100%;
  height: 126px;
  display: block;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #eee7dc;
}

body.stavros-panels-site .sp-catalog-quick-choice__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26, 19, 14, .02), rgba(26, 19, 14, .22));
  pointer-events: none;
}

body.stavros-panels-site .sp-catalog-quick-choice__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 48%;
  mix-blend-mode: normal;
  transition: transform .55s cubic-bezier(.2, .65, .2, 1);
}

body.stavros-panels-site .sp-catalog-quick-choice__grid > a:hover .sp-catalog-quick-choice__media img {
  transform: scale(1.055);
}

body.stavros-panels-site .sp-catalog-quick-choice__media .sp-catalog-quick-choice__sku,
body.stavros-panels-site .sp-catalog-quick-choice__media .sp-catalog-quick-choice__measure {
  position: absolute;
  z-index: 2;
  top: 12px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .48);
  border-radius: 999px;
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  font-size: .67rem;
  font-weight: 850;
  letter-spacing: .075em;
  line-height: 1;
}

body.stavros-panels-site .sp-catalog-quick-choice__media .sp-catalog-quick-choice__sku {
  left: 12px;
  padding: 8px 10px;
  background: rgba(12, 55, 37, .88);
  color: #fff;
}

body.stavros-panels-site .sp-catalog-quick-choice__media .sp-catalog-quick-choice__measure {
  right: 12px;
  padding: 8px 9px;
  background: rgba(255, 250, 244, .88);
  color: #604333;
  letter-spacing: .025em;
}

body.stavros-panels-site .sp-catalog-quick-choice__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 18px 18px 16px;
}

body.stavros-panels-site .sp-catalog-quick-choice__purpose {
  margin: 0 0 8px;
  color: #b45c38;
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1.35;
  text-transform: uppercase;
}

body.stavros-panels-site .sp-catalog-quick-choice__body > strong {
  margin: 0;
  color: #30251f;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.05;
}

body.stavros-panels-site .sp-catalog-quick-choice__body > small {
  margin: 9px 0 16px;
  color: #746b64;
  font-size: .76rem;
  line-height: 1.42;
}

body.stavros-panels-site .sp-catalog-quick-choice__body > small b {
  color: #4b423c;
  font-weight: 750;
}

body.stavros-panels-site .sp-catalog-quick-choice__action {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 13px;
  border-top: 1px solid #eadfd2;
  color: #174d35;
  font-size: .75rem;
  font-weight: 800;
}

body.stavros-panels-site .sp-catalog-quick-choice__action .sp-icon {
  position: static;
  width: 16px;
  color: #b45c38;
}

body.stavros-panels-site .sp-catalog-quick-choice__grid > a:focus-visible,
body.stavros-panels-site .sp-catalog-quick-choice__selector:focus-visible {
  outline: 3px solid rgba(185, 94, 57, .46);
  outline-offset: 4px;
}

@media (max-width: 1180px) {
  body.stavros-panels-site .sp-catalog-quick-choice__head {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 28px;
  }

  body.stavros-panels-site .sp-catalog-quick-choice__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.stavros-panels-site .sp-catalog-quick-choice__grid > a {
    min-height: 262px;
  }
}

@media (max-width: 760px) {
  body.stavros-panels-site .sp-catalog-quick-choice {
    padding: 22px 0 42px;
  }

  body.stavros-panels-site .sp-catalog-quick-choice__panel {
    padding: 24px 16px 18px;
    border-radius: 22px;
  }

  body.stavros-panels-site .sp-catalog-quick-choice__panel::before {
    left: 16px;
  }

  body.stavros-panels-site .sp-catalog-quick-choice__head {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 20px;
  }

  body.stavros-panels-site .sp-catalog-quick-choice__head h2 {
    font-size: clamp(2.25rem, 12vw, 3.15rem);
  }

  body.stavros-panels-site .sp-catalog-quick-choice__lead {
    margin-top: 15px;
    font-size: .9rem;
  }

  body.stavros-panels-site .sp-catalog-quick-choice__selector {
    width: 100%;
    min-height: 88px;
  }
}

@media (max-width: 580px) {
  body.stavros-panels-site .sp-catalog-quick-choice__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body.stavros-panels-site .sp-catalog-quick-choice__grid > a {
    min-height: 0;
    display: grid;
    grid-template-columns: 122px minmax(0, 1fr);
  }

  body.stavros-panels-site .sp-catalog-quick-choice__media {
    height: 100%;
    min-height: 190px;
  }

  body.stavros-panels-site .sp-catalog-quick-choice__media .sp-catalog-quick-choice__measure {
    top: auto;
    right: auto;
    bottom: 10px;
    left: 10px;
  }

  body.stavros-panels-site .sp-catalog-quick-choice__body {
    padding: 15px 14px 13px;
  }

  body.stavros-panels-site .sp-catalog-quick-choice__body > strong {
    font-size: 1.14rem;
  }
}

/* v2.9.2 — precise, aligned and less repetitive PAN catalogue cards. */
.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-catalog__grid {
  align-items: stretch;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel,
.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__clickarea {
  width: 100%;
  height: 100%;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__image {
  aspect-ratio: 4 / 3;
  min-height: 0;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__choice {
  left: 12px;
  right: auto;
  bottom: 12px;
  max-width: calc(100% - 24px);
  padding: 7px 10px;
  font-size: .66rem;
  line-height: 1.25;
  white-space: normal;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__body {
  min-height: 505px;
  padding: 18px 17px 17px;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__label {
  margin-bottom: 11px;
  padding: 7px 10px;
  font-size: .61rem;
  letter-spacing: .075em;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel h3 {
  min-height: 54px;
  margin-bottom: 8px;
  font-size: clamp(1.08rem, 1.22vw, 1.3rem);
  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: 44px;
  margin-bottom: 13px;
  color: #625b53 !important;
  font-size: .75rem;
  font-weight: 620;
  line-height: 1.48;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__decision {
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 8px;
  margin-bottom: 13px;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__decision span {
  min-height: 88px;
  padding: 12px 10px 10px;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__decision small {
  margin-bottom: 5px;
  font-size: .58rem;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__decision strong {
  font-size: .75rem;
  line-height: 1.35;
}

.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);
  gap: 9px;
  padding: 10px 11px 10px 14px;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__specs dt {
  font-size: .64rem;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__specs dd {
  font-size: .72rem;
  line-height: 1.35;
}

.sp-simple-product-card__spec-note {
  margin: 8px 2px 0 !important;
  color: #7a7269 !important;
  font-size: .63rem !important;
  line-height: 1.4 !important;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__commerce {
  margin-top: auto;
  padding-top: 13px;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__commerce-copy small {
  font-size: .64rem;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__commerce-copy strong {
  font-size: .74rem;
}

.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 {
  min-height: 46px;
  font-size: .75rem;
}

@media (max-width: 1180px) {
  .sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__body {
    min-height: 480px;
  }
}

@media (max-width: 720px) {
  .sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel h3,
  .sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__subtitle {
    min-height: 0;
  }

  .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 {
    grid-template-columns: 1fr 1fr;
  }
}

/* v2.9.3 — compact and clearer OPAN sample catalogue cards. */
.sp-simple-catalog__group--samples .sp-simple-catalog__head{gap:16px;margin-bottom:24px}
.sp-simple-catalog__group--samples .sp-simple-catalog__head>div:first-child>p:last-child{max-width:980px}
.sp-simple-catalog__head-note--sample{grid-template-columns:minmax(210px,.68fr) minmax(0,1.8fr) auto;gap:8px 18px;padding:14px 16px;border-radius:16px}
.sp-simple-catalog__sample-steps li{min-height:62px}
.sp-simple-catalog__group--samples .sp-simple-product-card__image{aspect-ratio:4/3}
.sp-simple-catalog__group--samples .sp-simple-product-card__image img{padding:8px;object-fit:cover}
.sp-simple-catalog__group--samples .sp-simple-product-card__body{display:flex;flex-direction:column;min-height:0;padding:18px 17px 16px}
.sp-simple-catalog__group--samples .sp-simple-product-card h3{min-height:3.45em;margin-bottom:12px;font-size:clamp(1rem,1.08vw,1.16rem);line-height:1.15}
.sp-simple-product-card__sample-summary{display:grid;gap:10px;margin-bottom:12px;padding:12px;border:1px solid rgba(23,77,53,.16);border-radius:14px;background:linear-gradient(135deg,rgba(23,77,53,.065),rgba(255,255,255,.98))}
.sp-simple-product-card__sample-pair{display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;align-items:center}
.sp-simple-product-card__sample-pair-icon{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,.16)}
.sp-simple-product-card__sample-pair-icon .sp-icon{width:18px;height:18px}
.sp-simple-product-card__sample-pair small,.sp-simple-product-card__sample-pair strong{display:block}
.sp-simple-product-card__sample-pair small{margin-bottom:2px;color:#727a74;font-size:.61rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.sp-simple-product-card__sample-pair strong{color:var(--sp-green);font-size:.95rem}
.sp-simple-product-card__sample-proof{display:flex;flex-wrap:wrap;gap:6px}
.sp-simple-product-card__sample-proof span{position:relative;padding:6px 8px 6px 20px;border-radius:999px;background:#fff;box-shadow:inset 0 0 0 1px #e7dfd4;color:#514b44;font-size:.62rem;font-weight:700;line-height:1.25}
.sp-simple-product-card__sample-proof span::before{content:'✓';position:absolute;left:8px;color:var(--sp-green);font-weight:900}
.sp-simple-catalog__group--samples .sp-simple-product-card__decision--sample{margin:0 0 12px}
.sp-simple-catalog__group--samples .sp-simple-product-card__decision--sample span{min-height:64px;padding:10px}
.sp-simple-catalog__group--samples .sp-simple-product-card__decision--sample small{font-size:.58rem}
.sp-simple-catalog__group--samples .sp-simple-product-card__decision--sample strong{font-size:.73rem;line-height:1.32}
.sp-simple-catalog__group--samples .sp-simple-product-card__specs{margin-top:0}
.sp-simple-catalog__group--samples .sp-simple-product-card__specs>div{grid-template-columns:88px minmax(0,1fr);padding:9px 11px}
.sp-simple-catalog__group--samples .sp-simple-product-card__bottom--sample{display:grid;grid-template-columns:1fr;gap:8px;margin-top:auto;padding-top:14px}
.sp-simple-catalog__group--samples .sp-simple-product-card__link{width:100%;min-height:46px}
.sp-simple-catalog__group--samples .sp-simple-product-card__subaction{text-align:center;color:var(--sp-green);font-size:.66rem;font-weight:800}
@media(max-width:1280px){.sp-simple-catalog__head-note--sample{grid-template-columns:1fr}}
@media(max-width:680px){.sp-simple-catalog__group--samples .sp-simple-product-card h3{min-height:0}.sp-simple-product-card__sample-proof span{flex:1 1 calc(50% - 4px)}}

/* v2.9.4 — compact and clearer purchase-preparation block. */
.sp-catalog-buying-guide {
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  gap: 26px;
  align-items: start;
  padding: 28px;
}

.sp-catalog-buying-guide__copy {
  padding: 6px 0 0;
}

.sp-catalog-buying-guide__copy h2 {
  max-width: 650px;
  margin-bottom: 14px;
  font-size: clamp(2.35rem, 3.25vw, 3.65rem);
  line-height: .99;
  text-wrap: balance;
}

.sp-catalog-buying-guide__intro {
  max-width: 660px;
  margin-bottom: 19px;
  font-size: .91rem;
  line-height: 1.62;
}

.sp-catalog-buying-guide__actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.sp-catalog-buying-guide__actions > a {
  grid-template-columns: 42px minmax(0, 1fr) 16px;
  grid-template-rows: auto auto;
  min-height: 76px;
  padding: 12px 13px;
}

.sp-catalog-buying-guide__actions > a:first-child {
  grid-column: 1 / -1;
}

.sp-catalog-buying-guide__actions > a > span {
  grid-row: 1 / 3;
  width: 42px;
  height: 42px;
}

.sp-catalog-buying-guide__actions > a > div {
  grid-column: 2;
  grid-row: 1 / 3;
  min-width: 0;
}

.sp-catalog-buying-guide__actions > a > .sp-icon {
  grid-column: 3;
  grid-row: 1 / 3;
}

.sp-catalog-buying-guide__action-step {
  position: absolute;
  top: 10px;
  right: 12px;
  color: rgba(23,77,53,.34);
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .08em;
}

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

.sp-catalog-buying-guide__actions small {
  font-size: .69rem;
}

.sp-catalog-buying-guide__ready {
  grid-template-columns: 38px minmax(0, 1fr) 17px;
  margin-top: 12px;
  padding: 13px 14px;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}

.sp-catalog-buying-guide__ready:hover {
  transform: translateY(-2px);
  box-shadow: inset 0 0 0 1px rgba(23,77,53,.18), 0 14px 26px rgba(23,77,53,.08);
}

.sp-catalog-buying-guide__ready > .sp-icon:last-child {
  width: 16px;
  height: 16px;
  color: var(--sp-green);
}

.sp-catalog-buying-guide__checklist {
  height: auto;
  min-height: 0;
  justify-content: flex-start;
  padding: 22px;
}

.sp-catalog-buying-guide__checklist-head {
  display: flex;
  gap: 18px;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 15px;
}

.sp-catalog-buying-guide__checklist-head .sp-eyebrow {
  margin-bottom: 5px;
}

.sp-catalog-buying-guide__checklist h3 {
  margin: 0;
  font-size: clamp(1.65rem, 2vw, 2.15rem);
  line-height: 1.02;
}

.sp-catalog-buying-guide__checklist-head > span {
  max-width: 190px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(23,77,53,.07);
  color: var(--sp-green);
  font-size: .63rem;
  font-weight: 750;
  line-height: 1.3;
  text-align: center;
}

.sp-catalog-buying-guide__checklist ol {
  gap: 9px;
  margin-bottom: 14px;
}

.sp-catalog-buying-guide__checklist li {
  min-height: 70px;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  padding: 10px 11px;
  border: 1px solid rgba(228,219,207,.72);
  background: linear-gradient(135deg, #f8f4ee 0%, #f4eee6 100%);
}

.sp-catalog-buying-guide__checklist li strong {
  font-size: .76rem;
}

.sp-catalog-buying-guide__checklist li small {
  font-size: .64rem;
  line-height: 1.35;
}

.sp-catalog-buying-guide__contacts {
  gap: 8px;
}

.sp-catalog-buying-guide__contacts a {
  min-height: 58px;
  padding: 10px 11px;
  transition: border-color .18s ease, transform .18s ease;
}

.sp-catalog-buying-guide__contacts a:hover {
  transform: translateY(-1px);
  border-color: rgba(23,77,53,.28);
}

.sp-catalog-buying-guide__send {
  min-height: 52px;
  margin-top: 10px;
  gap: 10px;
  border-radius: 12px;
}

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

.sp-catalog-buying-guide__promise {
  margin: 9px 0 0;
  color: #736b63;
  font-size: .65rem;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 1120px) {
  .sp-catalog-buying-guide {
    grid-template-columns: 1fr;
  }

  .sp-catalog-buying-guide__copy h2,
  .sp-catalog-buying-guide__intro {
    max-width: 820px;
  }
}

@media (max-width: 680px) {
  .sp-catalog-buying-guide {
    padding: 20px 14px;
  }

  .sp-catalog-buying-guide__copy h2 {
    font-size: clamp(2.05rem, 11vw, 2.75rem);
  }

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

  .sp-catalog-buying-guide__actions > a:first-child {
    grid-column: auto;
  }

  .sp-catalog-buying-guide__checklist {
    padding: 17px 14px;
  }

  .sp-catalog-buying-guide__checklist-head {
    display: block;
  }

  .sp-catalog-buying-guide__checklist-head > span {
    display: inline-block;
    max-width: none;
    margin-top: 9px;
  }

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


/* v2.9.5 — catalogue profile comparison: less repetition, clearer decisions. */
.sp-catalog-profile-compare {
  position: relative;
  overflow: hidden;
}

.sp-catalog-profile-compare::before {
  content: '';
  position: absolute;
  top: 40px;
  right: -170px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(182,123,69,.09), rgba(182,123,69,0) 70%);
  pointer-events: none;
}

.sp-catalog-profile-compare__head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
  gap: 28px;
  align-items: end;
  margin-bottom: 30px;
}

.sp-catalog-profile-compare__head .sp-catalog-seo__section-head {
  max-width: 850px;
  margin: 0;
}

.sp-catalog-profile-compare__note {
  display: grid;
  gap: 8px;
  padding: 20px 22px;
  border: 1px solid rgba(23,77,53,.16);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(23,77,53,.075), rgba(255,255,255,.96));
  box-shadow: 0 18px 40px rgba(31,26,18,.055);
}

.sp-catalog-profile-compare__note > span {
  color: var(--sp-green);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.sp-catalog-profile-compare__note strong {
  color: #302b25;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.05rem;
  line-height: 1.35;
}

.sp-catalog-profile-compare__note small {
  color: #6d665e;
  font-size: .74rem;
  line-height: 1.55;
}

.sp-catalog-profile-compare .sp-catalog-compare {
  position: relative;
  z-index: 1;
  align-items: stretch;
  gap: 18px;
}

.sp-catalog-profile-compare .sp-catalog-compare__card {
  height: 100%;
  overflow: hidden;
  border-color: #e1d6c9;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(42,34,25,.065);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.sp-catalog-profile-compare .sp-catalog-compare__card:hover {
  transform: translateY(-5px);
  border-color: #cfbda9;
  box-shadow: 0 26px 58px rgba(42,34,25,.115);
}

.sp-catalog-profile-compare .sp-catalog-compare__visual {
  position: relative;
  height: 238px;
  background: #ede6dc;
}

.sp-catalog-profile-compare .sp-catalog-compare__visual > img {
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;
  object-position: center;
  transition: transform .45s cubic-bezier(.2,.7,.2,1), filter .45s ease;
}

.sp-catalog-profile-compare .sp-catalog-compare__card:hover .sp-catalog-compare__visual > img {
  transform: scale(1.035);
  filter: saturate(1.04) contrast(1.02);
}

.sp-catalog-compare__badges {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  left: 14px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
}

.sp-catalog-compare__badges b,
.sp-catalog-compare__badges em {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 999px;
  background: rgba(255,255,255,.93);
  box-shadow: 0 8px 22px rgba(27,22,17,.1);
  backdrop-filter: blur(8px);
  font-size: .67rem;
  line-height: 1.2;
}

.sp-catalog-compare__badges b {
  color: #fff;
  border-color: rgba(23,77,53,.88);
  background: rgba(23,77,53,.94);
  font-weight: 850;
  letter-spacing: .05em;
}

.sp-catalog-compare__badges em {
  max-width: 64%;
  color: #5b3f29;
  font-style: normal;
  font-weight: 750;
  text-align: right;
}

.sp-catalog-profile-compare .sp-catalog-compare__profile-cut {
  right: 14px;
  bottom: 14px;
  left: 14px;
  display: block;
  padding: 11px 13px;
  border-radius: 14px;
}

.sp-catalog-profile-compare .sp-catalog-compare__profile-cut small {
  margin-bottom: 3px;
}

.sp-catalog-profile-compare .sp-catalog-compare__profile-cut strong {
  font-size: .82rem;
}

.sp-catalog-profile-compare .sp-catalog-compare__content {
  min-height: 370px;
  padding: 20px 20px 18px;
}

.sp-catalog-profile-compare .sp-catalog-compare__top,
.sp-catalog-profile-compare .sp-catalog-compare__content > p,
.sp-catalog-profile-compare .sp-catalog-compare__content dl,
.sp-catalog-profile-compare .sp-catalog-compare__content > a {
  margin-left: 0;
  margin-right: 0;
}

.sp-catalog-profile-compare .sp-catalog-compare__top {
  min-height: 66px;
  margin: 0 0 12px;
}

.sp-catalog-profile-compare .sp-catalog-compare__top span {
  font-size: .69rem;
}

.sp-catalog-profile-compare .sp-catalog-compare__top strong {
  color: #2c2722;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.11rem;
  line-height: 1.25;
}

.sp-catalog-compare__best {
  min-height: 74px;
  margin: 0 0 14px !important;
  padding: 12px 13px;
  border: 1px solid #e8dfd4;
  border-radius: 14px;
  background: #faf7f2;
  color: #5f574e !important;
  font-size: .78rem !important;
  line-height: 1.5 !important;
}

.sp-catalog-compare__best b {
  display: block;
  margin-bottom: 3px;
  color: #2e2924;
  font-size: .66rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.sp-catalog-profile-compare .sp-catalog-compare__content dl {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 12px;
}

.sp-catalog-profile-compare .sp-catalog-compare__content dl > div {
  min-height: 78px;
  padding: 10px 11px;
  border: 1px solid #eadfd2;
  border-radius: 13px;
  background: #fffdf9;
}

.sp-catalog-profile-compare .sp-catalog-compare__content dt {
  margin-bottom: 5px;
  font-size: .63rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.sp-catalog-profile-compare .sp-catalog-compare__content dd {
  color: #302a24;
  font-size: .76rem;
}

.sp-catalog-compare__materials {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin: 0 0 14px !important;
  color: #766e65 !important;
  font-size: .69rem !important;
}

.sp-catalog-compare__materials span {
  font-weight: 700;
}

.sp-catalog-compare__materials strong {
  color: #2f2a25;
  font-size: .74rem;
}

.sp-catalog-compare__actions {
  display: grid;
  gap: 8px;
  margin-top: auto;
}

.sp-catalog-compare__actions a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 44px;
  padding: 10px 13px;
  border-radius: 12px;
  font-size: .75rem;
  font-weight: 800;
  text-decoration: none;
}

.sp-catalog-compare__actions .sp-icon {
  width: 15px;
}

.sp-catalog-compare__primary {
  color: #fff !important;
  background: var(--sp-green);
}

.sp-catalog-compare__primary:hover {
  color: #fff !important;
  background: #0d3f2d;
}

.sp-catalog-compare__sample {
  justify-content: center !important;
  color: var(--sp-green) !important;
  border: 1px solid rgba(23,77,53,.18);
  background: rgba(23,77,53,.045);
}

.sp-catalog-matrix__head {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: 28px;
  align-items: end;
  margin-top: 44px;
  padding-top: 30px;
  border-top: 1px solid #e6ddd2;
}

.sp-catalog-matrix__head .sp-eyebrow {
  margin-bottom: 6px;
}

.sp-catalog-matrix__head h3 {
  margin: 0;
  color: #2f2923;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.7rem, 2.5vw, 2.5rem);
  line-height: 1.08;
}

.sp-catalog-matrix__head > p {
  margin: 0;
  color: #665f57;
  font-size: .86rem;
  line-height: 1.65;
}

.sp-catalog-profile-compare .sp-catalog-matrix {
  margin-top: 18px;
  border-radius: 20px;
  box-shadow: 0 16px 36px rgba(42,34,25,.05);
}

.sp-catalog-profile-compare .sp-catalog-matrix table {
  min-width: 1080px;
}

.sp-catalog-profile-compare .sp-catalog-matrix th,
.sp-catalog-profile-compare .sp-catalog-matrix td {
  padding: 15px 16px;
  line-height: 1.45;
}

.sp-catalog-profile-compare .sp-catalog-matrix tbody tr:nth-child(even) {
  background: #fcfaf7;
}

.sp-catalog-profile-compare .sp-catalog-matrix tbody tr:hover {
  background: #f5f0e9;
}

.sp-catalog-profile-compare .sp-catalog-matrix thead th:first-child,
.sp-catalog-profile-compare .sp-catalog-matrix tbody th {
  position: sticky;
  left: 0;
  z-index: 2;
}

.sp-catalog-profile-compare .sp-catalog-matrix thead th:first-child {
  z-index: 3;
}

.sp-catalog-profile-compare .sp-catalog-matrix tbody th {
  background: #fff;
}

.sp-catalog-profile-compare .sp-catalog-matrix tbody tr:nth-child(even) th {
  background: #fcfaf7;
}

@media (max-width: 1180px) {
  .sp-catalog-profile-compare__head {
    grid-template-columns: 1fr;
  }

  .sp-catalog-profile-compare__note {
    max-width: 760px;
  }

  .sp-catalog-profile-compare .sp-catalog-compare__visual {
    height: 250px;
  }
}

@media (max-width: 680px) {
  .sp-catalog-profile-compare__head {
    gap: 18px;
    margin-bottom: 22px;
  }

  .sp-catalog-profile-compare__note {
    padding: 16px;
  }

  .sp-catalog-profile-compare .sp-catalog-compare__visual {
    height: 220px;
  }

  .sp-catalog-profile-compare .sp-catalog-compare__content {
    min-height: 0;
    padding: 18px 16px 16px;
  }

  .sp-catalog-profile-compare .sp-catalog-compare__top,
  .sp-catalog-compare__best {
    min-height: 0;
  }

  .sp-catalog-profile-compare .sp-catalog-compare__content dl {
    grid-template-columns: 1fr 1fr;
  }

  .sp-catalog-matrix__head {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 32px;
    padding-top: 24px;
  }

  .sp-catalog-profile-compare .sp-catalog-matrix {
    margin-right: -8px;
  }
}

/* v2.9.6 — comparison matrix: stronger hierarchy, clearer links and mobile cards. */
.sp-catalog-profile-compare .sp-catalog-matrix {
  position: relative;
  scrollbar-width: thin;
  scrollbar-color: rgba(23,77,53,.3) transparent;
}

.sp-catalog-profile-compare .sp-catalog-matrix:focus-visible {
  outline: 3px solid rgba(23,77,53,.22);
  outline-offset: 4px;
}

.sp-catalog-profile-compare .sp-catalog-matrix table {
  table-layout: fixed;
}

.sp-catalog-profile-compare .sp-catalog-matrix thead th:nth-child(1) { width: 116px; }
.sp-catalog-profile-compare .sp-catalog-matrix thead th:nth-child(2) { width: 228px; }
.sp-catalog-profile-compare .sp-catalog-matrix thead th:nth-child(3) { width: 230px; }
.sp-catalog-profile-compare .sp-catalog-matrix thead th:nth-child(4) { width: 285px; }
.sp-catalog-profile-compare .sp-catalog-matrix thead th:nth-child(6) { width: 130px; }

.sp-catalog-profile-compare .sp-catalog-matrix thead th {
  padding-top: 16px;
  padding-bottom: 16px;
  color: #544d45;
  font-weight: 850;
}

.sp-catalog-profile-compare .sp-catalog-matrix tbody th,
.sp-catalog-profile-compare .sp-catalog-matrix tbody td {
  padding-top: 17px;
  padding-bottom: 17px;
  color: #3c3731;
  font-size: .79rem;
}

.sp-catalog-profile-compare .sp-catalog-matrix tbody tr:hover th {
  background: #f5f0e9;
}

.sp-catalog-matrix__model-link,
.sp-catalog-matrix__sample-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-underline-offset: 3px;
}

.sp-catalog-matrix__model-link::after,
.sp-catalog-matrix__sample-link::after {
  content: '↗';
  font-size: .72em;
  font-weight: 900;
  opacity: .58;
  transform: translateY(-1px);
  transition: opacity .2s ease, transform .2s ease;
}

.sp-catalog-matrix__model-link:hover::after,
.sp-catalog-matrix__sample-link:hover::after,
.sp-catalog-matrix__model-link:focus-visible::after,
.sp-catalog-matrix__sample-link:focus-visible::after {
  opacity: 1;
  transform: translate(2px, -2px);
}

.sp-catalog-matrix__model-link:focus-visible,
.sp-catalog-matrix__sample-link:focus-visible {
  border-radius: 4px;
  outline: 2px solid rgba(23,77,53,.28);
  outline-offset: 3px;
}

@media (max-width: 760px) {
  .sp-catalog-profile-compare .sp-catalog-matrix {
    margin-right: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .sp-catalog-profile-compare .sp-catalog-matrix table,
  .sp-catalog-profile-compare .sp-catalog-matrix tbody,
  .sp-catalog-profile-compare .sp-catalog-matrix tr,
  .sp-catalog-profile-compare .sp-catalog-matrix th,
  .sp-catalog-profile-compare .sp-catalog-matrix td {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .sp-catalog-profile-compare .sp-catalog-matrix thead,
  .sp-catalog-profile-compare .sp-catalog-matrix caption {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }

  .sp-catalog-profile-compare .sp-catalog-matrix tbody {
    display: grid;
    gap: 13px;
  }

  .sp-catalog-profile-compare .sp-catalog-matrix tbody tr {
    overflow: hidden;
    border: 1px solid #e3d8ca;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(42,34,25,.055);
  }

  .sp-catalog-profile-compare .sp-catalog-matrix tbody th {
    position: static;
    padding: 14px 16px;
    border-bottom: 1px solid #e7ddd1;
    background: linear-gradient(135deg, #f4efe8, #fff);
    font-size: .88rem;
  }

  .sp-catalog-profile-compare .sp-catalog-matrix tbody tr:nth-child(even),
  .sp-catalog-profile-compare .sp-catalog-matrix tbody tr:nth-child(even) th,
  .sp-catalog-profile-compare .sp-catalog-matrix tbody tr:hover,
  .sp-catalog-profile-compare .sp-catalog-matrix tbody tr:hover th {
    background: #fff;
  }

  .sp-catalog-profile-compare .sp-catalog-matrix tbody td {
    display: grid;
    grid-template-columns: minmax(104px, .42fr) minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 11px 16px;
    border-bottom: 1px solid #eee7de;
    font-size: .78rem;
    line-height: 1.5;
  }

  .sp-catalog-profile-compare .sp-catalog-matrix tbody td:last-child {
    border-bottom: 0;
  }

  .sp-catalog-profile-compare .sp-catalog-matrix tbody td::before {
    content: attr(data-label);
    color: #6a6259;
    font-size: .63rem;
    font-weight: 850;
    letter-spacing: .055em;
    line-height: 1.35;
    text-transform: uppercase;
  }
}

@media (max-width: 420px) {
  .sp-catalog-profile-compare .sp-catalog-matrix tbody td {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}


/* v2.9.11 — order block: keep left and right columns equal in height without losing compact spacing. */
.sp-catalog-order {
  grid-template-columns: minmax(0, .98fr) minmax(0, 1.02fr);
  gap: 26px;
  align-items: stretch;
}

.sp-catalog-order__copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
}

.sp-catalog-order__copy-head {
  margin-bottom: 20px;
}

.sp-catalog-order__copy-head h2 {
  max-width: 680px;
  margin: 0 0 12px;
  font-size: clamp(2.15rem, 3.1vw, 3.45rem);
  line-height: 1;
  letter-spacing: -.025em;
}

.sp-catalog-order__copy-head > div {
  max-width: 680px;
  color: #5b554e;
  font-size: .94rem;
  line-height: 1.65;
}

.sp-catalog-order__copy-head > div p {
  margin: 0;
}

.sp-catalog-order__figure {
  flex: 1 1 auto;
  min-height: 450px;
  height: 100%;
  margin: 0;
  border-radius: 22px;
  background: #eee5da;
}

.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;
  object-position: center;
}

.sp-catalog-order__figure::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(31,24,18,0) 46%, rgba(31,24,18,.13) 100%);
  pointer-events: none;
}

.sp-catalog-order__figure-badges {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sp-catalog-order__figure-badges span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  color: #315443;
  font-size: .7rem;
  font-weight: 800;
  box-shadow: 0 8px 22px rgba(35,28,20,.1);
  backdrop-filter: blur(10px);
}

.sp-catalog-order__figure-badges .sp-icon {
  width: 15px;
  height: 15px;
}

.sp-catalog-order__figure figcaption {
  z-index: 3;
  right: 16px;
  bottom: 16px;
  left: 16px;
  padding: 14px 15px;
  border-radius: 14px;
  background: rgba(255,255,255,.93);
}

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

.sp-catalog-order__figure figcaption span {
  font-size: .74rem;
}

.sp-catalog-order__aside {
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
  padding: 24px;
  border-radius: 22px;
}

.sp-catalog-order__aside-head {
  margin-bottom: 15px;
}

.sp-catalog-order__aside-head h3 {
  margin: 0 0 8px;
  font-size: clamp(1.65rem, 2vw, 2.15rem);
  line-height: 1.08;
}

.sp-catalog-order__aside-head p:last-child {
  font-size: .88rem;
  line-height: 1.55;
}

.sp-catalog-order__steps {
  position: relative;
  grid-template-rows: none;
  gap: 10px;
  flex: 0 0 auto;
}

.sp-catalog-order__steps::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 37px;
  bottom: 37px;
  left: 22px;
  width: 1px;
  background: #d8e3dc;
}

.sp-catalog-order__steps li {
  position: relative;
  z-index: 1;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  min-height: 74px;
  padding: 13px 15px;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(36,28,20,.04);
}

.sp-catalog-order__steps li > span {
  width: 44px;
  height: 44px;
  font-size: .9rem;
  box-shadow: 0 8px 18px rgba(15,92,58,.16);
}

.sp-catalog-order__steps strong {
  margin-bottom: 2px;
  font-size: .9rem;
}

.sp-catalog-order__steps small {
  font-size: .75rem;
  line-height: 1.42;
}

.sp-catalog-order__delivery {
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: auto;
}

.sp-catalog-order__delivery > span {
  min-height: 58px;
  padding: 10px 12px;
  border: 1px solid #e6dfd5;
  background: rgba(255,255,255,.86);
}

.sp-catalog-order__actions {
  margin-top: 12px;
}

.sp-catalog-order__actions .sp-btn {
  min-height: 50px;
}

@media (max-width: 1100px) {
  .sp-catalog-order {
    grid-template-columns: 1fr;
  }

  .sp-catalog-order__copy-head h2,
  .sp-catalog-order__copy-head > div {
    max-width: 820px;
  }

  .sp-catalog-order__figure {
    min-height: 520px;
  }
}

@media (max-width: 680px) {
  .sp-catalog-order__copy-head h2 {
    font-size: 2.15rem;
  }

  .sp-catalog-order__figure {
    min-height: 390px;
  }

  .sp-catalog-order__figure-badges {
    right: 12px;
    top: 12px;
    left: 12px;
  }

  .sp-catalog-order__figure-badges span {
    min-height: 30px;
    padding: 6px 9px;
    font-size: .64rem;
  }

  .sp-catalog-order__figure figcaption {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .sp-catalog-order__aside {
    padding: 19px;
  }

  .sp-catalog-order__steps li {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
  }

  .sp-catalog-order__steps li > span {
    width: 40px;
    height: 40px;
  }

  .sp-catalog-order__steps::before {
    left: 20px;
  }

  .sp-catalog-order__delivery,
  .sp-catalog-order__actions {
    grid-template-columns: 1fr;
  }
}

/* v2.9.12 — catalog FAQ: compact premium accordion with a clear intro and sample CTA. */
.sp-catalog-faq {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: 34px;
  align-items: start;
  padding: 34px;
  border: 1px solid #e3d9cd;
  border-radius: 24px;
  background: linear-gradient(135deg, #f5f0e8 0%, #fff 70%);
  box-shadow: 0 18px 44px rgba(43,34,24,.05);
}

.sp-catalog-faq__intro {
  position: sticky;
  top: 156px;
  min-width: 0;
}

.sp-catalog-faq__intro .sp-catalog-seo__section-head {
  max-width: 520px;
  margin: 0;
}

.sp-catalog-faq__intro .sp-catalog-seo__section-head h2 {
  max-width: 500px;
  margin: 0 0 13px;
  font-size: clamp(2.1rem, 3vw, 3.45rem);
  line-height: 1.01;
  letter-spacing: -.025em;
}

.sp-catalog-faq__intro .sp-catalog-seo__section-head > p:last-child {
  max-width: 460px;
  margin: 0;
  color: #625b53;
  font-size: .93rem;
  line-height: 1.62;
}

.sp-catalog-faq__note {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px 12px;
  margin-top: 22px;
  padding: 16px;
  border: 1px solid #dfd5c8;
  border-radius: 16px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 10px 26px rgba(43,34,24,.04);
}

.sp-catalog-faq__note > .sp-icon {
  width: 24px;
  height: 24px;
  color: var(--sp-green);
}

.sp-catalog-faq__note strong,
.sp-catalog-faq__note span {
  display: block;
}

.sp-catalog-faq__note strong {
  margin-bottom: 3px;
  color: #2d2924;
  font-size: .82rem;
}

.sp-catalog-faq__note span {
  color: #686158;
  font-size: .73rem;
  line-height: 1.48;
}

.sp-catalog-faq__note a {
  grid-column: 2;
  width: fit-content;
  color: var(--sp-green);
  font-size: .75rem;
  font-weight: 800;
}

.sp-catalog-faq__list {
  display: grid;
  gap: 10px;
  min-width: 0;
  border-top: 0;
}

.sp-catalog-faq details {
  overflow: hidden;
  border: 1px solid #e2d9ce;
  border-radius: 15px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 8px 22px rgba(43,34,24,.035);
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.sp-catalog-faq details[open] {
  border-color: #cfc0af;
  background: #fff;
  box-shadow: 0 14px 30px rgba(43,34,24,.07);
}

.sp-catalog-faq summary {
  min-height: 66px;
  padding: 14px 16px 14px 18px;
  gap: 18px;
  color: #2b2722;
  font-size: .93rem;
  line-height: 1.42;
  transition: color .2s ease, background .2s ease;
}

.sp-catalog-faq summary:hover {
  background: #faf7f2;
  color: var(--sp-green);
}

.sp-catalog-faq summary .sp-catalog-faq__question {
  flex: 1 1 auto;
  min-width: 0;
  color: inherit;
  font-size: inherit;
  font-weight: 800;
  transform: none;
}

.sp-catalog-faq summary .sp-catalog-faq__toggle {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d8cec1;
  border-radius: 50%;
  background: #f7f3ed;
  color: var(--sp-green);
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1;
  transform: none;
  transition: transform .2s ease, color .2s ease, background .2s ease, border-color .2s ease;
}

.sp-catalog-faq details[open] summary .sp-catalog-faq__question {
  color: #2b2722;
  transform: none;
}

.sp-catalog-faq details[open] summary .sp-catalog-faq__toggle {
  border-color: var(--sp-green);
  background: var(--sp-green);
  color: #fff;
  transform: rotate(45deg);
}

.sp-catalog-faq details > div.sp-catalog-faq__answer {
  max-width: none;
  margin: 0 18px;
  padding: 15px 0 18px;
  border-top: 1px solid #eee7de;
  color: #5d5750;
  font-size: .86rem;
  line-height: 1.68;
}

.sp-catalog-faq__answer p {
  max-width: 820px;
  margin: 0;
}

@media (max-width: 1100px) {
  .sp-catalog-faq {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .sp-catalog-faq__intro {
    position: static;
  }

  .sp-catalog-faq__intro .sp-catalog-seo__section-head,
  .sp-catalog-faq__intro .sp-catalog-seo__section-head h2,
  .sp-catalog-faq__intro .sp-catalog-seo__section-head > p:last-child {
    max-width: 780px;
  }

  .sp-catalog-faq__note {
    max-width: 780px;
  }
}

@media (max-width: 680px) {
  .sp-catalog-faq {
    gap: 20px;
    padding: 22px;
    border-radius: 18px;
  }

  .sp-catalog-faq__intro .sp-catalog-seo__section-head h2 {
    font-size: 2.15rem;
  }

  .sp-catalog-faq__note {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .sp-catalog-faq__note > .sp-icon {
    display: none;
  }

  .sp-catalog-faq__note a {
    grid-column: auto;
  }

  .sp-catalog-faq summary {
    min-height: 60px;
    padding: 13px 13px 13px 15px;
    gap: 12px;
    font-size: .86rem;
  }

  .sp-catalog-faq summary .sp-catalog-faq__toggle {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
  }

  .sp-catalog-faq details > div.sp-catalog-faq__answer {
    margin: 0 15px;
    padding: 13px 0 16px;
    font-size: .81rem;
  }
}


/* v2.9.13 — final CTA: stronger hierarchy, clearer helper text and a dedicated action panel. */
.sp-simple-catalog__cta-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .74fr);
  align-items: stretch;
  gap: 34px;
  padding: 36px 38px;
  border: 1px solid #e1d8ca;
  border-radius: 24px;
  background: linear-gradient(180deg, #f5f1ea 0%, #f1ece3 100%);
  box-shadow: 0 16px 38px rgba(31,26,18,.06);
}

.sp-simple-catalog__cta-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  max-width: none;
}

.sp-simple-catalog__cta-card h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.15rem, 3.2vw, 3.75rem);
  line-height: .98;
  letter-spacing: -.025em;
}

.sp-simple-catalog__cta-text {
  max-width: 690px;
  margin: 14px 0 0;
  color: #5d5750;
  font-size: .96rem;
  line-height: 1.62;
}

.sp-simple-catalog__cta-copy ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 22px;
  margin: 20px 0 0;
}

.sp-simple-catalog__cta-copy li {
  padding-left: 18px;
  font-size: .84rem;
  line-height: 1.45;
}

.sp-simple-catalog__cta-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-width: 0;
}

.sp-simple-catalog__cta-panel {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid #e2d9cc;
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 12px 28px rgba(31,26,18,.05);
}

.sp-simple-catalog__cta-actions .sp-btn {
  width: 100%;
  min-height: 54px;
  justify-content: center;
}

.sp-simple-catalog__cta-note {
  margin: 2px 2px 0;
  color: #6a635b;
  font-size: .76rem;
  line-height: 1.45;
}

.sp-simple-catalog__cta-phone {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  width: 100%;
  min-height: 62px;
  padding: 12px 14px;
  border: 1px solid rgba(23,77,53,.16);
  border-radius: 14px;
  background: rgba(255,255,255,.82);
}

@media (max-width: 1180px) {
  .sp-simple-catalog__cta-card {
    grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr);
    gap: 26px;
  }

  .sp-simple-catalog__cta-copy ul {
    grid-template-columns: 1fr 1fr;
  }
}

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

  .sp-simple-catalog__cta-card h2,
  .sp-simple-catalog__cta-text {
    max-width: 100%;
  }
}

@media (max-width: 680px) {
  .sp-simple-catalog__cta-card {
    padding: 26px 22px;
    border-radius: 20px;
  }

  .sp-simple-catalog__cta-card h2 {
    font-size: 2.15rem;
  }

  .sp-simple-catalog__cta-copy ul {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .sp-simple-catalog__cta-panel {
    padding: 14px;
  }
}

/* v2.9.14 — full catalogue flow: remove repeated choice blocks, compact cards and place comparison before samples. */
body.stavros-panels-site .sp-catalog-quick-choice {
  padding: 28px 0 48px;
}

body.stavros-panels-site .sp-catalog-quick-choice__panel {
  padding: clamp(24px, 2.7vw, 38px);
}

body.stavros-panels-site .sp-catalog-quick-choice__head {
  align-items: center;
  gap: clamp(24px, 4vw, 56px);
  margin-bottom: 20px;
}

body.stavros-panels-site .sp-catalog-quick-choice__head h2 {
  max-width: 760px;
  font-size: clamp(2.25rem, 3.5vw, 3.8rem);
}

body.stavros-panels-site .sp-catalog-quick-choice__lead {
  margin-top: 14px;
}

.sp-catalog-quick-choice__process {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 18px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #e2d8cb;
  border-radius: 16px;
  background: rgba(255,255,255,.72);
  list-style: none;
}

.sp-catalog-quick-choice__process li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 0;
  padding: 12px 14px;
  border-right: 1px solid #e7dfd5;
}

.sp-catalog-quick-choice__process li:last-child {
  border-right: 0;
}

.sp-catalog-quick-choice__process li > span {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #edf4ef;
  color: var(--sp-green);
  font-size: .68rem;
  font-weight: 850;
}

.sp-catalog-quick-choice__process strong,
.sp-catalog-quick-choice__process small {
  display: block;
}

.sp-catalog-quick-choice__process strong {
  margin-bottom: 2px;
  color: #312a24;
  font-size: .78rem;
}

.sp-catalog-quick-choice__process small {
  color: #766e66;
  font-size: .68rem;
  line-height: 1.35;
}

body.stavros-panels-site .sp-catalog-quick-choice__grid > a {
  min-height: 258px;
}

body.stavros-panels-site .sp-catalog-quick-choice__media {
  height: 112px;
}

body.stavros-panels-site .sp-catalog-quick-choice__body {
  padding: 15px 16px 14px;
}

body.stavros-panels-site .sp-catalog-quick-choice__body > strong {
  font-size: 1.18rem;
}

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

.sp-simple-catalog__grid {
  gap: 15px;
}

.sp-simple-product-card__image {
  aspect-ratio: 1.48 / 1;
}

.sp-simple-product-card__body {
  min-height: 0;
  padding: 17px 17px 16px;
}

.sp-simple-product-card__body h3 {
  margin-bottom: 7px;
  font-size: 1rem;
  line-height: 1.28;
}

.sp-simple-product-card__subtitle {
  min-height: 0;
  margin-bottom: 12px;
  font-size: .73rem;
  line-height: 1.43;
}

.sp-simple-product-card__best {
  display: grid;
  gap: 3px;
  margin: 0 0 11px;
  padding: 10px 11px;
  border: 1px solid #e7dfd5;
  border-radius: 11px;
  background: #faf7f2;
}

.sp-simple-product-card__best small {
  color: #8a8178;
  font-size: .6rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.sp-simple-product-card__best strong {
  color: #37312b;
  font-size: .73rem;
  line-height: 1.38;
}

.sp-simple-product-card__specs--compact {
  gap: 0;
  margin-bottom: 11px;
}

.sp-simple-product-card__specs--compact > div {
  grid-template-columns: 66px minmax(0, 1fr);
  min-height: 0;
  padding: 8px 9px;
}

.sp-simple-product-card__specs--compact dt {
  font-size: .6rem;
}

.sp-simple-product-card__specs--compact dd {
  font-size: .7rem;
  line-height: 1.35;
}

.sp-simple-product-card__sample-summary {
  margin-bottom: 11px;
}

.sp-simple-product-card__sample-proof {
  gap: 5px;
}

.sp-simple-product-card__sample-proof span {
  padding: 5px 7px;
  font-size: .61rem;
}

.sp-simple-product-card__commerce {
  margin-top: auto;
  padding-top: 10px;
}

.sp-simple-product-card__bottom--sample {
  margin-top: auto;
}

.sp-simple-catalog__head-note--sample {
  max-width: 390px;
}

.sp-simple-catalog__sample-rule {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  margin: 12px 0;
  padding: 11px 12px;
  border-radius: 11px;
  background: rgba(255,255,255,.72);
}

.sp-simple-catalog__sample-rule > span {
  color: var(--sp-green);
}

.sp-simple-catalog__sample-rule .sp-icon {
  width: 17px;
}

.sp-simple-catalog__sample-rule p {
  margin: 0;
  color: #625b54;
  font-size: .72rem;
  line-height: 1.48;
}

.sp-catalog-comparison-band {
  padding: 18px 0 52px;
  scroll-margin-top: 168px;
}

.sp-catalog-comparison-band .sp-container {
  padding-top: 34px;
  border-top: 1px solid #e9e2d8;
}

.sp-catalog-comparison-band .sp-catalog-profile-compare__head {
  margin-bottom: 22px;
}

.sp-catalog-comparison-band .sp-catalog-seo__section-head {
  margin-bottom: 0;
}

.sp-catalog-comparison-band .sp-catalog-seo__section-head h2 {
  margin-bottom: 10px;
  font-size: clamp(2rem, 3.2vw, 3.35rem);
}

.sp-catalog-comparison-band .sp-catalog-profile-compare__note {
  padding: 18px 20px;
}

.sp-catalog-comparison-band .sp-catalog-matrix {
  box-shadow: 0 12px 28px rgba(31,26,18,.04);
}

.sp-catalog-seo__section {
  padding: 52px 0;
}

.sp-catalog-seo__section--soft {
  padding-inline: 28px;
}

.sp-catalog-buying-guide {
  margin-top: 8px;
}

.sp-catalog-buying-guide__copy h2 {
  max-width: 720px;
}

.sp-catalog-calculator__copy h2 {
  font-size: clamp(2.05rem, 3vw, 3.35rem);
}

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

  .sp-catalog-quick-choice__process li:nth-child(2) {
    border-right: 0;
  }

  .sp-catalog-quick-choice__process li:nth-child(-n+2) {
    border-bottom: 1px solid #e7dfd5;
  }
}

@media (max-width: 900px) {
  .sp-catalog-comparison-band .sp-catalog-profile-compare__head {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  body.stavros-panels-site .sp-catalog-quick-choice {
    padding: 22px 0 38px;
  }

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

  .sp-catalog-quick-choice__process li,
  .sp-catalog-quick-choice__process li:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid #e7dfd5;
  }

  .sp-catalog-quick-choice__process li:last-child {
    border-bottom: 0;
  }

  .sp-simple-catalog__products {
    padding: 38px 0 44px;
  }

  .sp-catalog-comparison-band {
    padding: 10px 0 42px;
  }

  .sp-catalog-seo__section {
    padding: 44px 0;
  }
}

/* Specificity corrections for compact PAN and OPAN cards. */
.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__body {
  min-height: 0;
  padding: 17px 17px 16px;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel h3 {
  min-height: 0;
  margin-bottom: 7px;
  font-size: 1rem;
  line-height: 1.28;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__subtitle {
  min-height: 0;
  margin-bottom: 12px;
  font-size: .73rem;
  line-height: 1.43;
}

.sp-simple-catalog__group:not(.sp-simple-catalog__group--samples) .sp-simple-product-card--panel .sp-simple-product-card__specs--compact > div {
  grid-template-columns: 66px minmax(0, 1fr);
  min-height: 0;
  padding: 8px 9px;
}

.sp-simple-catalog__group--samples .sp-simple-product-card h3 {
  min-height: 0;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.25;
}

.sp-simple-catalog__group--samples .sp-simple-product-card__body {
  min-height: 0;
  padding: 17px 17px 16px;
}

.sp-simple-catalog__group--samples .sp-simple-product-card__specs--compact > div {
  grid-template-columns: 72px minmax(0, 1fr);
  min-height: 0;
  padding: 8px 9px;
}

.sp-simple-catalog__head-note--sample {
  display: block;
  max-width: 420px;
  padding: 15px 16px;
}

.sp-simple-catalog__head-note--sample > strong,
.sp-simple-catalog__head-note--sample > span {
  display: block;
}

.sp-simple-catalog__head-note--sample > strong {
  margin-bottom: 4px;
}

.sp-simple-catalog__head-note--sample > .sp-text-link {
  display: inline-flex;
  margin-top: 2px;
  white-space: normal;
}


/* v2.9.16 — hero benefit cards: replace catalogue statistics with purchase-oriented outcomes. */
body.stavros-panels-site .sp-catalog-hero-benefits span {
  min-height: 86px;
  padding: 14px 14px 13px;
}

body.stavros-panels-site .sp-catalog-hero-benefits strong {
  margin-bottom: 6px;
  color: var(--sp-green);
  font-family: inherit;
  font-size: .9rem;
  font-weight: 850;
  line-height: 1.2;
}

body.stavros-panels-site .sp-catalog-hero-benefits small {
  color: #625c55;
  font-size: .69rem;
  line-height: 1.38;
}

@media (max-width: 1180px) {
  body.stavros-panels-site .sp-catalog-hero-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  body.stavros-panels-site .sp-catalog-hero-benefits {
    grid-template-columns: 1fr;
  }

  body.stavros-panels-site .sp-catalog-hero-benefits span {
    min-height: 0;
  }
}


/* v2.9.17 — hero benefits: concise purchase-oriented promises with direct links. */
body.stavros-panels-site .sp-catalog-hero-benefits a {
  position: relative;
  min-width: 0;
  min-height: 86px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px 30px 13px 14px;
  border: 1px solid #e7e0d6;
  border-radius: 14px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(31,26,18,.04);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

body.stavros-panels-site .sp-catalog-hero-benefits a::after {
  content: '→';
  position: absolute;
  right: 13px;
  top: 50%;
  color: #b86643;
  font-size: .9rem;
  transform: translateY(-50%);
  opacity: .76;
}

body.stavros-panels-site .sp-catalog-hero-benefits a:hover,
body.stavros-panels-site .sp-catalog-hero-benefits a:focus-visible {
  transform: translateY(-2px);
  border-color: #cdbbaa;
  box-shadow: 0 15px 30px rgba(31,26,18,.08);
}

body.stavros-panels-site .sp-catalog-hero-benefits a:focus-visible {
  outline: 2px solid var(--sp-green);
  outline-offset: 2px;
}

body.stavros-panels-site .sp-catalog-hero-benefits a strong,
body.stavros-panels-site .sp-catalog-hero-benefits a small {
  display: block;
}

body.stavros-panels-site .sp-catalog-hero-benefits a strong {
  min-height: 2.35em;
  margin-bottom: 5px;
  color: var(--sp-green);
  font-family: inherit;
  font-size: .88rem;
  font-weight: 850;
  line-height: 1.18;
}

body.stavros-panels-site .sp-catalog-hero-benefits a small {
  color: #625c55;
  font-size: .69rem;
  line-height: 1.35;
}

@media (max-width: 1180px) {
  body.stavros-panels-site .sp-catalog-hero-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  body.stavros-panels-site .sp-catalog-hero-benefits {
    grid-template-columns: 1fr;
  }

  body.stavros-panels-site .sp-catalog-hero-benefits a {
    min-height: 0;
  }

  body.stavros-panels-site .sp-catalog-hero-benefits a strong {
    min-height: 0;
  }
}


/* v2.9.18 — hero purchase benefits: three wider cards built around buyer objections. */
body.stavros-panels-site .sp-catalog-hero-benefits {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
}

body.stavros-panels-site .sp-catalog-hero-benefits a {
  position: relative;
  min-height: 116px;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 10px;
  align-content: center;
  padding: 16px 16px;
  border: 1px solid #e3dacd;
  border-radius: 16px;
  background: rgba(255,255,255,.94);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(31,26,18,.05);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

body.stavros-panels-site .sp-catalog-hero-benefits a::after {
  display: none;
}

body.stavros-panels-site .sp-catalog-hero-benefits__number {
  grid-row: 1 / 3;
  align-self: start;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(23,77,53,.18);
  border-radius: 50%;
  background: #f2f6f3;
  color: var(--sp-green);
  font-size: .64rem;
  font-weight: 850;
  letter-spacing: .04em;
  box-shadow: none;
}

body.stavros-panels-site .sp-catalog-hero-benefits a strong {
  grid-column: 2;
  min-height: 0;
  margin: 0 0 5px;
  color: #183f31;
  font-family: inherit;
  font-size: .92rem;
  font-weight: 850;
  line-height: 1.2;
}

body.stavros-panels-site .sp-catalog-hero-benefits a small {
  grid-column: 2;
  color: #625c55;
  font-size: .7rem;
  line-height: 1.42;
}

body.stavros-panels-site .sp-catalog-hero-benefits a:hover,
body.stavros-panels-site .sp-catalog-hero-benefits a:focus-visible {
  transform: translateY(-2px);
  border-color: #c6b5a3;
  box-shadow: 0 16px 34px rgba(31,26,18,.09);
}

@media (max-width: 1180px) {
  body.stavros-panels-site .sp-catalog-hero-benefits {
    grid-template-columns: 1fr;
  }

  body.stavros-panels-site .sp-catalog-hero-benefits a {
    min-height: 0;
  }
}

@media (max-width: 620px) {
  body.stavros-panels-site .sp-catalog-hero-benefits a {
    padding: 14px;
  }
}

/* v2.9.19 — final catalogue refinement: clearer transitions, distinct calculation paths and stronger CTAs. */
body.stavros-panels-site .sp-simple-catalog__intro-lead {
  max-width: 650px;
}

body.stavros-panels-site .sp-catalog-hero-benefits {
  margin-top: 28px;
  gap: 12px;
}

body.stavros-panels-site .sp-catalog-hero-benefits a {
  min-height: 126px;
  padding: 18px 17px;
}

body.stavros-panels-site .sp-catalog-hero-benefits a strong {
  font-size: .98rem;
  line-height: 1.18;
}

body.stavros-panels-site .sp-catalog-hero-benefits a small {
  font-size: .73rem;
  line-height: 1.46;
}

.sp-catalog-comparison-band {
  padding: 54px 0 60px;
  background: linear-gradient(180deg, #fbf8f3 0%, #f8f4ed 100%);
}

.sp-catalog-comparison-band .sp-container {
  padding-top: 0;
  border-top: 0;
}

.sp-catalog-comparison-band .sp-catalog-profile-compare__head {
  margin-bottom: 26px;
}

.sp-catalog-comparison-band .sp-catalog-seo__section-head > div {
  max-width: 760px;
  color: #625b53;
  font-size: .94rem;
  line-height: 1.62;
}

.sp-catalog-comparison-band .sp-catalog-matrix {
  border-color: #ddd2c4;
  box-shadow: 0 16px 36px rgba(31,26,18,.06);
}

#samples.sp-simple-catalog__products {
  padding-top: 64px;
  padding-bottom: 64px;
}

#samples .sp-simple-catalog__head {
  margin-bottom: 28px;
}

#samples .sp-simple-catalog__head > div:first-child p:last-child {
  max-width: 820px;
  font-size: .94rem;
  line-height: 1.62;
}

#samples .sp-simple-catalog__head-note--sample {
  padding: 18px;
  border-color: #ded1c2;
  background: #fffaf4;
}

#samples .sp-simple-catalog__head-note--sample > strong {
  color: #2d5945;
  font-size: .82rem;
}

#samples .sp-simple-catalog__head-note--sample > span {
  font-size: .74rem;
  line-height: 1.48;
}

.sp-catalog-buying-guide {
  margin-top: 18px;
  margin-bottom: 76px;
  border-color: #dfcdb8;
  background: linear-gradient(135deg, #f3e8da 0%, #fbf7f0 100%);
  box-shadow: 0 20px 48px rgba(93,62,35,.07);
}

.sp-catalog-buying-guide__checklist {
  border-color: rgba(221,204,184,.8);
  background: rgba(255,253,249,.9);
}

.sp-catalog-buying-guide__send {
  background: #bf613f;
  border-color: #8f442e;
}

.sp-catalog-calculator {
  margin-bottom: 26px;
  border-color: #d7e3db;
  background: linear-gradient(135deg, #f4f8f5 0%, #ffffff 100%);
  box-shadow: 0 18px 44px rgba(23,77,53,.055);
}

.sp-catalog-calculator__form {
  border-color: #d8e2dc;
  box-shadow: 0 14px 34px rgba(23,77,53,.05);
}

.sp-catalog-calculator__results > div {
  background: #eef4f0;
}

.sp-catalog-calculator__next-step {
  border-color: #dce6df;
  background: #f6faf7;
}

.sp-catalog-materials-section__head {
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  align-items: center;
  margin-bottom: 28px;
}

.sp-catalog-materials-section__intro {
  max-width: 520px;
  padding-top: 0;
}

.sp-catalog-materials-section__intro > div:first-child {
  font-size: 1rem;
  line-height: 1.68;
}

.sp-catalog-applications__link.sp-btn {
  width: fit-content;
  min-height: 48px;
  margin-top: 24px;
  padding: 0 19px;
  border-radius: 12px;
  font-size: .84rem;
  font-weight: 800;
}

.sp-catalog-faq__consult {
  display: grid;
  gap: 7px;
  margin-top: 14px;
  padding: 16px;
  border: 1px solid #dcd2c5;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(43,34,24,.04);
}

.sp-catalog-faq__consult strong,
.sp-catalog-faq__consult span {
  display: block;
}

.sp-catalog-faq__consult strong {
  color: #2c2924;
  font-size: .84rem;
}

.sp-catalog-faq__consult span {
  color: #686158;
  font-size: .74rem;
  line-height: 1.5;
}

.sp-catalog-faq__consult .sp-btn {
  width: fit-content;
  min-height: 42px;
  margin-top: 5px;
  padding: 0 15px;
  font-size: .75rem;
}

.sp-simple-catalog__cta-card h2 {
  max-width: 700px;
}

@media (max-width: 1180px) {
  body.stavros-panels-site .sp-catalog-hero-benefits a {
    min-height: 0;
  }

  .sp-catalog-materials-section__head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .sp-catalog-materials-section__intro {
    max-width: 760px;
  }
}

@media (max-width: 680px) {
  .sp-catalog-comparison-band {
    padding: 42px 0 48px;
  }

  #samples.sp-simple-catalog__products {
    padding-top: 44px;
    padding-bottom: 48px;
  }

  .sp-catalog-buying-guide {
    margin-bottom: 54px;
  }

  .sp-catalog-applications__link.sp-btn,
  .sp-catalog-faq__consult .sp-btn {
    width: 100%;
    justify-content: center;
  }
}



/* v2.14.13 — grouped premium FAQ for every PAN/OPAN product page. */
.sp-product-faq-premium {
  padding-top: 64px;
  padding-bottom: 54px;
}

.sp-product-faq-premium__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 26px;
}

.sp-product-faq-premium__heading > div {
  max-width: 900px;
}

.sp-product-faq-premium__heading h2 {
  margin-bottom: 12px;
}

.sp-product-faq-premium__heading > div > p:last-child {
  max-width: 820px;
  margin: 0;
  color: #676159;
  line-height: 1.65;
}

.sp-product-faq-premium__ask {
  flex: 0 0 auto;
  gap: 8px;
  white-space: nowrap;
}

.sp-product-faq-premium__ask .sp-icon {
  width: 18px;
  height: 18px;
}

.sp-product-faq-premium__shell {
  overflow: hidden;
  border: 1px solid rgba(156,118,80,.22);
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 20px 48px rgba(53,46,39,.075);
}

.sp-product-faq-premium__tabs {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 1px;
  padding: 1px;
  background: rgba(156,118,80,.18);
}

.sp-product-faq-premium__tabs button {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 13px 18px;
  border: 0;
  color: var(--sp-ink);
  background: #fffdf9;
  cursor: pointer;
  font: inherit;
  font-size: .84rem;
  transition: color .22s ease, background .22s ease;
}

.sp-product-faq-premium__tabs button > span {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: var(--sp-green-2);
  background: #edf3ef;
}

.sp-product-faq-premium__tabs button > span .sp-icon {
  width: 18px;
  height: 18px;
}

.sp-product-faq-premium__tabs button.is-active {
  color: #fff;
  background: var(--sp-green-2);
}

.sp-product-faq-premium__tabs button.is-active > span {
  color: var(--sp-green-2);
  background: #f5dfcf;
}

.sp-product-faq-premium__panel {
  display: grid;
  grid-template-columns: minmax(300px,.72fr) minmax(0,1.28fr);
  gap: 28px;
  padding: 28px;
  animation: spProductFaqIn .35s cubic-bezier(.22,1,.36,1);
}

@keyframes spProductFaqIn {
  from { opacity: 0; transform: translateY(7px); }
  to { opacity: 1; transform: translateY(0); }
}

.sp-product-faq-premium__panel[hidden] {
  display: none !important;
}

.sp-product-faq-premium__summary {
  align-self: stretch;
  padding: 25px;
  border-radius: 21px;
  color: #fff;
  background:
    radial-gradient(circle at 92% 5%, rgba(255,255,255,.11), transparent 35%),
    linear-gradient(145deg, #0b3d2d 0%, var(--sp-green-2) 100%);
}

.sp-product-faq-premium__summary-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 15px;
  color: var(--sp-green-2);
  background: #f4ddca;
}

.sp-product-faq-premium__summary-icon .sp-icon {
  width: 23px;
  height: 23px;
}

.sp-product-faq-premium__summary > p {
  margin: 0 0 8px;
  color: #efb78c;
  font-size: .69rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.sp-product-faq-premium__summary h3 {
  margin: 0 0 13px;
  color: #fff !important;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.55rem,2vw,2.2rem);
  font-weight: 500;
  line-height: 1.07;
}

.sp-product-faq-premium__summary-text {
  color: rgba(255,255,255,.74);
  font-size: .82rem;
  line-height: 1.58;
}

.sp-product-faq-premium__result {
  margin: 20px 0 18px;
  padding: 15px 16px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 16px;
  background: rgba(255,255,255,.07);
}

.sp-product-faq-premium__result small {
  display: block;
  margin-bottom: 6px;
  color: #efb78c;
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.sp-product-faq-premium__result strong {
  display: block;
  color: #fff;
  font-size: .82rem;
  line-height: 1.46;
}

.sp-product-faq-premium__summary > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff !important;
  font-size: .8rem;
  font-weight: 900;
  text-decoration: none;
}

.sp-product-faq-premium__summary > a .sp-icon {
  width: 17px;
  height: 17px;
}

.sp-product-faq-premium__questions {
  display: grid;
  align-content: start;
}

.sp-product-faq-premium .sp-product-faq-premium__questions details {
  margin: 0;
  border: 0;
  border-bottom: 1px solid rgba(156,118,80,.24);
  background: transparent;
}

.sp-product-faq-premium .sp-product-faq-premium__questions details:first-child {
  border-top: 1px solid rgba(156,118,80,.24);
}

.sp-product-faq-premium .sp-product-faq-premium__questions summary {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 4px;
  list-style: none;
  cursor: pointer;
  color: var(--sp-ink);
  font: inherit;
  font-size: .9rem;
  font-weight: 800;
}

.sp-product-faq-premium .sp-product-faq-premium__questions summary::-webkit-details-marker {
  display: none;
}

.sp-product-faq-premium .sp-product-faq-premium__questions summary > span {
  display: flex;
  align-items: center;
  gap: 14px;
}

.sp-product-faq-premium .sp-product-faq-premium__questions summary em {
  flex: 0 0 auto;
  width: 33px;
  height: 33px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #bd5433;
  background: #f7eee4;
  font-style: normal;
  font-size: .66rem;
  font-weight: 800;
}

.sp-product-faq-premium .sp-product-faq-premium__questions summary b {
  flex: 0 0 auto;
  width: 31px;
  height: 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(156,118,80,.30);
  border-radius: 50%;
  color: var(--sp-green-2);
  font-size: 1rem;
  font-weight: 500;
  transition: transform .22s ease, color .22s ease, background .22s ease;
}

.sp-product-faq-premium .sp-product-faq-premium__questions details[open] summary b {
  color: #fff;
  background: var(--sp-green-2);
  transform: rotate(45deg);
}

.sp-product-faq-premium .sp-product-faq-premium__questions details > div {
  padding: 0 50px 18px;
}

.sp-product-faq-premium .sp-product-faq-premium__questions details p {
  max-width: 780px;
  margin: 0;
  color: #625d56;
  font-size: .82rem;
  line-height: 1.65;
}

@media (max-width: 1000px) {
  .sp-product-faq-premium__heading {
    align-items: start;
    flex-direction: column;
  }

  .sp-product-faq-premium__panel {
    grid-template-columns: 1fr;
  }

  .sp-product-faq-premium__summary {
    min-height: 0;
  }
}

@media (max-width: 720px) {
  .sp-product-faq-premium {
    padding-top: 48px;
    padding-bottom: 40px;
  }

  .sp-product-faq-premium__ask {
    width: 100%;
    justify-content: center;
  }

  .sp-product-faq-premium__shell {
    border-radius: 18px;
  }

  .sp-product-faq-premium__tabs {
    grid-template-columns: 1fr;
  }

  .sp-product-faq-premium__tabs button {
    min-height: 58px;
    justify-content: flex-start;
  }

  .sp-product-faq-premium__panel {
    gap: 18px;
    padding: 15px;
  }

  .sp-product-faq-premium__summary {
    padding: 21px;
    border-radius: 17px;
  }

  .sp-product-faq-premium .sp-product-faq-premium__questions summary {
    min-height: 64px;
    gap: 12px;
    padding: 13px 2px;
    font-size: .84rem;
  }

  .sp-product-faq-premium .sp-product-faq-premium__questions summary > span {
    gap: 10px;
  }

  .sp-product-faq-premium .sp-product-faq-premium__questions summary em {
    width: 29px;
    height: 29px;
  }

  .sp-product-faq-premium .sp-product-faq-premium__questions details > div {
    padding: 0 41px 16px;
  }
}


/* v2.14.14 — isolate premium product FAQ from legacy FAQ span styles. */
.sp-product-faq-premium .sp-product-faq-premium__questions summary > span,
.sp-product-faq-premium .sp-product-faq-premium__questions details[open] summary > span {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  transform: none !important;
  rotate: none !important;
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  transition: none !important;
}

.sp-product-faq-premium .sp-product-faq-premium__questions summary > span {
  flex: 1 1 auto;
  min-width: 0;
}

.sp-product-faq-premium .sp-product-faq-premium__questions summary > span > em {
  transform: none !important;
}

.sp-product-faq-premium .sp-product-faq-premium__questions details[open] summary {
  color: var(--sp-ink) !important;
}


/* v2.14.15 — redesigned product description cards for every PAN/OPAN page. */
.sp-product-guide {
  padding-top: 42px;
}

.sp-product-guide__head {
  margin-bottom: 18px;
}

.sp-product-guide__head h2 {
  max-width: 920px;
}

.sp-product-guide__grid {
  gap: 18px;
}

.sp-product-guide__section {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(184, 158, 129, .42);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,.88), rgba(251,248,244,.96));
  box-shadow: 0 18px 44px rgba(60, 43, 31, .05);
}

.sp-product-guide__section-inner {
  display: flex;
  gap: 28px;
  align-items: stretch;
  width: 100%;
  padding: 30px 34px;
}

.sp-product-guide__section--wide .sp-product-guide__section-inner {
  align-items: center;
}

.sp-product-guide__section--hero .sp-product-guide__section-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  align-items: stretch;
}

.sp-product-guide__hero-copy,
.sp-product-guide__cta-copy,
.sp-product-guide__card-main {
  min-width: 0;
}

.sp-product-guide__topline {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 14px;
}

.sp-product-guide__number {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  border: 1px solid rgba(196, 170, 136, .58);
  background: #f4eee6;
  color: #18463b;
  font-size: .98rem;
  font-weight: 800;
  letter-spacing: .04em;
}

.sp-product-guide__section h3 {
  margin: 0;
  color: #3a2a20;
  font-size: clamp(1.55rem, 2vw, 2.15rem);
  line-height: 1.08;
}

.sp-product-guide__copy-body {
  color: rgba(58,42,32,.86);
}

.sp-product-guide__copy-body p {
  max-width: 72ch;
  margin: 0 0 12px;
  font-size: 1.03rem;
  line-height: 1.72;
}

.sp-product-guide__hero-media {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(191, 168, 140, .32);
  background: rgba(250, 246, 240, .94);
}

.sp-product-guide__hero-figure {
  margin: 0;
  min-height: 100%;
  background: linear-gradient(180deg, #f7f3ef, #efebe6);
}

.sp-product-guide__hero-figure img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.sp-product-guide__hero-points {
  display: grid;
  grid-template-columns: 1fr;
  align-content: stretch;
  background: rgba(249, 245, 239, .92);
}

.sp-product-guide__point {
  display: flex;
  gap: 14px;
  padding: 22px 20px;
  border-bottom: 1px solid rgba(191, 168, 140, .26);
}

.sp-product-guide__point:last-child {
  border-bottom: 0;
}

.sp-product-guide__point-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(244, 238, 230, .95);
  color: #b36b3f;
}

.sp-product-guide__point-icon .sp-icon,
.sp-product-guide__card-icon .sp-icon {
  width: 22px;
  height: 22px;
}

.sp-product-guide__point strong {
  display: block;
  margin-bottom: 6px;
  color: #3a2a20;
  font-size: 1.1rem;
}

.sp-product-guide__point p {
  margin: 0;
  color: rgba(58,42,32,.82);
  font-size: .96rem;
  line-height: 1.55;
}

.sp-product-guide__section--card .sp-product-guide__section-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 84px;
  align-items: center;
  min-height: 262px;
}

.sp-product-guide__section--card .sp-product-guide__copy-body p {
  max-width: 60ch;
  font-size: 1rem;
}

.sp-product-guide__card-icon {
  align-self: center;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 18px;
  border: 1px solid rgba(196,170,136,.5);
  background: rgba(253,250,246,.92);
  color: rgba(181, 141, 96, .95);
}

.sp-product-guide__section--cta {
  background: linear-gradient(145deg, rgba(250,248,244,.98), rgba(245,239,231,.98));
}

.sp-product-guide__section--cta .sp-product-guide__section-inner {
  align-items: center;
  justify-content: space-between;
}

.sp-product-guide__actions--inline {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  min-width: 280px;
}

.sp-product-guide__actions--inline .sp-btn {
  min-width: 218px;
  justify-content: center;
}

@media (max-width: 1240px) {
  .sp-product-guide__section--hero .sp-product-guide__section-inner {
    grid-template-columns: 1fr;
  }

  .sp-product-guide__hero-media {
    grid-template-columns: minmax(0, 1fr) 260px;
  }
}

@media (max-width: 1024px) {
  .sp-product-guide__section-inner {
    padding: 26px 24px;
  }

  .sp-product-guide__section--card .sp-product-guide__section-inner {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .sp-product-guide__card-icon {
    justify-self: start;
    margin-top: 8px;
  }

  .sp-product-guide__section--cta .sp-product-guide__section-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 820px) {
  .sp-product-guide__hero-media {
    grid-template-columns: 1fr;
  }

  .sp-product-guide__hero-figure img {
    min-height: 250px;
  }
}

@media (max-width: 640px) {
  .sp-product-guide {
    padding-top: 34px;
  }

  .sp-product-guide__section {
    border-radius: 22px;
  }

  .sp-product-guide__section-inner {
    padding: 22px 18px;
    gap: 20px;
  }

  .sp-product-guide__topline {
    align-items: flex-start;
    gap: 12px;
  }

  .sp-product-guide__number {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    font-size: .92rem;
  }

  .sp-product-guide__section h3 {
    font-size: 1.4rem;
  }

  .sp-product-guide__copy-body p {
    font-size: .96rem;
    line-height: 1.68;
  }

  .sp-product-guide__point {
    padding: 16px;
  }

  .sp-product-guide__actions--inline {
    width: 100%;
  }

  .sp-product-guide__actions--inline .sp-btn {
    width: 100%;
    min-width: 0;
  }
}


/* v2.14.16 — hotfix for product guide layout drift after redesign. */
.sp-product-guide__section {
  display: block !important;
  grid-template-columns: none !important;
  gap: 0 !important;
  padding: 0 !important;
}

.sp-product-guide__section--wide {
  grid-column: 1 / -1;
}

.sp-product-guide__section-inner {
  width: 100%;
  box-sizing: border-box;
}

.sp-product-guide__number {
  display: inline-flex !important;
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  white-space: nowrap !important;
  flex-shrink: 0;
}

.sp-product-guide__head h2 {
  font-size: clamp(2.8rem, 5vw, 4.7rem);
  line-height: .93;
}

.sp-product-guide__hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sp-product-guide__hero-media,
.sp-product-guide__hero-figure,
.sp-product-guide__hero-points,
.sp-product-guide__card-main {
  min-width: 0;
}

.sp-product-guide__section--hero .sp-product-guide__section-inner {
  grid-template-columns: minmax(320px, 1.02fr) minmax(0, .98fr);
}

.sp-product-guide__section--hero .sp-product-guide__copy-body p {
  max-width: 64ch;
}

.sp-product-guide__section--card .sp-product-guide__section-inner {
  min-height: 0;
}

.sp-product-guide__section--card .sp-product-guide__topline {
  margin-bottom: 12px;
}

@media (max-width: 1240px) {
  .sp-product-guide__section--hero .sp-product-guide__section-inner {
    grid-template-columns: 1fr;
  }
}


/* v2.14.17 — cleanup after product guide redesign. */
.sp-product-interiors figure {
  display: block;
  aspect-ratio: auto;
  background: transparent;
}

.sp-product-interiors__grid img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 16px;
}

.sp-product-guide__section--cta {
  margin-bottom: 0;
}

.sp-product-guide__actions--inline {
  margin-top: 0;
}


/* v2.14.18 — premium conversion landing for /montazh/. */
.sp-mount-v2{background:#fbf7f0;color:#30261f}.sp-mount-v2__breadcrumbs{display:flex;gap:9px;padding-top:18px;padding-bottom:18px;color:#746b62;font-size:.8rem}.sp-mount-v2__hero{padding:16px 0 46px;background:linear-gradient(180deg,#fffaf4 0%,#f8f0e5 100%)}.sp-mount-v2__hero-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);overflow:hidden;border:1px solid #e4d7c7;border-radius:28px;background:#fff;box-shadow:0 24px 70px rgba(52,37,25,.08)}.sp-mount-v2__hero-copy{padding:clamp(46px,6vw,86px)}.sp-mount-v2__hero h1{max-width:760px;margin:0 0 22px;font-size:clamp(3.3rem,5.3vw,6rem);line-height:.94;letter-spacing:-.05em}.sp-mount-v2__lead{max-width:680px;margin:0 0 28px;color:#5d554e;font-size:1.05rem;line-height:1.7}.sp-mount-v2__hero-actions{display:flex;flex-wrap:wrap;gap:12px}.sp-mount-v2__benefits{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:34px}.sp-mount-v2__benefits span{display:grid;gap:9px;padding:14px;border:1px solid #e9dfd3;border-radius:14px;background:#fdfaf6;font-size:.72rem}.sp-mount-v2__benefits .sp-icon{width:22px;color:#b65f3c}.sp-mount-v2__hero-media{position:relative;min-height:640px;background:#eee8df}.sp-mount-v2__hero-media>img{width:100%;height:100%;object-fit:cover}.sp-mount-v2__hero-steps{position:absolute;inset:32px auto 32px 28px;display:grid;align-content:center;gap:12px}.sp-mount-v2__hero-steps span{display:flex;align-items:center;gap:10px;min-width:205px;padding:13px 16px;border:1px solid rgba(255,255,255,.75);border-radius:12px;background:rgba(255,255,255,.92);box-shadow:0 12px 35px rgba(35,25,18,.13);font-size:.78rem}.sp-mount-v2__hero-steps b{color:#b65f3c}.sp-mount-v2__scenario-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.sp-mount-v2__scenario{min-height:220px;padding:26px 22px;border:1px solid #e5d9ca;border-radius:20px;background:#fff;box-shadow:0 14px 34px rgba(48,34,23,.04);transition:.2s}.sp-mount-v2__scenario:hover{transform:translateY(-4px);box-shadow:0 20px 44px rgba(48,34,23,.09)}.sp-mount-v2__scenario>span{display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin-bottom:20px;border-radius:15px;background:#edf3ef;color:#174b3c}.sp-mount-v2__scenario .sp-icon{width:23px}.sp-mount-v2__scenario h3{margin:0 0 10px;font-size:1.15rem}.sp-mount-v2__scenario p{margin:0;color:#686058;font-size:.82rem;line-height:1.6}.sp-mount-v2__prep{background:#fff}.sp-mount-v2__prep-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.sp-mount-v2__tools-card,.sp-mount-v2__check-card,.sp-mount-v2__finish-grid>article{padding:32px;border:1px solid #e5d9ca;border-radius:22px;background:#fff;box-shadow:0 18px 46px rgba(48,34,23,.05)}.sp-mount-v2__tool-columns{display:grid;grid-template-columns:1fr 1fr;gap:16px}.sp-mount-v2__tool-columns>div{padding:20px;border-radius:15px;background:#f8f3ec}.sp-mount-v2__tool-columns h3{font-size:1rem}.sp-mount-v2__tool-columns ul,.sp-mount-v2__check-card>ul,.sp-mount-v2__result-list{display:grid;gap:11px;margin:16px 0 0;padding:0;list-style:none}.sp-mount-v2__tool-columns li,.sp-mount-v2__check-card>ul li,.sp-mount-v2__result-list li{position:relative;padding-left:26px;color:#5e5750;font-size:.84rem}.sp-mount-v2__tool-columns li:before,.sp-mount-v2__check-card>ul li:before,.sp-mount-v2__result-list li:before{content:'✓';position:absolute;left:0;color:#1f6b55;font-weight:900}.sp-mount-v2__photo-cta{display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center;margin-top:24px;padding:20px;border-radius:16px;background:#f5eee5}.sp-mount-v2__photo-cta p{margin:4px 0 0;color:#696057;font-size:.78rem}.sp-mount-v2__steps{background:#f7f0e7}.sp-mount-v2__stepper{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:6px;margin-bottom:20px}.sp-mount-v2__stepper button{display:grid;gap:8px;min-height:94px;padding:13px;border:0;border-radius:13px;background:#fff;color:#50483f;text-align:left;cursor:pointer}.sp-mount-v2__stepper button[aria-selected=true]{background:#104b3b;color:#fff}.sp-mount-v2__stepper b{font-size:.74rem}.sp-mount-v2__stepper span{font-size:.68rem;line-height:1.35}.sp-mount-v2__step-panel{display:grid;grid-template-columns:380px minmax(0,1fr);gap:34px;align-items:center;padding:28px;border:1px solid #dfd1c1;border-radius:24px;background:#fff;box-shadow:0 20px 50px rgba(48,34,23,.06)}.sp-mount-v2__step-panel>img{width:100%;height:330px;object-fit:cover;border-radius:18px}.sp-mount-v2__step-no{display:inline-flex;margin-bottom:12px;padding:7px 11px;border-radius:999px;background:#f2e8dd;color:#b65f3c;font-weight:850}.sp-mount-v2__step-panel h3{font-size:2.1rem}.sp-mount-v2__step-panel p{max-width:720px;color:#5e5750;line-height:1.7}.sp-mount-v2__tip,.sp-mount-v2__error{display:grid;grid-template-columns:74px 1fr;gap:12px;margin-top:14px;padding:13px 16px;border-radius:12px;font-size:.8rem}.sp-mount-v2__tip{background:#f5efe7}.sp-mount-v2__error{background:#fff0ea;color:#8f442e}.sp-mount-v2__special-tabs,.sp-mount-v2__faq-tabs{display:flex;overflow:auto;border:1px solid #e3d6c6;border-radius:14px;background:#fff}.sp-mount-v2__special-tabs button,.sp-mount-v2__faq-tabs button{flex:1;min-width:130px;padding:15px;border:0;border-right:1px solid #e7dccf;background:transparent;font-weight:750;cursor:pointer}.sp-mount-v2__special-tabs button[aria-selected=true],.sp-mount-v2__faq-tabs button[aria-selected=true]{background:#104b3b;color:#fff}.sp-mount-v2__special-panel{display:grid;grid-template-columns:380px minmax(0,1fr) 270px;gap:26px;align-items:center;margin-top:18px;padding:26px;border:1px solid #e3d6c6;border-radius:22px;background:#fff}.sp-mount-v2__special-panel>img{width:100%;height:280px;object-fit:cover;border-radius:16px}.sp-mount-v2__special-panel h3{font-size:2rem}.sp-mount-v2__special-panel p{color:#605850;line-height:1.65}.sp-mount-v2__special-panel aside{padding:24px;border-radius:16px;background:#f3eee7}.sp-mount-v2__special-panel aside p{font-size:.8rem}.sp-mount-v2__finish{background:#fff}.sp-mount-v2__finish-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.sp-mount-v2__finish-item{display:grid;grid-template-columns:48px 1fr;gap:14px;margin:18px 0}.sp-mount-v2__finish-item>span{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:14px;background:#f3eee7;color:#b65f3c}.sp-mount-v2__finish-item .sp-icon{width:22px}.sp-mount-v2__finish-item h3{margin:0 0 5px;font-size:1rem}.sp-mount-v2__finish-item p{margin:0;color:#655d55;font-size:.8rem}.sp-mount-v2__mistakes ul{display:grid;gap:15px;padding:0;list-style:none}.sp-mount-v2__mistakes li{display:grid;grid-template-columns:1fr;gap:4px;padding-left:24px;position:relative}.sp-mount-v2__mistakes li:before{content:'×';position:absolute;left:0;color:#c25737;font-weight:900}.sp-mount-v2__mistakes span{color:#6a625a;font-size:.78rem}.sp-mount-v2__ready{display:flex;gap:13px;align-items:center;margin-top:22px;padding:17px;border-radius:14px;background:#edf3ef;color:#174b3c}.sp-mount-v2__ready .sp-icon{width:25px}.sp-mount-v2__ready strong,.sp-mount-v2__ready small{display:block}.sp-mount-v2__faq{background:#f7f0e7}.sp-mount-v2__faq-layout{display:grid;grid-template-columns:330px 1fr;gap:18px;margin-top:18px}.sp-mount-v2__faq-layout>aside{padding:28px;border-radius:20px;background:#104b3b;color:#fff}.sp-mount-v2__faq-layout>aside h3{font-size:2rem}.sp-mount-v2__faq-layout>aside p{color:rgba(255,255,255,.78)}.sp-mount-v2__faq-layout>div{padding:0 22px;border:1px solid #e1d4c4;border-radius:20px;background:#fff}.sp-mount-v2__faq details{border-bottom:1px solid #e9dfd3}.sp-mount-v2__faq summary{display:flex;justify-content:space-between;gap:18px;padding:20px 0;font-weight:800;cursor:pointer}.sp-mount-v2__faq details p{padding:0 0 20px;color:#625a52;line-height:1.65}.sp-mount-v2__editor{padding:34px;border:1px solid #e4d8c9;border-radius:22px;background:#fff}.sp-mount-v2__bottom-cta{padding:28px 0 52px;background:#fbf7f0}.sp-mount-v2__bottom-inner{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center;padding:34px 38px;border-radius:24px;background:#104b3b;color:#fff}.sp-mount-v2__bottom-inner h2{color:#fff}.sp-mount-v2__bottom-inner p{max-width:720px;color:rgba(255,255,255,.8)}.sp-mount-v2__bottom-inner>div:last-child{display:flex;flex-wrap:wrap;gap:10px}.sp-mount-v2__bottom-inner .sp-btn--outline{border-color:rgba(255,255,255,.45);color:#fff;background:transparent}
@media(max-width:1180px){.sp-mount-v2__hero-grid{grid-template-columns:1fr}.sp-mount-v2__hero-media{min-height:500px}.sp-mount-v2__scenario-grid{grid-template-columns:repeat(3,1fr)}.sp-mount-v2__stepper{grid-template-columns:repeat(4,1fr)}.sp-mount-v2__special-panel{grid-template-columns:300px 1fr}.sp-mount-v2__special-panel aside{grid-column:1/-1}.sp-mount-v2__finish-grid{grid-template-columns:1fr 1fr}.sp-mount-v2__finish-grid>article:last-child{grid-column:1/-1}}
@media(max-width:820px){.sp-mount-v2__benefits,.sp-mount-v2__prep-grid,.sp-mount-v2__finish-grid,.sp-mount-v2__faq-layout{grid-template-columns:1fr}.sp-mount-v2__scenario-grid{grid-template-columns:1fr 1fr}.sp-mount-v2__step-panel,.sp-mount-v2__special-panel{grid-template-columns:1fr}.sp-mount-v2__step-panel>img,.sp-mount-v2__special-panel>img{height:260px}.sp-mount-v2__tool-columns{grid-template-columns:1fr}.sp-mount-v2__bottom-inner{grid-template-columns:1fr}.sp-mount-v2__finish-grid>article:last-child{grid-column:auto}}
@media(max-width:560px){.sp-mount-v2__hero-copy{padding:34px 22px}.sp-mount-v2__hero h1{font-size:3rem}.sp-mount-v2__hero-media{min-height:390px}.sp-mount-v2__hero-steps{inset:auto 14px 14px}.sp-mount-v2__hero-steps span{min-width:0}.sp-mount-v2__scenario-grid{grid-template-columns:1fr}.sp-mount-v2__stepper{grid-template-columns:1fr 1fr}.sp-mount-v2__photo-cta{grid-template-columns:1fr}.sp-mount-v2__bottom-inner{padding:26px 20px}.sp-mount-v2__bottom-inner>div:last-child{display:grid}.sp-mount-v2__bottom-inner .sp-btn{width:100%}}

/* v2.14.19 — монтаж: real tabs, unique diagrams and compact landing layout. */
.sp-mount-v2 [hidden] { display: none !important; }
.sp-mount-v2__step-panel[hidden],
.sp-mount-v2__special-panel[hidden],
.sp-mount-v2__faq [hidden] { display: none !important; }
.sp-mount-v2__step-panels { min-height: 390px; }
.sp-mount-v2__step-panel { display: grid; }
.sp-mount-v2__step-panel > img { height: 340px; object-fit: contain; padding: 8px; background: #f8f3ec; }
.sp-mount-v2__special-panel > img { object-fit: contain; padding: 6px; background: #f8f3ec; }
.sp-mount-v2__step-nav { display:flex; align-items:center; justify-content:flex-end; gap:12px; margin-top:18px; }
.sp-mount-v2__step-nav button { width:40px; height:40px; border:1px solid #d7c6b3; border-radius:11px; background:#fff; color:#174b3c; font-size:1.05rem; cursor:pointer; }
.sp-mount-v2__step-nav button:hover { border-color:#174b3c; background:#edf3ef; }
.sp-mount-v2__step-nav span { color:#746b62; font-size:.78rem; }
.sp-mount-v2__stepper button { position:relative; }
.sp-mount-v2__stepper button:not(:last-child)::after { content:'›'; position:absolute; right:-7px; top:50%; z-index:2; transform:translateY(-50%); color:#b65f3c; font-size:1.3rem; }
.sp-mount-v2__hero-media > img { object-fit: contain; padding: 20px; background:#f3ece2; }
.sp-mount-v2__scenario { min-height: 190px; }
.sp-mount-v2__special-panel { min-height: 340px; }
.sp-mount-v2__faq-layout > div > div[hidden] { display:none !important; }
.sp-mount-v2__bottom-cta + * { margin-top:0; }
body.page-template-page-montazh .sp-site-footer { margin-top:0; }
body.page-template-page-montazh { min-height:auto; }
@media(max-width:820px){
  .sp-mount-v2__step-panels{min-height:0}
  .sp-mount-v2__step-panel>img{height:260px}
  .sp-mount-v2__stepper button:not(:last-child)::after{display:none}
}


/* v2.14.20 — visible montage imagery and compact proportions. */
.sp-mount-v2__hero {
  padding: 10px 0 34px;
}
.sp-mount-v2__hero-grid {
  grid-template-columns: minmax(0,.9fr) minmax(480px,1.1fr);
  min-height: 0;
}
.sp-mount-v2__hero-copy {
  padding: clamp(34px,4.3vw,58px);
}
.sp-mount-v2__hero h1 {
  max-width: 690px;
  margin-bottom: 18px;
  font-size: clamp(3rem,4.45vw,5rem);
  line-height: .95;
}
.sp-mount-v2__lead {
  margin-bottom: 22px;
  font-size: .98rem;
}
.sp-mount-v2__benefits {
  margin-top: 24px;
}
.sp-mount-v2__hero-media {
  min-height: 500px;
  max-height: 560px;
  background:#e9e1d7;
}
.sp-mount-v2__hero-media > img {
  width:100%;
  height:100%;
  padding:0;
  object-fit:cover;
  object-position:center;
  background:#e9e1d7;
}
.sp-mount-v2__hero-media::after {
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(238,232,223,.12),transparent 32%,rgba(24,43,34,.08));
  pointer-events:none;
}
.sp-mount-v2__hero-steps { z-index:2; }

.sp-mount-v2__scenarios .sp-section-head h2,
.sp-mount-v2__steps .sp-section-head h2 {
  font-size:clamp(2.7rem,4vw,4.2rem);
}
.sp-mount-v2__scenario { min-height:170px; padding:22px 20px; }
.sp-mount-v2__scenario>span { margin-bottom:14px; }

.sp-mount-v2__prep-grid { align-items:stretch; }
.sp-mount-v2__tools-card,.sp-mount-v2__check-card { padding:26px; }

.sp-mount-v2__step-panels { min-height:0; }
.sp-mount-v2__step-panel {
  grid-template-columns:minmax(300px,360px) minmax(0,1fr);
  gap:28px;
  padding:24px;
}
.sp-mount-v2__step-panel > img {
  width:100%;
  height:280px;
  padding:0;
  object-fit:cover;
  border:1px solid #eadfd2;
  background:#f7f1e9;
}
.sp-mount-v2__step-panel h3 { font-size:1.8rem; }
.sp-mount-v2__step-panel p { margin:0 0 12px; line-height:1.6; }
.sp-mount-v2__tip,.sp-mount-v2__error { margin-top:10px; padding:11px 14px; }
.sp-mount-v2__step-nav { margin-top:12px; }

.sp-mount-v2__special-panel {
  min-height:0;
  grid-template-columns:minmax(280px,340px) minmax(0,1fr) 240px;
}
.sp-mount-v2__special-panel > img {
  height:250px;
  padding:0;
  object-fit:cover;
  border:1px solid #eadfd2;
}

@media(max-width:1180px){
  .sp-mount-v2__hero-media{min-height:430px;max-height:none}
}
@media(max-width:820px){
  .sp-mount-v2__hero h1{font-size:clamp(2.7rem,11vw,4rem)}
  .sp-mount-v2__step-panel>img,.sp-mount-v2__special-panel>img{height:230px}
}


/* v2.14.21 — compact montage hero and guaranteed local photo/diagram visuals. */
.sp-mount-v2__hero {
  padding: 8px 0 28px;
}

.sp-mount-v2__hero-grid {
  grid-template-columns: minmax(0, .95fr) minmax(520px, 1.05fr);
  align-items: stretch;
  min-height: 0;
}

.sp-mount-v2__hero-copy {
  padding: clamp(30px, 3.2vw, 46px);
}

.sp-mount-v2__hero h1 {
  max-width: 660px;
  margin-bottom: 14px;
  font-size: clamp(2.75rem, 3.65vw, 4.15rem);
  line-height: .96;
  letter-spacing: -.045em;
}

.sp-mount-v2__lead {
  max-width: 620px;
  margin-bottom: 18px;
  font-size: .94rem;
  line-height: 1.58;
}

.sp-mount-v2__hero-actions .sp-btn {
  min-height: 44px;
  padding: 11px 18px;
}

.sp-mount-v2__benefits {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
}

.sp-mount-v2__benefits span {
  grid-template-columns: 24px 1fr;
  align-items: center;
  gap: 9px;
  min-height: 52px;
  padding: 10px 12px;
  font-size: .7rem;
}

.sp-mount-v2__benefits .sp-icon {
  width: 19px;
  height: 19px;
}

.sp-mount-v2__hero-media {
  position: relative;
  min-height: 450px;
  max-height: none;
  overflow: hidden;
}

.sp-mount-v2__hero-media > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sp-mount-v2__hero-steps {
  inset: 50% auto auto 22px;
  transform: translateY(-50%);
  gap: 8px;
}

.sp-mount-v2__hero-steps span {
  min-width: 190px;
  padding: 10px 13px;
  font-size: .72rem;
}

.sp-mount-v2__scenarios,
.sp-mount-v2__prep,
.sp-mount-v2__steps,
.sp-mount-v2__special,
.sp-mount-v2__finish,
.sp-mount-v2__faq {
  padding-top: 64px;
  padding-bottom: 64px;
}

.sp-mount-v2__steps .sp-section-head {
  margin-bottom: 28px;
}

.sp-mount-v2__stepper button {
  min-height: 76px;
  padding: 11px;
}

.sp-mount-v2__step-panel {
  grid-template-columns: minmax(360px, 43%) minmax(0, 1fr);
  gap: 26px;
  padding: 22px;
}

.sp-mount-v2__step-visual,
.sp-mount-v2__special-visual {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #eadfd2;
  border-radius: 18px;
  background: #f7f1e9;
}

.sp-mount-v2__step-visual {
  height: 310px;
}

.sp-mount-v2__step-photo,
.sp-mount-v2__special-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sp-mount-v2__step-diagram,
.sp-mount-v2__special-diagram {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 38%;
  height: auto;
  max-height: 44%;
  padding: 5px;
  object-fit: contain;
  border: 1px solid rgba(226, 208, 187, .9);
  border-radius: 12px;
  background: rgba(255, 252, 247, .94);
  box-shadow: 0 10px 26px rgba(45, 32, 22, .16);
}

.sp-mount-v2__step-panel > img,
.sp-mount-v2__special-panel > img {
  display: none !important;
}

.sp-mount-v2__special-panel {
  grid-template-columns: minmax(340px, 42%) minmax(0, 1fr) 230px;
  gap: 22px;
  padding: 22px;
}

.sp-mount-v2__special-visual {
  height: 270px;
}

.sp-mount-v2__special-diagram {
  width: 34%;
  max-height: 42%;
}

@media (max-width: 1180px) {
  .sp-mount-v2__hero-grid {
    grid-template-columns: 1fr 1fr;
  }
  .sp-mount-v2__hero-media {
    min-height: 430px;
  }
  .sp-mount-v2__special-panel {
    grid-template-columns: minmax(300px, 40%) 1fr;
  }
}

@media (max-width: 920px) {
  .sp-mount-v2__hero-grid {
    grid-template-columns: 1fr;
  }
  .sp-mount-v2__hero-media {
    min-height: 360px;
  }
  .sp-mount-v2__step-panel,
  .sp-mount-v2__special-panel {
    grid-template-columns: 1fr;
  }
  .sp-mount-v2__step-visual,
  .sp-mount-v2__special-visual {
    height: 300px;
  }
}

@media (max-width: 560px) {
  .sp-mount-v2__hero-copy {
    padding: 28px 20px;
  }
  .sp-mount-v2__hero h1 {
    font-size: clamp(2.35rem, 11vw, 3.2rem);
  }
  .sp-mount-v2__hero-media {
    min-height: 310px;
  }
  .sp-mount-v2__hero-steps {
    inset: auto 12px 12px;
    transform: none;
  }
  .sp-mount-v2__hero-steps span {
    min-width: 0;
  }
  .sp-mount-v2__step-visual,
  .sp-mount-v2__special-visual {
    height: 230px;
  }
  .sp-mount-v2__step-diagram,
  .sp-mount-v2__special-diagram {
    width: 42%;
  }
}

/* v2.14.22 — compact hero, informative tools and expanded SEO installation content. */
.sp-mount-v2__hero {
  padding: 6px 0 30px;
}

.sp-mount-v2__hero-grid {
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  height: 510px;
  min-height: 510px;
  max-height: 510px;
  align-items: stretch;
}

.sp-mount-v2__hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 30px 42px;
}

.sp-mount-v2__hero h1 {
  max-width: 610px;
  margin: 8px 0 14px;
  font-size: clamp(2.65rem, 3.35vw, 3.75rem);
  line-height: .94;
  letter-spacing: -.045em;
}

.sp-mount-v2__lead {
  max-width: 650px;
  margin: 0 0 18px;
  font-size: .91rem;
  line-height: 1.58;
}

.sp-mount-v2__lead strong {
  color: #33271f;
}

.sp-mount-v2__hero-actions {
  gap: 10px;
}

.sp-mount-v2__hero-actions .sp-btn {
  min-height: 42px;
  padding: 10px 16px;
  font-size: .8rem;
}

.sp-mount-v2__benefits {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  margin-top: 16px;
}

.sp-mount-v2__benefits span {
  grid-template-columns: 20px minmax(0, 1fr);
  min-height: 46px;
  padding: 8px 9px;
  border-radius: 11px;
  font-size: .62rem;
  line-height: 1.25;
}

.sp-mount-v2__benefits .sp-icon {
  width: 17px;
  height: 17px;
}

.sp-mount-v2__hero-media {
  min-height: 0;
  height: 510px;
  max-height: 510px;
  background: #e8dfd3;
}

.sp-mount-v2__hero-media > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: 52% center;
}

.sp-mount-v2__hero-steps {
  inset: auto auto 28px 22px;
  transform: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(420px, calc(100% - 44px));
  gap: 7px;
}

.sp-mount-v2__hero-steps span {
  min-width: 0;
  padding: 9px 11px;
  font-size: .66rem;
  backdrop-filter: blur(10px);
}

.sp-mount-v2__scenarios,
.sp-mount-v2__prep,
.sp-mount-v2__steps,
.sp-mount-v2__special,
.sp-mount-v2__finish,
.sp-mount-v2__faq {
  padding-top: 58px;
  padding-bottom: 58px;
}

.sp-mount-v2 .sp-section-head > p:last-child {
  max-width: 920px;
  color: #655d55;
  line-height: 1.65;
}

/* Detailed tool and material cards. */
.sp-mount-v2__tool-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.sp-mount-v2__tool-group,
.sp-mount-v2__check-card {
  padding: 28px;
  border: 1px solid #e5d9ca;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(48,34,23,.05);
}

.sp-mount-v2__tool-group-head {
  margin-bottom: 18px;
}

.sp-mount-v2__tool-group-head h3,
.sp-mount-v2__check-card h3 {
  margin: 4px 0 0;
  font-family: Georgia, 'Times New Roman', serif;
  color: #33271f;
  font-size: clamp(1.75rem, 2.3vw, 2.45rem);
  line-height: 1.05;
}

.sp-mount-v2__tool-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.sp-mount-v2__tool-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-height: 112px;
  padding: 14px;
  border: 1px solid #ebe1d5;
  border-radius: 15px;
  background: #faf6f0;
}

.sp-mount-v2__tool-item > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: #edf3ef;
  color: #14513f;
}

.sp-mount-v2__tool-item .sp-icon {
  width: 21px;
  height: 21px;
}

.sp-mount-v2__tool-item strong {
  display: block;
  margin: 1px 0 5px;
  color: #35291f;
  font-size: .86rem;
  line-height: 1.3;
}

.sp-mount-v2__tool-item p {
  margin: 0;
  color: #696057;
  font-size: .73rem;
  line-height: 1.52;
}

.sp-mount-v2__check-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr) 360px;
  gap: 26px;
  align-items: center;
}

.sp-mount-v2__check-card > .sp-eyebrow,
.sp-mount-v2__check-card > h3 {
  grid-column: 1;
}

.sp-mount-v2__check-card > h3 {
  align-self: start;
}

.sp-mount-v2__check-card > ul {
  grid-column: 2;
  grid-row: 1 / span 2;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin: 0;
}

.sp-mount-v2__check-card > ul li {
  padding-left: 28px;
  font-size: .78rem;
  line-height: 1.45;
}

.sp-mount-v2__photo-cta {
  grid-column: 3;
  grid-row: 1 / span 2;
  grid-template-columns: 1fr;
  margin: 0;
  padding: 20px;
}

/* Rich step text without changing the compact tabbed interaction. */
.sp-mount-v2__steps .sp-section-head {
  margin-bottom: 25px;
}

.sp-mount-v2__step-panel {
  grid-template-columns: minmax(350px, 38%) minmax(0, 1fr);
  gap: 30px;
  align-items: start;
  padding: 26px;
}

.sp-mount-v2__step-visual {
  position: sticky;
  top: 96px;
  height: 410px;
}

.sp-mount-v2__step-copy {
  min-width: 0;
}

.sp-mount-v2__step-panel h3 {
  margin: 0 0 12px;
  font-size: clamp(1.85rem, 2.4vw, 2.55rem);
  line-height: 1.05;
}

.sp-mount-v2__step-lead {
  margin: 0 0 17px !important;
  color: #554d45 !important;
  font-size: .92rem;
  line-height: 1.68 !important;
}

.sp-mount-v2__step-actions,
.sp-mount-v2__special-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 14px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.sp-mount-v2__step-actions li,
.sp-mount-v2__special-actions li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  padding: 11px 12px;
  border-radius: 11px;
  background: #faf6f0;
  color: #5d554d;
  font-size: .76rem;
  line-height: 1.48;
}

.sp-mount-v2__step-actions .sp-icon,
.sp-mount-v2__special-actions .sp-icon {
  width: 17px;
  height: 17px;
  color: #17604b;
}

.sp-mount-v2__why,
.sp-mount-v2__result {
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr);
  gap: 14px;
  margin: 12px 0;
  padding: 13px 15px;
  border-radius: 12px;
  background: #edf3ef;
  color: #234c40;
  font-size: .78rem;
  line-height: 1.5;
}

.sp-mount-v2__why p {
  margin: 0;
  color: inherit;
  line-height: inherit;
}

.sp-mount-v2__tip,
.sp-mount-v2__error {
  grid-template-columns: 90px minmax(0, 1fr);
  padding: 12px 15px;
  font-size: .76rem;
  line-height: 1.48;
}

/* Expanded complex-node guide. */
.sp-mount-v2__special-panel {
  grid-template-columns: minmax(340px, 35%) minmax(0, 1fr) 245px;
  gap: 24px;
  align-items: start;
  padding: 25px;
}

.sp-mount-v2__special-visual {
  position: sticky;
  top: 96px;
  height: 390px;
}

.sp-mount-v2__special-copy h3 {
  margin: 0 0 12px;
  font-size: clamp(1.85rem, 2.35vw, 2.45rem);
  line-height: 1.06;
}

.sp-mount-v2__special-intro {
  margin: 0 0 16px !important;
  font-size: .9rem;
  line-height: 1.67 !important;
}

.sp-mount-v2__special-panel aside {
  position: sticky;
  top: 96px;
}

.sp-mount-v2__result {
  background: #f6f0e7;
  color: #5c4634;
}

@media (max-width: 1280px) {
  .sp-mount-v2__hero-grid {
    grid-template-columns: 1fr 1fr;
  }
  .sp-mount-v2__benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sp-mount-v2__check-card {
    grid-template-columns: 240px 1fr;
  }
  .sp-mount-v2__photo-cta {
    grid-column: 1 / -1;
    grid-row: auto;
    grid-template-columns: 1fr auto;
  }
  .sp-mount-v2__special-panel {
    grid-template-columns: 320px minmax(0, 1fr);
  }
  .sp-mount-v2__special-panel aside {
    position: static;
    grid-column: 1 / -1;
  }
}

@media (max-width: 960px) {
  .sp-mount-v2__hero-grid {
    height: auto;
    min-height: 0;
    max-height: none;
    grid-template-columns: 1fr;
  }
  .sp-mount-v2__hero-media {
    height: 390px;
    min-height: 390px;
    max-height: 390px;
  }
  .sp-mount-v2__tool-groups {
    grid-template-columns: 1fr;
  }
  .sp-mount-v2__check-card {
    grid-column: auto;
    grid-template-columns: 1fr;
  }
  .sp-mount-v2__check-card > .sp-eyebrow,
  .sp-mount-v2__check-card > h3,
  .sp-mount-v2__check-card > ul,
  .sp-mount-v2__photo-cta {
    grid-column: auto;
    grid-row: auto;
  }
  .sp-mount-v2__step-panel,
  .sp-mount-v2__special-panel {
    grid-template-columns: 1fr;
  }
  .sp-mount-v2__step-visual,
  .sp-mount-v2__special-visual,
  .sp-mount-v2__special-panel aside {
    position: static;
  }
  .sp-mount-v2__step-visual,
  .sp-mount-v2__special-visual {
    height: 340px;
  }
}

@media (max-width: 680px) {
  .sp-mount-v2__hero-copy {
    padding: 26px 20px;
  }
  .sp-mount-v2__hero h1 {
    font-size: clamp(2.35rem, 11vw, 3.15rem);
  }
  .sp-mount-v2__benefits,
  .sp-mount-v2__tool-list,
  .sp-mount-v2__check-card > ul,
  .sp-mount-v2__step-actions,
  .sp-mount-v2__special-actions {
    grid-template-columns: 1fr;
  }
  .sp-mount-v2__hero-media {
    height: 320px;
    min-height: 320px;
    max-height: 320px;
  }
  .sp-mount-v2__hero-steps {
    grid-template-columns: 1fr 1fr;
    width: calc(100% - 24px);
    left: 12px;
    bottom: 12px;
  }
  .sp-mount-v2__tool-group,
  .sp-mount-v2__check-card,
  .sp-mount-v2__step-panel,
  .sp-mount-v2__special-panel {
    padding: 19px;
  }
  .sp-mount-v2__step-visual,
  .sp-mount-v2__special-visual {
    height: 250px;
  }
  .sp-mount-v2__why,
  .sp-mount-v2__result,
  .sp-mount-v2__tip,
  .sp-mount-v2__error {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .sp-mount-v2__photo-cta {
    grid-template-columns: 1fr;
  }
}


/* v2.14.23 — contrast fix for the FAQ lead card and final installation CTA. */
body.stavros-panels-site .sp-mount-v2__faq-layout > aside,
body.stavros-panels-site .sp-mount-v2__bottom-inner {
  color: #fff;
}

body.stavros-panels-site .sp-mount-v2__faq-layout > aside .sp-eyebrow,
body.stavros-panels-site .sp-mount-v2__faq-layout > aside h3,
body.stavros-panels-site .sp-mount-v2__faq-layout > aside p,
body.stavros-panels-site .sp-mount-v2__bottom-inner .sp-eyebrow,
body.stavros-panels-site .sp-mount-v2__bottom-inner h2,
body.stavros-panels-site .sp-mount-v2__bottom-inner p {
  color: #fff !important;
}

body.stavros-panels-site .sp-mount-v2__faq-layout > aside p,
body.stavros-panels-site .sp-mount-v2__bottom-inner p {
  color: rgba(255,255,255,.86) !important;
}

body.stavros-panels-site .sp-mount-v2__faq-layout > aside .sp-btn--outline,
body.stavros-panels-site .sp-mount-v2__bottom-inner .sp-btn--outline {
  border-color: rgba(255,255,255,.72) !important;
  color: #fff !important;
  background: rgba(255,255,255,.06) !important;
  box-shadow: none !important;
}

body.stavros-panels-site .sp-mount-v2__faq-layout > aside .sp-btn--outline:hover,
body.stavros-panels-site .sp-mount-v2__faq-layout > aside .sp-btn--outline:focus-visible,
body.stavros-panels-site .sp-mount-v2__bottom-inner .sp-btn--outline:hover,
body.stavros-panels-site .sp-mount-v2__bottom-inner .sp-btn--outline:focus-visible {
  border-color: #fff !important;
  color: #104b3b !important;
  background: #fff !important;
}

body.stavros-panels-site .sp-mount-v2__bottom-inner .sp-btn--primary {
  border-color: #c4633f !important;
  color: #fff !important;
  background: #c4633f !important;
}

body.stavros-panels-site .sp-mount-v2__faq-layout > aside h3 {
  font-size: clamp(1.9rem, 2.6vw, 2.65rem);
  line-height: 1.02;
}

body.stavros-panels-site .sp-mount-v2__bottom-inner h2 {
  max-width: 720px;
  font-size: clamp(2.6rem, 4vw, 4.4rem);
  line-height: .98;
}


/* v2.14.24 — functional and compact FAQ on the installation landing page. */
.sp-mount-v2__faq {
  overflow: hidden;
}

.sp-mount-v2__faq .sp-section-head {
  max-width: 980px;
  margin-right: auto;
  margin-bottom: 28px;
  margin-left: auto;
  padding: 0 20px;
}

.sp-mount-v2__faq .sp-section-head h2 {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(2.75rem, 4.4vw, 4.65rem);
  line-height: .98;
  letter-spacing: -.035em;
}

.sp-mount-v2__faq .sp-section-head > p:last-child {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  font-size: .98rem;
  line-height: 1.65;
}

.sp-mount-v2__faq-tabs button {
  white-space: nowrap;
}

.sp-mount-v2__faq-tabs button:focus-visible {
  position: relative;
  z-index: 2;
  outline: 3px solid rgba(196, 99, 63, .32);
  outline-offset: -3px;
}

.sp-mount-v2__faq-panels {
  min-width: 0;
  padding: 0 24px;
  border: 1px solid #e1d4c4;
  border-radius: 20px;
  background: #fff;
}

.sp-mount-v2__faq-layout > div.sp-mount-v2__faq-panels {
  padding: 0 24px;
}

.sp-mount-v2__faq-panels > [role='tabpanel'] {
  min-width: 0;
}

.sp-mount-v2__faq details {
  border-bottom: 1px solid #e9dfd3;
}

.sp-mount-v2__faq details:last-child {
  border-bottom: 0;
}

.sp-mount-v2__faq summary {
  align-items: center;
  padding: 21px 0;
  list-style: none;
}

.sp-mount-v2__faq summary::-webkit-details-marker {
  display: none;
}

.sp-mount-v2__faq-question {
  min-width: 0;
  color: #30261f;
  font-size: 1rem;
  line-height: 1.45;
}

.sp-mount-v2__faq-toggle {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #dfd1c1;
  border-radius: 50%;
  color: #104b3b;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1;
  transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

.sp-mount-v2__faq details[open] .sp-mount-v2__faq-toggle {
  transform: rotate(45deg);
  color: #fff;
  background: #104b3b;
}

.sp-mount-v2__faq-answer {
  max-width: 850px;
  padding: 0 48px 22px 0;
}

.sp-mount-v2__faq-answer p {
  margin: 0;
  padding: 0 !important;
  color: #625a52;
  font-size: .94rem;
  line-height: 1.72;
}

@media (max-width: 760px) {
  .sp-mount-v2__faq .sp-section-head {
    margin-bottom: 22px;
    padding: 0;
  }

  .sp-mount-v2__faq .sp-section-head h2 {
    font-size: clamp(2.35rem, 11vw, 3.4rem);
  }

  .sp-mount-v2__faq-panels,
  .sp-mount-v2__faq-layout > div.sp-mount-v2__faq-panels {
    padding: 0 18px;
  }

  .sp-mount-v2__faq-question {
    font-size: .94rem;
  }

  .sp-mount-v2__faq-answer {
    padding-right: 0;
  }
}


/* v2.14.26 — explicit final CTA button colors on the installation page. */
body.stavros-panels-site .sp-mount-v2__bottom-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}

body.stavros-panels-site .sp-mount-v2__bottom-action,
body.stavros-panels-site .sp-mount-v2__bottom-action:link,
body.stavros-panels-site .sp-mount-v2__bottom-action:visited {
  min-width: 180px;
  text-align: center;
  text-decoration: none !important;
  opacity: 1 !important;
}

body.stavros-panels-site .sp-mount-v2__bottom-action--photo,
body.stavros-panels-site .sp-mount-v2__bottom-action--photo:link,
body.stavros-panels-site .sp-mount-v2__bottom-action--photo:visited {
  border-color: #fff !important;
  color: #104b3b !important;
  -webkit-text-fill-color: #104b3b !important;
  background: #fff !important;
}

body.stavros-panels-site .sp-mount-v2__bottom-action--photo:hover,
body.stavros-panels-site .sp-mount-v2__bottom-action--photo:focus-visible {
  border-color: #f4e8dc !important;
  color: #8f452d !important;
  -webkit-text-fill-color: #8f452d !important;
  background: #f4e8dc !important;
}

body.stavros-panels-site .sp-mount-v2__bottom-action--consult,
body.stavros-panels-site .sp-mount-v2__bottom-action--consult:link,
body.stavros-panels-site .sp-mount-v2__bottom-action--consult:visited {
  border-color: #c4633f !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: #c4633f !important;
}

body.stavros-panels-site .sp-mount-v2__bottom-action--consult:hover,
body.stavros-panels-site .sp-mount-v2__bottom-action--consult:focus-visible {
  border-color: #aa4f31 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: #aa4f31 !important;
}

body.stavros-panels-site .sp-mount-v2__bottom-action--calc,
body.stavros-panels-site .sp-mount-v2__bottom-action--calc:link,
body.stavros-panels-site .sp-mount-v2__bottom-action--calc:visited {
  border-color: rgba(255,255,255,.72) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: rgba(255,255,255,.05) !important;
}

body.stavros-panels-site .sp-mount-v2__bottom-action--calc:hover,
body.stavros-panels-site .sp-mount-v2__bottom-action--calc:focus-visible {
  border-color: #fff !important;
  color: #104b3b !important;
  -webkit-text-fill-color: #104b3b !important;
  background: #fff !important;
}

@media (max-width: 820px) {
  body.stavros-panels-site .sp-mount-v2__bottom-actions {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  body.stavros-panels-site .sp-mount-v2__bottom-action {
    width: 100%;
    min-width: 0;
  }
}


/* v2.14.27 — compact commercial finish/error/result block on /montazh/. */
.sp-mount-v2__finish {
  padding-top: 42px;
  padding-bottom: 42px;
}

.sp-mount-v2__finish-grid {
  grid-template-columns: .96fr 1.08fr .96fr;
  gap: 14px;
  align-items: stretch;
}

.sp-mount-v2__finish-grid > article,
.sp-mount-v2__commercial-card {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 24px 26px;
  border-radius: 20px;
}

.sp-mount-v2__commercial-card .sp-eyebrow {
  margin-bottom: 8px;
}

.sp-mount-v2__commercial-card h2 {
  max-width: 520px;
  margin: 0 0 17px;
  font-size: clamp(2.15rem, 2.75vw, 3.25rem);
  line-height: .98;
  letter-spacing: -.035em;
}

.sp-mount-v2__finish-item {
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  margin: 10px 0;
}

.sp-mount-v2__finish-item > span {
  width: 42px;
  height: 42px;
  border-radius: 12px;
}

.sp-mount-v2__finish-item .sp-icon {
  width: 19px;
  height: 19px;
}

.sp-mount-v2__finish-item h3 {
  font-size: .94rem;
}

.sp-mount-v2__finish-item p {
  font-size: .75rem;
  line-height: 1.5;
}

.sp-mount-v2__mistakes ul {
  gap: 10px;
  margin: 0;
}

.sp-mount-v2__mistakes li {
  gap: 2px;
  padding-left: 22px;
}

.sp-mount-v2__mistakes li b {
  font-size: .83rem;
  line-height: 1.3;
}

.sp-mount-v2__mistakes span {
  font-size: .72rem;
  line-height: 1.45;
}

.sp-mount-v2__result-list {
  gap: 8px;
  margin: 0;
}

.sp-mount-v2__result-list li {
  font-size: .76rem;
  line-height: 1.4;
}

.sp-mount-v2__ready {
  margin-top: 15px;
  padding: 13px 14px;
}

.sp-mount-v2__ready strong {
  font-size: .82rem;
}

.sp-mount-v2__ready small {
  margin-top: 2px;
  font-size: .68rem;
  line-height: 1.35;
}

.sp-mount-v2__commercial-action {
  display: grid;
  gap: 8px;
  margin-top: auto;
  padding-top: 18px;
}

.sp-mount-v2__commercial-action .sp-btn {
  width: fit-content;
  min-height: 42px;
  padding: 10px 16px;
  font-size: .78rem;
}

.sp-mount-v2__commercial-action small {
  max-width: 360px;
  color: #6a625a;
  font-size: .68rem;
  line-height: 1.42;
}

.sp-mount-v2__commercial-action--photo {
  margin-top: 15px;
  padding: 14px;
  border-radius: 13px;
  background: #fff3ed;
}

@media (max-width: 1180px) {
  .sp-mount-v2__finish-grid {
    grid-template-columns: 1fr 1fr;
  }
  .sp-mount-v2__commercial-card--result {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .sp-mount-v2__finish-grid {
    grid-template-columns: 1fr;
  }
  .sp-mount-v2__commercial-card--result {
    grid-column: auto;
  }
  .sp-mount-v2__commercial-card h2 {
    font-size: clamp(2rem, 10vw, 2.75rem);
  }
}


/* v2.14.28 — final visual alignment for the commercial block on /montazh/. */
.sp-mount-v2__commercial-card h2 {
  max-width: 460px;
  margin-bottom: 15px;
  font-size: clamp(1.95rem, 2.3vw, 2.78rem);
  line-height: 1;
  letter-spacing: -.03em;
}

.sp-mount-v2__commercial-card {
  min-height: 470px;
}

.sp-mount-v2__commercial-action,
.sp-mount-v2__commercial-action--photo {
  width: 100%;
  margin-top: auto;
}

.sp-mount-v2__commercial-action--photo {
  padding: 14px;
}

.sp-mount-v2__commercial-action .sp-btn {
  width: 100%;
  max-width: 235px;
  min-width: 235px;
  justify-content: center;
  text-align: center;
}

.sp-mount-v2__commercial-card--result .sp-mount-v2__ready {
  margin-top: auto;
}

.sp-mount-v2__commercial-card--result .sp-mount-v2__commercial-action {
  margin-top: 12px;
}

.sp-mount-v2__commercial-card--sample .sp-mount-v2__commercial-action,
.sp-mount-v2__mistakes .sp-mount-v2__commercial-action {
  padding-top: 15px;
}

@media (max-width: 1180px) {
  .sp-mount-v2__commercial-card {
    min-height: 440px;
  }
}

@media (max-width: 760px) {
  .sp-mount-v2__commercial-card {
    min-height: 0;
  }

  .sp-mount-v2__commercial-card h2 {
    font-size: clamp(1.9rem, 9vw, 2.55rem);
  }

  .sp-mount-v2__commercial-action .sp-btn {
    max-width: none;
    min-width: 0;
  }
}


/* v2.14.29 — final landing-page polish for /montazh/. */
.sp-mount-v2__hero {
  padding: 4px 0 24px;
}

.sp-mount-v2__hero-grid {
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  height: 425px;
  min-height: 425px;
  max-height: 425px;
}

.sp-mount-v2__hero-copy {
  padding: 25px 34px;
}

.sp-mount-v2__hero h1 {
  max-width: 570px;
  margin: 5px 0 11px;
  font-size: clamp(2.45rem, 3.05vw, 3.45rem);
  line-height: .94;
}

.sp-mount-v2__hero h1 > span {
  display: block;
}

.sp-mount-v2__hero h1 > span:last-child {
  margin-top: .05em;
}

.sp-mount-v2__lead {
  max-width: 600px;
  margin-bottom: 14px;
  font-size: .84rem;
  line-height: 1.52;
}

.sp-mount-v2__hero-actions .sp-btn {
  min-height: 39px;
  padding: 9px 15px;
  font-size: .75rem;
}

.sp-mount-v2__benefits {
  gap: 6px;
  margin-top: 12px;
}

.sp-mount-v2__benefits span {
  min-height: 40px;
  padding: 7px 8px;
  font-size: .6rem;
}

.sp-mount-v2__hero-media {
  height: 425px;
  min-height: 425px;
  max-height: 425px;
}

.sp-mount-v2__hero-steps {
  bottom: 18px;
  left: 18px;
  width: min(395px, calc(100% - 36px));
}

.sp-mount-v2__hero-steps span {
  padding: 8px 10px;
  font-size: .62rem;
}

.sp-mount-v2__scenario {
  min-height: 165px;
  padding: 22px 20px;
}

.sp-mount-v2__scenario > span {
  width: 52px;
  height: 52px;
  margin-bottom: 15px;
}

.sp-mount-v2__scenario .sp-icon {
  width: 25px;
  height: 25px;
}

.sp-mount-v2__scenario h3 {
  font-size: 1.08rem;
  line-height: 1.25;
}

.sp-mount-v2__scenario p {
  display: -webkit-box;
  overflow: hidden;
  font-size: .78rem;
  line-height: 1.52;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.sp-mount-v2__tool-group {
  position: relative;
  overflow: hidden;
}

.sp-mount-v2__tool-group::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: #174f40;
}

.sp-mount-v2__tool-group:nth-child(2)::before {
  background: #c4633f;
}

.sp-mount-v2__tool-item {
  grid-template-columns: 48px minmax(0, 1fr);
  min-height: 116px;
}

.sp-mount-v2__tool-item > span {
  width: 48px;
  height: 48px;
  border-radius: 14px;
}

.sp-mount-v2__tool-item .sp-icon {
  width: 23px;
  height: 23px;
}

.sp-mount-v2__tool-item strong {
  font-size: .91rem;
}

.sp-mount-v2__tool-item p {
  font-size: .76rem;
  line-height: 1.5;
}

.sp-mount-v2__special-intro {
  font-size: .96rem;
  line-height: 1.7 !important;
}

.sp-mount-v2__special-actions li {
  font-size: .8rem;
  line-height: 1.52;
}

.sp-mount-v2__special-panel aside p {
  font-size: .83rem;
  line-height: 1.58;
}

.sp-mount-v2__commercial-card {
  min-height: 430px;
}

.sp-mount-v2__commercial-card h2 {
  max-width: 420px;
  font-size: clamp(1.7rem, 1.95vw, 2.3rem);
  line-height: 1.02;
}

.sp-mount-v2__commercial-action .sp-btn {
  min-height: 44px;
}

.sp-mount-v2__bottom-inner {
  grid-template-columns: minmax(0, 1fr) minmax(510px, auto);
  padding: 30px 34px;
}

.sp-mount-v2__bottom-inner h2 {
  max-width: 630px !important;
  font-size: clamp(2.35rem, 3.3vw, 3.7rem) !important;
}

.sp-mount-v2__bottom-trust {
  display: flex;
  gap: 11px;
  align-items: center;
  max-width: 610px !important;
  margin: 18px 0 0;
  padding-top: 15px;
  border-top: 1px solid rgba(255,255,255,.18);
}

.sp-mount-v2__bottom-trust .sp-icon {
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  color: #f2c4a8;
}

.sp-mount-v2__bottom-trust strong,
.sp-mount-v2__bottom-trust small {
  display: block;
}

.sp-mount-v2__bottom-trust strong {
  margin-bottom: 2px;
  color: #fff;
  font-size: .83rem;
}

.sp-mount-v2__bottom-trust small {
  color: rgba(255,255,255,.72);
  font-size: .69rem;
  line-height: 1.42;
}

body.stavros-panels-site .sp-mount-v2__bottom-action {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-width: 205px;
  min-height: 48px;
  padding: 12px 15px;
}

body.stavros-panels-site .sp-mount-v2__bottom-action .sp-icon {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
}

@media (max-width: 1280px) {
  .sp-mount-v2__hero-grid {
    grid-template-columns: .9fr 1.1fr;
  }

  .sp-mount-v2__bottom-inner {
    grid-template-columns: 1fr;
  }

  body.stavros-panels-site .sp-mount-v2__bottom-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 960px) {
  .sp-mount-v2__hero-grid {
    height: auto;
    min-height: 0;
    max-height: none;
    grid-template-columns: 1fr;
  }

  .sp-mount-v2__hero-media {
    height: 350px;
    min-height: 350px;
    max-height: 350px;
  }

  .sp-mount-v2__commercial-card {
    min-height: 410px;
  }
}

@media (max-width: 680px) {
  .sp-mount-v2__hero h1 {
    font-size: clamp(2.25rem, 10vw, 3rem);
  }

  .sp-mount-v2__hero h1 > span {
    display: inline;
  }

  .sp-mount-v2__hero-media {
    height: 300px;
    min-height: 300px;
    max-height: 300px;
  }

  .sp-mount-v2__tool-item {
    min-height: 0;
  }

  .sp-mount-v2__commercial-card {
    min-height: 0;
  }

  .sp-mount-v2__bottom-inner {
    padding: 26px 20px;
  }

  body.stavros-panels-site .sp-mount-v2__bottom-action {
    width: 100%;
    min-width: 0;
  }
}


/* v2.14.30 — final CTA eyebrow/heading readability correction on /montazh/. */
body.stavros-panels-site .sp-mount-v2__bottom-copy {
  min-width: 0;
}

body.stavros-panels-site .sp-mount-v2__bottom-inner .sp-eyebrow {
  margin-bottom: 10px;
  color: #f2c4a8 !important;
  -webkit-text-fill-color: #f2c4a8 !important;
  opacity: 1 !important;
  font-size: .72rem;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: .16em;
}

body.stavros-panels-site .sp-mount-v2__bottom-inner h2 {
  max-width: 590px !important;
  margin: 0 0 18px;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: clamp(2.25rem, 3vw, 3.35rem) !important;
  line-height: .98 !important;
  letter-spacing: -.035em;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

@media (max-width: 1280px) {
  body.stavros-panels-site .sp-mount-v2__bottom-inner h2 {
    max-width: 760px !important;
  }
}

@media (max-width: 680px) {
  body.stavros-panels-site .sp-mount-v2__bottom-inner h2 {
    font-size: clamp(2rem, 10vw, 2.75rem) !important;
  }
}


/* v2.14.31 — full responsive audit and mobile corrections for /montazh/. */
.sp-mount-v2 {
  max-width: 100%;
  overflow-x: clip;
}

.sp-mount-v2__stepper,
.sp-mount-v2__special-tabs,
.sp-mount-v2__faq-tabs {
  scrollbar-width: thin;
  scrollbar-color: rgba(20, 75, 59, .28) transparent;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}

.sp-mount-v2__stepper::-webkit-scrollbar,
.sp-mount-v2__special-tabs::-webkit-scrollbar,
.sp-mount-v2__faq-tabs::-webkit-scrollbar {
  height: 5px;
}

.sp-mount-v2__stepper::-webkit-scrollbar-thumb,
.sp-mount-v2__special-tabs::-webkit-scrollbar-thumb,
.sp-mount-v2__faq-tabs::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(20, 75, 59, .28);
}

@media (max-width: 960px) {
  .sp-mount-v2__hero-grid {
    border-radius: 22px;
  }

  .sp-mount-v2__hero-copy {
    padding: 30px 28px;
  }

  .sp-mount-v2__hero h1 > span {
    display: block;
  }

  .sp-mount-v2__hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sp-mount-v2__hero-actions .sp-btn {
    width: 100%;
  }

  .sp-mount-v2__benefits {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sp-mount-v2__stepper {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 0 0 9px;
    scroll-snap-type: x proximity;
  }

  .sp-mount-v2__stepper button {
    flex: 0 0 156px;
    min-height: 72px;
    scroll-snap-align: start;
  }

  .sp-mount-v2__special-tabs,
  .sp-mount-v2__faq-tabs {
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }

  .sp-mount-v2__special-tabs button,
  .sp-mount-v2__faq-tabs button {
    flex: 0 0 auto;
    min-width: 145px;
    min-height: 48px;
    scroll-snap-align: start;
  }

  .sp-mount-v2__step-panel,
  .sp-mount-v2__special-panel {
    gap: 22px;
  }

  .sp-mount-v2__special-panel aside .sp-btn {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .sp-mount-v2__breadcrumbs {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: .74rem;
  }

  .sp-mount-v2__scenarios,
  .sp-mount-v2__prep,
  .sp-mount-v2__steps,
  .sp-mount-v2__special,
  .sp-mount-v2__finish,
  .sp-mount-v2__faq {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .sp-mount-v2 .sp-section-head,
  .sp-mount-v2 .sp-section-head--center {
    margin-bottom: 26px;
  }

  .sp-mount-v2 .sp-section-head h2 {
    font-size: clamp(2.05rem, 9.5vw, 2.9rem);
    line-height: .98;
    letter-spacing: -.035em;
  }

  .sp-mount-v2 .sp-section-head > p:last-child {
    font-size: .86rem;
    line-height: 1.58;
  }

  .sp-mount-v2__hero {
    padding-bottom: 18px;
  }

  .sp-mount-v2__hero-grid {
    border-radius: 18px;
  }

  .sp-mount-v2__hero-copy {
    padding: 25px 20px 22px;
  }

  .sp-mount-v2__hero h1 {
    max-width: 100%;
    font-size: clamp(2.25rem, 10.5vw, 2.9rem);
    line-height: .94;
  }

  .sp-mount-v2__lead {
    font-size: .88rem;
    line-height: 1.55;
  }

  .sp-mount-v2__hero-actions {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .sp-mount-v2__hero-actions .sp-btn {
    min-height: 46px;
  }

  .sp-mount-v2__benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .sp-mount-v2__benefits span {
    min-height: 54px;
    padding: 9px;
    font-size: .66rem;
  }

  .sp-mount-v2__hero-media {
    height: 285px;
    min-height: 285px;
    max-height: 285px;
  }

  .sp-mount-v2__hero-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    width: calc(100% - 20px);
    bottom: 10px;
    left: 10px;
  }

  .sp-mount-v2__hero-steps span {
    min-height: 38px;
    padding: 7px 8px;
    font-size: .6rem;
    line-height: 1.25;
  }

  .sp-mount-v2__scenario-grid {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .sp-mount-v2__scenario {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 13px;
    row-gap: 4px;
    min-height: 0;
    padding: 15px 16px;
    border-radius: 15px;
  }

  .sp-mount-v2__scenario > span {
    grid-row: 1 / span 2;
    width: 46px;
    height: 46px;
    margin: 0;
    border-radius: 13px;
  }

  .sp-mount-v2__scenario h3 {
    align-self: end;
    margin: 0;
    font-size: 1rem;
  }

  .sp-mount-v2__scenario p {
    display: block;
    align-self: start;
    overflow: visible;
    font-size: .76rem;
    line-height: 1.45;
    -webkit-line-clamp: unset;
  }

  .sp-mount-v2__tool-group,
  .sp-mount-v2__check-card {
    padding: 18px;
    border-radius: 18px;
  }

  .sp-mount-v2__tool-group-head h3,
  .sp-mount-v2__check-card h3 {
    font-size: clamp(1.65rem, 8vw, 2.2rem);
  }

  .sp-mount-v2__tool-list,
  .sp-mount-v2__check-card > ul {
    grid-template-columns: 1fr;
  }

  .sp-mount-v2__tool-item {
    grid-template-columns: 44px minmax(0, 1fr);
    min-height: 0;
    padding: 12px;
  }

  .sp-mount-v2__tool-item > span {
    width: 44px;
    height: 44px;
  }

  .sp-mount-v2__tool-item strong {
    font-size: .86rem;
  }

  .sp-mount-v2__tool-item p {
    font-size: .75rem;
  }

  .sp-mount-v2__photo-cta {
    padding: 16px;
  }

  .sp-mount-v2__photo-cta .sp-btn {
    width: 100%;
  }

  .sp-mount-v2__stepper {
    margin-right: -14px;
    margin-left: -14px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .sp-mount-v2__stepper button {
    flex-basis: 142px;
    min-height: 68px;
    padding: 10px;
  }

  .sp-mount-v2__step-panel,
  .sp-mount-v2__special-panel {
    padding: 16px;
    border-radius: 18px;
  }

  .sp-mount-v2__step-visual,
  .sp-mount-v2__special-visual {
    height: 230px;
    border-radius: 14px;
  }

  .sp-mount-v2__step-diagram,
  .sp-mount-v2__special-diagram {
    right: 8px;
    bottom: 8px;
    width: 38%;
    max-height: 42%;
  }

  .sp-mount-v2__step-panel h3,
  .sp-mount-v2__special-copy h3 {
    font-size: clamp(1.65rem, 8vw, 2.15rem);
  }

  .sp-mount-v2__step-lead,
  .sp-mount-v2__special-intro {
    font-size: .86rem;
    line-height: 1.62 !important;
  }

  .sp-mount-v2__step-actions,
  .sp-mount-v2__special-actions {
    grid-template-columns: 1fr;
  }

  .sp-mount-v2__step-actions li,
  .sp-mount-v2__special-actions li {
    font-size: .76rem;
  }

  .sp-mount-v2__why,
  .sp-mount-v2__result,
  .sp-mount-v2__tip,
  .sp-mount-v2__error {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .sp-mount-v2__step-nav button {
    width: 44px;
    height: 44px;
  }

  .sp-mount-v2__special-tabs,
  .sp-mount-v2__faq-tabs {
    margin-right: -14px;
    margin-left: -14px;
    padding-right: 14px;
    padding-left: 14px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .sp-mount-v2__special-tabs button,
  .sp-mount-v2__faq-tabs button {
    min-width: 132px;
    padding: 12px 14px;
    font-size: .78rem;
  }

  .sp-mount-v2__special-panel aside {
    padding: 18px;
  }

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

  .sp-mount-v2__commercial-card {
    min-height: 0 !important;
    padding: 20px !important;
  }

  .sp-mount-v2__commercial-card h2 {
    font-size: clamp(1.9rem, 9vw, 2.45rem);
  }

  .sp-mount-v2__commercial-action .sp-btn {
    width: 100%;
    max-width: none;
    min-width: 0;
  }

  .sp-mount-v2__faq-layout {
    gap: 12px;
  }

  .sp-mount-v2__faq-layout > aside {
    padding: 20px;
    border-radius: 17px;
  }

  .sp-mount-v2__faq-layout > aside h3 {
    margin-bottom: 10px;
    font-size: 1.75rem;
  }

  .sp-mount-v2__faq-layout > aside .sp-btn {
    width: 100%;
  }

  .sp-mount-v2__faq-panels,
  .sp-mount-v2__faq-layout > div.sp-mount-v2__faq-panels {
    padding: 0 15px;
    border-radius: 17px;
  }

  .sp-mount-v2__faq summary {
    min-height: 54px;
    align-items: center;
    padding: 15px 0;
  }

  .sp-mount-v2__faq-question {
    font-size: .9rem;
    line-height: 1.4;
  }

  .sp-mount-v2__faq-toggle {
    flex: 0 0 auto;
  }

  .sp-mount-v2__faq-answer p {
    font-size: .86rem;
    line-height: 1.62;
  }

  .sp-mount-v2__bottom-cta {
    padding: 20px 0 30px;
  }

  .sp-mount-v2__bottom-inner {
    gap: 20px;
    padding: 22px 18px;
    border-radius: 18px;
  }

  body.stavros-panels-site .sp-mount-v2__bottom-inner h2 {
    margin-bottom: 13px;
    font-size: clamp(2rem, 10vw, 2.55rem) !important;
  }

  .sp-mount-v2__bottom-inner > div:last-child,
  body.stavros-panels-site .sp-mount-v2__bottom-actions {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
  }

  body.stavros-panels-site .sp-mount-v2__bottom-action {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 430px) {
  .sp-mount-v2 .sp-container {
    width: calc(100% - 20px);
  }

  .sp-mount-v2__hero-copy {
    padding: 22px 16px 19px;
  }

  .sp-mount-v2__hero h1 {
    font-size: clamp(2.1rem, 10.7vw, 2.55rem);
  }

  .sp-mount-v2__lead {
    font-size: .84rem;
  }

  .sp-mount-v2__benefits span {
    font-size: .62rem;
  }

  .sp-mount-v2__hero-media {
    height: 255px;
    min-height: 255px;
    max-height: 255px;
  }

  .sp-mount-v2__hero-steps span {
    font-size: .57rem;
  }

  .sp-mount-v2__stepper button {
    flex-basis: 132px;
  }

  .sp-mount-v2__step-visual,
  .sp-mount-v2__special-visual {
    height: 210px;
  }

  .sp-mount-v2__special-tabs button,
  .sp-mount-v2__faq-tabs button {
    min-width: 120px;
  }

  .sp-mount-v2__bottom-trust {
    align-items: flex-start;
  }
}


/* v2.14.32 — mobile UX and conversion improvements for /montazh/. */
.sp-mount-v2__tool-toggle,
.sp-mount-v2__mobile-swipe-hint,
.sp-mount-v2__mobile-actionbar {
  display: none;
}

@media (max-width: 720px) {
  .sp-mount-v2 {
    padding-bottom: calc(78px + env(safe-area-inset-bottom, 0px));
  }

  .sp-mount-v2__scenario {
    position: relative;
    padding-right: 42px;
  }

  .sp-mount-v2__scenario::after {
    content: '›';
    position: absolute;
    top: 50%;
    right: 16px;
    color: #b65f3c;
    font-size: 1.5rem;
    line-height: 1;
    transform: translateY(-50%);
  }

  .sp-mount-v2__scenario p {
    font-size: .82rem;
    line-height: 1.48;
  }

  .sp-mount-v2__tool-group:not(.is-expanded) .sp-mount-v2__tool-item:nth-child(n+4) {
    display: none;
  }

  .sp-mount-v2__tool-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 44px;
    margin-top: 12px;
    padding: 10px 14px;
    border: 1px solid #dcccc0;
    border-radius: 12px;
    background: #fff;
    color: #174b3c;
    font: inherit;
    font-size: .82rem;
    font-weight: 800;
    cursor: pointer;
  }

  .sp-mount-v2__tool-toggle .sp-icon {
    width: 16px;
    transition: transform .2s ease;
  }

  .sp-mount-v2__tool-group.is-expanded .sp-mount-v2__tool-toggle .sp-icon {
    transform: rotate(180deg);
  }

  .sp-mount-v2__tool-item p,
  .sp-mount-v2__step-actions li,
  .sp-mount-v2__special-actions li,
  .sp-mount-v2__tip,
  .sp-mount-v2__error,
  .sp-mount-v2__why,
  .sp-mount-v2__result {
    font-size: .82rem;
  }

  .sp-mount-v2__mobile-swipe-hint {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    margin: -2px 0 12px;
    color: #756a61;
    font-size: .72rem;
    line-height: 1.3;
  }

  .sp-mount-v2__mobile-swipe-hint .sp-icon {
    width: 15px;
    color: #b65f3c;
  }

  .sp-mount-v2__mobile-actionbar {
    position: fixed;
    z-index: 990;
    right: 10px;
    bottom: calc(8px + env(safe-area-inset-bottom, 0px));
    left: 10px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 50px;
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(255,255,255,.68);
    border-radius: 17px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 16px 45px rgba(37,28,21,.2);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 22px));
    transition: opacity .2s ease, transform .25s ease;
  }

  .sp-mount-v2__mobile-actionbar.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .sp-mount-v2__mobile-actionbar-primary,
  .sp-mount-v2__mobile-actionbar-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    border-radius: 12px;
    text-decoration: none;
  }

  .sp-mount-v2__mobile-actionbar-primary,
  .sp-mount-v2__mobile-actionbar-primary:visited {
    gap: 9px;
    padding: 7px 12px;
    background: #b95f3d;
    color: #fff;
  }

  .sp-mount-v2__mobile-actionbar-primary .sp-icon {
    flex: 0 0 auto;
    width: 19px;
  }

  .sp-mount-v2__mobile-actionbar-primary span,
  .sp-mount-v2__mobile-actionbar-primary small,
  .sp-mount-v2__mobile-actionbar-primary strong {
    display: block;
    min-width: 0;
  }

  .sp-mount-v2__mobile-actionbar-primary small {
    margin-bottom: 1px;
    color: rgba(255,255,255,.78);
    font-size: .59rem;
    font-weight: 650;
    line-height: 1.1;
  }

  .sp-mount-v2__mobile-actionbar-primary strong {
    color: #fff;
    font-size: .82rem;
    line-height: 1.2;
  }

  .sp-mount-v2__mobile-actionbar-secondary,
  .sp-mount-v2__mobile-actionbar-secondary:visited {
    border: 1px solid #cdbbab;
    background: #fff;
    color: #174b3c;
  }

  .sp-mount-v2__mobile-actionbar-secondary .sp-icon {
    width: 21px;
  }
}

@media (max-width: 370px) {
  .sp-mount-v2__mobile-actionbar-primary small {
    display: none;
  }

  .sp-mount-v2__mobile-actionbar-primary strong {
    font-size: .78rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sp-mount-v2__mobile-actionbar,
  .sp-mount-v2__tool-toggle .sp-icon {
    transition: none;
  }
}


/* v2.14.33 — mobile overflow and responsive heading correction for /montazh/. */
body.page-template-page-montazh,
body.page-template-page-montazh-php {
  overflow-x: hidden;
}

.sp-mount-v2,
.sp-mount-v2 section,
.sp-mount-v2 .sp-container,
.sp-mount-v2 .sp-section-head,
.sp-mount-v2 .sp-section-head h2,
.sp-mount-v2 .sp-section-head p {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

.sp-mount-v2__responsive-title span {
  display: inline;
}

.sp-mount-v2__responsive-title span:not(:last-child)::after {
  content: ' ';
}

@media (max-width: 720px) {
  .sp-mount-v2 {
    width: 100%;
    overflow-x: hidden;
  }

  .sp-mount-v2 .sp-container {
    width: calc(100% - 28px);
    max-width: calc(100% - 28px);
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
  }

  .sp-mount-v2 .sp-section-head,
  .sp-mount-v2 .sp-section-head--center,
  .sp-mount-v2__steps .sp-section-head,
  .sp-mount-v2__special .sp-section-head {
    position: relative;
    left: auto;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    transform: none;
  }

  .sp-mount-v2 .sp-section-head h2,
  .sp-mount-v2__steps .sp-section-head h2,
  .sp-mount-v2__special .sp-section-head h2 {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    font-size: clamp(1.9rem, 8.8vw, 2.45rem) !important;
    line-height: 1.02;
    letter-spacing: -.025em;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: auto;
    text-wrap: pretty;
  }

  .sp-mount-v2__responsive-title span {
    display: block;
    width: 100%;
  }

  .sp-mount-v2__responsive-title span:not(:last-child)::after {
    content: none;
  }

  .sp-mount-v2 .sp-section-head > p:last-child,
  .sp-mount-v2__steps .sp-section-head > p:last-child,
  .sp-mount-v2__special .sp-section-head > p:last-child {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    font-size: .84rem;
    line-height: 1.55;
    overflow-wrap: break-word;
  }

  .sp-mount-v2__stepper,
  .sp-mount-v2__special-tabs,
  .sp-mount-v2__faq-tabs {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    scroll-padding-inline: 0;
  }

  .sp-mount-v2__stepper button {
    flex: 0 0 clamp(124px, 41vw, 146px);
    min-width: 0;
    max-width: 146px;
    overflow: hidden;
  }

  .sp-mount-v2__stepper button span {
    display: block;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .sp-mount-v2__special-tabs,
  .sp-mount-v2__faq-tabs {
    border: 1px solid #e3d6c6;
    border-radius: 12px;
  }

  .sp-mount-v2__special-tabs button,
  .sp-mount-v2__faq-tabs button {
    flex: 0 0 clamp(112px, 34vw, 132px);
    min-width: 0;
    max-width: 132px;
    white-space: normal;
    line-height: 1.25;
  }

  .sp-mount-v2__mobile-swipe-hint {
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin: 7px 0 12px;
    padding: 0 4px;
    text-align: center;
    white-space: normal;
    overflow-wrap: break-word;
  }

  .sp-mount-v2__mobile-swipe-hint .sp-icon {
    flex: 0 0 auto;
  }
}

@media (max-width: 390px) {
  .sp-mount-v2 .sp-container {
    width: calc(100% - 24px);
    max-width: calc(100% - 24px);
  }

  .sp-mount-v2 .sp-section-head h2,
  .sp-mount-v2__steps .sp-section-head h2,
  .sp-mount-v2__special .sp-section-head h2 {
    font-size: clamp(1.78rem, 8.5vw, 2.08rem) !important;
    line-height: 1.04;
  }

  .sp-mount-v2 .sp-section-head > p:last-child {
    font-size: .8rem;
    line-height: 1.52;
  }

  .sp-mount-v2__stepper button {
    flex-basis: 122px;
    max-width: 122px;
  }

  .sp-mount-v2__special-tabs button,
  .sp-mount-v2__faq-tabs button {
    flex-basis: 108px;
    max-width: 108px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: .73rem;
  }
}


/* v2.14.34 — visual mobile pass for every /montazh/ section. */
@media (max-width: 720px) {
  body.page-template-page-montazh .sp-mount-v2,
  body.page-template-page-montazh-php .sp-mount-v2 {
    overflow-x: clip;
  }

  .sp-mount-v2__hero {
    padding-bottom: 30px;
  }

  .sp-mount-v2__hero-grid {
    overflow: hidden;
    border-radius: 17px;
  }

  .sp-mount-v2__hero-copy {
    padding: 22px 17px 18px;
  }

  .sp-mount-v2__hero h1 {
    max-width: 10.5em;
    margin-bottom: 13px;
    font-size: clamp(2.05rem, 10.2vw, 2.7rem) !important;
    line-height: .96;
  }

  .sp-mount-v2__lead {
    margin-bottom: 16px;
    font-size: .84rem;
    line-height: 1.52;
  }

  .sp-mount-v2__hero-actions {
    gap: 8px;
  }

  .sp-mount-v2__hero-actions .sp-btn {
    min-height: 46px;
    padding: 10px 13px;
    font-size: .78rem;
  }

  .sp-mount-v2__benefits {
    gap: 7px;
    margin-top: 14px;
  }

  .sp-mount-v2__benefits span {
    min-width: 0;
    min-height: 49px;
    padding: 8px 9px;
    font-size: .64rem;
    line-height: 1.25;
  }

  .sp-mount-v2__benefits b {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .sp-mount-v2__hero-media {
    height: 238px;
    min-height: 238px;
    max-height: 238px;
  }

  .sp-mount-v2__hero-media > img {
    object-position: 54% center;
  }

  .sp-mount-v2__hero-steps {
    right: 8px;
    bottom: 8px;
    left: 8px;
    width: auto;
    gap: 5px;
  }

  .sp-mount-v2__hero-steps span {
    min-width: 0;
    min-height: 36px;
    padding: 6px 7px;
    font-size: .58rem;
    line-height: 1.22;
    overflow-wrap: anywhere;
  }

  .sp-mount-v2__scenarios,
  .sp-mount-v2__prep,
  .sp-mount-v2__steps,
  .sp-mount-v2__special,
  .sp-mount-v2__finish,
  .sp-mount-v2__faq {
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .sp-mount-v2__scenarios .sp-section-head,
  .sp-mount-v2__steps .sp-section-head,
  .sp-mount-v2__special .sp-section-head,
  .sp-mount-v2__faq .sp-section-head {
    margin-bottom: 20px;
    text-align: center;
  }

  .sp-mount-v2__scenarios .sp-section-head h2,
  .sp-mount-v2__steps .sp-section-head h2,
  .sp-mount-v2__special .sp-section-head h2,
  .sp-mount-v2__faq .sp-section-head h2 {
    max-width: 12em;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(1.88rem, 8.2vw, 2.3rem) !important;
    line-height: 1.02;
    text-wrap: balance;
  }

  .sp-mount-v2__scenarios .sp-section-head > p:last-child,
  .sp-mount-v2__steps .sp-section-head > p:last-child,
  .sp-mount-v2__special .sp-section-head > p:last-child,
  .sp-mount-v2__faq .sp-section-head > p:last-child {
    max-width: 34em;
    margin-right: auto;
    margin-left: auto;
    font-size: .8rem;
    line-height: 1.52;
  }

  .sp-mount-v2__scenario-grid {
    gap: 8px;
  }

  .sp-mount-v2__scenario {
    grid-template-columns: 44px minmax(0, 1fr);
    column-gap: 12px;
    padding: 13px 38px 13px 13px;
    border-radius: 14px;
  }

  .sp-mount-v2__scenario > span {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }

  .sp-mount-v2__scenario h3 {
    font-size: .98rem;
    line-height: 1.25;
  }

  .sp-mount-v2__scenario p {
    min-width: 0;
    margin: 0;
    font-size: .76rem;
    line-height: 1.42;
    overflow-wrap: anywhere;
  }

  .sp-mount-v2__prep .sp-section-head {
    margin-bottom: 20px;
  }

  .sp-mount-v2__prep .sp-section-head h2 {
    font-size: clamp(1.95rem, 8.6vw, 2.45rem) !important;
  }

  .sp-mount-v2__tool-group,
  .sp-mount-v2__check-card {
    padding: 16px;
  }

  .sp-mount-v2__tool-group-head h3,
  .sp-mount-v2__check-card h3 {
    font-size: clamp(1.5rem, 7vw, 1.95rem);
    line-height: 1.05;
  }

  .sp-mount-v2__tool-item {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
    padding: 10px;
  }

  .sp-mount-v2__tool-item > span {
    width: 42px;
    height: 42px;
  }

  .sp-mount-v2__tool-item strong {
    font-size: .82rem;
    line-height: 1.3;
  }

  .sp-mount-v2__tool-item p {
    font-size: .73rem;
    line-height: 1.42;
  }

  .sp-mount-v2__stepper,
  .sp-mount-v2__special-tabs,
  .sp-mount-v2__faq-tabs {
    max-width: 100%;
    padding-bottom: 5px;
  }

  .sp-mount-v2__stepper button {
    flex-basis: 124px;
    max-width: 124px;
    min-height: 64px;
    padding: 9px;
  }

  .sp-mount-v2__stepper b {
    font-size: .68rem;
  }

  .sp-mount-v2__stepper span {
    font-size: .67rem;
    line-height: 1.3;
  }

  .sp-mount-v2__mobile-swipe-hint {
    margin: 4px 0 11px;
    font-size: .68rem;
  }

  .sp-mount-v2__step-panel,
  .sp-mount-v2__special-panel {
    gap: 16px;
    padding: 13px;
  }

  .sp-mount-v2__step-visual,
  .sp-mount-v2__special-visual {
    height: 205px;
  }

  .sp-mount-v2__step-panel h3,
  .sp-mount-v2__special-copy h3 {
    font-size: clamp(1.48rem, 7.3vw, 1.9rem);
    line-height: 1.08;
  }

  .sp-mount-v2__step-lead,
  .sp-mount-v2__special-intro {
    font-size: .81rem;
    line-height: 1.55 !important;
  }

  .sp-mount-v2__step-actions li,
  .sp-mount-v2__special-actions li,
  .sp-mount-v2__why,
  .sp-mount-v2__result,
  .sp-mount-v2__tip,
  .sp-mount-v2__error {
    font-size: .77rem;
    line-height: 1.45;
  }

  .sp-mount-v2__special-tabs button,
  .sp-mount-v2__faq-tabs button {
    flex-basis: 112px;
    max-width: 112px;
    min-height: 44px;
    padding: 10px;
    font-size: .72rem;
  }

  .sp-mount-v2__special-panel aside {
    padding: 15px;
  }

  .sp-mount-v2__commercial-card {
    padding: 18px !important;
  }

  .sp-mount-v2__commercial-card h2 {
    font-size: clamp(1.75rem, 8vw, 2.15rem) !important;
    line-height: 1.02 !important;
  }

  .sp-mount-v2__faq-layout > aside {
    padding: 18px;
  }

  .sp-mount-v2__faq-layout > aside h3 {
    font-size: 1.55rem;
  }

  .sp-mount-v2__faq summary {
    min-height: 50px;
    padding: 13px 0;
  }

  .sp-mount-v2__faq-question {
    font-size: .84rem;
    line-height: 1.36;
  }

  .sp-mount-v2__bottom-inner {
    padding: 20px 16px;
  }

  body.stavros-panels-site .sp-mount-v2__bottom-inner h2 {
    max-width: 10em;
    font-size: clamp(1.9rem, 9vw, 2.35rem) !important;
    line-height: 1.02 !important;
  }
}

@media (max-width: 399px) {
  .sp-mount-v2 .sp-container {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }

  .sp-mount-v2__hero-copy {
    padding-right: 14px;
    padding-left: 14px;
  }

  .sp-mount-v2__hero h1 {
    font-size: clamp(1.95rem, 10vw, 2.35rem) !important;
  }

  .sp-mount-v2__hero-media {
    height: 225px;
    min-height: 225px;
    max-height: 225px;
  }

  .sp-mount-v2__hero-steps span {
    padding: 5px 6px;
    font-size: .55rem;
  }

  .sp-mount-v2__scenarios .sp-section-head h2,
  .sp-mount-v2__steps .sp-section-head h2,
  .sp-mount-v2__special .sp-section-head h2,
  .sp-mount-v2__faq .sp-section-head h2 {
    font-size: clamp(1.72rem, 8.2vw, 2rem) !important;
  }

  .sp-mount-v2__scenario {
    padding-right: 34px;
  }
}

@media (max-width: 350px) {
  .sp-mount-v2 .sp-container {
    width: calc(100% - 16px);
    max-width: calc(100% - 16px);
  }

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

  .sp-mount-v2__benefits span {
    min-height: 42px;
  }

  .sp-mount-v2__hero-media {
    height: 212px;
    min-height: 212px;
    max-height: 212px;
  }

  .sp-mount-v2__hero-steps span {
    font-size: .52rem;
  }

  .sp-mount-v2__scenario {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .sp-mount-v2__scenario > span {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 560px) and (max-width: 820px) and (orientation: landscape) {
  .sp-mount-v2__scenario-grid,
  .sp-mount-v2__finish-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sp-mount-v2__scenario-grid > :last-child,
  .sp-mount-v2__finish-grid > :last-child {
    grid-column: 1 / -1;
  }

  .sp-mount-v2__hero-media {
    height: 300px;
    min-height: 300px;
    max-height: 300px;
  }
}

/* v2.14.47 — guest-first requests integrated with the native account. */
.sp-guest-success {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  margin: 0 0 28px;
  padding: 22px;
  border: 1px solid rgba(32, 92, 65, .22);
  border-radius: 18px;
  background: #f2f7f3;
  box-shadow: 0 12px 34px rgba(28, 70, 51, .08);
}
.sp-guest-success__icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #205c41;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
}
.sp-guest-success__copy > strong {
  display: block;
  margin-bottom: 6px;
  color: #183e2d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  line-height: 1.15;
}
.sp-guest-success__copy > p { margin: 0; color: #54655c; line-height: 1.6; }
.sp-guest-success__account {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(32, 92, 65, .16);
}
.sp-guest-success__account > span { display: block; margin-bottom: 10px; color: #203f30; font-weight: 700; }
.sp-guest-success__account > div { display: flex; flex-wrap: wrap; gap: 10px; }
.sp-guest-success__account small { display: block; margin-top: 9px; color: #718078; }
.sp-request-modal__dialog select {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid #d8cec3;
  border-radius: 10px;
  background: #fff;
  color: inherit;
}
.sp-request-modal__dialog label em,
.spl-quote-form label em { color: #8b7e72; font-size: .78em; font-style: normal; font-weight: 500; }

@media (max-width: 640px) {
  .sp-guest-success { grid-template-columns: 42px minmax(0, 1fr); gap: 12px; padding: 16px; border-radius: 14px; }
  .sp-guest-success__icon { width: 42px; height: 42px; font-size: 20px; }
  .sp-guest-success__account > div { display: grid; grid-template-columns: 1fr; }
  .sp-guest-success__account .sp-btn { width: 100%; justify-content: center; }
}


/* v2.14.47 — optional account continuation after guest submission. */
.sp-guest-success__continue {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  font-weight: 750;
  color: var(--sp-green, #204f43);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.sp-guest-success__continue:hover,
.sp-guest-success__continue:focus-visible { text-decoration-thickness: 2px; }

/* v2.14.48 — catalogue visual profile atlas with real PAN and OPAN media. */
.sp-profile-atlas {
  padding: 68px 0 72px;
  background:
    radial-gradient(circle at 8% 4%, rgba(183, 126, 82, .08), transparent 27%),
    linear-gradient(180deg, #fbf8f3 0%, #f6f1e9 100%);
}

.sp-profile-atlas .sp-container {
  padding-top: 0;
  border-top: 0;
}

.sp-profile-atlas__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 28px;
}

.sp-profile-atlas__heading .sp-catalog-seo__section-head {
  margin: 0;
}

.sp-profile-atlas__heading .sp-catalog-seo__section-head h2 {
  max-width: 900px;
  margin-bottom: 12px;
  font-size: clamp(2.55rem, 4vw, 4.5rem);
  line-height: .98;
}

.sp-profile-atlas__heading .sp-catalog-seo__section-head > div {
  max-width: 780px;
  color: #625b53;
  font-size: .98rem;
  line-height: 1.65;
}

.sp-profile-atlas__rule {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 22px;
  border: 1px solid rgba(23, 77, 53, .16);
  border-radius: 22px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 18px 42px rgba(35, 30, 24, .055);
  backdrop-filter: blur(12px);
}

.sp-profile-atlas__rule-index {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  color: #fff;
  background: var(--sp-green);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 2rem;
  line-height: 1;
}

.sp-profile-atlas__rule-label,
.sp-profile-atlas__rule strong,
.sp-profile-atlas__rule small {
  display: block;
}

.sp-profile-atlas__rule-label {
  margin-bottom: 6px;
  color: #b45f3e;
  font-size: .67rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.sp-profile-atlas__rule strong {
  margin-bottom: 8px;
  color: #2e2924;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.18rem;
  line-height: 1.25;
}

.sp-profile-atlas__rule small {
  color: #6a625a;
  font-size: .73rem;
  line-height: 1.5;
}

.sp-profile-atlas__facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  margin-bottom: 22px;
  border: 1px solid #ded4c8;
  border-radius: 18px;
  background: rgba(255,255,255,.72);
}

.sp-profile-atlas__facts span {
  display: grid;
  gap: 4px;
  min-height: 86px;
  padding: 17px 19px;
  border-right: 1px solid #e5ddd3;
  color: #716960;
  font-size: .7rem;
  line-height: 1.35;
}

.sp-profile-atlas__facts span:last-child {
  border-right: 0;
}

.sp-profile-atlas__facts b {
  color: #233f33;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.08rem;
  line-height: 1.2;
}

.sp-profile-atlas__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.sp-profile-card {
  --profile-accent: #b96846;
  overflow: hidden;
  border: 1px solid #ddd2c5;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(42, 34, 25, .065);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.sp-profile-card--soft { --profile-accent: #b87858; }
.sp-profile-card--deep { --profile-accent: #8f593f; }
.sp-profile-card--graphic { --profile-accent: #4c6659; }
.sp-profile-card--wide { --profile-accent: #9a7650; }

.sp-profile-card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--profile-accent) 38%, #ddd2c5);
  box-shadow: 0 24px 62px rgba(42, 34, 25, .09);
}

.sp-profile-card__media {
  display: grid;
  grid-template-columns: minmax(0, 1.58fr) minmax(170px, .72fr);
  gap: 2px;
  height: 260px;
  padding: 2px;
  background: #e7dfd5;
}

.sp-profile-card__media a {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  background: #eee9e1;
}

.sp-profile-card__panel-photo {
  border-radius: 22px 5px 5px 5px;
}

.sp-profile-card__sample-photo {
  border-radius: 5px 22px 5px 5px;
}

.sp-profile-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.sp-profile-card__sample-photo img {
  object-position: center;
}

.sp-profile-card__media a:hover img {
  transform: scale(1.035);
}

.sp-profile-card__media a > span {
  position: absolute;
  left: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 9px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 999px;
  color: #fff;
  background: rgba(18, 41, 31, .82);
  box-shadow: 0 5px 18px rgba(0,0,0,.13);
  font-size: .62rem;
  font-weight: 850;
  letter-spacing: .04em;
  line-height: 1;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.sp-profile-card__sample-photo > span {
  background: rgba(148, 78, 52, .88) !important;
}

.sp-profile-card__body {
  padding: 22px 23px 23px;
}

.sp-profile-card__identity {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: start;
  margin-bottom: 10px;
}

.sp-profile-card__identity > div {
  display: grid;
  gap: 5px;
}

.sp-profile-card__sku {
  color: var(--sp-green);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.sp-profile-card__kicker {
  color: var(--profile-accent);
  font-size: .67rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sp-profile-card__number {
  color: rgba(23,77,53,.1);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 3.35rem;
  line-height: .75;
}

.sp-profile-card h3 {
  max-width: 560px;
  margin: 0 0 17px;
  color: #2f2923;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.08;
}

.sp-profile-card__specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 14px;
}

.sp-profile-card__specs > div {
  display: grid;
  gap: 5px;
  min-height: 76px;
  padding: 11px 12px;
  border: 1px solid #e8dfd5;
  border-radius: 14px;
  background: #fcfaf7;
}

.sp-profile-card__specs span,
.sp-profile-card__decision > span,
.sp-profile-card__common > span {
  color: #756d64;
  font-size: .6rem;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.sp-profile-card__specs strong {
  color: #332e28;
  font-size: .76rem;
  line-height: 1.42;
}

.sp-profile-card__decision {
  position: relative;
  margin-bottom: 13px;
  padding: 14px 15px 14px 18px;
  border-radius: 15px;
  background: color-mix(in srgb, var(--profile-accent) 8%, #fbf8f3);
}

.sp-profile-card__decision::before {
  content: '';
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 0;
  width: 4px;
  border-radius: 0 4px 4px 0;
  background: var(--profile-accent);
}

.sp-profile-card__decision > span {
  display: block;
  margin-bottom: 5px;
  color: var(--profile-accent);
}

.sp-profile-card__decision p {
  margin: 0;
  color: #544d45;
  font-size: .78rem;
  line-height: 1.55;
}

.sp-profile-card__uses {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 17px;
}

.sp-profile-card__uses span {
  padding: 7px 9px;
  border: 1px solid rgba(23,77,53,.13);
  border-radius: 999px;
  color: #315243;
  background: rgba(23,77,53,.045);
  font-size: .65rem;
  font-weight: 750;
}

.sp-profile-card__footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: end;
  padding-top: 15px;
  border-top: 1px solid #ebe3da;
}

.sp-profile-card__common {
  display: grid;
  gap: 5px;
}

.sp-profile-card__common strong {
  color: #4f4942;
  font-size: .68rem;
  line-height: 1.45;
}

.sp-profile-card__actions {
  display: grid;
  gap: 7px;
  justify-items: end;
}

.sp-profile-card__actions .sp-btn {
  min-height: 42px;
  padding: 0 15px;
  border-radius: 11px;
  font-size: .73rem;
}

.sp-profile-card__sample-link {
  color: var(--profile-accent);
  font-size: .67rem;
  font-weight: 850;
  text-decoration: none;
}

.sp-profile-card__sample-link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sp-profile-atlas__bottom-note {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin-top: 20px;
  padding: 17px 19px;
  border: 1px solid #dfd4c7;
  border-radius: 16px;
  background: rgba(255,255,255,.7);
}

.sp-profile-atlas__bottom-note > div {
  display: grid;
  gap: 4px;
}

.sp-profile-atlas__bottom-note > div span {
  color: #b45f3e;
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.sp-profile-atlas__bottom-note > div strong {
  color: #4d463f;
  font-size: .78rem;
  line-height: 1.45;
}

.sp-profile-atlas__bottom-note > a {
  flex: 0 0 auto;
  color: var(--sp-green);
  font-size: .74rem;
  font-weight: 850;
  text-decoration: none;
}

.sp-profile-atlas__bottom-note > a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 1180px) {
  .sp-profile-atlas__heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .sp-profile-atlas__rule {
    max-width: 760px;
  }

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

  .sp-profile-card__media {
    height: 300px;
  }
}

@media (max-width: 820px) {
  .sp-profile-atlas {
    padding: 50px 0 54px;
  }

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

  .sp-profile-atlas__facts span:nth-child(2) {
    border-right: 0;
  }

  .sp-profile-atlas__facts span:nth-child(-n+2) {
    border-bottom: 1px solid #e5ddd3;
  }

  .sp-profile-card__footer {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .sp-profile-card__actions {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    justify-items: stretch;
  }

  .sp-profile-card__sample-link {
    text-align: right;
  }
}

@media (max-width: 580px) {
  .sp-profile-atlas__heading .sp-catalog-seo__section-head h2 {
    font-size: clamp(2.15rem, 12vw, 3.15rem);
  }

  .sp-profile-atlas__rule {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 13px;
    padding: 17px;
    border-radius: 18px;
  }

  .sp-profile-atlas__rule-index {
    width: 48px;
    height: 48px;
    font-size: 1.55rem;
  }

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

  .sp-profile-atlas__facts span,
  .sp-profile-atlas__facts span:nth-child(2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #e5ddd3;
  }

  .sp-profile-atlas__facts span:last-child {
    border-bottom: 0;
  }

  .sp-profile-card {
    border-radius: 20px;
  }

  .sp-profile-card__media {
    grid-template-columns: 1.25fr .75fr;
    height: 220px;
  }

  .sp-profile-card__body {
    padding: 18px 16px 19px;
  }

  .sp-profile-card__number {
    font-size: 2.7rem;
  }

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

  .sp-profile-card__specs > div {
    min-height: 0;
  }

  .sp-profile-card__actions {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .sp-profile-card__sample-link {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(23,77,53,.14);
    border-radius: 10px;
    text-align: center;
  }

  .sp-profile-atlas__bottom-note {
    display: grid;
    gap: 13px;
  }
}
