@font-face {
  font-family: "Oranienbaum Deveron";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/oranienbaum/oranienbaum-cyrillic-v16.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Oranienbaum Deveron";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/oranienbaum/oranienbaum-latin-v16.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --tierpp-ink: #102a1f;
  --tierpp-ink-soft: #496057;
  --tierpp-green: #1f5f43;
  --tierpp-green-strong: #174a35;
  --tierpp-green-dark: #0c3022;
  --tierpp-mint: #e8f2e9;
  --tierpp-mint-soft: #f3f8f2;
  --tierpp-coral: #c1440e;
  --tierpp-coral-dark: #9f3509;
  --tierpp-focus: #6b4fc4;
  --tierpp-canvas: #f8f6f1;
  --tierpp-paper: #fffdf9;
  --tierpp-line: rgba(25, 72, 50, .13);
  --tierpp-line-strong: rgba(25, 72, 50, .23);
  --tierpp-shadow-sm: 0 10px 28px rgba(19, 55, 39, .07);
  --tierpp-shadow-md: 0 20px 55px rgba(19, 55, 39, .11);
  --tierpp-shadow-lg: 0 32px 80px rgba(11, 44, 30, .16);
  --tierpp-radius-sm: 14px;
  --tierpp-radius-md: 22px;
  --tierpp-radius-lg: 32px;
}

html {
  scroll-padding-top: 92px;
}

/* The SPA renders a route first and the storefront enhancers complete it in
   the next animation frame. Keep that unfinished frame out of view so the
   buyer sees the settled geometry instead of a visible 1-frame jump. */
html.dvn-route-staging body:not(.dvn-home-active) #app > main {
  visibility: hidden !important;
}

body[data-tierpp-enhanced="true"] {
  color: var(--tierpp-ink);
  background:
    radial-gradient(circle at 5% 8%, rgba(220, 235, 220, .34), transparent 28rem),
    var(--tierpp-canvas);
  text-rendering: optimizeLegibility;
}

body[data-tierpp-enhanced="true"] main {
  overflow: clip;
}

body[data-tierpp-enhanced="true"]:not(.dvn-home-active) main :where(h1, h2, h3) {
  color: var(--tierpp-ink);
  letter-spacing: -.035em;
  text-wrap: balance;
}

body[data-tierpp-enhanced="true"]:not(.dvn-home-active) main p {
  text-wrap: pretty;
}

body[data-tierpp-enhanced="true"] ::selection {
  color: #fff;
  background: var(--tierpp-green);
}

.tierpp-kicker,
.tierpp-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 13px;
  color: var(--tierpp-green);
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.tierpp-icon {
  display: block;
  width: var(--tierpp-icon-size, auto);
  height: var(--tierpp-icon-size, auto);
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(31%) sepia(16%) saturate(1830%) hue-rotate(102deg) brightness(91%) contrast(88%);
}

.tierpp-icon-slot {
  display: inline-grid;
  place-items: center;
  color: transparent;
}

/* Карточка товара применяет ко всем изображениям размеры самого превью.
   Значок «Обзор» — служебная иконка, поэтому изолируем его от этого правила. */
.product-card__video-badge > .tierpp-icon-slot {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.product-card__video-badge .tierpp-icon {
  width: 20px !important;
  height: 20px !important;
  max-width: 20px;
  max-height: 20px;
  background: transparent !important;
  transform: none !important;
}

.product-card:hover .product-card__video-badge .tierpp-icon {
  transform: none;
}

.tierpp-icon-label {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
}

.tierpp-icon-label > .tierpp-icon {
  flex: 0 0 auto;
}

.tierpp-icon-label:is(h2, h3) {
  align-items: center;
}

.tierpp-icon-label:is(h2, h3) > .tierpp-icon {
  width: 1em !important;
  height: 1em !important;
}

.tierpp-check-label {
  position: relative;
  padding-left: 27px;
}

.tierpp-check-label::before {
  position: absolute;
  top: .1em;
  left: 0;
  display: grid;
  place-items: center;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  color: #fff;
  content: "✓";
  background: var(--tierpp-green);
  font-size: .68rem;
  font-weight: 900;
}

/* Global shell */

.site-header.tierpp-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(20, 57, 40, .09);
  background: rgba(255, 253, 249, .91);
  box-shadow: 0 8px 30px rgba(16, 47, 33, .045);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  backdrop-filter: blur(18px) saturate(150%);
}

.tierpp-header .header-inner {
  width: min(100% - 32px, 1400px);
  min-height: 74px;
  gap: clamp(12px, 1.4vw, 24px);
  padding-block: 8px;
}

.tierpp-header .logo {
  min-width: max-content;
  gap: 10px;
}

.tierpp-header .logo-mark {
  overflow: hidden;
  border: 1px solid rgba(20, 57, 40, .1);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(20, 57, 40, .08);
}

.tierpp-header .logo-text {
  color: var(--tierpp-green-dark);
  font-size: .94rem;
  letter-spacing: .09em;
}

.tierpp-header .logo-subtext {
  color: #738179;
  font-size: .62rem;
}

.tierpp-header .main-nav {
  flex: 1 1 auto;
  justify-content: center;
  gap: 2px;
  min-width: 0;
}

.tierpp-header .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 11px;
  border-radius: 999px;
  color: #4d5f56;
  font-size: .82rem;
  font-weight: 730;
  letter-spacing: -.012em;
  line-height: 1;
  white-space: nowrap;
  transition: color .18s ease, background-color .18s ease, transform .18s ease;
}

.tierpp-header .nav-link:hover {
  color: var(--tierpp-green-dark);
  background: rgba(35, 104, 73, .07);
  transform: translateY(-1px);
}

.tierpp-header .nav-link.active {
  color: var(--tierpp-green-dark);
  background: var(--tierpp-mint);
}

.tierpp-header .nav-link .public-ui-icon {
  width: 17px !important;
  height: 17px !important;
}

.tierpp-header .header-right {
  gap: 7px;
}

.tierpp-header .header-phone,
.tierpp-header .header-max-link {
  min-height: 42px;
  border-color: rgba(25, 72, 50, .12);
  background: rgba(255, 255, 255, .78);
  box-shadow: none;
}

.tierpp-header .header-cta {
  min-height: 43px;
  padding-inline: 17px;
  border-radius: 999px;
  box-shadow: 0 10px 20px rgba(220, 105, 73, .18);
}

.tierpp-header .tierpp-header-action {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(25, 72, 50, .11);
  border-radius: 13px;
  background: rgba(255, 255, 255, .75);
}

.tierpp-header .tierpp-header-action:hover {
  border-color: rgba(25, 72, 50, .25);
  background: #fff;
  transform: translateY(-1px);
}

body[data-tierpp-enhanced="true"] .btn {
  min-height: 44px;
  border-radius: 999px;
  font-weight: 780;
  letter-spacing: -.012em;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

body[data-tierpp-enhanced="true"] .btn:hover {
  transform: translateY(-2px);
}

body[data-tierpp-enhanced="true"] .btn--primary {
  border-color: var(--tierpp-coral);
  background: var(--tierpp-coral);
  box-shadow: 0 12px 28px rgba(218, 104, 73, .2);
}

body[data-tierpp-enhanced="true"] .btn--primary:hover {
  border-color: var(--tierpp-coral-dark);
  background: var(--tierpp-coral-dark);
  box-shadow: 0 15px 34px rgba(191, 79, 52, .26);
}

body[data-tierpp-enhanced="true"] :focus-visible {
  outline: 3px solid var(--tierpp-focus);
  outline-offset: 3px;
}

/* Shared editorial heroes */

.tierpp-page-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: center;
  min-height: clamp(320px, 31vw, 440px);
  overflow: hidden;
  text-align: left;
  background:
    radial-gradient(circle at 78% 12%, rgba(255, 255, 255, .13), transparent 20rem),
    linear-gradient(135deg, #143d2c, #2c6e50) !important;
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}

.tierpp-page-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, transparent, #000);
}

.tierpp-page-hero > .container {
  width: min(100% - 40px, 1184px);
  margin-inline: auto;
  padding-block: clamp(58px, 7vw, 92px);
}

.tierpp-page-hero .tierpp-hero-eyebrow {
  color: #dcefdc;
}

.tierpp-page-hero h1 {
  max-width: 820px;
  margin: 0;
  color: #fff !important;
  font-size: clamp(2.5rem, 5.3vw, 4.75rem);
  line-height: .98;
  text-shadow: 0 3px 24px rgba(0, 0, 0, .17);
}

.tierpp-page-hero p {
  max-width: 690px;
  margin: 19px 0 0;
  color: rgba(255, 255, 255, .82) !important;
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.65;
}

.tierpp-page-hero[data-tierpp-banner="blog"] {
  background:
    linear-gradient(90deg, rgba(8, 37, 25, .93) 0%, rgba(12, 47, 32, .83) 38%, rgba(12, 47, 32, .25) 72%, rgba(12, 47, 32, .08)),
    url("/images/ui/tierpp/blog-editorial-hero-v1.webp") center / cover no-repeat !important;
}

.tierpp-page-hero[data-tierpp-banner="delivery"] {
  background:
    linear-gradient(90deg, rgba(251, 249, 244, .98) 0%, rgba(251, 249, 244, .93) 43%, rgba(251, 249, 244, .38) 67%, rgba(251, 249, 244, .04)),
    url("/images/ui/tierpp/delivery-workshop-hero-v1.webp") center / cover no-repeat !important;
}

.tierpp-page-hero[data-tierpp-theme="light"] .tierpp-hero-eyebrow {
  color: var(--tierpp-green);
}

.tierpp-page-hero[data-tierpp-theme="light"] h1 {
  max-width: 650px;
  color: var(--tierpp-green-dark) !important;
  text-shadow: none;
}

.tierpp-page-hero[data-tierpp-theme="light"] p {
  max-width: 620px;
  color: #4e6157 !important;
}

.tierpp-page-hero[data-tierpp-banner="catalog"] {
  min-height: 340px;
  background:
    linear-gradient(90deg, rgba(8, 37, 25, .96) 0%, rgba(10, 43, 29, .87) 42%, rgba(10, 43, 29, .28) 72%, rgba(10, 43, 29, .06)),
    url("/images/ui/tierpp/catalog-materials-hero-v2.webp") center / cover no-repeat !important;
}

.tierpp-page-hero[data-tierpp-banner="about"] {
  background:
    linear-gradient(90deg, rgba(8, 35, 24, .96) 0%, rgba(12, 48, 33, .86) 43%, rgba(12, 48, 33, .24) 72%, rgba(12, 48, 33, .04)),
    url("/images/ui/tierpp/about-craft-hero-v2.webp") center / cover no-repeat !important;
}

.tierpp-page-hero[data-tierpp-banner="contacts"] {
  background:
    linear-gradient(90deg, rgba(8, 35, 24, .96) 0%, rgba(12, 48, 33, .85) 43%, rgba(12, 48, 33, .22) 72%, rgba(12, 48, 33, .03)),
    url("/images/ui/tierpp/contact-support-hero-v2.webp") center / cover no-repeat !important;
}

.tierpp-page-hero[data-tierpp-banner="scenario"] {
  background:
    linear-gradient(90deg, rgba(8, 35, 24, .96) 0%, rgba(12, 48, 33, .84) 43%, rgba(12, 48, 33, .24) 72%, rgba(12, 48, 33, .04)),
    url("/images/ui/tierpp/scenario-selection-hero-v2.webp") center / cover no-repeat !important;
}

.tierpp-route-masthead {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: clamp(300px, 29vw, 410px);
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, #103926, #28674a);
}

.tierpp-route-masthead__shell {
  width: min(100% - 40px, 1184px);
  margin-inline: auto;
  padding-block: clamp(58px, 7vw, 88px);
}

.tierpp-route-masthead h1 {
  max-width: 840px;
  margin: 0;
  color: #fff !important;
  font-size: clamp(2.5rem, 5vw, 4.55rem);
  letter-spacing: -.055em;
  line-height: 1;
  text-shadow: 0 3px 24px rgba(0, 0, 0, .18);
}

.tierpp-route-masthead .breadcrumb,
.tierpp-route-masthead .breadcrumbs {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, .7);
}

.tierpp-route-masthead .breadcrumb a,
.tierpp-route-masthead .breadcrumbs a {
  color: inherit;
}

.tierpp-route-masthead .breadcrumb .sep,
.tierpp-route-masthead .breadcrumb .current,
.tierpp-route-masthead .breadcrumbs .sep,
.tierpp-route-masthead .breadcrumbs .current {
  color: inherit !important;
}

.tierpp-route-masthead[data-tierpp-banner="delivery"] {
  color: var(--tierpp-green-dark);
  background:
    linear-gradient(90deg, rgba(251, 249, 244, .98) 0%, rgba(251, 249, 244, .93) 43%, rgba(251, 249, 244, .38) 67%, rgba(251, 249, 244, .04)),
    url("/images/ui/tierpp/delivery-workshop-hero-v1.webp") center / cover no-repeat;
}

.tierpp-route-masthead[data-tierpp-banner="delivery"] h1 {
  max-width: 720px;
  color: var(--tierpp-green-dark) !important;
  text-shadow: none;
}

.tierpp-route-masthead[data-tierpp-banner="delivery"] .breadcrumb,
.tierpp-route-masthead[data-tierpp-banner="delivery"] .breadcrumbs {
  color: #607168;
}

.tierpp-route-masthead[data-tierpp-banner="legal"] {
  background:
    linear-gradient(90deg, rgba(8, 35, 24, .96) 0%, rgba(12, 48, 33, .85) 43%, rgba(12, 48, 33, .22) 72%, rgba(12, 48, 33, .03)),
    url("/images/ui/tierpp/legal-verification-hero-v2.webp") center / cover no-repeat;
}

.tierpp-route-masthead[data-tierpp-banner="scenario"] {
  background:
    linear-gradient(90deg, rgba(8, 35, 24, .96) 0%, rgba(12, 48, 33, .84) 43%, rgba(12, 48, 33, .24) 72%, rgba(12, 48, 33, .04)),
    url("/images/ui/tierpp/scenario-selection-hero-v2.webp") center / cover no-repeat;
}

.tierpp-route-masthead--compact {
  min-height: 220px;
  border-bottom: 1px solid var(--tierpp-line);
  color: var(--tierpp-green-dark);
  background:
    radial-gradient(circle at 83% 15%, rgba(193, 68, 14, .09), transparent 18rem),
    linear-gradient(135deg, #eef5ed, #fbfaf6);
}

.tierpp-route-masthead--compact h1 {
  color: var(--tierpp-green-dark) !important;
  text-shadow: none;
}

/* Home */

.tierpp-home .section {
  padding-block: clamp(62px, 8vw, 112px);
}

.tierpp-home .section + .section {
  border-top: 1px solid rgba(25, 72, 50, .055);
}

.tierpp-home-hero {
  position: relative;
  isolation: isolate;
  min-height: min(800px, calc(100svh - 74px));
  display: grid;
  align-items: center;
}

.tierpp-home-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(6, 31, 21, .9) 0%, rgba(8, 37, 25, .69) 50%, rgba(8, 37, 25, .18) 86%),
    linear-gradient(180deg, rgba(6, 28, 19, .08), rgba(6, 28, 19, .42));
  pointer-events: none;
}

.tierpp-home-hero .hero-content {
  width: min(100% - 40px, 1184px);
  max-width: 1184px !important;
  padding-inline: 0 !important;
  padding-block: clamp(72px, 10vw, 132px);
}

.tierpp-home-hero .hero-badge {
  width: fit-content;
  padding: 9px 13px 9px 10px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px rgba(255, 255, 255, .15);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.tierpp-home-hero .hero-badge .tierpp-icon {
  width: 20px !important;
  height: 20px !important;
  filter: brightness(0) invert(1);
}

.tierpp-home-hero .hero-brand {
  margin-top: 25px;
  color: rgba(255, 255, 255, .66);
  font-size: .73rem;
  font-weight: 850;
  letter-spacing: .24em;
}

.tierpp-home-hero .hero-title {
  width: 100%;
  max-width: 1000px;
  margin-top: 12px;
  color: #fff !important;
  font-size: clamp(3.2rem, 5.5vw, 5.1rem);
  letter-spacing: -.065em;
  line-height: .92;
  text-shadow: 0 4px 35px rgba(0, 0, 0, .2);
}

.tierpp-home-hero .hero-title .text-gradient {
  display: block;
  color: #f0c3a9;
  background: none;
  -webkit-text-fill-color: currentColor;
}

.tierpp-home-hero .hero-sub {
  max-width: 720px;
  margin-top: 24px;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(1.03rem, 1.55vw, 1.2rem);
  line-height: 1.65;
}

.tierpp-home-hero .hero-meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 25px;
}

.tierpp-home-hero .hero-meta span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  color: rgba(255, 255, 255, .9);
  background: rgba(7, 35, 23, .25);
  font-size: .78rem;
  font-weight: 720;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.tierpp-home-hero .hero-actions {
  gap: 12px;
  margin-top: 30px;
}

.tierpp-home-hero .hero-actions .btn {
  min-height: 56px;
  padding-inline: 25px;
}

.tierpp-home-hero .hero-note {
  max-width: 680px;
  margin-top: 17px;
  color: rgba(255, 255, 255, .62);
  font-size: .84rem;
}

.tierpp-home .section-title {
  max-width: 840px;
  color: var(--tierpp-ink);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.03;
}

.tierpp-home .section-subtitle {
  max-width: 720px;
  color: var(--tierpp-ink-soft);
  font-size: 1.02rem;
  line-height: 1.7;
}

.tierpp-home .home-entry-section {
  background:
    radial-gradient(circle at 95% 0%, rgba(225, 118, 87, .1), transparent 22rem),
    var(--tierpp-paper);
}

.tierpp-home .home-entry-grid > *,
.tierpp-home .usp-card,
.tierpp-home .cat-card,
.tierpp-home .review-card,
.tierpp-home .landing-link-card {
  border-color: var(--tierpp-line) !important;
  border-radius: var(--tierpp-radius-md) !important;
  background: rgba(255, 255, 255, .9) !important;
  box-shadow: var(--tierpp-shadow-sm);
}

.tierpp-home .usp-card {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 2.5vw, 30px);
}

.tierpp-home .usp-card::after {
  position: absolute;
  right: -35px;
  bottom: -55px;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  content: "";
  background: rgba(73, 142, 99, .06);
}

.tierpp-home .usp-card__icon {
  width: 68px;
  height: 68px;
  border: 1px solid var(--tierpp-line);
  border-radius: 20px;
  background: var(--tierpp-mint-soft);
}

.tierpp-home .section-hits {
  background:
    linear-gradient(180deg, rgba(235, 243, 234, .58), rgba(248, 246, 241, 0));
}

.tierpp-home .product-card,
.tierpp-catalog .badge--sandbox {
  color: #9f3509 !important;
  font-weight: 700 !important;
}

.tierpp-catalog .product-card {
  border: 1px solid var(--tierpp-line);
  border-radius: var(--tierpp-radius-md);
  background: #fff;
  box-shadow: 0 12px 32px rgba(17, 54, 37, .075);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.tierpp-home .product-card:hover,
.tierpp-catalog .product-card:hover {
  border-color: var(--tierpp-line-strong);
  box-shadow: var(--tierpp-shadow-md);
  transform: translateY(-4px);
}

.tierpp-home .product-card__img,
.tierpp-catalog .product-card__img {
  background: #f6f7f3;
}

.tierpp-catalog .product-card--catalog[data-id^="aktiv-"] .product-card__img {
  padding: 14px;
  border-bottom-color: rgba(27, 67, 50, .08);
  background:
    radial-gradient(circle at 52% 38%, rgba(255, 255, 255, .98), rgba(240, 243, 237, .84));
}

.tierpp-catalog .product-card--catalog[data-id^="aktiv-"] .product-card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: transparent !important;
  mix-blend-mode: multiply;
}

.tierpp-catalog .product-card--catalog[data-id^="aktiv-"]:hover .product-card__img img {
  transform: scale(1.015);
}

.tierpp-home .cat-card {
  padding: 23px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.tierpp-home .cat-card:hover {
  border-color: var(--tierpp-line-strong) !important;
  box-shadow: var(--tierpp-shadow-md);
  transform: translateY(-4px);
}

.tierpp-home .cat-icon {
  width: 68px;
  height: 68px;
  border: 1px solid rgba(31, 95, 67, .1);
  border-radius: 20px;
  background: var(--tierpp-mint-soft);
}

.tierpp-home .cat-icon .tierpp-icon {
  width: 46px;
  height: 46px;
}

.tierpp-home .cat-card__pill {
  border-color: rgba(31, 95, 67, .09);
  background: #f5f8f4;
}

.tierpp-home .cat-arr {
  color: var(--tierpp-green);
  font-weight: 780;
}

.tierpp-home .section-cta {
  color: #fff;
  background:
    radial-gradient(circle at 82% 20%, rgba(237, 176, 143, .24), transparent 22rem),
    linear-gradient(120deg, #0e3525, #235d42 70%, #2d6b4e);
}

.tierpp-home .section-cta h2,
.tierpp-home .section-cta p,
.tierpp-home .section-cta a {
  color: #fff;
}

.tierpp-home .section-compare {
  background: var(--tierpp-paper);
}

.tierpp-home .comparison-table {
  overflow: hidden;
  border: 1px solid var(--tierpp-line);
  border-radius: var(--tierpp-radius-lg);
  box-shadow: var(--tierpp-shadow-sm);
}

.tierpp-home .comparison-icon {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background: var(--tierpp-mint-soft);
}

.tierpp-home .section-quiz .quiz-container {
  border: 1px solid var(--tierpp-line);
  border-radius: var(--tierpp-radius-lg);
  background:
    radial-gradient(circle at 90% 15%, rgba(231, 155, 119, .12), transparent 18rem),
    #fff;
  box-shadow: var(--tierpp-shadow-md);
}

.tierpp-home .section-faq {
  background: linear-gradient(180deg, rgba(237, 244, 236, .6), rgba(248, 246, 241, 0));
}

.tierpp-home .faq-item {
  border-color: var(--tierpp-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .84);
}

/* Trust replaces unverified testimonial cards. */

.tierpp-trust-section {
  color: #fff;
  background:
    radial-gradient(circle at 8% 0%, rgba(237, 176, 142, .14), transparent 23rem),
    linear-gradient(130deg, #0b2f21, #174a35 68%, #1d553d);
}

.tierpp-trust-section .tierpp-kicker {
  color: #b9d9bd;
}

.tierpp-trust-section .section-title,
.tierpp-trust-section .section-subtitle {
  color: #fff;
}

.tierpp-trust-section .section-subtitle {
  color: rgba(255, 255, 255, .68);
}

.tierpp-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.tierpp-trust-card {
  display: grid;
  gap: 10px;
  min-height: 290px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 25px;
  color: #fff;
  background: rgba(255, 255, 255, .075);
  box-shadow: inset 0 1px rgba(255, 255, 255, .08);
  text-decoration: none;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.tierpp-trust-card:hover {
  border-color: rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .11);
  transform: translateY(-4px);
}

.tierpp-trust-card__icon {
  width: 64px;
  height: 64px;
  margin-bottom: 7px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 19px;
  background: rgba(255, 255, 255, .1);
}

.tierpp-trust-card__icon .tierpp-icon {
  filter: brightness(0) invert(1);
}

.tierpp-trust-card__meta {
  color: #b9d9bd;
  font-size: .73rem;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.tierpp-trust-card strong {
  color: #fff;
  font-size: 1.26rem;
  line-height: 1.2;
}

.tierpp-trust-card > span:not(.tierpp-trust-card__icon, .tierpp-trust-card__meta) {
  color: rgba(255, 255, 255, .7);
  line-height: 1.58;
}

.tierpp-trust-card em {
  align-self: end;
  color: #fff;
  font-size: .86rem;
  font-style: normal;
  font-weight: 780;
}

/* Catalog */

.tierpp-catalog > .section {
  padding-block: clamp(38px, 5vw, 68px);
}

.tierpp-catalog .catalog-entry-grid,
.tierpp-catalog .catalog-primary-entry-grid {
  gap: 14px;
}

.tierpp-catalog [class*="catalog-entry-card"],
.tierpp-catalog [class*="catalog-primary-entry"] {
  border-color: var(--tierpp-line) !important;
  border-radius: var(--tierpp-radius-md) !important;
  box-shadow: var(--tierpp-shadow-sm);
}

.tierpp-catalog .catalog-category-strip,
.tierpp-catalog [data-local-catalog-category-strip] {
  padding-block: 6px;
}

.tierpp-catalog .filter-sidebar,
.tierpp-catalog .catalog-filters,
.tierpp-catalog .catalog-toolbar {
  border-color: var(--tierpp-line);
  border-radius: var(--tierpp-radius-md);
  background: rgba(255, 255, 255, .9);
  box-shadow: var(--tierpp-shadow-sm);
}

/* Blog and editorial content */

.tierpp-blog > .section {
  padding-block: clamp(50px, 6.5vw, 88px);
}

.tierpp-blog .blog-categories {
  gap: 8px;
  margin-bottom: 48px;
  scrollbar-width: none;
}

.tierpp-blog .blog-categories::-webkit-scrollbar {
  display: none;
}

.tierpp-blog .blog-categories button {
  min-height: 40px;
  padding: 9px 16px;
  border-color: var(--tierpp-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .8);
}

.tierpp-blog .landing-link-card,
.tierpp-blog .blog-card {
  overflow: hidden;
  border: 1px solid var(--tierpp-line) !important;
  border-radius: var(--tierpp-radius-md) !important;
  background: rgba(255, 255, 255, .9);
  box-shadow: var(--tierpp-shadow-sm);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.tierpp-blog .landing-link-card:hover,
.tierpp-blog .blog-card:hover {
  border-color: var(--tierpp-line-strong) !important;
  box-shadow: var(--tierpp-shadow-md);
  transform: translateY(-3px);
}

.tierpp-blog .blog-card__img {
  display: grid;
  place-items: center;
  min-height: 154px;
  background:
    radial-gradient(circle at 74% 22%, rgba(223, 118, 87, .12), transparent 8rem),
    linear-gradient(140deg, #eef5ed, #fbfaf6);
}

.tierpp-blog .blog-card__img .tierpp-icon {
  width: 58px;
  height: 58px;
}

.tierpp-blog .blog-card__img--cover {
  display: block;
  background: #eef1ed;
}

.tierpp-blog .blog-card__img--cover img,
.tierpp-blog .blog-card__img--cover picture {
  width: 100%;
  height: 100%;
}

.tierpp-blog .blog-card__img--cover img {
  object-fit: cover;
}

.tierpp-blog .blog-card__meta {
  color: #75837b;
  font-size: .78rem;
}

.tierpp-blog .blog-cats {
  display: flex;
  max-width: 100%;
  justify-content: flex-start !important;
  flex-wrap: nowrap !important;
  gap: 2px !important;
  margin-bottom: 34px !important;
  padding: 0 0 1px;
  overflow-x: auto;
  border-bottom: 1px solid rgba(27, 67, 50, .13);
  scrollbar-width: none;
}

.tierpp-blog .blog-cats::-webkit-scrollbar {
  display: none;
}

.tierpp-blog .blog-cats .btn {
  position: relative;
  min-height: 44px;
  flex: 0 0 auto;
  padding: 0 15px;
  border: 0 !important;
  border-radius: 0 !important;
  color: #607067 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: .78rem;
  transform: none !important;
}

.tierpp-blog .blog-cats .btn::after {
  position: absolute;
  right: 15px;
  bottom: -1px;
  left: 15px;
  height: 2px;
  border-radius: 999px;
  content: "";
  background: transparent;
}

.tierpp-blog .blog-cats .btn:hover {
  color: var(--tierpp-ink) !important;
  background: rgba(27, 67, 50, .035) !important;
}

.tierpp-blog .blog-cats .btn--primary {
  color: var(--tierpp-ink) !important;
  font-weight: 800;
}

.tierpp-blog .blog-cats .btn--primary::after {
  background: var(--tierpp-coral);
}

.tierpp-blog .tierpp-meta-clean::before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  content: "";
  background: #8db39a;
}

body[data-tierpp-route="article"] main {
  background: var(--tierpp-paper);
}

body[data-tierpp-route="article"] article,
body[data-tierpp-route="article"] .blog-post {
  color: #354c41;
  font-size: 1.04rem;
  line-height: 1.8;
}

.tierpp-article-masthead {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(220px, .75fr);
  grid-template-rows: auto 1fr auto;
  gap: 18px 32px;
  min-height: 360px;
  margin-bottom: 34px;
  padding: clamp(28px, 4vw, 48px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--tierpp-radius-lg);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(8, 37, 25, .96) 0%, rgba(12, 47, 32, .84) 50%, rgba(12, 47, 32, .2)),
    url("/images/ui/tierpp/blog-editorial-hero-v1.webp") center / cover no-repeat;
  box-shadow: var(--tierpp-shadow-lg);
}

.tierpp-article-masthead--cover {
  background:
    radial-gradient(circle at 90% 0%, rgba(133, 190, 148, .18), transparent 20rem),
    linear-gradient(135deg, #0b3021, #1c5a3e);
}

.tierpp-article-masthead > .badge {
  z-index: 1;
  grid-column: 1;
  grid-row: 1;
  align-self: end;
  width: fit-content;
  margin: 0 !important;
  border: 1px solid rgba(255, 255, 255, .16);
  color: #e7f2e7;
  background: rgba(255, 255, 255, .1);
}

.tierpp-article-masthead > h1 {
  z-index: 1;
  grid-column: 1;
  grid-row: 2;
  align-self: center;
  margin: 0;
  color: #fff !important;
  font-size: clamp(2.15rem, 4.1vw, 4rem);
  letter-spacing: -.055em;
  line-height: 1;
  text-shadow: 0 3px 24px rgba(0, 0, 0, .18);
}

.tierpp-article-masthead > .article__meta,
.tierpp-article-masthead > .article-meta {
  z-index: 1;
  grid-column: 1;
  grid-row: 3;
  color: rgba(255, 255, 255, .72);
}

.tierpp-article-masthead > .article-hero {
  grid-column: 2;
  grid-row: 1 / 4;
  width: 100%;
  height: 100%;
  min-height: 260px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 22px;
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 18px 42px rgba(4, 24, 15, .22);
}

.tierpp-article-masthead > .article-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tierpp-article-masthead > .tierpp-article-hero--fallback {
  visibility: hidden;
}

.tierpp-article > .answer-first {
  border: 1px solid var(--tierpp-line);
  border-radius: 18px;
  background: #f1f7f0;
  box-shadow: var(--tierpp-shadow-sm);
}

body[data-tierpp-enhanced="true"] .landing-hero:not(.tierpp-page-hero) {
  background:
    radial-gradient(circle at 95% 0%, rgba(74, 151, 102, .13), transparent 22rem),
    linear-gradient(180deg, #f1f7f0, #fff);
}

body[data-tierpp-enhanced="true"] .landing-hero:not(.tierpp-page-hero) h1.text-gradient {
  color: var(--tierpp-green-dark);
  background: none;
  -webkit-text-fill-color: currentColor;
}

body[data-tierpp-enhanced="true"] .landing-proof-card,
body[data-tierpp-enhanced="true"] .landing-context-card {
  border-color: var(--tierpp-line) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, .9);
  box-shadow: var(--tierpp-shadow-sm);
}

/* Delivery, about and contacts */

.tierpp-delivery > .section,
.tierpp-about > .section,
.tierpp-contacts > .section {
  padding-block: clamp(54px, 7vw, 94px);
}

.tierpp-delivery [data-local-service-split="true"] {
  margin-bottom: 54px !important;
  padding: 28px !important;
  border: 1px solid var(--tierpp-line);
  border-radius: var(--tierpp-radius-lg);
  background: rgba(255, 255, 255, .86);
  box-shadow: var(--tierpp-shadow-sm);
}

.tierpp-delivery .advantages-grid,
.tierpp-about .advantages-grid {
  gap: 16px;
}

.tierpp-delivery .advantage-card,
.tierpp-about .advantage-card {
  border: 1px solid var(--tierpp-line);
  border-radius: var(--tierpp-radius-md);
  background: #fff;
  box-shadow: var(--tierpp-shadow-sm);
}

.tierpp-delivery .advantage-card__icon,
.tierpp-about .advantage-card__icon:not(.local-brand-visuals__advantage-icon) {
  width: 66px;
  height: 66px;
  border: 1px solid var(--tierpp-line);
  border-radius: 19px;
  background: var(--tierpp-mint-soft);
}

.tierpp-about .info-grid,
.tierpp-about .about-grid {
  gap: clamp(28px, 5vw, 66px);
  align-items: center;
}

.tierpp-about .info-visual {
  overflow: hidden;
  border-radius: var(--tierpp-radius-lg);
  box-shadow: var(--tierpp-shadow-lg);
}

.tierpp-about .tierpp-mini-proof {
  border: 1px solid var(--tierpp-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--tierpp-shadow-sm);
}

.tierpp-about .tierpp-mini-proof > .tierpp-icon-slot {
  width: 52px;
  height: 52px;
  border-radius: 15px;
  background: var(--tierpp-mint-soft);
}

.tierpp-contacts .contact-card,
.tierpp-contacts [class*="contact-info"] > div,
.tierpp-contacts .map-container {
  border-color: var(--tierpp-line) !important;
  border-radius: var(--tierpp-radius-md) !important;
  background: rgba(255, 255, 255, .92);
  box-shadow: var(--tierpp-shadow-sm);
}

.tierpp-contacts .tierpp-icon-label .tierpp-icon {
  width: 22px;
  height: 22px;
}

/* Digital */

.tierpp-digital {
  padding-bottom: clamp(70px, 8vw, 110px);
}

.tierpp-digital-hero {
  position: relative;
  isolation: isolate;
  width: min(100% - 40px, 1240px);
  margin: clamp(34px, 5vw, 70px) auto 0;
  padding: clamp(34px, 6vw, 74px);
  overflow: hidden;
  border: 1px solid var(--tierpp-line);
  border-radius: 34px;
  background:
    linear-gradient(90deg, rgba(255, 253, 249, .98) 0%, rgba(255, 253, 249, .94) 45%, rgba(255, 253, 249, .42) 69%, rgba(255, 253, 249, .06)),
    url("/images/ui/tierpp/digital-activities-hero-v2.webp") center / cover no-repeat;
  box-shadow: var(--tierpp-shadow-md);
}

.tierpp-digital-hero::after {
  position: absolute;
  z-index: -1;
  right: -45px;
  bottom: -58px;
  width: 290px;
  height: 290px;
  border: 1px solid rgba(31, 95, 67, .1);
  border-radius: 50%;
  content: "";
  box-shadow:
    0 0 0 35px rgba(31, 95, 67, .035),
    0 0 0 72px rgba(31, 95, 67, .025);
}

.tierpp-digital-hero h1 {
  max-width: 760px;
  font-size: clamp(2.5rem, 5.2vw, 4.65rem);
  line-height: 1;
}

.tierpp-digital .digital-hero__panel {
  border: 1px solid var(--tierpp-line);
  border-radius: 23px;
  background: rgba(255, 255, 255, .76);
  box-shadow: var(--tierpp-shadow-sm);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
}

.tierpp-digital .digital-card {
  overflow: hidden;
  border-color: var(--tierpp-line);
  border-radius: var(--tierpp-radius-md);
  box-shadow: var(--tierpp-shadow-sm);
  transition: box-shadow .2s ease, transform .2s ease;
}

.tierpp-digital .digital-card:hover {
  box-shadow: var(--tierpp-shadow-md);
  transform: translateY(-4px);
}

.tierpp-digital .digital-card img {
  transition: transform .45s ease;
}

.tierpp-digital .digital-card:hover img {
  transform: scale(1.025);
}

.tierpp-digital-success-page {
  padding-bottom: 0;
  background:
    radial-gradient(circle at 12% 8%, rgba(207, 229, 207, .58), transparent 26rem),
    radial-gradient(circle at 88% 22%, rgba(220, 119, 72, .12), transparent 22rem),
    linear-gradient(180deg, #f7f7f2, #fbfaf7);
}

.tierpp-digital-success-page > .section {
  display: grid;
  min-height: calc(100svh - 74px);
  align-items: center;
  padding-block: clamp(48px, 8vw, 92px);
}

.tierpp-digital-success {
  position: relative;
  isolation: isolate;
  width: min(100%, 880px);
  margin-inline: auto;
  padding: clamp(30px, 5vw, 54px) !important;
  overflow: hidden;
  border: 1px solid var(--tierpp-line) !important;
  border-radius: 32px !important;
  background:
    radial-gradient(circle at 92% 6%, rgba(193, 68, 14, .1), transparent 17rem),
    rgba(255, 255, 255, .94) !important;
  box-shadow: var(--tierpp-shadow-lg) !important;
}

.tierpp-digital-success::after {
  position: absolute;
  z-index: -1;
  right: -54px;
  bottom: -76px;
  width: 240px;
  height: 240px;
  border: 1px solid rgba(31, 95, 67, .09);
  border-radius: 50%;
  content: "";
  box-shadow:
    0 0 0 32px rgba(31, 95, 67, .03),
    0 0 0 66px rgba(31, 95, 67, .02);
}

.tierpp-digital-success__visual {
  display: grid;
  width: 68px;
  height: 68px;
  margin-bottom: 22px;
  place-items: center;
  border: 1px solid rgba(31, 95, 67, .12);
  border-radius: 20px;
  background: var(--tierpp-mint-soft);
}

.tierpp-digital-success__visual .tierpp-icon {
  width: 34px;
  height: 34px;
}

.tierpp-digital-success .section-title {
  max-width: 700px;
  margin-inline: 0;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1.02;
}

.tierpp-digital-success .section-subtitle {
  max-width: 680px;
  margin: 16px 0 0;
  font-size: clamp(1rem, 1.7vw, 1.15rem);
  line-height: 1.65;
}

.tierpp-digital-success__steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.tierpp-digital-success__step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3px 12px;
  padding: 18px;
  border: 1px solid var(--tierpp-line);
  border-radius: 18px;
  background: rgba(247, 248, 243, .82);
}

.tierpp-digital-success__step > span {
  grid-row: 1 / span 2;
  color: var(--tierpp-rust);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.tierpp-digital-success__step strong {
  color: var(--tierpp-ink);
  font-size: .95rem;
}

.tierpp-digital-success__step p {
  margin: 3px 0 0;
  color: var(--tierpp-ink-soft);
  font-size: .82rem;
  line-height: 1.48;
}

.tierpp-digital-success .btn,
.tierpp-digital-success__support {
  width: fit-content;
  margin-top: 22px;
}

/* Tools */

.tierpp-tools {
  min-height: calc(100svh - 74px);
  padding: clamp(30px, 5vw, 68px) 20px;
  background:
    radial-gradient(circle at 10% 0%, rgba(207, 229, 207, .55), transparent 28rem),
    linear-gradient(180deg, #f7f7f2, #fbfaf7);
}

.tierpp-tools .calculator-container {
  position: relative;
  width: min(100%, 1120px);
  margin-inline: auto;
  padding: clamp(24px, 4vw, 46px);
  border: 1px solid var(--tierpp-line);
  border-radius: var(--tierpp-radius-lg);
  background: rgba(255, 255, 255, .92);
  box-shadow: var(--tierpp-shadow-md);
}

.tierpp-tools .btn-close-calc.tierpp-tools-back {
  position: absolute !important;
  z-index: 3;
  top: 18px !important;
  right: 18px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-height: 40px;
  padding: 0 15px !important;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 999px !important;
  color: #fff !important;
  background: rgba(8, 35, 24, .66) !important;
  box-shadow: 0 10px 24px rgba(8, 35, 24, .18);
  font-size: .82rem;
  font-weight: 750;
  text-decoration: none;
  transform: none !important;
  backdrop-filter: blur(12px);
}

.tierpp-tools .btn-close-calc.tierpp-tools-back::before {
  margin-right: 7px;
  content: "←";
}

.tierpp-tools .btn-close-calc.tierpp-tools-back:hover {
  border-color: rgba(255, 255, 255, .62);
  background: rgba(8, 35, 24, .88) !important;
  transform: translateY(-1px) !important;
}

.tierpp-tools .calculator-header {
  margin-bottom: 34px;
  padding-bottom: 29px;
  border-bottom: 1px solid var(--tierpp-line);
  text-align: left;
}

.tierpp-tools .calculator-header.tierpp-tools-hero {
  min-height: 310px;
  margin:
    calc(clamp(24px, 4vw, 46px) * -1)
    calc(clamp(24px, 4vw, 46px) * -1)
    34px;
  padding:
    clamp(48px, 6vw, 72px)
    clamp(42%, 46vw, 52%)
    clamp(48px, 6vw, 72px)
    clamp(24px, 4vw, 46px);
  border: 0;
  border-radius: var(--tierpp-radius-lg) var(--tierpp-radius-lg) 0 0;
  background:
    linear-gradient(90deg, rgba(8, 35, 24, .96) 0%, rgba(12, 48, 33, .86) 43%, rgba(12, 48, 33, .26) 72%, rgba(12, 48, 33, .04)),
    url("/images/ui/tierpp/tools-planning-hero-v2.webp") center / cover no-repeat;
}

.tierpp-tools .calculator-header.tierpp-tools-hero .tierpp-kicker {
  color: #cce4ce;
}

.tierpp-tools .calculator-header.tierpp-tools-hero h1 {
  color: #fff !important;
  text-shadow: 0 3px 24px rgba(0, 0, 0, .18);
}

.tierpp-tools .calculator-header.tierpp-tools-hero p {
  color: rgba(255, 255, 255, .76);
}

.tierpp-tools .calculator-header h1 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(2.2rem, 4.8vw, 4rem);
  line-height: 1;
}

.tierpp-tools .calculator-header p {
  max-width: 800px;
  margin: 16px 0 0;
  color: var(--tierpp-ink-soft);
  line-height: 1.65;
}

.tierpp-tools .tool-card,
.tierpp-tools [class*="route-card"],
.tierpp-tools .rc-card {
  border: 1px solid var(--tierpp-line) !important;
  border-radius: var(--tierpp-radius-md) !important;
  background: #fff;
  box-shadow: var(--tierpp-shadow-sm);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.tierpp-tools .tool-card:hover,
.tierpp-tools [class*="route-card"]:hover,
.tierpp-tools .rc-card:hover {
  border-color: var(--tierpp-line-strong) !important;
  box-shadow: var(--tierpp-shadow-md);
  transform: translateY(-3px);
}

.tierpp-tools .tool-icon,
.tierpp-tools .rc-icon {
  width: 62px;
  height: 62px;
  border: 1px solid var(--tierpp-line);
  border-radius: 18px;
  background: var(--tierpp-mint-soft);
}

.tierpp-tools a.btn--ghost.tierpp-icon-label {
  justify-content: flex-start;
  min-height: 38px;
  border: 1px solid rgba(25, 72, 50, .09);
  background: #f5f8f4;
}

.tierpp-tools a.btn--ghost.tierpp-icon-label .tierpp-icon {
  width: 18px !important;
  height: 18px !important;
}

.tierpp-tools .calc-tab.tierpp-icon-label .tierpp-icon {
  width: 18px !important;
  height: 18px !important;
}

.tierpp-tools p.tierpp-icon-label {
  align-items: flex-start;
}

.tierpp-tools p.tierpp-icon-label .tierpp-icon {
  width: 17px !important;
  height: 17px !important;
  margin-top: .2em;
}

/* Cart, checkout, auth, legal and utility pages */

.tierpp-cart,
.tierpp-checkout,
.tierpp-auth,
.tierpp-legal,
.tierpp-not-found {
  min-height: calc(100svh - 74px);
}

.tierpp-cart,
.tierpp-checkout {
  padding-block: clamp(38px, 6vw, 80px);
}

.tierpp-cart .cart-item,
.tierpp-cart .cart-summary,
.tierpp-checkout .checkout-card,
.tierpp-checkout .order-summary,
.tierpp-checkout .checkout-section,
.tierpp-checkout .order-summary-card {
  border-color: var(--tierpp-line) !important;
  border-radius: var(--tierpp-radius-md) !important;
  background: #fff;
  box-shadow: var(--tierpp-shadow-sm);
}

.tierpp-commerce-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid var(--tierpp-line) !important;
  border-radius: var(--tierpp-radius-lg) !important;
  background:
    linear-gradient(90deg, rgba(255, 253, 249, .99) 0%, rgba(255, 253, 249, .95) 48%, rgba(255, 253, 249, .7) 68%, rgba(255, 253, 249, .28)),
    url("/images/ui/tierpp/commerce-order-hero-v2.webp") center / cover no-repeat !important;
  box-shadow: var(--tierpp-shadow-md);
}

.tierpp-order-success-card {
  border: 1px solid var(--tierpp-line) !important;
  border-radius: var(--tierpp-radius-lg) !important;
  background:
    radial-gradient(circle at 82% 15%, rgba(193, 68, 14, .09), transparent 17rem),
    #fff !important;
  box-shadow: var(--tierpp-shadow-lg) !important;
}

.tierpp-checkout .checkout-choice__card {
  border-color: var(--tierpp-line);
  border-radius: 18px;
  background: #fff;
}

.tierpp-checkout .checkout-choice__card.active {
  border-color: rgba(31, 95, 67, .55);
  background: var(--tierpp-mint-soft);
  box-shadow: 0 0 0 3px rgba(31, 95, 67, .08);
}

.tierpp-checkout .checkout-choice__icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: #fff;
}

.tierpp-check-mark::before {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  content: "✓";
  background: var(--tierpp-green);
  font-size: .8rem;
  font-weight: 900;
}

.tierpp-auth {
  display: grid;
  align-items: center;
  padding-block: clamp(54px, 8vw, 100px);
  background:
    radial-gradient(circle at 24% 10%, rgba(212, 233, 213, .62), transparent 24rem),
    radial-gradient(circle at 85% 75%, rgba(232, 166, 133, .13), transparent 24rem),
    var(--tierpp-canvas);
}

.tierpp-auth .auth-card {
  border: 1px solid var(--tierpp-line);
  border-radius: 28px;
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--tierpp-shadow-lg);
}

.tierpp-auth .auth-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--tierpp-green-dark);
  letter-spacing: .07em;
}

.tierpp-auth .auth-logo img {
  border: 1px solid var(--tierpp-line);
  border-radius: 11px;
}

.tierpp-auth input,
.tierpp-checkout input,
.tierpp-checkout textarea,
.tierpp-checkout select {
  border-color: var(--tierpp-line);
  border-radius: 13px;
  background: #fff;
}

.tierpp-account .tierpp-account-muted {
  color: #52675c !important;
}

.tierpp-account .tierpp-account-inline-link {
  color: #164f3a !important;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.tierpp-admin-login {
  position: relative;
  min-height: 100vh;
  padding: 32px 16px;
  background:
    radial-gradient(circle at 20% 15%, rgba(212, 233, 213, .72), transparent 26rem),
    radial-gradient(circle at 82% 78%, rgba(232, 166, 133, .16), transparent 24rem),
    var(--tierpp-canvas) !important;
}

.tierpp-admin-login::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background-image: linear-gradient(rgba(27, 67, 50, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(27, 67, 50, .035) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, #000, transparent 86%);
}

.tierpp-admin-login .tierpp-admin-login__card {
  position: relative;
  z-index: 1;
  border: 1px solid var(--tierpp-line);
  border-radius: 28px;
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--tierpp-shadow-lg);
}

.tierpp-admin-login__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 22px;
  color: var(--tierpp-green-dark);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tierpp-admin-login__brand img {
  border: 1px solid var(--tierpp-line);
  border-radius: 12px;
}

.tierpp-legal {
  background: var(--tierpp-paper);
}

.tierpp-legal > .section,
.tierpp-legal .section {
  padding-block: clamp(45px, 7vw, 90px);
}

.tierpp-legal .container {
  max-width: 900px;
}

.tierpp-legal h1 {
  max-width: 820px;
  font-size: clamp(2.35rem, 5vw, 4.35rem);
  line-height: 1;
}

.tierpp-legal p,
.tierpp-legal li {
  color: #40574c;
  font-size: 1rem;
  line-height: 1.78;
}

.tierpp-not-found {
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 50% 35%, rgba(215, 234, 216, .7), transparent 22rem),
    var(--tierpp-canvas);
}

.tierpp-not-found > .section,
.tierpp-not-found section {
  padding-block: clamp(70px, 10vw, 130px);
}

.tierpp-not-found .container {
  width: min(100% - 32px, 760px);
  margin-inline: auto;
  text-align: center;
}

.tierpp-not-found .tierpp-icon-slot {
  width: 82px;
  height: 82px;
  margin-inline: auto;
  border: 1px solid var(--tierpp-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--tierpp-shadow-sm);
}

.tierpp-not-found h1 {
  font-size: clamp(4.2rem, 10vw, 7rem);
}

.tierpp-favorites,
.tierpp-account,
.tierpp-admin,
.tierpp-tracking {
  min-height: calc(100svh - 74px);
  background: var(--tierpp-canvas);
}

.tierpp-favorites > .section,
.tierpp-account > .section,
.tierpp-admin > .section,
.tierpp-tracking > .section {
  padding-block: clamp(42px, 6vw, 82px);
}

.tierpp-tracking .auth-card,
.tierpp-account .auth-card,
.tierpp-admin .auth-card {
  border: 1px solid var(--tierpp-line);
  border-radius: 28px;
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--tierpp-shadow-md);
}

.tierpp-tracking .tierpp-tracking-help {
  max-width: 42ch;
  margin: 22px auto 0 !important;
  color: #596b61 !important;
  font-size: .83rem;
  line-height: 1.5;
  text-align: center;
}

.tierpp-favorites .empty-state {
  padding-bottom: 30px;
}

.tierpp-empty-routes {
  width: min(100%, 930px);
  margin: 4px auto 0;
  padding-top: 28px;
  border-top: 1px solid var(--tierpp-line);
}

.tierpp-empty-routes__header {
  display: grid;
  gap: 5px;
  margin-bottom: 15px;
  text-align: left;
}

.tierpp-empty-routes__header > span {
  color: #597066;
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tierpp-empty-routes__header > strong {
  color: var(--tierpp-ink);
  font-size: 1.35rem;
  letter-spacing: -.025em;
}

.tierpp-empty-routes__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.tierpp-empty-routes__grid > a {
  display: grid;
  min-height: 112px;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  padding: 16px;
  border: 1px solid var(--tierpp-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .88);
  box-shadow: var(--tierpp-shadow-sm);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.tierpp-empty-routes__grid > a:hover {
  border-color: var(--tierpp-line-strong);
  box-shadow: var(--tierpp-shadow-md);
  transform: translateY(-2px);
}

.tierpp-empty-routes__icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 15px;
  background: var(--tierpp-mint-soft);
}

.tierpp-empty-routes__grid strong,
.tierpp-empty-routes__grid small {
  display: block;
}

.tierpp-empty-routes__grid strong {
  color: var(--tierpp-ink);
  font-size: .92rem;
  line-height: 1.2;
}

.tierpp-empty-routes__grid small {
  margin-top: 6px;
  color: #65756c;
  font-size: .75rem;
  line-height: 1.38;
}

/* Existing product presentations stay authoritative; only shell polish. */

.tierpp-product {
  background: var(--tierpp-canvas);
}

.tierpp-product .breadcrumbs {
  color: #728178;
}

.tierpp-product .tierpp-icon-slot {
  border: 1px solid var(--tierpp-line);
  border-radius: 12px;
  background: var(--tierpp-mint-soft);
}

/* Footer */

.tierpp-footer,
body[data-tierpp-enhanced="true"] .static-footer {
  position: relative;
  color: rgba(255, 255, 255, .72);
  background:
    radial-gradient(circle at 82% 0%, rgba(100, 159, 113, .13), transparent 26rem),
    #09271b !important;
}

.tierpp-footer::before,
body[data-tierpp-enhanced="true"] .static-footer::before {
  display: block;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
}

.tierpp-footer a,
body[data-tierpp-enhanced="true"] .static-footer a {
  color: rgba(255, 255, 255, .68);
}

.tierpp-footer a:hover,
body[data-tierpp-enhanced="true"] .static-footer a:hover {
  color: #fff;
}

.tierpp-footer :where(h2, h3, h4, strong),
body[data-tierpp-enhanced="true"] .static-footer :where(h2, h3, h4, strong) {
  color: #fff;
}

.static-footer-brand-title.tierpp-icon-label .tierpp-icon {
  filter: brightness(0) invert(1);
}

/* Premium footer */

.tierpp-footer--premium {
  padding: 0 !important;
  overflow: hidden;
  color: rgba(255, 255, 255, .76);
  background:
    radial-gradient(circle at 92% 4%, rgba(130, 192, 146, .13), transparent 31rem),
    radial-gradient(circle at 8% 72%, rgba(231, 111, 81, .08), transparent 27rem),
    #08271b !important;
}

.tierpp-footer--premium::before {
  display: none;
}

.tierpp-footer-cta {
  padding: 26px 20px 0;
}

.tierpp-footer-cta__inner {
  display: flex;
  width: min(100%, 1240px);
  min-height: 190px;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  margin-inline: auto;
  padding: 34px 38px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 30px;
  background:
    radial-gradient(circle at 86% 8%, rgba(232, 148, 103, .28), transparent 22rem),
    linear-gradient(125deg, rgba(28, 82, 58, .92), rgba(11, 48, 33, .96));
  box-shadow: 0 26px 70px rgba(0, 0, 0, .2);
}

.tierpp-footer-cta__copy > span {
  color: #a9d0b5;
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.tierpp-footer-cta h2 {
  max-width: 760px;
  margin: 9px 0 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 850;
  letter-spacing: -.05em;
  line-height: .98;
}

.tierpp-footer-cta p {
  max-width: 680px;
  margin: 13px 0 0;
  color: rgba(255, 255, 255, .68);
  font-size: .94rem;
  line-height: 1.6;
}

.tierpp-footer-cta__actions {
  display: grid;
  min-width: 230px;
  gap: 9px;
}

.tierpp-footer-cta__actions a {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #fff;
  font-size: .88rem;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.tierpp-footer-cta__actions a:hover {
  color: #fff;
  transform: translateY(-2px);
}

.tierpp-footer-cta__primary {
  background: #c1440e;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .16);
}

.tierpp-footer-cta__primary:hover {
  background: #a2380c;
}

.tierpp-footer-cta__secondary {
  border-color: rgba(255, 255, 255, .24) !important;
  background: rgba(255, 255, 255, .08);
}

body.dvn-home-active .tierpp-footer-cta {
  display: none;
}

.tierpp-footer--premium > .footer-inner {
  display: grid;
  width: min(100% - 40px, 1240px);
  grid-template-columns: minmax(245px, 1.3fr) minmax(195px, 1fr) minmax(155px, .72fr) minmax(150px, .7fr) minmax(190px, .8fr);
  column-gap: clamp(28px, 4vw, 56px);
  row-gap: 0;
  align-items: start;
  margin-inline: auto;
  padding: 44px 0 0;
}

.tierpp-footer--premium .footer-brand {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 34px 0 0;
  border: 0;
}

.tierpp-footer--premium .footer-brand .logo {
  min-height: 44px;
}

.tierpp-footer--premium .footer-desc {
  max-width: 34ch;
  margin: 17px 0 0;
  color: rgba(255, 255, 255, .61);
  font-size: .84rem;
  line-height: 1.62;
}

.tierpp-footer--premium .footer-social {
  display: flex;
  gap: 8px;
  margin-top: 22px;
}

.tierpp-footer--premium .social-link {
  display: inline-flex;
  min-width: 46px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  color: rgba(255, 255, 255, .8);
  background: rgba(255, 255, 255, .06);
  font-size: .75rem;
  font-weight: 800;
}

.tierpp-footer--premium .social-link:hover {
  border-color: rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .11);
}

.tierpp-footer--premium .footer-col {
  min-width: 0;
}

.tierpp-footer--premium .footer-col-title {
  margin: 0 0 16px;
  color: #fff;
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tierpp-footer--premium .footer-col ul {
  display: grid;
  gap: 7px;
  margin: 0;
}

.tierpp-footer--premium .footer-col li {
  line-height: 1.34;
}

.tierpp-footer--premium .footer-col a,
.tierpp-footer--premium .footer-contacts li {
  color: rgba(255, 255, 255, .65);
  font-size: .81rem;
}

.tierpp-footer--premium .footer-col a:hover {
  color: #fff;
}

.tierpp-footer--premium .footer-contacts a {
  color: rgba(255, 255, 255, .86);
}

.tierpp-footer-more {
  margin-top: 13px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.tierpp-footer-more summary {
  position: relative;
  padding-right: 20px;
  color: #a9d0b5;
  cursor: pointer;
  font-size: .75rem;
  font-weight: 800;
  list-style: none;
}

.tierpp-footer-more summary::-webkit-details-marker {
  display: none;
}

.tierpp-footer-more summary::after {
  position: absolute;
  top: 1px;
  right: 3px;
  content: "+";
  font-size: 1rem;
  line-height: 1;
}

.tierpp-footer-more[open] summary::after {
  content: "−";
}

.tierpp-footer-more__list {
  padding-top: 12px;
}

.tierpp-footer--premium .footer-bottom {
  width: 100%;
  grid-column: 1 / -1;
  margin-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, .11);
}

.tierpp-footer--premium .footer-bottom > .container {
  width: 100%;
  max-width: none;
  min-height: 0;
  gap: 0;
  padding: 18px 0 22px;
}

.tierpp-footer--premium .footer-bottom-top {
  display: flex;
  height: auto !important;
  min-height: 0;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.tierpp-footer--premium .footer-copyright {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 22px;
}

.tierpp-footer--premium .footer-copyright p {
  margin: 0;
  color: rgba(255, 255, 255, .58);
  font-size: .71rem;
  line-height: 1.5;
}

.tierpp-footer--premium .footer-verify {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
}

.tierpp-footer--premium .gosuslugi-badge,
.tierpp-footer--premium .age-limit {
  min-height: 34px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  background: rgba(255, 255, 255, .06);
}

.tierpp-footer--premium .gosuslugi-badge {
  width: 44px;
  height: 44px;
  min-height: 44px;
  flex-direction: row;
  padding: 5px;
}

.tierpp-footer--premium .gosuslugi-badge img {
  width: 32px;
  height: 32px;
}

.tierpp-footer--premium .gosuslugi-badge span {
  display: none;
}

.tierpp-footer--premium .footer-bottom-links {
  display: flex;
  height: auto !important;
  min-height: 0;
  flex-wrap: wrap;
  gap: 7px 18px;
  margin-top: 11px;
  padding-top: 0;
}

.tierpp-footer--premium .footer-bottom-links a {
  color: rgba(255, 255, 255, .66);
  font-size: .71rem;
}

.tierpp-footer--premium .footer-action-link {
  color: #a9d0b5 !important;
}

/* Compact consent surface: visible and explicit without covering the storefront. */

body[data-tierpp-enhanced="true"] .cookie-banner {
  bottom: 14px;
  left: 14px;
  display: grid;
  width: min(720px, calc(100vw - 28px));
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 12px 18px;
  padding: 13px 14px;
  border-radius: 16px;
}

body[data-tierpp-enhanced="true"] .cookie-banner__eyebrow {
  height: 22px;
  margin-bottom: 5px;
  padding-inline: 8px;
  font-size: .63rem;
}

body[data-tierpp-enhanced="true"] .cookie-banner__title {
  font-size: .84rem;
  line-height: 1.3;
}

body[data-tierpp-enhanced="true"] .cookie-banner__copy {
  margin-top: 3px;
  font-size: .72rem;
  line-height: 1.35;
}

body[data-tierpp-enhanced="true"] .cookie-banner__actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
}

body[data-tierpp-enhanced="true"] .cookie-banner__actions .btn,
body[data-tierpp-enhanced="true"] .cookie-banner__actions #cookie-accept {
  width: auto;
  min-height: 36px;
  grid-column: auto;
  padding-inline: .78rem;
  font-size: .72rem;
  white-space: nowrap;
}

@media (max-width: 1080px) {
  .tierpp-footer--premium > .footer-inner {
    grid-template-columns: minmax(230px, 1.2fr) repeat(2, minmax(160px, .8fr));
  }

  .tierpp-footer--premium .footer-col:nth-of-type(4),
  .tierpp-footer--premium .footer-col:nth-of-type(5) {
    padding-top: 4px;
  }
}

@media (max-width: 768px) {
  .tierpp-route-masthead.tierpp-route-masthead--compact {
    min-height: 210px;
  }

  .tierpp-route-masthead--compact .tierpp-route-masthead__shell {
    padding-block: 36px;
  }

  .tierpp-favorites > .section {
    padding-block: 32px;
  }

  .tierpp-favorites .empty-state {
    padding-block: 18px 24px;
  }

  .tierpp-empty-routes {
    padding-top: 22px;
  }

  .tierpp-empty-routes__grid {
    grid-template-columns: 1fr;
  }

  .tierpp-empty-routes__grid > a {
    min-height: 92px;
  }

  .tierpp-footer--premium {
    text-align: left;
  }

  .tierpp-footer-cta {
    padding: 14px 14px 0;
  }

  .tierpp-footer-cta__inner {
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
    padding: 29px 22px;
    border-radius: 24px;
  }

  .tierpp-footer-cta h2 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .tierpp-footer-cta__actions {
    width: 100%;
    min-width: 0;
  }

  .tierpp-footer--premium > .footer-inner {
    width: min(100% - 28px, 1240px);
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 34px 22px;
    padding-top: 42px;
  }

  .tierpp-footer--premium .footer-brand {
    grid-column: 1 / -1;
    align-items: flex-start;
    margin: 0;
    padding: 0 0 28px !important;
    border-bottom: 1px solid rgba(255, 255, 255, .1) !important;
  }

  .tierpp-footer--premium .footer-desc {
    max-width: 46ch;
  }

  .tierpp-footer--premium .footer-bottom {
    margin-top: 4px;
  }

  .tierpp-footer--premium .footer-bottom-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .tierpp-footer--premium .footer-copyright {
    order: 1;
    flex-direction: column;
  }

  .tierpp-footer--premium .footer-verify {
    order: 2;
    justify-content: flex-start;
  }

  .tierpp-footer--premium .footer-bottom-links {
    align-items: flex-start !important;
    flex-direction: row !important;
    gap: 10px 16px !important;
    text-align: left !important;
  }
}

/* Catalog — Atlas of Movement
   Keep catalogue data and controls intact; this layer only translates the
   approved homepage art direction into the catalogue template family. */

body[data-tierpp-route="catalog"] {
  --catalog-atlas-forest: #022212;
  --catalog-atlas-paper: #f7f3ea;
  --catalog-atlas-paper-clean: #fbfaf6;
  --catalog-atlas-muted: #59645d;
  --catalog-atlas-rule: rgba(2, 34, 18, .18);
  --catalog-atlas-rule-strong: rgba(2, 34, 18, .34);
  --catalog-atlas-gold: #d6b45f;
  --catalog-atlas-coral: #c1440e;
  --catalog-atlas-editorial: "Oranienbaum Deveron", Oranienbaum, Georgia, "Times New Roman", serif;
  background: var(--catalog-atlas-paper-clean);
}

body[data-tierpp-route="catalog"] main.tierpp-catalog-atlas {
  color: var(--catalog-atlas-forest);
  background: var(--catalog-atlas-paper-clean);
}

body[data-tierpp-route="catalog"] .tierpp-header {
  border-bottom: 1px solid var(--catalog-atlas-rule);
  background: rgba(251, 250, 246, .98);
  box-shadow: none;
}

body[data-tierpp-route="catalog"] .tierpp-header .header-inner {
  width: min(100% - 24px, 1510px);
  max-width: none;
  min-height: 74px;
  padding-inline: 18px;
}

body[data-tierpp-route="catalog"] .tierpp-header .logo-mark,
body[data-tierpp-route="catalog"] .tierpp-header .tierpp-header-action,
body[data-tierpp-route="catalog"] .tierpp-header .burger {
  border-radius: 2px;
  box-shadow: none;
}

body[data-tierpp-route="catalog"] .tierpp-header .nav-link {
  position: relative;
  border-radius: 0;
  background: transparent;
}

body[data-tierpp-route="catalog"] .tierpp-header .nav-link.active {
  color: var(--catalog-atlas-forest);
  background: transparent;
}

body[data-tierpp-route="catalog"] .tierpp-header .nav-link.active::after {
  position: absolute;
  right: 12px;
  bottom: 5px;
  left: 12px;
  height: 1px;
  content: "";
  background: var(--catalog-atlas-forest);
}

body[data-tierpp-route="catalog"] :where(.btn, main button, main input, main select) {
  border-radius: 2px;
}

body[data-tierpp-route="catalog"] :where(.btn, .product-card, .series-chip, .catalog-family-entry):hover {
  transform: none;
}

body[data-tierpp-route="catalog"] .tierpp-page-hero[data-tierpp-banner="catalog"] {
  min-height: clamp(440px, 36vw, 540px);
  padding: 0;
  border-bottom: 1px solid var(--catalog-atlas-rule);
  color: var(--catalog-atlas-forest);
  background: var(--catalog-atlas-paper) !important;
}

body[data-tierpp-route="catalog"] .tierpp-page-hero[data-tierpp-banner="catalog"]::after {
  display: none;
}

body[data-tierpp-family="catalog"] .tierpp-page-hero[data-catalog-atlas="hub"]::after {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 43%;
  display: block;
  content: "";
  background: url("/images/ui/tierpp/catalog-materials-hero-v2.webp") 70% center / cover no-repeat;
  pointer-events: none;
}

body[data-tierpp-route="catalog"] .tierpp-page-hero[data-tierpp-banner="catalog"] > .container {
  position: relative;
  z-index: 3;
  display: flex;
  width: min(100% - 24px, 1510px);
  min-height: clamp(440px, 36vw, 540px);
  margin-inline: auto;
  padding: 64px 46% 58px calc(clamp(112px, 9vw, 136px) + 50px);
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

body[data-tierpp-family="catalog"] .tierpp-page-hero[data-catalog-atlas="hub"] > .container::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: calc(43% - 58px);
  width: clamp(92px, 8vw, 122px);
  content: "";
  background: url("/images/editorial/atlas/atlas-torn-paper-edge-v1.png") left center / 100% 100% no-repeat;
  pointer-events: none;
}

body[data-tierpp-route="catalog"] .tierpp-page-hero[data-tierpp-banner="catalog"] .tierpp-hero-eyebrow {
  margin-bottom: 12px;
  color: #2c7657;
  font-size: .69rem;
  letter-spacing: .15em;
}

body[data-tierpp-route="catalog"] .tierpp-page-hero[data-tierpp-banner="catalog"] h1 {
  max-width: 9.4ch;
  color: var(--catalog-atlas-forest) !important;
  font-family: var(--catalog-atlas-editorial);
  font-size: clamp(3.7rem, 5.25vw, 5.35rem);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: .92;
  text-shadow: none;
}

body[data-tierpp-route="catalog"] .tierpp-page-hero[data-tierpp-banner="catalog"] p {
  max-width: 34ch;
  margin-top: 20px;
  color: var(--catalog-atlas-muted) !important;
  font-size: clamp(.91rem, 1.1vw, 1.02rem);
  line-height: 1.55;
  opacity: 1;
}

body[data-tierpp-route="catalog"] .catalog-atlas-chapter {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  left: max(0px, calc((100% - 1510px) / 2));
  display: block;
  width: clamp(112px, 9vw, 136px);
  padding: 52px 20px 28px;
  color: var(--catalog-atlas-paper);
  background: var(--catalog-atlas-forest);
  pointer-events: none;
}

body[data-tierpp-route="catalog"] .catalog-atlas-chapter__number {
  display: block;
  color: var(--catalog-atlas-gold);
  font-family: var(--catalog-atlas-editorial);
  font-size: 2rem;
  line-height: 1;
}

body[data-tierpp-route="catalog"] .catalog-atlas-chapter__label {
  display: block;
  max-width: 8ch;
  margin-top: 7px;
  font-size: .68rem;
  line-height: 1.3;
}

body[data-tierpp-route="catalog"] .catalog-atlas-chapter__route {
  position: absolute;
  top: 132px;
  bottom: 46px;
  left: 34px;
  width: 1px;
  background: rgba(247, 243, 234, .58);
}

body[data-tierpp-route="catalog"] .catalog-atlas-chapter__route::before,
body[data-tierpp-route="catalog"] .catalog-atlas-chapter__route::after {
  position: absolute;
  left: -3px;
  width: 7px;
  height: 7px;
  border: 1px solid var(--catalog-atlas-paper);
  border-radius: 50%;
  content: "";
  background: var(--catalog-atlas-forest);
}

body[data-tierpp-route="catalog"] .catalog-atlas-chapter__route::before {
  top: 0;
}

body[data-tierpp-route="catalog"] .catalog-atlas-chapter__route::after {
  bottom: 0;
}

body[data-tierpp-family="catalog-category"] .tierpp-page-hero[data-catalog-atlas="category"] {
  min-height: clamp(320px, 27vw, 400px);
  background: var(--catalog-atlas-paper) !important;
}

body[data-tierpp-family="catalog-category"] .tierpp-page-hero[data-catalog-atlas="category"] > .container {
  min-height: clamp(320px, 27vw, 400px);
  padding-right: clamp(28px, 7vw, 100px);
}

body[data-tierpp-family="catalog-category"] .tierpp-page-hero[data-catalog-atlas="category"] h1 {
  max-width: 18ch;
  font-size: clamp(3.35rem, 5vw, 4.9rem);
}

body[data-tierpp-family="catalog-category"] .tierpp-page-hero[data-catalog-atlas="category"] p {
  max-width: 72ch;
}

body[data-tierpp-route="catalog"] .tierpp-catalog-atlas > .section {
  padding-block: clamp(42px, 5vw, 70px);
  background: var(--catalog-atlas-paper-clean);
}

body[data-tierpp-route="catalog"] .tierpp-catalog-atlas > .section > .container {
  width: min(100% - 32px, 1280px);
  max-width: none;
  padding-inline: 0;
}

body[data-tierpp-route="catalog"] .catalog-family-entries {
  display: grid;
  margin-bottom: 20px;
  border-top: 1px solid var(--catalog-atlas-rule);
  border-bottom: 1px solid var(--catalog-atlas-rule);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

body[data-tierpp-route="catalog"] .catalog-family-entry {
  min-height: 92px;
  padding: 18px 22px;
  border: 0;
  border-right: 1px solid var(--catalog-atlas-rule);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body[data-tierpp-route="catalog"] .catalog-family-entry:last-child {
  border-right: 0;
}

body[data-tierpp-route="catalog"] .catalog-family-entry:hover {
  background: rgba(2, 34, 18, .035);
}

body[data-tierpp-route="catalog"] .catalog-family-entry__icon {
  width: 52px;
  height: 52px;
  border-radius: 0;
  background: transparent;
}

body[data-tierpp-route="catalog"] .catalog-family-entry__icon img {
  width: 48px;
  height: 48px;
}

body[data-tierpp-route="catalog"] .catalog-family-entry__copy strong {
  color: var(--catalog-atlas-forest);
  font-size: .94rem;
}

body[data-tierpp-route="catalog"] .catalog-family-entry__copy span {
  color: var(--catalog-atlas-muted);
  font-size: .8rem;
}

body[data-tierpp-route="catalog"] .catalog-partner-mode #series-chips {
  display: grid;
  padding: 0;
  border-top: 1px solid var(--catalog-atlas-rule);
  border-bottom: 1px solid var(--catalog-atlas-rule);
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0;
}

body[data-tierpp-route="catalog"] .catalog-partner-mode #series-chips .series-chip {
  min-height: 104px;
  padding: 13px 8px;
  border: 0;
  border-right: 1px solid var(--catalog-atlas-rule);
  border-radius: 0;
  color: var(--catalog-atlas-forest);
  background: transparent;
  box-shadow: none;
  transition: color .15s ease, background-color .15s ease;
}

body[data-tierpp-route="catalog"] .catalog-partner-mode #series-chips .series-chip:last-child {
  border-right: 0;
}

body[data-tierpp-route="catalog"] .catalog-partner-mode #series-chips .series-chip:hover {
  border-color: var(--catalog-atlas-rule);
  background: rgba(2, 34, 18, .035);
  box-shadow: none;
}

body[data-tierpp-route="catalog"] .catalog-partner-mode #series-chips .series-chip.active {
  border: 0;
  border-right: 1px solid var(--catalog-atlas-rule);
  color: var(--catalog-atlas-paper);
  background: var(--catalog-atlas-forest);
  box-shadow: none;
}

body[data-tierpp-route="catalog"] .catalog-partner-mode #series-chips .series-chip.active .catalog-ui-icon {
  filter: brightness(0) invert(1);
}

body[data-tierpp-route="catalog"] .catalog-intro-strip {
  margin: 0;
  padding: 28px 0 30px;
  border-bottom: 1px solid var(--catalog-atlas-rule);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  gap: clamp(28px, 5vw, 70px);
}

body[data-tierpp-route="catalog"] .catalog-intro-strip__copy strong {
  color: var(--catalog-atlas-forest);
  font-family: var(--catalog-atlas-editorial);
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 400;
  line-height: 1;
}

body[data-tierpp-route="catalog"] .catalog-intro-strip__copy span {
  color: var(--catalog-atlas-muted);
}

body[data-tierpp-route="catalog"] .catalog-intro-link {
  padding: 4px 0 4px 22px;
  border: 0;
  border-left: 1px solid var(--catalog-atlas-rule-strong);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body[data-tierpp-route="catalog"] .catalog-intro-link__kicker,
body[data-tierpp-route="catalog"] .catalog-seo-route-hub__eyebrow,
body[data-tierpp-route="catalog"] .partner-seo-catalog-context__eyebrow {
  color: #2c7657;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

body[data-tierpp-route="catalog"] .catalog-layout {
  margin-top: 34px;
  grid-template-columns: minmax(238px, 260px) minmax(0, 1fr);
  gap: 30px;
}

body[data-tierpp-route="catalog"] .catalog-partner-mode .catalog-sidebar {
  top: 92px;
  padding-right: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body[data-tierpp-route="catalog"] .catalog-partner-mode .catalog-sidebar-header {
  padding: 6px 0 12px;
  border-bottom-color: var(--catalog-atlas-rule);
  background: var(--catalog-atlas-paper-clean);
}

body[data-tierpp-route="catalog"] .catalog-partner-mode .catalog-sidebar-header h2 {
  font-family: var(--catalog-atlas-editorial);
  font-size: 1.55rem;
  font-weight: 400;
}

body[data-tierpp-route="catalog"] .partner-filter-form {
  padding: 16px;
  border: 1px solid var(--catalog-atlas-rule);
  border-radius: 2px;
  background: transparent;
  box-shadow: none;
}

body[data-tierpp-route="catalog"] :where(
  .partner-category-tile,
  .partner-product-type-option,
  .partner-price-input,
  .partner-promoted-filter,
  .partner-applied-filters__chips button,
  .view-mode-btn,
  .catalog-toolbar .input,
  .catalog-toolbar select
) {
  border-radius: 2px;
  box-shadow: none;
}

body[data-tierpp-route="catalog"] :where(.partner-category-tile, .partner-product-type-option):has(input:checked) {
  border-color: var(--catalog-atlas-forest);
  background: #edf7f0;
  box-shadow: none;
}

body[data-tierpp-route="catalog"] .catalog-toolbar {
  padding: 14px 0;
  border: 0;
  border-top: 1px solid var(--catalog-atlas-rule);
  border-bottom: 1px solid var(--catalog-atlas-rule);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body[data-tierpp-route="catalog"] .catalog-count {
  color: var(--catalog-atlas-forest);
}

body[data-tierpp-route="catalog"] .partner-promoted-filter {
  border-color: var(--catalog-atlas-rule);
  color: var(--catalog-atlas-forest);
  background: transparent;
}

body[data-tierpp-route="catalog"] .partner-promoted-filter:hover,
body[data-tierpp-route="catalog"] .partner-promoted-filter.active {
  border-color: var(--catalog-atlas-forest);
  background: var(--catalog-atlas-forest);
  color: var(--catalog-atlas-paper);
}

body[data-tierpp-route="catalog"] .products-grid {
  gap: 18px;
}

body[data-tierpp-route="catalog"] .tierpp-catalog .product-card {
  overflow: hidden;
  border: 1px solid var(--catalog-atlas-rule);
  border-radius: 2px;
  background: transparent;
  box-shadow: none;
  transition: border-color .16s ease;
}

body[data-tierpp-route="catalog"] .tierpp-catalog .product-card:hover {
  border-color: var(--catalog-atlas-rule-strong);
  box-shadow: none;
  transform: none;
}

body[data-tierpp-route="catalog"] .tierpp-catalog .product-card__img,
body[data-tierpp-route="catalog"] .tierpp-catalog .product-card--catalog[data-id^="aktiv-"] .product-card__img {
  padding: 0;
  border-bottom: 1px solid var(--catalog-atlas-rule);
  background: transparent;
}

body[data-tierpp-route="catalog"] .tierpp-catalog .product-card__img img {
  background: transparent !important;
}

body[data-tierpp-route="catalog"] .tierpp-catalog .product-card--catalog[data-id^="aktiv-"] .product-card__img img {
  mix-blend-mode: multiply;
}

body[data-tierpp-route="catalog"] .tierpp-catalog .product-card:hover .product-card__img img,
body[data-tierpp-route="catalog"] .tierpp-catalog .product-card--catalog[data-id^="aktiv-"]:hover .product-card__img img {
  transform: none !important;
}

body[data-tierpp-route="catalog"] .tierpp-catalog .product-card__body {
  background: transparent;
}

body[data-tierpp-route="catalog"] .tierpp-catalog .product-card__name {
  color: var(--catalog-atlas-forest) !important;
  letter-spacing: -.02em;
}

body[data-tierpp-route="catalog"] .tierpp-catalog .partner-catalog-card__facts dt {
  color: #4f5b54;
}

body[data-tierpp-route="catalog"] .tierpp-catalog .product-card__old-price {
  color: #59645d;
}

body[data-tierpp-route="catalog"] .tierpp-catalog .badge--sale {
  color: #9f3509;
  background: #f8e6de;
}

body[data-tierpp-route="catalog"] .tierpp-catalog .product-card__video-badge {
  color: #fff;
  background: var(--catalog-atlas-forest) !important;
}

body[data-tierpp-route="catalog"] .tierpp-catalog :where(.badge, .partner-catalog-card__availability, .partner-catalog-card__deveron-choice, .product-card__wish) {
  border-radius: 2px;
}

body[data-tierpp-route="catalog"] .tierpp-catalog .btn {
  border-radius: 2px;
  box-shadow: none;
}

body[data-tierpp-route="catalog"] .tierpp-catalog .btn--primary {
  border-color: var(--catalog-atlas-coral);
  background: var(--catalog-atlas-coral);
}

body[data-tierpp-route="catalog"] .tierpp-catalog.catalog-partner-mode .product-card.partner-catalog-card .product-card__actions .btn--primary {
  border-color: var(--catalog-atlas-coral);
  background: var(--catalog-atlas-coral);
}

body[data-tierpp-route="catalog"] .tierpp-catalog.catalog-partner-mode .product-card.partner-catalog-card .product-card__actions .btn--primary:hover {
  border-color: #9f3509;
  background: #9f3509;
}

body[data-tierpp-route="catalog"] .tierpp-catalog #reset-filters {
  color: var(--catalog-atlas-forest);
}

body[data-tierpp-route="catalog"] .tierpp-catalog .btn:hover {
  box-shadow: none;
  transform: none;
}

body[data-tierpp-route="catalog"] :where(
  .partner-seo-catalog-context,
  .partner-seo-catalog-content,
  .catalog-seo-route-hub,
  .catalog-product-directory
) {
  width: min(100% - 32px, 1280px);
  margin-inline: auto;
  border-color: var(--catalog-atlas-rule);
  border-radius: 2px;
  background: transparent;
  box-shadow: none;
}

body[data-tierpp-route="catalog"] .partner-seo-catalog-context {
  margin-top: clamp(42px, 5vw, 70px);
  padding: clamp(30px, 4vw, 52px) 0;
  border: 0;
  border-top: 1px solid var(--catalog-atlas-rule);
  border-bottom: 1px solid var(--catalog-atlas-rule);
}

body[data-tierpp-route="catalog"] :where(
  .partner-seo-catalog-context,
  .partner-seo-catalog-content,
  .catalog-seo-route-hub,
  .catalog-product-directory
) h2 {
  color: var(--catalog-atlas-forest);
  font-family: var(--catalog-atlas-editorial);
  font-size: clamp(2.25rem, 3.6vw, 3.65rem);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1;
}

body[data-tierpp-route="catalog"] .catalog-seo-route-hub {
  margin-block: 0 clamp(58px, 7vw, 94px);
  padding: clamp(52px, 6vw, 78px) 0 0;
  border: 0;
  border-top: 1px solid var(--catalog-atlas-rule);
}

body[data-tierpp-route="catalog"] .catalog-seo-route-hub nav {
  margin-top: 28px;
  border-top: 1px solid var(--catalog-atlas-rule);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

body[data-tierpp-route="catalog"] .catalog-seo-route-hub nav a {
  padding: 22px 24px 24px 0;
  border: 0;
  border-right: 1px solid var(--catalog-atlas-rule);
  border-bottom: 1px solid var(--catalog-atlas-rule);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body[data-tierpp-route="catalog"] .catalog-seo-route-hub nav a:nth-child(even) {
  padding-right: 0;
  padding-left: 24px;
  border-right: 0;
}

body[data-tierpp-route="catalog"] .catalog-seo-route-hub nav a:hover {
  background: rgba(2, 34, 18, .025);
  transform: none;
}

body[data-tierpp-route="catalog"] .catalog-product-directory {
  margin-block: clamp(56px, 7vw, 92px);
  padding: clamp(30px, 4vw, 48px) 0;
  border: 0;
  border-top: 1px solid var(--catalog-atlas-rule);
  border-bottom: 1px solid var(--catalog-atlas-rule);
}

body[data-tierpp-route="catalog"] .catalog-product-directory details {
  border-radius: 0;
}

body[data-tierpp-route="catalog"] :where(
  .catalog-kind-navigation,
  .catalog-selection-guide,
  .catalog-family-hub,
  .catalog-commercial-cluster,
  .catalog-insight-card,
  .partner-seo-catalog-content__detail
) {
  border-color: var(--catalog-atlas-rule);
  border-radius: 2px;
  background: transparent;
  box-shadow: none;
}

@media (max-width: 1180px) {
  body[data-tierpp-route="catalog"] .tierpp-page-hero[data-tierpp-banner="catalog"] > .container {
    padding-right: 50%;
  }

  body[data-tierpp-family="catalog"] .tierpp-page-hero[data-catalog-atlas="hub"]::after {
    left: 49%;
  }

  body[data-tierpp-family="catalog"] .tierpp-page-hero[data-catalog-atlas="hub"] > .container::after {
    left: calc(49% - 54px);
    width: 108px;
  }

  body[data-tierpp-route="catalog"] .catalog-partner-mode #series-chips {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body[data-tierpp-route="catalog"] .catalog-partner-mode #series-chips .series-chip:nth-child(4n) {
    border-right: 0;
  }

  body[data-tierpp-route="catalog"] .catalog-partner-mode #series-chips .series-chip:nth-child(-n+4) {
    border-bottom: 1px solid var(--catalog-atlas-rule);
  }
}

@media (max-width: 900px) {
  body[data-tierpp-route="catalog"] .tierpp-header .header-inner {
    width: 100%;
    min-height: 60px;
    padding-inline: 16px;
  }

  body[data-tierpp-route="catalog"] .tierpp-page-hero[data-tierpp-banner="catalog"] {
    min-height: 520px;
    padding: 0;
    background: var(--catalog-atlas-paper) !important;
  }

  body[data-tierpp-family="catalog"] .tierpp-page-hero[data-catalog-atlas="hub"]::after {
    top: auto;
    left: 0;
    width: 100%;
    height: 42%;
    background-position: 67% center;
  }

  body[data-tierpp-family="catalog"] .tierpp-page-hero[data-catalog-atlas="hub"] > .container::after {
    display: none;
  }

  body[data-tierpp-route="catalog"] .catalog-atlas-chapter {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    display: flex;
    width: 100%;
    height: 54px;
    padding: 0 22px;
    align-items: center;
    gap: 10px;
  }

  body[data-tierpp-route="catalog"] .catalog-atlas-chapter__number {
    font-size: 1.45rem;
  }

  body[data-tierpp-route="catalog"] .catalog-atlas-chapter__label {
    max-width: none;
    margin-top: 0;
    font-size: .67rem;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  body[data-tierpp-route="catalog"] .catalog-atlas-chapter__route {
    top: 50%;
    right: 22px;
    bottom: auto;
    left: auto;
    width: min(34vw, 150px);
    height: 1px;
  }

  body[data-tierpp-route="catalog"] .catalog-atlas-chapter__route::before {
    top: -3px;
    left: 0;
  }

  body[data-tierpp-route="catalog"] .catalog-atlas-chapter__route::after {
    right: 0;
    bottom: -3px;
    left: auto;
  }

  body[data-tierpp-route="catalog"] .tierpp-page-hero[data-tierpp-banner="catalog"] > .container {
    min-height: 520px;
    padding: 76px 22px 230px;
    justify-content: flex-start;
  }

  body[data-tierpp-route="catalog"] .tierpp-page-hero[data-tierpp-banner="catalog"] h1 {
    max-width: 10ch;
    font-size: clamp(2.9rem, 11.5vw, 3.75rem);
  }

  body[data-tierpp-route="catalog"] .tierpp-page-hero[data-tierpp-banner="catalog"] p {
    max-width: 38ch;
    margin-top: 16px;
    font-size: .93rem;
  }

  body[data-tierpp-family="catalog-category"] .tierpp-page-hero[data-catalog-atlas="category"] {
    min-height: 292px;
    background: var(--catalog-atlas-paper) !important;
  }

  body[data-tierpp-family="catalog-category"] .tierpp-page-hero[data-catalog-atlas="category"] > .container {
    min-height: 292px;
    padding: 72px 22px 22px;
  }

  body[data-tierpp-family="catalog-category"] .tierpp-page-hero[data-catalog-atlas="category"] h1 {
    max-width: 15ch;
    font-size: clamp(2.3rem, 9.2vw, 3.15rem);
    line-height: .96;
  }

  body[data-tierpp-family="catalog-category"] .tierpp-page-hero[data-catalog-atlas="category"] p {
    display: -webkit-box;
    margin-top: 12px;
    overflow: hidden;
    font-size: .88rem;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }

  body[data-tierpp-family="catalog-category"] .tierpp-page-hero[data-catalog-atlas="category"] .partner-seo-catalog-hero-summary {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
    line-clamp: unset;
  }

  body[data-tierpp-family="catalog-category"] .partner-seo-catalog-hero-summary__detail {
    display: none;
  }

  body[data-tierpp-route="catalog"] .tierpp-catalog-atlas > .section {
    padding-block: 28px 44px;
  }

  body[data-tierpp-route="catalog"] .catalog-family-entries {
    grid-template-columns: 1fr;
  }

  body[data-tierpp-route="catalog"] .catalog-family-entry {
    min-height: 82px;
    border-right: 0;
    border-bottom: 1px solid var(--catalog-atlas-rule);
  }

  body[data-tierpp-route="catalog"] .catalog-family-entry:last-child {
    border-bottom: 0;
  }

  body[data-tierpp-route="catalog"] .catalog-partner-mode #series-chips {
    display: flex;
    margin-inline: -16px;
    padding-inline: 16px;
    border: 0;
    overflow-x: auto;
    scroll-padding-inline: 16px;
  }

  body[data-tierpp-route="catalog"] .catalog-partner-mode #series-chips .series-chip {
    flex: 0 0 118px;
    min-height: 92px;
    border: 1px solid var(--catalog-atlas-rule);
    border-right: 0;
  }

  body[data-tierpp-route="catalog"] .catalog-partner-mode #series-chips .series-chip:last-child {
    border-right: 1px solid var(--catalog-atlas-rule);
  }

  body[data-tierpp-route="catalog"] .catalog-partner-mode #series-chips .series-chip.active {
    border: 1px solid var(--catalog-atlas-forest);
  }

  body[data-tierpp-route="catalog"] .catalog-intro-strip {
    padding: 17px 0 19px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body[data-tierpp-route="catalog"] .catalog-intro-strip__copy strong {
    font-size: 1.75rem;
  }

  body[data-tierpp-route="catalog"] .catalog-intro-link {
    padding: 2px 0 2px 14px;
  }

  body[data-tierpp-route="catalog"] .catalog-layout {
    margin-top: 18px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body[data-tierpp-route="catalog"] .catalog-partner-mode .catalog-sidebar.active {
    background: var(--catalog-atlas-paper-clean) !important;
    animation: none !important;
  }

  body[data-tierpp-route="catalog"] .catalog-partner-mode .catalog-sidebar-header,
  body[data-tierpp-route="catalog"] .partner-filter-form,
  body[data-tierpp-route="catalog"] .partner-filter-actions {
    background: var(--catalog-atlas-paper-clean) !important;
  }

  body[data-tierpp-route="catalog"] .catalog-partner-mode .catalog-sidebar-close {
    border-radius: 2px;
  }

  body[data-tierpp-route="catalog"] .catalog-partner-mode .catalog-toolbar {
    top: 60px;
    padding: 12px;
    border: 1px solid var(--catalog-atlas-rule);
    border-radius: 2px;
    background: rgba(251, 250, 246, .98);
    box-shadow: none;
    backdrop-filter: none;
  }

  body[data-tierpp-route="catalog"] .catalog-seo-route-hub nav {
    grid-template-columns: 1fr;
  }

  body[data-tierpp-route="catalog"] .catalog-seo-route-hub nav a,
  body[data-tierpp-route="catalog"] .catalog-seo-route-hub nav a:nth-child(even) {
    padding: 20px 0;
    border-right: 0;
  }
}

@media (max-width: 520px) {
  body[data-tierpp-route="catalog"] .tierpp-page-hero[data-tierpp-banner="catalog"] {
    min-height: 460px;
  }

  body[data-tierpp-family="catalog"] .tierpp-page-hero[data-catalog-atlas="hub"]::after {
    height: 42%;
  }

  body[data-tierpp-route="catalog"] .tierpp-page-hero[data-tierpp-banner="catalog"] > .container {
    min-height: 460px;
    padding-right: 18px;
    padding-bottom: 190px;
    padding-left: 18px;
  }

  body[data-tierpp-route="catalog"] .tierpp-page-hero[data-tierpp-banner="catalog"] h1 {
    font-size: clamp(2.72rem, 13vw, 3.35rem);
  }

  body[data-tierpp-family="catalog-category"] .tierpp-page-hero[data-catalog-atlas="category"],
  body[data-tierpp-family="catalog-category"] .tierpp-page-hero[data-catalog-atlas="category"] > .container {
    min-height: 292px;
  }

  body[data-tierpp-family="catalog-category"] .tierpp-page-hero[data-catalog-atlas="category"] > .container {
    padding-bottom: 28px;
  }

  body[data-tierpp-route="catalog"] .tierpp-catalog-atlas > .section > .container,
  body[data-tierpp-route="catalog"] :where(
    .partner-seo-catalog-context,
    .partner-seo-catalog-content,
    .catalog-seo-route-hub,
    .catalog-product-directory
  ) {
    width: min(100% - 28px, 1280px);
  }

  body[data-tierpp-route="catalog"] .catalog-toolbar__left {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 10px !important;
  }

  body[data-tierpp-route="catalog"] .catalog-toolbar__left > :where(#mobile-filter-btn, .catalog-count) {
    grid-column: auto;
  }

  body[data-tierpp-route="catalog"] #mobile-filter-btn {
    grid-column: 1;
    grid-row: 1;
    min-width: 96px;
  }

  body[data-tierpp-route="catalog"] .catalog-count {
    grid-column: 2 / -1;
    grid-row: 1;
    align-self: center;
    margin: 0;
  }

  body[data-tierpp-route="catalog"] .catalog-toolbar__left > div:has(#search-input) {
    grid-column: 1 / 3;
    grid-row: 2;
    min-width: 0;
  }

  body[data-tierpp-route="catalog"] #view-modes {
    grid-column: 3;
    grid-row: 2;
  }

  body[data-tierpp-route="catalog"] #search-input {
    width: 100%;
    min-width: 0 !important;
  }

  body[data-tierpp-route="catalog"] .products-grid {
    gap: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-tierpp-route="catalog"] :where(.product-card, .product-card img, .series-chip, .catalog-family-entry, .btn) {
    animation: none !important;
    transition: none !important;
  }
}

/* Responsive shell */

@media (max-width: 1500px) {
  .tierpp-header .header-phone,
  .tierpp-header .header-max-link {
    display: none;
  }
}

@media (max-width: 1260px) {
  .tierpp-header .main-nav {
    justify-content: flex-start;
  }
}

@media (max-width: 1180px) {
  .tierpp-header .main-nav {
    display: none !important;
  }

  .tierpp-header .burger.hide-desktop {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }

  .mobile-menu {
    position: fixed;
    z-index: 1200;
    top: 0;
    left: -100%;
    width: min(86vw, 320px);
    height: 100dvh;
    overflow-y: auto;
    border-right: 1px solid var(--tierpp-line);
    background: #fffdf9;
    box-shadow: 24px 0 70px rgba(9, 39, 27, .2);
    transition: left .25s ease;
  }

  .mobile-menu.open {
    left: 0;
  }

  .mobile-menu-backdrop {
    position: fixed;
    z-index: 1190;
    inset: 0;
    background: rgba(5, 25, 17, .54);
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
  }

  .mobile-menu-backdrop.open {
    opacity: 1;
    pointer-events: auto;
  }
}

@media (max-width: 1024px) {
  .tierpp-header .header-inner {
    min-height: 68px;
  }

  .tierpp-page-hero {
    min-height: 330px;
  }

  .tierpp-trust-grid {
    grid-template-columns: 1fr;
  }

  .tierpp-trust-card {
    min-height: 0;
  }

  .tierpp-digital-hero {
    border-radius: 28px;
  }
}

@media (max-width: 768px) {
  html {
    scroll-padding-top: 76px;
  }

  .tierpp-header .header-inner {
    width: min(100% - 22px, 1400px);
    gap: 8px;
  }

  .tierpp-header .logo-copy {
    display: grid;
  }

  .tierpp-header .logo-subtext {
    display: none;
  }

  .tierpp-header .logo-mark,
  .tierpp-header .logo-mark img {
    width: 40px;
    height: 40px;
  }

  .tierpp-header .tierpp-header-action {
    width: 39px;
    height: 39px;
    border-radius: 12px;
  }

  .tierpp-header .header-right > .tierpp-header-action[aria-label="Избранное"],
  .tierpp-header .header-right > .tierpp-header-action[aria-label="Сравнение"] {
    display: none;
  }

  .tierpp-page-hero {
    min-height: 320px;
    background-position: 62% center !important;
  }

  .tierpp-page-hero > .container {
    width: min(100% - 30px, 1184px);
    padding-block: 52px;
  }

  .tierpp-page-hero h1 {
    max-width: min(100%, 18ch);
    overflow-wrap: anywhere;
    font-size: clamp(2.05rem, 10.2vw, 2.85rem);
    line-height: 1;
    letter-spacing: -.045em;
  }

  .tierpp-page-hero[data-tierpp-banner="delivery"] {
    min-height: 390px;
    align-items: start;
    background:
      linear-gradient(180deg, rgba(251, 249, 244, .98) 0%, rgba(251, 249, 244, .91) 56%, rgba(251, 249, 244, .2)),
      url("/images/ui/tierpp/delivery-workshop-hero-v1.webp") 69% center / cover no-repeat !important;
  }

  .tierpp-route-masthead {
    min-height: 320px;
    background-position: 65% center !important;
  }

  .tierpp-route-masthead__shell {
    width: min(100% - 30px, 1184px);
    padding-block: 52px;
  }

  .tierpp-route-masthead h1 {
    max-width: min(100%, 18ch);
    overflow-wrap: anywhere;
    font-size: clamp(2.05rem, 10.2vw, 2.85rem);
    line-height: 1;
    letter-spacing: -.045em;
  }

  .tierpp-route-masthead[data-tierpp-banner="delivery"] {
    min-height: 390px;
    align-items: start;
    background:
      linear-gradient(180deg, rgba(251, 249, 244, .98) 0%, rgba(251, 249, 244, .91) 56%, rgba(251, 249, 244, .2)),
      url("/images/ui/tierpp/delivery-workshop-hero-v1.webp") 69% center / cover no-repeat;
  }

  .tierpp-article-masthead {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 14px;
    min-height: 0;
    padding: 20px;
    border-radius: 24px;
  }

  .tierpp-article-masthead > .article-hero,
  .tierpp-article-masthead > .badge,
  .tierpp-article-masthead > h1,
  .tierpp-article-masthead > .article__meta,
  .tierpp-article-masthead > .article-meta {
    grid-column: 1;
    grid-row: auto;
  }

  .tierpp-article-masthead > .article-hero {
    min-height: 210px;
    order: -1;
  }

  .tierpp-article-masthead > .tierpp-article-hero--fallback {
    display: none;
  }

  .tierpp-article-masthead > h1 {
    font-size: clamp(2rem, 9.5vw, 3rem);
  }

  .tierpp-home-hero {
    min-height: calc(100svh - 68px);
  }

  .tierpp-home-hero::after {
    background:
      linear-gradient(180deg, rgba(6, 31, 21, .82) 0%, rgba(7, 33, 22, .7) 55%, rgba(7, 33, 22, .74)),
      linear-gradient(90deg, rgba(6, 31, 21, .45), rgba(6, 31, 21, .15));
  }

  .tierpp-home-hero .hero-content {
    width: min(100% - 30px, 1184px);
    padding-block: 56px 70px;
  }

  .tierpp-home-hero .hero-badge {
    font-size: .73rem;
  }

  .tierpp-home-hero .hero-brand {
    margin-top: 21px;
  }

  .tierpp-home-hero .hero-title {
    margin-top: 10px;
    font-size: clamp(2.65rem, 13.5vw, 4.1rem);
    line-height: .94;
  }

  .tierpp-home-hero .hero-title br {
    display: none;
  }

  .tierpp-home-hero .hero-title .text-gradient {
    display: inline;
  }

  .tierpp-home-hero .hero-sub {
    margin-top: 19px;
    font-size: .96rem;
    line-height: 1.55;
  }

  .tierpp-home-hero .hero-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin-top: 20px;
  }

  .tierpp-home-hero .hero-meta span {
    display: grid;
    place-items: center;
    min-height: 38px;
    padding: 7px 8px;
    text-align: center;
  }

  .tierpp-home-hero .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .tierpp-home-hero .hero-actions .btn {
    width: 100%;
    min-height: 52px;
  }

  .tierpp-home-hero .hero-note {
    display: none;
  }

  .tierpp-home .section {
    padding-block: 58px;
  }

  .tierpp-home .section-title {
    font-size: clamp(2rem, 9.5vw, 2.7rem);
  }

  .tierpp-trust-card {
    padding: 22px;
  }

  .tierpp-digital-hero {
    width: min(100% - 24px, 1240px);
    margin-top: 20px;
    padding: 27px 20px;
    border-radius: 24px;
    background:
      linear-gradient(180deg, rgba(255, 253, 249, .98) 0%, rgba(255, 253, 249, .94) 58%, rgba(255, 253, 249, .42)),
      url("/images/ui/tierpp/digital-activities-hero-v2.webp") 66% center / cover no-repeat;
  }

  .tierpp-digital-hero h1 {
    font-size: clamp(2.25rem, 11vw, 3.25rem);
  }

  .tierpp-tools {
    padding: 20px 12px 50px;
  }

  .tierpp-tools .calculator-container {
    padding: 22px 16px;
    border-radius: 24px;
  }

  .tierpp-tools .btn-close-calc.tierpp-tools-back {
    top: -50px !important;
    right: 0 !important;
    border-color: rgba(25, 72, 50, .14);
    color: var(--tierpp-green-dark) !important;
    background: rgba(255, 255, 255, .92) !important;
    box-shadow: 0 10px 24px rgba(25, 72, 50, .12);
  }

  .tierpp-tools .btn-close-calc.tierpp-tools-back:hover {
    border-color: rgba(25, 72, 50, .24);
    background: #fff !important;
  }

  .tierpp-tools .calculator-header {
    padding-right: 30px;
    text-align: left;
  }

  .tierpp-tools .calculator-header.tierpp-tools-hero {
    min-height: 380px;
    margin: -22px -16px 30px;
    padding: 38px 20px 170px;
    border-radius: 24px 24px 0 0;
    background:
      linear-gradient(180deg, rgba(8, 35, 24, .97) 0%, rgba(12, 48, 33, .88) 52%, rgba(12, 48, 33, .3)),
      url("/images/ui/tierpp/tools-planning-hero-v2.webp") 67% center / cover no-repeat;
  }

  .tierpp-tools .calculator-header h1 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .tierpp-delivery [data-local-service-split="true"] {
    padding: 20px !important;
    border-radius: 24px;
  }

  body[data-tierpp-route="blog"] #floating-cart-bar,
  body[data-tierpp-route="article"] #floating-cart-bar,
  body[data-tierpp-route="delivery"] #floating-cart-bar,
  body[data-tierpp-route="digital"] #floating-cart-bar,
  body[data-tierpp-route="tools"] #floating-cart-bar,
  body[data-tierpp-route="about"] #floating-cart-bar,
  body[data-tierpp-route="contacts"] #floating-cart-bar,
  body[data-tierpp-route="cart"] #floating-cart-bar,
  body[data-tierpp-route="checkout"] #floating-cart-bar,
  body[data-tierpp-route="auth"] #floating-cart-bar,
  body[data-tierpp-route="account"] #floating-cart-bar,
  body[data-tierpp-route="admin"] #floating-cart-bar,
  body[data-tierpp-route="legal"] #floating-cart-bar,
  body[data-tierpp-route="not-found"] #floating-cart-bar,
  body[data-tierpp-route="info"] #floating-cart-bar {
    display: none !important;
  }

  body[data-tierpp-route="cart"] .messenger-widget:not(.open) {
    bottom: calc(96px + var(--sab)) !important;
  }

  body[data-tierpp-route="checkout"] .messenger-widget {
    display: none !important;
  }

  body[data-tierpp-enhanced="true"] .cookie-banner {
    right: 8px;
    bottom: calc(8px + var(--sab));
    left: 8px;
    width: auto;
    max-height: none;
    grid-template-columns: minmax(0, 1fr);
    gap: 7px;
    overflow: visible;
    padding: 10px;
    border-radius: 15px;
  }

  body[data-tierpp-enhanced="true"] .cookie-banner__eyebrow {
    display: none;
  }

  body[data-tierpp-enhanced="true"] .cookie-banner__title {
    font-size: .79rem;
    line-height: 1.28;
  }

  body[data-tierpp-enhanced="true"] .cookie-banner__copy {
    display: none;
  }

  body[data-tierpp-enhanced="true"] .cookie-banner__actions {
    display: flex;
    gap: 5px;
  }

  body[data-tierpp-enhanced="true"] .cookie-banner__actions .btn,
  body[data-tierpp-enhanced="true"] .cookie-banner__actions #cookie-accept {
    width: auto;
    min-width: 0;
    min-height: 34px;
    flex: 1 1 auto;
    padding-inline: .48rem;
    font-size: .66rem;
  }

  .tierpp-digital-success-page > .section {
    min-height: calc(100svh - 66px);
    padding: 24px 12px 42px;
  }

  .tierpp-digital-success {
    padding: 25px 19px !important;
    border-radius: 24px !important;
  }

  .tierpp-digital-success__visual {
    width: 58px;
    height: 58px;
    margin-bottom: 18px;
    border-radius: 17px;
  }

  .tierpp-digital-success .section-title {
    font-size: clamp(2rem, 10vw, 2.7rem);
  }

  .tierpp-digital-success__steps {
    grid-template-columns: 1fr;
    margin-top: 22px;
  }

  .tierpp-digital-success .btn,
  .tierpp-digital-success__support {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .tierpp-header .logo-text {
    font-size: .78rem;
  }

  .tierpp-header .header-right {
    gap: 5px;
  }

  .tierpp-home-hero .hero-title {
    font-size: clamp(2.35rem, 12.5vw, 3.2rem);
  }

  .tierpp-home-hero .hero-meta span {
    font-size: .7rem;
  }

  .tierpp-page-hero[data-tierpp-banner="blog"] {
    background-position: 64% center !important;
  }

  .tierpp-page-hero[data-tierpp-banner="delivery"] {
    background-position: 63% center !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tierpp-header .nav-link,
  body[data-tierpp-enhanced="true"] .btn,
  .tierpp-home .cat-card,
  .tierpp-home .product-card,
  .tierpp-catalog .product-card,
  .tierpp-blog .blog-card,
  .tierpp-blog .landing-link-card,
  .tierpp-digital .digital-card,
  .tierpp-tools .tool-card,
  .tierpp-trust-card {
    transition: none;
  }
}
.catalog-product-directory,
.tierpp-delivery-geography {
  width: min(1180px, calc(100% - 32px));
  margin: 40px auto;
  padding: 26px;
  border: 1px solid #dce7df;
  border-radius: 22px;
  background: linear-gradient(135deg, #f4f9f5, #fff);
}

.catalog-product-directory > h2,
.tierpp-delivery-geography > h2 {
  margin: 0 0 8px;
  color: #173f2c;
}

.catalog-product-directory > p,
.tierpp-delivery-geography > p {
  max-width: 820px;
  margin: 0 0 18px;
  color: #5b6b62;
  line-height: 1.65;
}

.catalog-product-directory details {
  border-top: 1px solid #dce7df;
  padding-top: 16px;
}

.catalog-product-directory summary {
  color: #216546;
  font-weight: 800;
  cursor: pointer;
}

.catalog-product-directory nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.catalog-product-directory nav a {
  display: grid;
  gap: 4px;
  padding: 13px 14px;
  border: 1px solid #dce7df;
  border-radius: 14px;
  background: #fff;
  color: #173f2c;
  text-decoration: none;
}

.catalog-product-directory nav a:hover {
  border-color: #2f7657;
  background: #f7fbf8;
}

.catalog-product-directory nav strong {
  font-size: .88rem;
  line-height: 1.35;
}

.catalog-product-directory nav span {
  color: #64746b;
  font-size: .78rem;
}

@media (max-width: 900px) {
  .catalog-product-directory nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .catalog-product-directory,
  .tierpp-delivery-geography {
    width: min(100% - 24px, 1180px);
    margin: 28px auto;
    padding: 20px 16px;
  }

  .catalog-product-directory nav {
    grid-template-columns: 1fr;
  }
}

/* Separate commercial contours: Deveron Wood and Romana */
.tierpp-split-order-notice {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  max-width: 1180px;
  margin: 18px auto 24px;
  padding: 18px 20px;
  color: #123f30;
  background: linear-gradient(135deg, #eef8f1, #fffaf1);
  border: 1px solid rgba(25, 94, 68, 0.16);
  border-radius: 20px;
}

.tierpp-split-order-notice__mark {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #fff;
  background: #1f6b4f;
  border-radius: 50%;
  font-weight: 800;
}

.tierpp-split-order-notice strong {
  display: block;
  margin-bottom: 3px;
  font-size: 16px;
}

.tierpp-split-order-notice p,
.tierpp-commerce-lane__header p {
  margin: 0;
  color: #607068;
  line-height: 1.45;
}

.tierpp-commerce-lane {
  overflow: hidden;
  margin-bottom: 18px;
  border: 1px solid rgba(20, 67, 51, 0.13);
  border-radius: 22px;
  background: #fff;
}

.tierpp-commerce-lane__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(20, 67, 51, 0.1);
}

.tierpp-commerce-lane__header--owned {
  background: linear-gradient(135deg, #edf7ef, #f8fbf5);
}

.tierpp-commerce-lane__header--partner {
  background: linear-gradient(135deg, #fff7e8, #fffdf7);
}

.tierpp-commerce-lane__header > div:first-child > strong {
  display: block;
  margin: 3px 0 4px;
  color: #0b3426;
  font-size: 19px;
}

.tierpp-commerce-lane__eyebrow {
  color: #36775e;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.tierpp-commerce-lane__subtotal {
  flex: 0 0 auto;
  text-align: right;
}

.tierpp-commerce-lane__subtotal span {
  display: block;
  margin-bottom: 3px;
  color: #708078;
  font-size: 12px;
}

.tierpp-commerce-lane__subtotal strong {
  color: #0b3426;
  font-size: 17px;
}

.tierpp-commerce-lane__items > .cart-item,
.tierpp-commerce-lane__items > .order-item {
  border-radius: 0;
}

.tierpp-commerce-lane__items > :last-child {
  border-bottom: 0;
}

.tierpp-partner-checkout {
  border-color: rgba(188, 128, 32, 0.22) !important;
  background: linear-gradient(180deg, #fffdf8, #fff);
}

.tierpp-partner-checkout__group {
  margin-top: 18px;
}

.tierpp-partner-checkout__group h3 {
  margin: 0 0 10px;
  color: #143f31;
  font-size: 14px;
}

.tierpp-partner-choice,
.tierpp-partner-assembly {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 9px;
  padding: 13px 14px;
  border: 1px solid rgba(20, 67, 51, 0.13);
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
}

.tierpp-partner-choice:has(input:checked),
.tierpp-partner-assembly:has(input:checked) {
  border-color: #2b795b;
  box-shadow: 0 0 0 2px rgba(43, 121, 91, 0.08);
}

.tierpp-partner-choice input,
.tierpp-partner-assembly input {
  margin-top: 3px;
  accent-color: #1f6b4f;
}

.tierpp-partner-choice strong,
.tierpp-partner-assembly strong {
  display: block;
  color: #153d30;
  font-size: 14px;
}

.tierpp-partner-choice small,
.tierpp-partner-assembly small {
  display: block;
  margin-top: 3px;
  color: #69766f;
  line-height: 1.4;
}

.tierpp-partner-payment-summary {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 15px 16px;
  border: 1px solid rgba(43, 121, 91, 0.22);
  border-radius: 16px;
  background: linear-gradient(135deg, #edf8f1, #fff);
}

.tierpp-partner-payment-summary__mark {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #fff;
  background: #1f6b4f;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 800;
}

.tierpp-partner-payment-summary strong,
.tierpp-owned-payment-note strong,
.tierpp-partner-seller-note strong {
  display: block;
  color: #153d30;
  font-size: 14px;
}

.tierpp-partner-payment-summary small,
.tierpp-owned-payment-note span,
.tierpp-partner-seller-note span {
  display: block;
  margin-top: 4px;
  color: #617168;
  font-size: 12px;
  line-height: 1.5;
}

.tierpp-partner-seller-note,
.tierpp-owned-payment-note {
  margin-top: 10px;
  padding: 13px 14px;
  border-radius: 14px;
  background: #fffaf0;
  border: 1px solid rgba(188, 128, 32, 0.2);
}

.tierpp-owned-payment-note {
  margin-top: 14px;
  background: #f4faf6;
  border-color: rgba(31, 107, 79, 0.16);
}

.tierpp-partner-checkout__address-note {
  display: none;
  margin: 10px 2px 0;
  color: #587067;
  font-size: 12px;
}

.tierpp-partner-checkout__address-note.is-visible {
  display: block;
}

.tierpp-checkout[data-has-owned-order="false"] .tierpp-owned-payment-section,
.tierpp-checkout[data-has-owned-order="false"] .tierpp-owned-delivery-section .checkout-choice-grid,
.tierpp-checkout[data-has-owned-order="false"] .tierpp-owned-delivery-section #delivery-info-box,
.tierpp-checkout[data-has-owned-order="false"] .tierpp-owned-delivery-section #tk-carrier-section,
.tierpp-checkout[data-has-owned-order="false"] .tierpp-owned-delivery-section #assembly-section,
.tierpp-checkout[data-has-owned-order="false"] .tierpp-owned-delivery-section #pickup-fields {
  display: none;
}

.tierpp-related-orders {
  margin-top: 20px;
  padding: 16px 18px;
  color: #153d30;
  background: #f2f8f3;
  border: 1px solid rgba(31, 107, 79, 0.16);
  border-radius: 16px;
}

.tierpp-related-orders p {
  margin: 5px 0 0;
  color: #637269;
  line-height: 1.5;
}

.tierpp-related-orders span {
  display: inline-block;
  margin: 3px 3px 0 0;
  padding: 2px 7px;
  color: #174d39;
  background: #fff;
  border-radius: 999px;
  font-weight: 700;
}

.order-line + .order-line {
  margin-top: 8px;
}

.order-line__addon {
  margin: 4px 0 0 18px;
  color: var(--green-700);
}

.order-card__details {
  margin-top: 16px;
  border: 1px solid var(--gray-200);
  border-radius: 14px;
  background: #fff;
}

.order-card__details summary {
  padding: 13px 15px;
  color: var(--green-800);
  font-weight: 750;
  cursor: pointer;
}

.order-card__details dl {
  margin: 0;
  padding: 0 15px 15px;
}

.order-card__details dl > div {
  display: grid;
  grid-template-columns: minmax(120px, 0.4fr) minmax(0, 1fr);
  gap: 12px;
  padding-top: 10px;
  border-top: 1px solid var(--gray-100);
}

.order-card__details dt {
  color: var(--gray-500);
}

.order-card__details dd {
  min-width: 0;
  margin: 0;
  color: var(--green-900);
  overflow-wrap: anywhere;
}

@media (max-width: 700px) {
  .tierpp-split-order-notice {
    margin: 14px 12px 20px;
  }

  .tierpp-commerce-lane__header {
    display: block;
  }

  .tierpp-commerce-lane__subtotal {
    margin-top: 12px;
    text-align: left;
  }
}

/* Atlas/Tier++ restoration: keep the established palette readable in commerce UI. */
.wood-product-refined .breadcrumb a,
.wood-product-refined .addon-item__price,
.wood-product-refined .product-card__old-price {
  color: #4a5e54;
}

.wood-product-refined .product-card__video-badge {
  color: #fff !important;
  border-color: #0d402c !important;
  background: #0d402c !important;
  opacity: 1 !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

.wood-product-refined .badge--sale {
  color: #fff;
  background: var(--tierpp-coral-dark);
}

.tierpp-cart .cart-item__total {
  color: var(--tierpp-ink);
}

@media (max-width: 768px) {
  .account-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  .account-sidebar {
    position: static;
    top: auto;
    width: 100%;
  }

  .account-content {
    min-width: 0;
    width: 100%;
  }

  .account-content #profile-form > div:first-child {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .account-content .order-card__header,
  .account-content .order-card__footer {
    flex-wrap: wrap;
    gap: 12px;
  }

  .account-content .order-card__footer .btn {
    max-width: 100%;
    white-space: normal;
  }

  .order-card__details dl > div {
    grid-template-columns: minmax(0, 1fr);
    gap: 3px;
  }
}

/* Conversion components added after the Atlas rollout keep their behavior,
   but use the established Tier++ / Atlas presentation instead of the retired
   smart-selection theme. */
.tierpp-product-role-note {
  display: grid;
  gap: 4px;
  margin: 12px 0 16px;
  padding: 12px 13px;
  color: var(--tierpp-ink);
  border: 1px solid var(--tierpp-line-strong);
  border-radius: var(--tierpp-radius-sm);
  background: var(--tierpp-mint-soft);
}

.tierpp-product-role-note strong {
  font-size: .78rem;
  line-height: 1.25;
}

.tierpp-product-role-note span {
  color: var(--tierpp-ink-soft);
  font-size: .72rem;
  line-height: 1.4;
}

.tierpp-cart-optionals {
  grid-column: 1 / -1;
  overflow: hidden;
  color: var(--tierpp-ink);
  border: 1px solid var(--tierpp-line-strong);
  border-radius: var(--tierpp-radius-sm);
  background: var(--tierpp-paper);
  box-shadow: var(--tierpp-shadow-sm);
}

.tierpp-cart-optionals > summary {
  display: grid;
  min-height: 68px;
  padding: 14px 16px;
  align-items: center;
  gap: 8px 14px;
  grid-template-columns: minmax(0, 1fr) auto auto;
  cursor: pointer;
  list-style: none;
}

.tierpp-cart-optionals > summary::-webkit-details-marker {
  display: none;
}

.tierpp-cart-optionals > summary::after {
  color: var(--tierpp-green);
  content: "+";
  font-size: 1.25rem;
  line-height: 1;
}

.tierpp-cart-optionals[open] > summary::after {
  content: "−";
}

.tierpp-cart-optionals > summary strong,
.tierpp-cart-optionals > summary small {
  display: block;
}

.tierpp-cart-optionals > summary strong {
  font-size: 1rem;
}

.tierpp-cart-optionals > summary small {
  margin-top: 3px;
  color: var(--tierpp-ink-soft);
  font-size: .76rem;
  line-height: 1.35;
}

.tierpp-cart-optionals__state {
  color: var(--tierpp-coral);
  font-size: .72rem;
  font-weight: 800;
}

.tierpp-cart-optionals__content {
  padding: 0 16px 16px;
  border-top: 1px solid var(--tierpp-line);
}

.tierpp-cart-optionals__content .cart-swing-reminder {
  margin: 16px 0 0 !important;
}

.tierpp-cart--has-partner .cart-swing-reminder {
  display: none !important;
}

.tierpp-cart-delivery-statuses {
  display: grid;
  gap: 7px;
  margin: 14px 0;
  padding: 12px 0;
  border-block: 1px solid var(--tierpp-line);
}

.tierpp-cart-delivery-statuses > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--tierpp-ink-soft);
  font-size: .78rem;
}

.tierpp-cart-delivery-statuses strong {
  color: var(--tierpp-ink);
  text-align: right;
}

.order-summary-pricing-note {
  margin: 10px 0 0;
  padding: 10px 11px;
  color: var(--tierpp-ink-soft);
  border: 1px solid var(--tierpp-line-strong);
  border-radius: 12px;
  background: var(--tierpp-mint-soft);
  font-size: .74rem;
  line-height: 1.42;
}

@media (max-width: 700px) {
  .tierpp-cart-optionals {
    border-radius: 12px;
    box-shadow: none;
  }

  .tierpp-cart-optionals > summary {
    min-height: 62px;
    padding: 12px 13px;
    gap: 6px 10px;
  }

  .tierpp-cart,
  .tierpp-checkout {
    padding-block: 14px 30px;
  }

  .tierpp-cart > .section,
  .tierpp-checkout > .section {
    padding-top: 14px !important;
  }

  .tierpp-cart .tierpp-commerce-hero,
  .tierpp-checkout .tierpp-commerce-hero {
    margin-bottom: 14px;
    padding: 14px !important;
    border-radius: 18px !important;
    box-shadow: var(--tierpp-shadow-sm);
  }

  .tierpp-cart .commerce-intro__eyebrow,
  .tierpp-checkout .commerce-intro__eyebrow {
    display: none;
  }

  .tierpp-cart .commerce-intro .breadcrumb,
  .tierpp-checkout .commerce-intro .breadcrumb {
    margin-bottom: 10px;
  }

  .tierpp-cart .commerce-intro__layout,
  .tierpp-checkout .commerce-intro__layout {
    gap: 12px;
  }

  .tierpp-cart .commerce-intro__title,
  .tierpp-checkout .commerce-intro__title {
    margin-bottom: 6px;
    font-size: 1.55rem;
    line-height: 1.08;
  }

  .tierpp-cart .commerce-intro__text,
  .tierpp-checkout .commerce-intro__text {
    font-size: .84rem;
    line-height: 1.45;
  }

  .tierpp-cart .commerce-intro__meta,
  .tierpp-checkout .commerce-intro__meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .tierpp-cart .commerce-intro__pill,
  .tierpp-checkout .commerce-intro__pill {
    min-width: 0;
    padding: 8px 10px;
    border-radius: 12px;
    box-shadow: none;
  }

  .tierpp-cart .commerce-intro__pill:nth-child(3),
  .tierpp-checkout .commerce-intro__pill:nth-child(3) {
    display: flex;
    grid-column: 1 / -1;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .tierpp-cart .commerce-intro__pill-label,
  .tierpp-checkout .commerce-intro__pill-label {
    margin-bottom: 3px;
    font-size: .62rem;
  }

  .tierpp-cart .commerce-intro__pill:nth-child(3) .commerce-intro__pill-label,
  .tierpp-checkout .commerce-intro__pill:nth-child(3) .commerce-intro__pill-label {
    margin-bottom: 0;
  }

  .tierpp-cart .commerce-intro__pill strong,
  .tierpp-checkout .commerce-intro__pill strong {
    font-size: .84rem;
    line-height: 1.25;
  }

  .tierpp-split-order-notice {
    margin: 10px 0 14px;
    padding: 12px 13px;
    gap: 10px;
    border-radius: 15px;
  }

  .tierpp-split-order-notice__mark {
    flex-basis: 28px;
    width: 28px;
    height: 28px;
    font-size: .8rem;
  }

  .tierpp-split-order-notice strong {
    font-size: .9rem;
    line-height: 1.3;
  }

  .tierpp-split-order-notice p {
    font-size: .78rem;
    line-height: 1.4;
  }

  .tierpp-cart .cart-stage-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    padding: 12px 13px;
    border-radius: 15px;
    box-shadow: none;
  }

  .tierpp-cart .cart-stage-card__kicker,
  .tierpp-cart .cart-stage-card__text {
    display: none;
  }

  .tierpp-cart .cart-stage-card__title {
    margin: 0;
    font-size: .96rem;
    line-height: 1.28;
  }

  .tierpp-cart .cart-stage-card .btn {
    min-height: 42px;
    padding: 8px 2px;
    border: 0 !important;
    color: var(--tierpp-green-strong) !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: .82rem;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    white-space: normal;
  }

  .tierpp-commerce-lane {
    margin-bottom: 12px;
    border-radius: 16px;
  }

  .tierpp-commerce-lane__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding: 12px 13px;
  }

  .tierpp-commerce-lane__header > div:first-child > strong {
    margin: 2px 0 3px;
    font-size: .98rem;
    line-height: 1.25;
  }

  .tierpp-commerce-lane__header p {
    font-size: .74rem;
    line-height: 1.35;
  }

  .tierpp-commerce-lane__subtotal {
    margin-top: 0;
    text-align: right;
  }

  .tierpp-commerce-lane__subtotal strong {
    font-size: .92rem;
    white-space: nowrap;
  }

  .tierpp-cart .cart-item {
    gap: 9px;
    padding: 12px !important;
    border-radius: 0 !important;
  }

  .tierpp-cart .cart-item__info {
    gap: 4px;
  }

  .tierpp-cart .cart-item__name {
    font-size: .92rem;
    line-height: 1.3;
  }

  .tierpp-cart .cart-item__bottom {
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }

  .tierpp-cart .cart-item__controls {
    gap: 6px;
  }

  .tierpp-cart .cart-item__total {
    margin-left: auto;
    font-size: 1rem;
    text-align: right;
  }

  .tierpp-cart .cart-summary {
    display: flex;
    margin-top: 10px;
    padding: 14px !important;
    flex-direction: column;
    border-radius: 16px !important;
  }

  .tierpp-cart .cart-summary__title {
    margin-bottom: 6px;
  }

  .tierpp-cart .cart-summary__text {
    margin-bottom: 10px;
    font-size: .82rem;
    line-height: 1.42;
  }

  .tierpp-cart .tierpp-cart-delivery-statuses {
    gap: 5px;
    margin: 9px 0;
    padding: 8px 0;
  }

  .tierpp-cart .cart-summary__total {
    padding-top: 9px;
  }

  .tierpp-cart .cart-summary__cta {
    order: 1;
  }

  .tierpp-cart .cart-summary__trust {
    order: 2;
    gap: 5px;
    margin: 10px 0 0;
  }

  .tierpp-cart .cart-summary__trust-item {
    font-size: .74rem;
    line-height: 1.35;
  }

  .tierpp-checkout .checkout-journey {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin-top: 10px;
  }

  .tierpp-checkout .checkout-journey__step {
    gap: 7px;
    padding: 8px 9px;
    border-radius: 13px;
  }

  .tierpp-checkout .checkout-journey__step span {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    font-size: .72rem;
  }

  .tierpp-checkout .checkout-journey__step strong {
    font-size: .75rem;
    line-height: 1.25;
  }

  .tierpp-checkout .checkout-main-col {
    gap: 16px;
  }

  .tierpp-checkout .checkout-section,
  .tierpp-checkout .order-summary-card {
    padding: 16px !important;
    border-radius: 16px !important;
  }

  .tierpp-checkout .checkout-mobile-bar {
    left: 10px;
    right: 10px;
    bottom: calc(10px + var(--sab));
    min-height: 76px;
    padding: 10px 12px;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    border-radius: 17px;
  }

  .tierpp-checkout .checkout-mobile-bar__label {
    font-size: .62rem;
  }

  .tierpp-checkout .checkout-mobile-bar__total {
    margin-top: 2px;
    font-size: 1rem;
  }

  .tierpp-checkout .checkout-mobile-bar__hint {
    display: none;
  }

  .tierpp-checkout .checkout-mobile-bar__button {
    width: auto;
    min-height: 48px;
    padding: 10px 14px;
  }
}
