@font-face {
  font-family: "Golos Text";
  src: url("../fonts/golos-text/golos-text-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Golos Text";
  src: url("../fonts/golos-text/golos-text-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --hm-page-background: #f1ede6;
  --hm-page-background-deep: #e9e4dc;
  --hm-section-plane: #f7f4ee;
  --hm-surface-elevated: #ffffff;
  --hm-card-plane: #fcfbf8;
  --hm-card-plane-cool: #eff4f6;
  --hm-header-plane: rgba(247, 243, 236, 0.94);
  --hm-footer-plane: #2a3641;
  --hm-footer-plane-deep: #202a33;
  --hm-border: #cfd8de;
  --hm-border-muted: rgba(111, 131, 147, 0.18);
  --hm-border-strong: rgba(111, 131, 147, 0.28);
  --hm-trust-chip-plane: #edf3f5;
  --hm-cool-support-tint: rgba(124, 157, 181, 0.11);
  --hm-warm-action-tint: rgba(212, 122, 50, 0.12);
  --hm-text-strong: #20303a;
  --hm-text-body: #36444d;
  --hm-text-muted: #66747e;
  --hm-text-soft: #7c8891;
  --hm-brand: #d47a32;
  --hm-brand-deep: #b86421;
  --hm-accent: var(--hm-brand);
  --hm-accent-deep: var(--hm-brand-deep);
  --hm-cta-primary-bg: linear-gradient(180deg, #dc8744 0%, #c36c29 100%);
  --hm-cta-primary-bg-hover: linear-gradient(180deg, #e08c49 0%, #bd6727 100%);
  --hm-cta-primary-text: #fffaf5;
  --hm-cta-primary-border: rgba(173, 94, 30, 0.18);
  --hm-cta-added-bg: linear-gradient(180deg, #354653 0%, #22313b 100%);
  --hm-cta-added-bg-hover: linear-gradient(180deg, #3c4f5e 0%, #1f2d37 100%);
  --hm-cta-added-border: rgba(212, 122, 50, 0.44);
  --hm-cta-added-shadow: 0 0 0 2px rgba(212, 122, 50, 0.22), 0 12px 22px rgba(21, 32, 41, 0.22);
  --hm-cta-added-shadow-hover: 0 0 0 2px rgba(212, 122, 50, 0.3), 0 14px 24px rgba(21, 32, 41, 0.26);
  --hm-cta-secondary-bg: linear-gradient(180deg, rgba(249, 238, 226, 0.98), rgba(244, 228, 212, 0.94));
  --hm-cta-secondary-text: #9e561f;
  --hm-cta-secondary-border: rgba(199, 126, 67, 0.3);
  --hm-cta-ghost-bg: rgba(241, 245, 247, 0.96);
  --hm-cta-ghost-text: #22333e;
  --hm-cta-ghost-border: rgba(124, 145, 160, 0.24);
  --hm-canvas: var(--hm-page-background);
  --hm-surface: var(--hm-card-plane);
  --hm-surface-soft: var(--hm-section-plane);
  --hm-ink: var(--hm-text-strong);
  --hm-muted: var(--hm-text-muted);
  --hm-line: var(--hm-border);
  --hm-shadow: 0 18px 40px rgba(21, 32, 41, 0.08);
  --hm-shadow-soft: 0 10px 24px rgba(21, 32, 41, 0.06);
  --hm-shadow-elevated: 0 24px 54px rgba(21, 32, 41, 0.12);
  --hm-shell-max: 1480px;
  --hm-shell-gutter: clamp(1rem, 2vw, 2rem);
  --hm-site-header-height: 10.5rem;
  --hm-catalog-rail-top: var(--hm-site-header-height);
  --hm-font-family-sans: "Golos Text", sans-serif;
  --hm-font-size-sm: 0.875rem;
  --hm-font-size-base: 1rem;
  --hm-font-size-title: clamp(1.5rem, 2.8vw, 2.65rem);
  --hm-font-weight-regular: 400;
  --hm-font-weight-strong: 600;
  --hm-motion-fast: 160ms;
  --hm-motion-medium: 240ms;
  --hm-motion-slow: 340ms;
  --hm-ease-ui: cubic-bezier(0.22, 1, 0.36, 1);
  --hm-ease-panel: cubic-bezier(0.2, 0.8, 0.2, 1);
  --hm-cta-arrow-shift: 0.34rem;
  --hm-cta-arrow-shift-strong: 0.56rem;
  --hm-pointer-x: 72vw;
  --hm-pointer-y: 34vh;
}

[hidden] {
  display: none !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--hm-text-body);
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.62), transparent 32%),
    linear-gradient(180deg, #faf8f4 0%, var(--hm-page-background) 46%, var(--hm-page-background-deep) 100%);
  font-family: var(--hm-font-family-sans);
  font-size: var(--hm-font-size-base);
  font-weight: var(--hm-font-weight-regular);
  line-height: 1.55;
}

.site-shell {
  position: relative;
  isolation: isolate;
  z-index: 0;
}

.ambient-infrastructure {
  --hm-ambient-line-primary-top: 3.2rem;
  --hm-ambient-line-primary-left: clamp(1.25rem, 4vw, 4rem);
  --hm-ambient-line-primary-width: min(34vw, 30rem);
  --hm-ambient-line-support-top: 34%;
  --hm-ambient-line-support-right: clamp(-2rem, 3vw, 2rem);
  --hm-ambient-line-support-width: min(27vw, 24rem);
  --hm-ambient-line-micro-bottom: 11%;
  --hm-ambient-line-micro-left: 22%;
  --hm-ambient-line-micro-width: min(20vw, 14rem);
  --hm-ambient-panel-stand-top: 5.5rem;
  --hm-ambient-panel-stand-right: min(12vw, 8rem);
  --hm-ambient-panel-stand-width: min(26vw, 22rem);
  --hm-ambient-panel-stand-height: min(24vh, 12rem);
  --hm-ambient-panel-support-top: 44%;
  --hm-ambient-panel-support-right: -2rem;
  --hm-ambient-panel-support-width: min(25vw, 21rem);
  --hm-ambient-panel-support-height: min(23vh, 12rem);
  --hm-ambient-panel-pocket-bottom: 6%;
  --hm-ambient-panel-pocket-left: 7%;
  --hm-ambient-panel-pocket-width: min(18vw, 13rem);
  --hm-ambient-panel-pocket-height: min(14vh, 7rem);
  position: fixed;
  inset: var(--hm-site-header-height) 0 0;
  z-index: -1;
  overflow: visible;
  pointer-events: none;
  opacity: 0.48;
}

.ambient-infrastructure > * {
  position: absolute;
  pointer-events: none;
}

.ambient-infrastructure__line {
  --hm-ambient-angle: 0deg;
  --hm-ambient-drift-x: 0.35rem;
  --hm-ambient-drift-y: -0.2rem;
  --hm-ambient-angle-shift: 1deg;
  --hm-ambient-opacity-idle: 0.36;
  --hm-ambient-opacity-active: 0.56;
  height: 1px;
  background: linear-gradient(90deg, rgba(129, 163, 190, 0), rgba(129, 163, 190, 0.18), rgba(129, 163, 190, 0));
  opacity: var(--hm-ambient-opacity-idle);
  transform: rotate(var(--hm-ambient-angle));
  transform-origin: left center;
}

.ambient-infrastructure__line::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.42rem;
  height: 0.42rem;
  border-top: 1px solid rgba(129, 163, 190, 0.3);
  border-right: 1px solid rgba(129, 163, 190, 0.3);
  transform: translateY(-50%) rotate(45deg);
}

.ambient-infrastructure__line--primary {
  --hm-ambient-angle: -6deg;
  --hm-ambient-drift-x: 0.5rem;
  --hm-ambient-drift-y: -0.35rem;
  --hm-ambient-angle-shift: 1.5deg;
  --hm-ambient-opacity-idle: 0.58;
  --hm-ambient-opacity-active: 0.8;
  top: var(--hm-ambient-line-primary-top);
  left: var(--hm-ambient-line-primary-left);
  width: var(--hm-ambient-line-primary-width);
  background:
    radial-gradient(circle at 26% 50%, rgba(129, 163, 190, 0.16) 0 0.17rem, transparent 0.22rem),
    radial-gradient(circle at 73% 50%, rgba(129, 163, 190, 0.14) 0 0.17rem, transparent 0.22rem),
    linear-gradient(90deg, rgba(129, 163, 190, 0), rgba(129, 163, 190, 0.22), rgba(129, 163, 190, 0.1) 82%, rgba(129, 163, 190, 0));
  animation: ambient-primary-drift 24s ease-in-out infinite;
}

.ambient-infrastructure__line--support {
  --hm-ambient-angle: 15deg;
  --hm-ambient-drift-x: -0.32rem;
  --hm-ambient-drift-y: 0.28rem;
  --hm-ambient-angle-shift: 1.2deg;
  --hm-ambient-opacity-idle: 0.46;
  --hm-ambient-opacity-active: 0.66;
  top: var(--hm-ambient-line-support-top);
  right: var(--hm-ambient-line-support-right);
  width: var(--hm-ambient-line-support-width);
  background:
    radial-gradient(circle at 36% 50%, rgba(129, 163, 190, 0.12) 0 0.16rem, transparent 0.22rem),
    linear-gradient(90deg, rgba(129, 163, 190, 0), rgba(129, 163, 190, 0.16), rgba(129, 163, 190, 0.06));
  animation: ambient-support-drift 28s ease-in-out infinite;
}

.ambient-infrastructure__line--micro {
  --hm-ambient-angle: 4deg;
  --hm-ambient-drift-x: 0.18rem;
  --hm-ambient-drift-y: 0.12rem;
  --hm-ambient-angle-shift: 1deg;
  --hm-ambient-opacity-idle: 0.32;
  --hm-ambient-opacity-active: 0.48;
  bottom: var(--hm-ambient-line-micro-bottom);
  left: var(--hm-ambient-line-micro-left);
  width: var(--hm-ambient-line-micro-width);
  background: linear-gradient(90deg, rgba(129, 163, 190, 0), rgba(129, 163, 190, 0.12), rgba(129, 163, 190, 0));
  animation: ambient-micro-drift 30s ease-in-out infinite;
}

.ambient-infrastructure__line--micro::after {
  display: none;
}

.ambient-infrastructure__panel {
  --hm-ambient-angle: 0deg;
  --hm-ambient-drift-x: 0.24rem;
  --hm-ambient-drift-y: -0.18rem;
  --hm-ambient-angle-shift: 1deg;
  --hm-ambient-opacity-idle: 0.3;
  --hm-ambient-opacity-active: 0.46;
  border: 1px solid rgba(129, 163, 190, 0.1);
  border-radius: 2rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(237, 245, 251, 0.04));
  opacity: var(--hm-ambient-opacity-idle);
  transform: rotate(var(--hm-ambient-angle));
}

.ambient-infrastructure__panel--stand {
  --hm-ambient-angle: -7deg;
  --hm-ambient-drift-x: 0.42rem;
  --hm-ambient-drift-y: -0.28rem;
  --hm-ambient-angle-shift: 1.2deg;
  --hm-ambient-opacity-idle: 0.44;
  --hm-ambient-opacity-active: 0.64;
  top: var(--hm-ambient-panel-stand-top);
  right: var(--hm-ambient-panel-stand-right);
  width: var(--hm-ambient-panel-stand-width);
  height: var(--hm-ambient-panel-stand-height);
  animation: ambient-primary-drift 26s ease-in-out infinite;
}

.ambient-infrastructure__panel--support {
  --hm-ambient-angle: 9deg;
  --hm-ambient-drift-x: -0.28rem;
  --hm-ambient-drift-y: 0.22rem;
  --hm-ambient-angle-shift: 1deg;
  --hm-ambient-opacity-idle: 0.34;
  --hm-ambient-opacity-active: 0.52;
  top: var(--hm-ambient-panel-support-top);
  right: var(--hm-ambient-panel-support-right);
  width: var(--hm-ambient-panel-support-width);
  height: var(--hm-ambient-panel-support-height);
  border-radius: 2.4rem;
  animation: ambient-support-drift 30s ease-in-out infinite;
}

.ambient-infrastructure__panel--pocket {
  --hm-ambient-angle: 5deg;
  --hm-ambient-drift-x: 0.18rem;
  --hm-ambient-drift-y: 0.12rem;
  --hm-ambient-angle-shift: 0.8deg;
  --hm-ambient-opacity-idle: 0.28;
  --hm-ambient-opacity-active: 0.42;
  bottom: var(--hm-ambient-panel-pocket-bottom);
  left: var(--hm-ambient-panel-pocket-left);
  width: var(--hm-ambient-panel-pocket-width);
  height: var(--hm-ambient-panel-pocket-height);
  border-radius: 1.55rem;
  animation: ambient-micro-drift 30s ease-in-out infinite;
}

.ambient-infrastructure__glow {
  inset: 0;
  background: radial-gradient(circle at var(--hm-pointer-x) calc(var(--hm-pointer-y) - var(--hm-site-header-height)), rgba(170, 205, 232, 0.1), transparent 16rem);
  opacity: 0.72;
}

body.home .ambient-infrastructure {
  opacity: 0.22;
}

body.post-type-archive-product .ambient-infrastructure,
body.tax-product_cat .ambient-infrastructure {
  opacity: 0.12;
}

body:not(.home):not(.post-type-archive-product):not(.tax-product_cat) .ambient-infrastructure {
  opacity: 0.08;
}

body:not(.home):not(.post-type-archive-product):not(.tax-product_cat) .ambient-infrastructure__line,
body:not(.home):not(.post-type-archive-product):not(.tax-product_cat) .ambient-infrastructure__panel,
body:not(.home):not(.post-type-archive-product):not(.tax-product_cat) .pdp-gallery::before,
body:not(.home):not(.post-type-archive-product):not(.tax-product_cat) .pdp-summary::before {
  animation: none;
}

body:not(.home):not(.post-type-archive-product):not(.tax-product_cat) .ambient-infrastructure__line--support,
body:not(.home):not(.post-type-archive-product):not(.tax-product_cat) .ambient-infrastructure__line--micro,
body:not(.home):not(.post-type-archive-product):not(.tax-product_cat) .ambient-infrastructure__panel--support,
body:not(.home):not(.post-type-archive-product):not(.tax-product_cat) .ambient-infrastructure__panel--pocket {
  display: none;
}

body:not(.home):not(.post-type-archive-product):not(.tax-product_cat) .ambient-infrastructure__glow {
  background: radial-gradient(circle at 72% 24%, rgba(170, 205, 232, 0.04), transparent 12rem);
  opacity: 0.32;
}

body:not(.home):not(.post-type-archive-product):not(.tax-product_cat) .pdp-gallery::before {
  --hm-ambient-opacity-idle: 0.08;
  --hm-ambient-opacity-active: 0.08;
  border-color: rgba(129, 163, 190, 0.05);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(237, 245, 251, 0.015));
}

body:not(.home):not(.post-type-archive-product):not(.tax-product_cat) .pdp-summary::before {
  --hm-ambient-opacity-idle: 0.06;
  --hm-ambient-opacity-active: 0.06;
  border-color: rgba(129, 163, 190, 0.05);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(237, 245, 251, 0.012));
}

@keyframes ambient-primary-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(var(--hm-ambient-angle));
    opacity: var(--hm-ambient-opacity-idle);
  }

  50% {
    transform: translate3d(var(--hm-ambient-drift-x), var(--hm-ambient-drift-y), 0) rotate(calc(var(--hm-ambient-angle) + var(--hm-ambient-angle-shift)));
    opacity: var(--hm-ambient-opacity-active);
  }
}

@keyframes ambient-support-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(var(--hm-ambient-angle));
    opacity: var(--hm-ambient-opacity-idle);
  }

  50% {
    transform: translate3d(var(--hm-ambient-drift-x), var(--hm-ambient-drift-y), 0) rotate(calc(var(--hm-ambient-angle) + var(--hm-ambient-angle-shift)));
    opacity: var(--hm-ambient-opacity-active);
  }
}

@keyframes ambient-micro-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(var(--hm-ambient-angle));
    opacity: var(--hm-ambient-opacity-idle);
  }

  50% {
    transform: translate3d(var(--hm-ambient-drift-x), var(--hm-ambient-drift-y), 0) rotate(calc(var(--hm-ambient-angle) + var(--hm-ambient-angle-shift)));
    opacity: var(--hm-ambient-opacity-active);
  }
}

@keyframes home-spotlight-sweep {
  0% {
    opacity: 0;
    transform: translate3d(-42%, 0, 0) rotate(0.001deg);
  }

  28% {
    opacity: 0.62;
  }

  100% {
    opacity: 0;
    transform: translate3d(42%, 0, 0) rotate(0.001deg);
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--hm-font-family-sans);
  font-weight: var(--hm-font-weight-strong);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  font: inherit;
}

:focus-visible {
  outline: 3px solid rgba(234, 123, 31, 0.28);
  outline-offset: 2px;
}

.site-width {
  width: min(var(--hm-shell-max), calc(100% - (var(--hm-shell-gutter) * 2)));
  margin: 0 auto;
}

.site-main {
  padding-bottom: 4rem;
}

.section,
.hero {
  padding-top: 2rem;
}

.section--notices {
  padding-top: 1rem;
}

.section__header {
  margin-bottom: 1.15rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: var(--hm-header-plane);
  box-shadow:
    0 1px 0 var(--hm-border-strong),
    0 12px 28px rgba(21, 32, 41, 0.06);
  backdrop-filter: blur(18px) saturate(108%);
}

.site-header__utility {
  border-bottom: 1px solid var(--hm-border-muted);
  background: linear-gradient(180deg, rgba(249, 247, 242, 0.98), rgba(240, 245, 247, 0.94));
  color: var(--hm-muted);
  visibility: visible;
}

.site-header__utility-row,
.site-header__masthead-row,
.site-header__catalogbar-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.site-header__utility-row {
  min-height: 1.68rem;
}

.site-header__actions,
.site-header__signals,
.hero__actions,
.breadcrumbs,
.sort-bar,
.cta-band,
.product-card__meta,
.offer-state,
.gallery-strip,
.offer-selector__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.site-header__masthead {
  border-bottom: 1px solid var(--hm-border-muted);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 240, 233, 0.96));
}

.site-header__masthead-row {
  display: grid;
  grid-template-columns: minmax(16rem, 0.92fr) minmax(22rem, 1.08fr) max-content;
  align-items: center;
  gap: 1rem;
  padding: 0.98rem 0 1.02rem;
}

.site-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}

.site-brand__logo {
  position: relative;
  flex: 0 0 3.35rem;
  width: 3.35rem;
  height: 3.35rem;
  border-radius: 1rem;
  border: 1px solid var(--hm-border);
  background: linear-gradient(160deg, #f7f2eb 0%, #edf2f5 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.58),
    0 10px 22px rgba(21, 32, 41, 0.06);
}

.site-brand__logo::after {
  content: "";
  position: absolute;
  inset: 0.68rem;
  border-radius: 0.6rem;
  background: linear-gradient(135deg, var(--hm-brand), var(--hm-brand-deep));
  clip-path: polygon(0 0, 100% 14%, 72% 100%, 18% 84%);
}

.site-brand__logo--image {
  display: grid;
  place-items: center;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.site-brand__logo--image::after {
  content: none;
}

.site-brand__logo-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-brand__copy {
  display: grid;
  gap: 0.2rem;
  min-width: 0;
}

.site-brand__tagline {
  display: block;
  width: 100%;
  text-align: center;
}

.site-brand__name {
  font-family: var(--hm-font-family-sans);
  font-size: 1.18rem;
  font-weight: var(--hm-font-weight-strong);
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--hm-ink);
}

.site-brand__title,
.site-brand__meta {
  max-width: 30rem;
  font-size: var(--hm-font-size-base);
}

.site-brand__meta {
  color: var(--hm-muted);
  font-size: var(--hm-font-size-sm);
}

.site-header__pitch {
  display: grid;
  justify-items: center;
  gap: 0.2rem;
  min-width: 0;
  text-align: center;
}

.site-header__pitch-eyebrow {
  margin: 0;
  color: var(--hm-muted);
  font-size: var(--hm-font-size-sm);
  font-weight: var(--hm-font-weight-strong);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-header__pitch-title,
.site-header__pitch-meta {
  margin: 0;
}

.site-header__pitch-title {
  max-width: 33rem;
  font-size: 0.94rem;
  font-weight: var(--hm-font-weight-strong);
  line-height: 1.2;
  text-wrap: balance;
}

.site-header__pitch-meta {
  max-width: 28rem;
  color: var(--hm-muted);
  font-size: 0.8rem;
  line-height: 1.3;
  text-wrap: balance;
}

.site-header .site-brand {
  width: 100%;
  max-width: 30rem;
  gap: 0.82rem;
  padding: 0.08rem 0;
}

.site-header .site-brand__logo {
  flex-basis: 3.18rem;
  width: 3.18rem;
  height: 3.18rem;
  border-radius: 0.96rem;
  box-shadow:
    0 16px 32px rgba(20, 28, 36, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.42);
}

.site-header .site-brand__logo--image {
  flex-basis: 3.08rem;
  width: 3.08rem;
  height: 2.68rem;
  border-radius: 0;
  box-shadow: none;
}

.site-header .site-brand__copy {
  gap: 0.16rem;
  min-height: 2.66rem;
  align-content: center;
  justify-items: center;
  text-align: center;
  padding-left: 0.25rem;
}

.site-header .site-brand__name {
  display: inline-block;
  width: fit-content;
  font-size: 1.24rem;
  letter-spacing: 0;
}

.site-header .site-brand__name::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.16rem;
  margin-top: 0.26rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--hm-brand), var(--hm-brand-deep));
}

.site-header .site-brand__tagline {
  color: var(--hm-muted);
  font-size: 0.72rem;
  font-weight: var(--hm-font-weight-strong);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-header .site-brand__title {
  max-width: 22rem;
  color: var(--hm-ink);
  font-size: var(--hm-font-size-base);
  font-weight: var(--hm-font-weight-strong);
  line-height: 1.24;
}

.site-header__pitch,
.site-header__contact {
  align-self: center;
}

.site-header__pitch {
  justify-self: center;
  width: min(100%, 35rem);
  margin-inline: auto;
  align-content: center;
  place-items: center;
}

.site-header__contact {
  display: grid;
  width: auto;
  max-width: none;
  grid-template-columns: max-content max-content auto;
  grid-template-areas: "actions lines cart";
  align-items: center;
  column-gap: 0.58rem;
  row-gap: 0;
  justify-self: end;
  justify-items: end;
}

.site-header__contact-lines {
  display: grid;
  grid-area: lines;
  width: auto;
  gap: 0.2rem;
  justify-items: end;
  text-align: right;
}

.site-header__contact-line {
  display: block;
  width: max-content;
  max-width: 100%;
  min-height: 0;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  justify-self: center;
  line-height: 1.1;
}

.site-header__contact-line--phone {
  color: var(--hm-ink);
  font-size: 0.94rem;
  font-weight: var(--hm-font-weight-strong);
  white-space: nowrap;
}

.site-header__contact-line--email {
  color: var(--hm-ink);
  font-size: 0.94rem;
  font-weight: var(--hm-font-weight-strong);
  white-space: nowrap;
}

.site-header__contact-value {
  display: inline-block;
}

.site-phone-value {
  display: inline-block;
}

.site-header__contact-line--phone .site-header__contact-value,
.checkout-header__contact-item--phone,
.site-footer__contact-text--phone,
.contact-details-card__item strong {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: inherit;
  gap: 0.22rem;
}

.site-header .phone-operator-badge {
  gap: 0.14rem;
  padding: 0.1rem 0.28rem 0.1rem 0.16rem;
  font-size: 0.5rem;
}

.site-header .phone-operator-badge__mark {
  width: 0.78rem;
  height: 0.78rem;
  flex-basis: 0.78rem;
}

.site-header .phone-operator-badge__mark span,
.site-header .phone-operator-badge__mark::after {
  left: 0.1rem;
  width: 0.66rem;
  height: 0.28rem;
  border-width: 0.1rem;
}

.site-header .phone-operator-badge__mark span {
  top: 0.16rem;
}

.site-header .phone-operator-badge__mark::after {
  top: 0.38rem;
}

.site-header .phone-operator-badge--mts .phone-operator-badge__mark::before {
  width: 0.38rem;
  height: 0.38rem;
}

.phone-operator-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.18rem;
  flex: 0 0 auto;
  padding: 0.13rem 0.34rem 0.13rem 0.2rem;
  border: 1px solid rgba(31, 132, 190, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #176996;
  font-size: 0.58rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  vertical-align: middle;
  box-shadow: 0 6px 14px rgba(31, 93, 135, 0.08);
}

.phone-operator-badge__mark {
  position: relative;
  display: inline-block;
  width: 0.92rem;
  height: 0.92rem;
  flex: 0 0 0.92rem;
  overflow: hidden;
  border-radius: 999px;
  background: linear-gradient(135deg, #1dbfe3 0%, #2067b2 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.26);
}

.phone-operator-badge__mark span,
.phone-operator-badge__mark::after {
  position: absolute;
  left: 0.13rem;
  width: 0.78rem;
  height: 0.34rem;
  content: "";
  border: 0.12rem solid rgba(255, 255, 255, 0.94);
  border-top: 0;
  border-left-color: transparent;
  border-radius: 0 0 999px 999px;
  transform: rotate(-16deg);
}

.phone-operator-badge__mark span {
  top: 0.2rem;
}

.phone-operator-badge__mark::after {
  top: 0.46rem;
  opacity: 0.68;
}

.phone-operator-badge--mts {
  border-color: rgba(227, 6, 19, 0.24);
  color: #e30613;
  box-shadow: 0 6px 14px rgba(227, 6, 19, 0.08);
}

.phone-operator-badge--mts .phone-operator-badge__mark {
  display: grid;
  place-items: center;
  border-radius: 0.24rem;
  background: #e30613;
}

.phone-operator-badge--mts .phone-operator-badge__mark::before {
  width: 0.46rem;
  height: 0.46rem;
  content: "";
  border-radius: 999px;
  background: #fff;
}

.phone-operator-badge--mts .phone-operator-badge__mark span,
.phone-operator-badge--mts .phone-operator-badge__mark::after {
  display: none;
}

.site-footer__contact-text--phone .phone-operator-badge {
  background: rgba(255, 255, 255, 0.94);
}

.site-header__contact-actions {
  display: grid;
  grid-area: actions;
  justify-content: stretch;
  justify-self: end;
  gap: 0.32rem;
}

.site-header__contact-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 7.75rem;
  min-height: 2rem;
  padding: 0.4rem 0.78rem;
  border: 1px solid rgba(199, 126, 67, 0.18);
  border-radius: 999px;
  background: rgba(249, 238, 226, 0.7);
  color: var(--hm-accent-deep);
  font-size: 0.76rem;
  font-weight: var(--hm-font-weight-strong);
  line-height: 1.2;
  box-shadow: 0 6px 14px rgba(21, 32, 41, 0.03);
}

.site-header__contact-action:hover {
  color: var(--hm-accent);
  border-color: rgba(199, 126, 67, 0.28);
  background: rgba(249, 238, 226, 0.9);
}

.site-header__signals {
  justify-content: center;
  color: var(--hm-muted);
  font-size: var(--hm-font-size-sm);
}

.site-header__signals span {
  padding: 0.55rem 0.82rem;
  border: 1px solid var(--hm-border-muted);
  border-radius: 999px;
  background: var(--hm-trust-chip-plane);
  color: var(--hm-text-body);
}

.site-header__actions {
  grid-area: cart;
  width: auto;
  justify-self: end;
  align-self: center;
  justify-content: flex-end;
  gap: 0.45rem;
}

.site-cart-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.44rem;
  min-height: 2.38rem;
  min-width: 3.28rem;
  padding: 0.42rem 0.62rem;
  border: 1px solid var(--hm-border-strong);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--hm-text-strong);
  box-shadow: 0 10px 24px rgba(21, 32, 41, 0.05);
}

.site-cart-link__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.22rem;
  height: 1.22rem;
}

.site-cart-link__icon svg {
  width: 100%;
  height: 100%;
}

.site-cart-link__count {
  display: inline-grid;
  place-items: center;
  min-width: 1.22rem;
  min-height: 1.22rem;
  padding: 0 0.22rem;
  border-radius: 999px;
  background: var(--hm-cta-primary-bg);
  color: var(--hm-cta-primary-text);
  font-size: 0.74rem;
  font-weight: var(--hm-font-weight-strong);
}

.site-floating-cart {
  display: none;
}

@keyframes hm-floating-cart-pop {
  0% {
    opacity: 0;
    transform: translate3d(0, 0.7rem, 0) scale(0.9);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.site-header__catalogbar {
  border-bottom: 1px solid var(--hm-border-muted);
  background: linear-gradient(180deg, rgba(247, 243, 237, 0.94), rgba(240, 245, 247, 0.9));
}

.site-header__catalogbar-row {
  align-items: center;
  padding: 0.46rem 0;
}

.catalog-trigger {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.7rem;
  min-width: 10.5rem;
  min-height: 2.38rem;
  padding: 0.54rem 0.9rem;
  border-radius: 0.8rem;
  background: var(--hm-cta-primary-bg);
  color: var(--hm-cta-primary-text);
  font-size: 0.84rem;
  font-weight: var(--hm-font-weight-strong);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border: 1px solid var(--hm-cta-primary-border);
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(184, 100, 33, 0.18);
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}

.catalog-trigger::before {
  content: "☰";
  font-size: 0.98rem;
  line-height: 1;
}

.catalog-trigger-group {
  position: relative;
  flex: 0 0 clamp(300px, 23vw, 340px);
  width: min(100%, clamp(300px, 23vw, 340px));
}

.catalog-trigger--desktop {
  width: 100%;
  justify-content: space-between;
  padding-inline: 1.25rem;
  border: 1px solid var(--hm-border-strong);
  background: linear-gradient(180deg, rgba(251, 247, 241, 0.98), rgba(242, 236, 226, 0.96));
  color: var(--hm-text-strong);
  box-shadow: 0 12px 24px rgba(21, 32, 41, 0.05);
}

.catalog-trigger--desktop::before {
  color: var(--hm-muted);
}

.catalog-trigger--desktop::after {
  content: "▾";
  font-size: 0.92rem;
  line-height: 1;
  transition: transform 0.18s ease;
}

.catalog-trigger-group:hover > .catalog-trigger--desktop,
.catalog-trigger-group:focus-within > .catalog-trigger--desktop {
  background: linear-gradient(180deg, rgba(255, 252, 248, 0.98), rgba(245, 238, 228, 0.98));
  box-shadow: 0 18px 32px rgba(21, 32, 41, 0.08);
}

.catalog-trigger-group:hover > .catalog-trigger--desktop::after,
.catalog-trigger-group:focus-within > .catalog-trigger--desktop::after {
  transform: rotate(180deg);
}

.catalog-trigger--static {
  flex: 0 0 clamp(300px, 23vw, 340px);
  padding-inline: 1.25rem;
  border: 1px solid var(--hm-border-strong);
  background: linear-gradient(180deg, rgba(251, 247, 241, 0.98), rgba(242, 236, 226, 0.96));
  color: var(--hm-text-strong);
  cursor: default;
  box-shadow: 0 10px 22px rgba(21, 32, 41, 0.04);
  pointer-events: none;
}

.catalog-trigger--static::before {
  color: var(--hm-muted);
}

.catalog-trigger--mobile {
  display: none;
}

.catalog-dropdown {
  position: absolute;
  top: calc(100% + 0.65rem);
  left: 0;
  width: 100%;
  z-index: 26;
  border: 1px solid var(--hm-border-strong);
  border-radius: 1.5rem;
  background: rgba(252, 251, 248, 0.98);
  box-shadow: var(--hm-shadow-elevated);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-0.35rem);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.catalog-dropdown::before {
  content: "";
  position: absolute;
  top: -0.65rem;
  left: 0;
  right: 0;
  height: 0.65rem;
}

.catalog-trigger-group:hover > .catalog-dropdown,
.catalog-trigger-group:focus-within > .catalog-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.catalog-rail--dropdown {
  border-radius: inherit;
}

.catalog-rail--dropdown .catalog-mega {
  left: calc(100% + 0.15rem);
}

.catalog-search {
  flex: 1 1 18rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.catalog-search input {
  width: 100%;
  min-height: 2.38rem;
  padding: 0.6rem 0.84rem;
  border: 1px solid var(--hm-border-strong);
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.88);
  color: var(--hm-text-strong);
  font-size: 0.86rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  transition: border-color var(--hm-motion-fast) var(--hm-ease-ui), box-shadow var(--hm-motion-fast) var(--hm-ease-ui), background-color var(--hm-motion-fast) var(--hm-ease-ui);
}

.catalog-search input:focus-visible {
  outline: none;
  border-color: rgba(199, 126, 67, 0.4);
  box-shadow: 0 0 0 0.2rem rgba(212, 122, 50, 0.1);
}

.catalog-search button {
  flex: 0 0 auto;
  min-height: 2.2rem;
  padding: 0.52rem 0.84rem;
  border: 1px solid var(--hm-cta-primary-border);
  border-radius: 999px;
  background: var(--hm-cta-primary-bg);
  color: var(--hm-cta-primary-text);
  font-size: 0.76rem;
  font-weight: var(--hm-font-weight-strong);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(184, 100, 33, 0.16);
  transition: transform var(--hm-motion-fast) var(--hm-ease-ui), box-shadow var(--hm-motion-fast) var(--hm-ease-ui), background-color var(--hm-motion-fast) var(--hm-ease-ui), opacity var(--hm-motion-fast) var(--hm-ease-ui);
}

.catalog-search__autocomplete {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
  border: 1px solid var(--hm-border-strong);
  border-radius: 1rem;
  background: rgba(252, 251, 248, 0.98);
  box-shadow: 0 22px 46px rgba(14, 31, 48, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-0.25rem);
  transition: opacity var(--hm-motion-fast) var(--hm-ease-ui), transform var(--hm-motion-fast) var(--hm-ease-ui), visibility var(--hm-motion-fast) var(--hm-ease-ui);
}

.catalog-search__autocomplete[data-ui-state="opening"],
.catalog-search__autocomplete[data-ui-state="open"] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.catalog-search__autocomplete[aria-busy="true"] {
  opacity: 0.9;
}

.catalog-search__autocomplete[hidden] {
  display: none !important;
}

.catalog-search__group {
  display: grid;
  gap: 0.35rem;
}

.catalog-search__group-title {
  margin: 0;
  font-size: 0.8rem;
  font-weight: var(--hm-font-weight-strong);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--hm-muted);
}

.catalog-search__item,
.catalog-search__more {
  display: grid;
  gap: 0.2rem;
  padding: 0.55rem 0.7rem;
  border-radius: 0.8rem;
  background: var(--hm-trust-chip-plane);
  color: var(--hm-text-strong);
  font-weight: var(--hm-font-weight-strong);
  transition: background-color var(--hm-motion-fast) var(--hm-ease-ui), color var(--hm-motion-fast) var(--hm-ease-ui), opacity var(--hm-motion-fast) var(--hm-ease-ui);
}

.catalog-search__item small {
  color: var(--hm-muted);
  font-size: 0.78rem;
  font-weight: var(--hm-font-weight-strong);
}

.catalog-search__item:hover,
.catalog-search__item:focus-visible,
.catalog-search__more:hover,
.catalog-search__more:focus-visible {
  background: rgba(212, 122, 50, 0.12);
  outline: none;
}

.catalog-search__footer {
  padding-top: 0.25rem;
  border-top: 1px solid var(--hm-line);
}

.service-nav,
.footer-links,
.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
}

.service-nav a {
  padding: 0.06rem 0;
  font-size: 0.72rem;
  font-weight: var(--hm-font-weight-strong);
  opacity: 0.92;
}

.service-nav a[aria-current="page"],
.service-nav a.is-active {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

.offer-chip {
  flex: 0 0 auto;
  padding: 0.75rem 0.95rem;
  border: 1px solid var(--hm-border-muted);
  border-radius: 999px;
  background: var(--hm-trust-chip-plane);
  color: var(--hm-text-body);
  font-size: 0.92rem;
  font-weight: var(--hm-font-weight-strong);
}

.offer-chip.is-active {
  border-color: rgba(199, 126, 67, 0.32);
  background: rgba(212, 122, 50, 0.12);
  color: var(--hm-accent-deep);
}

body.has-hameleon-lead-shell {
  overflow: hidden;
}

body.has-product-media-modal {
  overflow: hidden;
}

body.has-work-lightbox {
  overflow: hidden;
}

.panel,
.hero__copy,
.hero__aside,
.cart-shell,
.product-shell__media,
.product-shell__summary,
.home-stage__sidebar,
.home-hero,
.home-benefit,
.site-footer {
  background: var(--hm-card-plane);
  border: 1px solid var(--hm-border);
  border-radius: 1.5rem;
  box-shadow: var(--hm-shadow-soft);
}

.panel,
.hero__copy,
.hero__aside,
.cart-shell,
.product-shell__summary,
.home-stage__sidebar,
.home-benefit,
.site-footer {
  padding: 1.5rem;
}

.cart-shell.is-loading {
  opacity: 0.6;
  transition: opacity 0.18s ease;
  pointer-events: none;
}

#lead-request {
  scroll-margin-top: 8rem;
}

.lead-modal {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: center;
  padding: 1rem 1.25rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity var(--hm-motion-slow) var(--hm-ease-panel), visibility var(--hm-motion-slow) var(--hm-ease-panel);
}

.lead-modal[data-ui-state="opening"],
.lead-modal[data-ui-state="open"] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.lead-modal[hidden] {
  display: none;
}

.lead-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 29, 38, 0.5);
  backdrop-filter: blur(6px);
  opacity: 0;
  transition: opacity var(--hm-motion-slow) var(--hm-ease-panel);
}

.lead-modal[data-ui-state="opening"] .lead-modal__backdrop,
.lead-modal[data-ui-state="open"] .lead-modal__backdrop {
  opacity: 1;
}

.lead-modal__panel {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  max-height: min(94vh, 760px);
  overflow: hidden;
  border: 1px solid var(--hm-border-strong);
  border-radius: 1.5rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 246, 241, 0.98));
  box-shadow: 0 26px 68px rgba(14, 29, 43, 0.18);
  opacity: 0;
  transform: translate3d(0, 1rem, 0) scale(0.985);
  transition: opacity var(--hm-motion-medium) var(--hm-ease-ui), transform var(--hm-motion-medium) var(--hm-ease-ui);
}

.lead-modal[data-ui-state="opening"] .lead-modal__panel,
.lead-modal[data-ui-state="open"] .lead-modal__panel {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.lead-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  border: 1px solid var(--hm-border-strong);
  background: rgba(255, 255, 255, 0.96);
  color: var(--hm-ink);
  font-size: 1.6rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(21, 32, 41, 0.08);
}

.lead-modal__layout {
  display: grid;
  grid-template-columns: minmax(17rem, 0.72fr) minmax(0, 1fr);
  min-height: min(40rem, 88vh);
}

.lead-modal__visual {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 1rem;
  overflow: hidden;
  padding: 1.18rem;
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.78), transparent 34%),
    linear-gradient(160deg, #f2f4f1 0%, #f7f1e8 100%);
}

.lead-modal__visual::before {
  content: "";
  position: absolute;
  right: -5.8rem;
  bottom: 3.4rem;
  width: 23rem;
  aspect-ratio: 320 / 277;
  background: url("../images/brand/hameleon-logo-mark.webp") center / contain no-repeat;
  opacity: 0.12;
  transform: rotate(-8deg);
}

.lead-visual__brand,
.lead-visual__scene,
.lead-visual__note {
  position: relative;
  z-index: 1;
}

.lead-visual__brand {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  min-width: 0;
}

.lead-visual__mark {
  display: grid;
  place-items: center;
  flex: 0 0 2.6rem;
  width: 2.6rem;
  height: 2.6rem;
}

.lead-visual__mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lead-visual__brand-copy {
  display: grid;
  min-width: 0;
  gap: 0.12rem;
}

.lead-visual__brand-copy strong {
  color: var(--hm-ink);
  font-size: 0.96rem;
  line-height: 1.12;
}

.lead-visual__brand-copy span {
  color: var(--hm-muted);
  font-size: 0.76rem;
  line-height: 1.2;
}

.lead-visual__scene {
  min-height: 19rem;
}

.lead-visual__logo-fragment {
  position: absolute;
  inset: 1.1rem -2.2rem auto auto;
  width: 13.8rem;
  aspect-ratio: 320 / 277;
  background: url("../images/brand/hameleon-logo-mark.webp") center / contain no-repeat;
  opacity: 0.2;
  filter: saturate(0.9);
}

.lead-visual__stand {
  position: absolute;
  left: 0.2rem;
  bottom: 2.1rem;
  width: min(66%, 12.8rem);
  aspect-ratio: 5 / 4;
  border: 1px solid rgba(111, 131, 147, 0.28);
  border-radius: 0.78rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 241, 232, 0.88)),
    linear-gradient(90deg, transparent 0 48%, rgba(111, 131, 147, 0.12) 48% 52%, transparent 52%);
  box-shadow: 0 16px 34px rgba(31, 45, 55, 0.12);
}

.lead-visual__stand span {
  position: absolute;
  left: 12%;
  right: 12%;
  height: 0.52rem;
  border-radius: 999px;
  background: rgba(100, 118, 130, 0.18);
}

.lead-visual__stand span:nth-child(1) {
  top: 20%;
  width: 58%;
}

.lead-visual__stand span:nth-child(2) {
  top: 42%;
}

.lead-visual__stand span:nth-child(3) {
  top: 62%;
  width: 72%;
}

.lead-visual__document {
  position: absolute;
  right: 0.7rem;
  width: 7.4rem;
  height: 9.4rem;
  border: 1px solid rgba(111, 131, 147, 0.24);
  border-radius: 0.72rem;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 30px rgba(31, 45, 55, 0.1);
}

.lead-visual__document--back {
  top: 5.1rem;
  transform: rotate(-6deg);
  opacity: 0.72;
}

.lead-visual__document--front {
  top: 6.05rem;
  transform: rotate(4deg);
}

.lead-visual__document--front::before,
.lead-visual__document--front::after {
  content: "";
  position: absolute;
  left: 0.9rem;
  border-radius: 999px;
  background: rgba(100, 118, 130, 0.18);
}

.lead-visual__document--front::before {
  top: 1.35rem;
  right: auto;
  height: 0.58rem;
  width: 54%;
}

.lead-visual__document--front::after {
  top: 2.55rem;
  right: 0.9rem;
  height: 0.42rem;
  box-shadow:
    0 1.05rem 0 rgba(100, 118, 130, 0.14),
    0 2.1rem 0 rgba(100, 118, 130, 0.14);
}

.lead-visual__cards {
  position: absolute;
  right: 0;
  bottom: 0.7rem;
  display: grid;
  gap: 0.48rem;
  width: min(72%, 13rem);
}

.lead-visual__cards--callback {
  display: none;
}

.lead-modal[data-lead-mode="callback"] .lead-visual__cards--quote {
  display: none;
}

.lead-modal[data-lead-mode="callback"] .lead-visual__cards--callback {
  display: grid;
}

.lead-visual__cards span {
  display: inline-flex;
  align-items: center;
  min-height: 2.18rem;
  padding: 0.48rem 0.66rem;
  border: 1px solid rgba(111, 131, 147, 0.2);
  border-radius: 0.68rem;
  background: rgba(255, 255, 255, 0.82);
  color: var(--hm-text-strong);
  font-size: 0.78rem;
  font-weight: var(--hm-font-weight-strong);
  line-height: 1.14;
  box-shadow: 0 10px 22px rgba(31, 45, 55, 0.08);
}

.lead-modal[data-lead-mode="callback"] .lead-visual__document--front::before {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: rgba(220, 135, 68, 0.14);
}

.lead-modal[data-lead-mode="callback"] .lead-visual__document--front::after {
  top: 4.3rem;
  height: 0.5rem;
}

.lead-visual__note {
  max-width: 16.5rem;
  margin: 0;
  color: var(--hm-muted);
  font-size: 0.78rem;
  line-height: 1.28;
}

.lead-modal__content {
  display: grid;
  align-content: start;
  gap: 0.72rem;
  padding: 1.18rem 1.34rem 1.08rem;
  overflow: auto;
  background: linear-gradient(180deg, rgba(250, 247, 242, 0.78), rgba(255, 255, 255, 0));
}

.lead-modal__content h1 {
  margin: 0;
  font-size: clamp(1.78rem, 2.18vw, 2.45rem);
  line-height: 1.08;
}

.lead-shell__intro,
.lead-modal__intro {
  max-width: 26rem;
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.34;
  color: var(--hm-muted);
}

.lead-shell__status {
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  border: 1px solid var(--hm-border);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.lead-shell__status h2 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
}

.lead-shell__status p {
  margin: 0.35rem 0 0;
}

.lead-shell__status-note {
  font-size: 0.84rem;
  color: var(--hm-muted);
}

.lead-shell__status--success {
  border-color: rgba(30, 142, 62, 0.22);
  background: rgba(30, 142, 62, 0.08);
}

.lead-shell__status--error {
  border-color: rgba(176, 42, 55, 0.22);
  background: rgba(176, 42, 55, 0.08);
}

.lead-shell__form {
  margin-top: 0;
}

.lead-shell__antispam {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.lead-shell__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.58rem;
  margin-bottom: 0.56rem;
}

.lead-shell__field {
  display: grid;
  gap: 0.45rem;
}

.lead-shell__field span {
  font-weight: var(--hm-font-weight-strong);
}

.lead-shell__field input,
.lead-shell__field textarea {
  width: 100%;
  min-width: 0;
  padding: 0.68rem 0.8rem;
  border: 1px solid var(--hm-border);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.56);
}

.lead-shell__field textarea {
  min-height: 4.6rem;
  resize: vertical;
}

.lead-shell__file-control {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.56rem;
  min-height: 2.8rem;
  padding: 0.32rem 0.4rem;
  border: 1px solid var(--hm-border);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.96);
  color: var(--hm-muted);
  cursor: pointer;
}

.lead-shell__file-control input[type="file"] {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
}

.lead-shell__file-control:focus-within {
  border-color: rgba(194, 101, 32, 0.48);
  box-shadow: 0 0 0 3px rgba(212, 122, 45, 0.14);
}

.lead-shell__file-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.1rem;
  padding: 0.42rem 0.76rem;
  border-radius: 0.68rem;
  background: var(--hm-cta-primary-bg);
  color: #fff;
  font-weight: var(--hm-font-weight-strong);
  line-height: 1;
}

.lead-shell__file-summary {
  min-width: 0;
  overflow: hidden;
  color: var(--hm-text);
  font-weight: var(--hm-font-weight-base);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lead-shell__field small {
  color: var(--hm-muted);
  font-size: 0.75rem;
}

.lead-shell__field--full {
  grid-column: 1 / -1;
}

.lead-modal__checkbox {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.6rem;
  align-items: start;
  padding: 0.1rem 0;
  color: var(--hm-muted);
  font-size: 0.76rem;
  line-height: 1.28;
}

.lead-modal__checkbox input {
  margin-top: 0.2rem;
}

.lead-modal__actions {
  margin-top: 0;
  justify-content: flex-start;
}

.lead-modal__submit {
  min-width: 12.5rem;
  padding-top: 0.82rem;
  padding-bottom: 0.82rem;
  border-radius: 0.95rem;
  background: var(--hm-cta-primary-bg);
  border-color: var(--hm-cta-primary-border);
  color: var(--hm-cta-primary-text);
  box-shadow: 0 16px 30px rgba(184, 100, 33, 0.18);
}

.lead-modal__submit:hover {
  background: var(--hm-cta-primary-bg-hover);
  box-shadow: 0 18px 32px rgba(184, 100, 33, 0.22);
}

.product-media-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 1rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--hm-motion-medium) var(--hm-ease-panel);
}

.product-media-modal[data-ui-state="opening"],
.product-media-modal[data-ui-state="open"] {
  opacity: 1;
  pointer-events: auto;
}

.product-media-modal[hidden] {
  display: none !important;
}

.product-media-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  background: rgba(13, 19, 24, 0.84);
  cursor: zoom-out;
}

.product-media-modal__panel {
  position: relative;
  z-index: 1;
  width: min(98vw, 88rem);
  max-height: calc(100vh - 0.5rem);
  max-height: calc(100dvh - 0.5rem);
  padding: clamp(0.85rem, 2vw, 1.1rem);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.2rem;
  background: linear-gradient(180deg, rgba(28, 39, 46, 0.96), rgba(16, 24, 30, 0.98));
  box-shadow: 0 32px 56px rgba(0, 0, 0, 0.34);
  overflow: hidden;
  opacity: 0;
  transform: translateY(0.85rem) scale(0.985);
  transition: transform var(--hm-motion-medium) var(--hm-ease-panel), opacity var(--hm-motion-medium) var(--hm-ease-panel);
}

.product-media-modal[data-ui-state="opening"] .product-media-modal__panel,
.product-media-modal[data-ui-state="open"] .product-media-modal__panel {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.product-media-modal__close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 250, 245, 0.96);
  font-size: 1.55rem;
  line-height: 1;
  cursor: pointer;
  transition: background-color var(--hm-motion-fast) var(--hm-ease-ui), transform var(--hm-motion-fast) var(--hm-ease-ui);
}

.product-media-modal__close:hover,
.product-media-modal__close:focus-visible {
  background: rgba(255, 255, 255, 0.18);
  outline: none;
  transform: translateY(-1px);
}

.product-media-modal__content {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 0.75rem;
  min-height: 0;
  max-height: calc(100vh - 2.5rem);
  max-height: calc(100dvh - 2.5rem);
}

.product-media-modal__title {
  margin: 0;
  padding-right: 3.1rem;
  color: rgba(255, 250, 245, 0.96);
  font-size: 0.98rem;
  font-weight: var(--hm-font-weight-strong);
  line-height: 1.35;
}

.product-media-modal__frame {
  display: grid;
  place-items: center;
  min-height: 0;
  height: min(86vh, 56rem);
  height: min(86dvh, 56rem);
  max-height: calc(100vh - 4.5rem);
  max-height: calc(100dvh - 4.5rem);
  padding: clamp(0.5rem, 2vw, 1rem);
  border-radius: 0.95rem;
  background: linear-gradient(180deg, rgba(244, 247, 249, 0.08), rgba(255, 255, 255, 0.03));
  overflow: hidden;
}

.product-media-modal__frame img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-width: 0;
  min-height: 0;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
}

.work-lightbox {
  position: fixed;
  inset: 0;
  z-index: 130;
  display: grid;
  place-items: center;
  padding: clamp(0.55rem, 1.8vw, 1.2rem);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--hm-motion-medium) var(--hm-ease-panel);
}

.work-lightbox[data-ui-state="opening"],
.work-lightbox[data-ui-state="open"] {
  opacity: 1;
  pointer-events: auto;
}

.work-lightbox[hidden] {
  display: none !important;
}

.work-lightbox__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(184, 100, 33, 0.28), transparent 34rem),
    rgba(10, 15, 19, 0.88);
  cursor: zoom-out;
}

.work-lightbox__panel {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(96vw, 82rem);
  max-height: calc(100vh - 1rem);
  max-height: calc(100dvh - 1rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(30, 42, 50, 0.98), rgba(14, 21, 27, 0.99));
  box-shadow: 0 34px 70px rgba(0, 0, 0, 0.42);
  opacity: 0;
  transform: translateY(0.9rem) scale(0.985);
  transition: transform var(--hm-motion-medium) var(--hm-ease-panel), opacity var(--hm-motion-medium) var(--hm-ease-panel);
}

.work-lightbox[data-ui-state="opening"] .work-lightbox__panel,
.work-lightbox[data-ui-state="open"] .work-lightbox__panel {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.work-lightbox__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.34fr);
  gap: 0.85rem;
  min-height: 0;
  max-height: calc(100vh - 1rem);
  max-height: calc(100dvh - 1rem);
  padding: clamp(0.76rem, 1.8vw, 1.05rem);
  overflow: auto;
}

.work-lightbox__meta {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.62rem;
  align-self: stretch;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  padding: clamp(0.9rem, 1.8vw, 1.2rem) 3.35rem clamp(0.9rem, 1.8vw, 1.2rem) clamp(0.9rem, 1.8vw, 1.15rem);
  background:
    linear-gradient(180deg, rgba(255, 250, 243, 0.08), rgba(255, 250, 243, 0.025)),
    rgba(8, 13, 17, 0.22);
}

.work-lightbox__type,
.work-lightbox__title,
.work-lightbox__summary,
.work-lightbox__counter,
.work-lightbox__details {
  margin: 0;
}

.work-lightbox__type {
  color: rgba(255, 188, 123, 0.94);
  font-size: 0.78rem;
  font-weight: var(--hm-font-weight-strong);
  line-height: 1.25;
}

.work-lightbox__title {
  min-width: 0;
  color: rgba(255, 250, 245, 0.98);
  font-size: clamp(1.08rem, 2vw, 1.5rem);
  line-height: 1.15;
}

.work-lightbox__summary {
  color: rgba(255, 250, 245, 0.82);
  font-size: 0.94rem;
  line-height: 1.42;
}

.work-lightbox__counter,
.work-lightbox__details {
  color: rgba(232, 239, 242, 0.72);
  font-size: 0.84rem;
  line-height: 1.35;
}

.work-lightbox__counter {
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 0.7rem;
  white-space: nowrap;
}

.work-lightbox__details {
  border-left: 2px solid rgba(184, 100, 33, 0.62);
  padding-left: 0.72rem;
}

.work-lightbox__frame {
  display: grid;
  place-items: center;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(6, 10, 13, 0.62);
}

.work-lightbox__frame img {
  display: block;
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: min(82vh, 54rem);
  max-height: min(82dvh, 54rem);
  object-fit: contain;
  object-position: center center;
  user-select: none;
}

.work-lightbox__close,
.work-lightbox__nav {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 250, 245, 0.98);
  cursor: pointer;
  transition: background-color var(--hm-motion-fast) var(--hm-ease-ui), transform var(--hm-motion-fast) var(--hm-ease-ui), opacity var(--hm-motion-fast) var(--hm-ease-ui);
}

.work-lightbox__close:hover,
.work-lightbox__close:focus-visible,
.work-lightbox__nav:hover,
.work-lightbox__nav:focus-visible {
  background: rgba(255, 255, 255, 0.18);
  outline: none;
  transform: translateY(-1px);
}

.work-lightbox__close {
  top: 0.85rem;
  right: 0.85rem;
  width: 2.45rem;
  height: 2.45rem;
  font-size: 1.5rem;
  line-height: 1;
}

.work-lightbox__nav {
  top: 50%;
  width: 2.75rem;
  height: 2.75rem;
  font-size: 2.25rem;
  line-height: 1;
  transform: translateY(-50%);
}

.work-lightbox__nav:hover,
.work-lightbox__nav:focus-visible {
  transform: translateY(calc(-50% - 1px));
}

.work-lightbox__nav--prev {
  left: 1rem;
}

.work-lightbox__nav--next {
  right: 1rem;
}

.work-lightbox__nav[disabled] {
  opacity: 0.38;
  pointer-events: none;
}

@media (max-width: 640px) {
  .work-lightbox {
    padding: 0.5rem;
  }

  .work-lightbox__panel {
    width: calc(100vw - 1rem);
    max-height: calc(100dvh - 1rem);
  }

  .work-lightbox__content {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.62rem;
    padding: 0.62rem;
  }

  .work-lightbox__meta {
    gap: 0.48rem;
    padding: 0.82rem 2.8rem 0.82rem 0.82rem;
  }

  .work-lightbox__counter {
    margin-top: 0;
    white-space: normal;
  }

  .work-lightbox__frame img {
    max-height: min(58dvh, 30rem);
  }

  .work-lightbox__close {
    top: 0.62rem;
    right: 0.62rem;
    width: 2.3rem;
    height: 2.3rem;
  }

  .work-lightbox__nav {
    width: 2.45rem;
    height: 2.45rem;
    font-size: 2rem;
  }

  .work-lightbox__nav--prev {
    left: 0.58rem;
  }

  .work-lightbox__nav--next {
    right: 0.58rem;
  }
}

.woocommerce-notices-wrapper {
  display: grid;
  gap: 0.75rem;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  margin: 0;
  padding: 1rem 1.25rem;
  border-radius: 1rem;
  border: 1px solid var(--hm-line);
  background: var(--hm-surface);
  list-style: none;
  box-shadow: 0 12px 30px rgba(13, 58, 96, 0.06);
}

.woocommerce-message {
  border-color: rgba(201, 95, 18, 0.2);
  background: rgba(234, 123, 31, 0.08);
}

.woocommerce-error {
  border-color: rgba(200, 71, 55, 0.2);
  background: rgba(200, 71, 55, 0.08);
}

body.woocommerce-cart .cart-shell {
  padding: 0.82rem;
}

body.woocommerce-cart .cart-shell > .woocommerce {
  display: grid;
  gap: 0.75rem;
}

.hm-cart {
  display: grid;
  gap: 0.45rem;
}

.hm-cart__intro {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.75rem 1rem;
}

.hm-cart__intro-copy {
  max-width: 44rem;
}

.hm-cart__eyebrow,
.hm-cart-summary__eyebrow {
  margin: 0 0 0.32rem;
  color: var(--hm-accent-deep);
  font-size: 0.75rem;
  font-weight: var(--hm-font-weight-strong);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hm-cart__title {
  margin: 0;
  color: var(--hm-ink);
  font-size: clamp(1.45rem, 2.35vw, 1.9rem);
  line-height: 1.02;
}

.hm-cart__intro-actions {
  display: grid;
  justify-items: end;
  gap: 0.5rem;
}

.hm-cart__continue {
  min-width: 10.25rem;
  min-height: 2.5rem;
}

.hm-cart__layout {
  display: flex;
  gap: 0.45rem;
  align-items: start;
}

.hm-cart-form {
  display: grid;
  flex: 1 1 auto;
  gap: 0.55rem;
  min-width: 0;
}

.hm-cart-form__contents {
  display: grid;
  gap: 0.62rem;
}

.hm-cart-item {
  position: relative;
  display: grid;
  grid-template-columns: 5.35rem minmax(0, 1fr) minmax(12rem, 13.5rem);
  gap: 0.55rem 0.9rem;
  align-items: center;
  padding: 0.68rem 0.72rem;
  border: 1px solid var(--hm-border);
  border-radius: 1.15rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(247, 244, 238, 0.96));
  box-shadow: var(--hm-shadow-soft);
}

.hm-cart-item::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 0.16rem;
  border-radius: 1.15rem 1.15rem 0 0;
  background: linear-gradient(90deg, rgba(212, 122, 50, 0.98), rgba(184, 100, 33, 0.7));
}

.hm-cart-item__media a,
.hm-cart-item__media img {
  display: block;
  width: 100%;
}

.hm-cart-item__media img {
  aspect-ratio: 1;
  height: auto;
  object-fit: contain;
  padding: 0.24rem;
  border: 1px solid var(--hm-border-muted);
  border-radius: 0.82rem;
  background: linear-gradient(180deg, rgba(239, 244, 246, 0.74), rgba(255, 255, 255, 0.92));
}

.hm-cart-item__content {
  display: grid;
  gap: 0.14rem;
  min-width: 0;
  align-self: center;
}

.hm-cart-item__header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.08rem;
}

.hm-cart-item__title {
  margin: 0;
  color: var(--hm-ink);
  font-size: 0.98rem;
  line-height: 1.22;
}

.hm-cart-item__title a {
  color: inherit;
  text-decoration: none;
}

.hm-cart-item__title a:hover,
.hm-cart-item__title a:focus-visible {
  color: var(--hm-accent-deep);
}

.hm-cart-item__remove {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.32rem 0.52rem;
  border: 1px solid rgba(176, 82, 66, 0.16);
  border-radius: 999px;
  background: rgba(200, 71, 55, 0.08);
  color: #9d4437;
  font-size: 0.74rem;
  font-weight: var(--hm-font-weight-strong);
  line-height: 1;
  text-decoration: none;
  transition: background var(--hm-motion-fast) var(--hm-ease-ui), color var(--hm-motion-fast) var(--hm-ease-ui), transform var(--hm-motion-fast) var(--hm-ease-ui);
}

.hm-cart-item__remove:hover,
.hm-cart-item__remove:focus-visible {
  background: rgba(200, 71, 55, 0.13);
  color: #88392d;
  transform: translateY(-1px);
}

.hm-cart-item__remove-icon {
  font-size: 0.9rem;
}

.hm-cart-item__details .variation {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 0.14rem 0.45rem;
  width: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--hm-text-body);
  font-size: 0.78rem;
  line-height: 1.3;
}

.hm-cart-item__details .variation dt,
.hm-cart-item__details .variation dd {
  margin: 0;
}

.hm-cart-item__details .variation dt {
  color: var(--hm-ink);
  font-weight: var(--hm-font-weight-strong);
}

.hm-cart-item__details .variation dd p {
  margin: 0;
}

.hm-cart-item__backorder {
  margin: 0.7rem 0 0;
  color: #9d4437;
  font-size: 0.84rem;
}

.hm-cart-item__purchase {
  display: grid;
  grid-template-columns: max-content max-content 7rem;
  grid-template-areas: "remove qty subtotal";
  gap: 0.38rem 0.58rem;
  align-items: center;
  align-content: center;
  justify-content: end;
  align-self: center;
  padding-top: 0;
  padding-left: 0.1rem;
  border-left: 0;
  min-width: 0;
}

.hm-cart-item__purchase-block {
  display: grid;
  gap: 0.12rem;
}

.hm-cart-item__purchase-block--remove {
  grid-area: remove;
  justify-items: end;
  align-self: center;
}

.hm-cart-item__purchase-block--quantity {
  grid-area: qty;
  justify-items: start;
  text-align: left;
  align-self: center;
}

.hm-cart-item__purchase-block--subtotal {
  grid-area: subtotal;
  width: 7rem;
  min-width: 7rem;
  justify-items: end;
  text-align: right;
  align-self: center;
  padding-top: 0;
}

.hm-cart-item__purchase-label {
  color: var(--hm-text-soft);
  font-size: 0.64rem;
  font-weight: var(--hm-font-weight-strong);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hm-cart-item__purchase-value,
.hm-cart-item__subtotal-value {
  color: var(--hm-ink);
  font-weight: var(--hm-font-weight-strong);
}

.hm-cart-item__subtotal-value .amount {
  font-size: 1.08rem;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.hm-cart-item__quantity-control {
  display: grid;
  grid-template-columns: 1.95rem minmax(2.8rem, 1fr) 1.95rem;
  align-items: center;
  gap: 0.18rem;
  min-width: 7.75rem;
  padding: 0.16rem;
  border: 1px solid var(--hm-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

.hm-cart-item__quantity-control:focus-within {
  border-color: rgba(212, 122, 50, 0.48);
  box-shadow: 0 0 0 3px rgba(212, 122, 50, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

.hm-cart-qty__button {
  display: grid;
  place-items: center;
  width: 1.95rem;
  height: 1.95rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(212, 122, 50, 0.12);
  color: var(--hm-accent-deep);
  font-size: 1rem;
  font-weight: var(--hm-font-weight-strong);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: background var(--hm-motion-fast) var(--hm-ease-ui), color var(--hm-motion-fast) var(--hm-ease-ui), transform var(--hm-motion-fast) var(--hm-ease-ui);
}

.hm-cart-qty__button:hover,
.hm-cart-qty__button:focus-visible {
  background: rgba(212, 122, 50, 0.2);
  color: #9e551d;
  transform: translateY(-1px);
}

.hm-cart-qty__button:disabled {
  opacity: 0.46;
  cursor: default;
  transform: none;
}

.hm-cart-item__quantity-control .quantity {
  display: contents;
}

.hm-cart-item__quantity-control input.qty {
  width: 100%;
  min-width: 0;
  height: 1.95rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--hm-ink);
  font-size: 0.92rem;
  font-weight: var(--hm-font-weight-strong);
  text-align: center;
  appearance: textfield;
  -moz-appearance: textfield;
}

.hm-cart-item__quantity-control input.qty:focus {
  outline: 0;
}

.hm-cart-item__quantity-control input.qty::-webkit-outer-spin-button,
.hm-cart-item__quantity-control input.qty::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

.hm-cart-form__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.45rem 0.75rem;
  padding: 0.2rem 0.1rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.hm-cart-form__hint {
  margin: 0;
  color: var(--hm-muted);
  font-size: 0.78rem;
}

.hm-cart-form__actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.45rem;
  margin-left: auto;
}

.hm-cart-form__actions .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 2.7rem;
  padding: 0.72rem 1.95rem 0.72rem 0.94rem;
  font-size: 0.84rem;
}

.hm-cart-form__update {
  min-width: 9.5rem;
  min-height: 2.35rem;
}

.hm-cart-form__clear {
  min-width: 12.4rem;
}

body.woocommerce-cart .woocommerce button.button.hm-cart-form__clear.button--secondary {
  appearance: none;
  -webkit-appearance: none;
  border-color: var(--hm-cta-secondary-border);
  background: var(--hm-cta-secondary-bg);
  color: var(--hm-cta-secondary-text);
  box-shadow: 0 12px 24px rgba(184, 100, 33, 0.1);
  --hm-button-line-left: 0.82rem;
  --hm-button-line-right: 1.34rem;
  --hm-button-arrow-right: 0.82rem;
}

body.woocommerce-cart .woocommerce button.button.hm-cart-form__clear.button--secondary:hover,
body.woocommerce-cart .woocommerce button.button.hm-cart-form__clear.button--secondary:focus-visible {
  background: linear-gradient(180deg, rgba(251, 242, 232, 0.98), rgba(246, 232, 216, 0.96));
  box-shadow: 0 14px 26px rgba(184, 100, 33, 0.14);
}

body.woocommerce-cart.woocommerce-js .hm-cart-form__hint,
body.woocommerce-cart.woocommerce-js .hm-cart-form__update {
  display: none;
}

.hm-cart__summary {
  flex: 0 0 12.85rem;
  position: sticky;
  top: calc(var(--hm-site-header-height) + 0.75rem);
  width: 12.85rem;
  min-width: 0;
  max-width: 12.85rem;
  margin-left: auto;
}

.hm-cart__summary .cart-collaterals {
  margin: 0;
}

.hm-cart-summary {
  display: grid;
  gap: 0.58rem;
  padding: 0.72rem;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  float: none;
  margin-left: 0;
  border: 1px solid rgba(199, 126, 67, 0.26);
  border-radius: 1.18rem;
  background: linear-gradient(180deg, rgba(252, 247, 241, 0.99), rgba(245, 248, 250, 0.98));
  box-shadow: var(--hm-shadow-elevated);
}

.hm-cart__summary .cart_totals,
.cart-collaterals .hm-cart-summary {
  float: none;
  width: 100% !important;
  margin: 0;
}

.hm-cart-summary > * {
  min-width: 0;
}

.hm-cart-summary__header h2 {
  margin: 0;
  color: var(--hm-ink);
  font-size: 0.98rem;
  line-height: 1.06;
}

.hm-cart-summary__header p {
  margin: 0.18rem 0 0;
  color: var(--hm-muted);
  font-size: 0.72rem;
  line-height: 1.28;
}

.hm-cart-summary__meta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.45rem;
  padding: 0.42rem 0.56rem;
  border: 1px solid var(--hm-border-muted);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.72);
}

.hm-cart-summary__meta-label {
  color: var(--hm-muted);
  font-size: 0.72rem;
}

.hm-cart-summary__meta-value {
  color: var(--hm-ink);
  font-size: 0.98rem;
  line-height: 1;
}

.hm-cart-summary .shop_table {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  background: transparent;
}

.hm-cart-summary .shop_table th,
.hm-cart-summary .shop_table td {
  padding: 0.38rem 0;
  border-top: 1px solid var(--hm-border-muted);
}

.hm-cart-summary .shop_table tr:first-child th,
.hm-cart-summary .shop_table tr:first-child td {
  border-top: 0;
}

.hm-cart-summary .shop_table th {
  color: var(--hm-text-body);
  font-weight: var(--hm-font-weight-strong);
  text-align: left;
}

.hm-cart-summary .shop_table td {
  color: var(--hm-ink);
  text-align: right;
}

.hm-cart-summary .order-total th,
.hm-cart-summary .order-total td {
  padding-top: 0.5rem;
  color: var(--hm-ink);
  font-size: 0.88rem;
}

.hm-cart-summary .order-total td strong {
  font-size: 0.98rem;
}

.hm-cart-summary__trust {
  display: grid;
  gap: 0.34rem;
  padding: 0.52rem 0.58rem;
  border: 1px solid rgba(212, 122, 50, 0.16);
  border-radius: 1rem;
  background: rgba(212, 122, 50, 0.08);
}

.hm-cart-summary__trust strong {
  color: var(--hm-ink);
  font-size: 0.76rem;
}

.hm-cart-summary__trust span {
  color: var(--hm-text-body);
  font-size: 0.72rem;
  line-height: 1.28;
}

.hm-price-disclaimer {
  margin: 0;
  padding: 0.68rem 0.78rem;
  border: 1px solid rgba(212, 122, 50, 0.16);
  border-left: 3px solid rgba(212, 122, 50, 0.72);
  border-radius: 0.92rem;
  background: linear-gradient(90deg, rgba(212, 122, 50, 0.08), rgba(255, 255, 255, 0.78));
  color: var(--hm-text-strong);
  font-size: 0.72rem;
  font-weight: 650;
  line-height: 1.38;
}

.hm-cart-summary__actions {
  display: grid;
  gap: 0.48rem;
  width: 100%;
  min-width: 0;
}

.hm-cart-summary .wc-proceed-to-checkout {
  margin: 0;
  width: 100%;
  min-width: 0;
}

.hm-cart-summary__actions .button {
  display: flex !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box;
  justify-content: center;
  min-height: 2.45rem;
  padding: 0.68rem 1.45rem 0.68rem 0.82rem;
  font-size: 0.86rem;
}

body.woocommerce-cart .woocommerce a.button.hm-cart-summary__checkout.button--primary {
  border-color: var(--hm-cta-primary-border);
  background: var(--hm-cta-primary-bg);
  color: var(--hm-cta-primary-text);
  box-shadow: 0 18px 34px rgba(184, 100, 33, 0.22);
  --hm-button-line-left: 0.72rem;
  --hm-button-line-right: 1.18rem;
  --hm-button-arrow-right: 0.72rem;
}

body.woocommerce-cart .woocommerce a.button.hm-cart-summary__checkout.button--primary:hover,
body.woocommerce-cart .woocommerce a.button.hm-cart-summary__checkout.button--primary:focus-visible {
  background: var(--hm-cta-primary-bg-hover);
  box-shadow: 0 20px 38px rgba(184, 100, 33, 0.28);
}

@media (max-width: 1180px) {
  .hm-cart__layout {
    flex-direction: column;
  }

  .hm-cart__summary {
    flex: 0 1 auto;
    position: static;
    width: 100%;
    max-width: none;
    margin-left: 0;
  }
}

@media (max-width: 860px) {
  body.woocommerce-cart .cart-shell {
    padding: 0.9rem;
  }

  .hm-cart__intro,
  .hm-cart-form__footer {
    flex-direction: column;
    align-items: stretch;
  }

  .hm-cart__intro-actions {
    justify-items: stretch;
  }

  .hm-cart-form__actions {
    margin-left: 0;
    justify-content: stretch;
  }

  .hm-cart-item {
    grid-template-columns: 6rem minmax(0, 1fr);
  }

  .hm-cart-item__purchase {
    grid-column: 1 / -1;
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas: "remove qty subtotal";
    padding-top: 0.72rem;
    padding-left: 0;
    border-top: 1px solid var(--hm-border-muted);
    border-left: 0;
    align-items: center;
  }

  .hm-cart-item__purchase-block--remove,
  .hm-cart-item__purchase-block--quantity {
    justify-items: start;
    text-align: left;
  }

  .hm-cart-item__purchase-block--subtotal {
    justify-items: end;
    text-align: right;
  }

  .hm-cart-item__quantity-control {
    width: max-content;
  }
}

@media (max-width: 640px) {
  body.woocommerce-cart .cart-shell {
    padding: 0.66rem 0.72rem 1rem;
  }

  .hm-cart {
    gap: 0.58rem;
  }

  .hm-cart__layout,
  .hm-cart-form,
  .hm-cart-form__contents {
    gap: 0.5rem;
  }

  .hm-cart-item {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.5rem;
    padding: 0.72rem;
    border-radius: 0.92rem;
  }

  .hm-cart-item::before {
    border-radius: 0.92rem 0.92rem 0 0;
  }

  .hm-cart-item__media {
    display: none;
  }

  .hm-cart-item__content {
    gap: 0.22rem;
  }

  .hm-cart-item__header {
    align-items: flex-start;
    gap: 0.35rem;
    margin-bottom: 0;
  }

  .hm-cart-item__title {
    font-size: 0.9rem;
    line-height: 1.18;
  }

  .hm-cart-item__details .variation {
    grid-template-columns: minmax(4.9rem, max-content) minmax(0, 1fr);
    gap: 0.08rem 0.34rem;
    width: 100%;
    min-width: 0;
    font-size: 0.72rem;
    line-height: 1.2;
  }

  .hm-cart-item__purchase {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas: "remove qty subtotal";
    gap: 0.32rem;
    padding-top: 0.42rem;
    align-items: center;
    justify-content: stretch;
  }

  .hm-cart-item__purchase-block {
    justify-items: start;
    text-align: left;
  }

  .hm-cart-item__purchase-block--remove {
    grid-area: remove;
  }

  .hm-cart-item__purchase-block--quantity {
    grid-area: qty;
  }

  .hm-cart-item__purchase-block--subtotal {
    grid-area: subtotal;
    width: 100%;
    min-width: 0;
    min-width: 0;
    justify-items: end;
    text-align: right;
  }

  .hm-cart-item__remove {
    padding: 0.28rem 0.44rem;
    font-size: 0.68rem;
    white-space: nowrap;
  }

  .hm-cart-item__quantity-control {
    width: 5.45rem;
    min-width: 0;
    grid-template-columns: 1.48rem 1.9rem 1.48rem;
    gap: 0.08rem;
    padding: 0.1rem;
  }

  .hm-cart-qty__button {
    width: 1.48rem;
    height: 1.48rem;
    font-size: 0.9rem;
    touch-action: manipulation;
  }

  .hm-cart-item__quantity-control input.qty {
    height: 1.48rem;
    font-size: 0.78rem;
  }

  .hm-cart-item__purchase-label {
    display: none;
  }

  .hm-cart-item__subtotal-value .amount {
    font-size: 0.86rem;
  }

  .hm-cart-form__footer {
    align-items: flex-end;
    padding-top: 0;
  }

  .hm-cart-form__hint {
    display: none;
  }

  .hm-cart-form__actions {
    justify-content: flex-end;
    width: 100%;
  }

  .hm-cart-form__actions .button {
    min-height: 2rem;
    padding: 0.48rem 1.25rem 0.48rem 0.68rem;
    font-size: 0.72rem;
  }

  .hm-cart-form__clear {
    width: auto;
  }

  .hm-cart__summary {
    margin-top: 0;
  }

  .hm-cart-summary {
    gap: 0.42rem;
    padding: 0.62rem;
    border-radius: 0.92rem;
  }

  .hm-cart-summary__eyebrow,
  .hm-cart-summary__header p,
  .hm-cart-summary__trust {
    display: none;
  }

  .hm-cart-summary__header h2 {
    font-size: 0.96rem;
  }

  .hm-cart-summary__meta {
    padding: 0.36rem 0.5rem;
    border-radius: 0.78rem;
  }

  .hm-cart-summary__meta-label {
    font-size: 0.69rem;
  }

  .hm-cart-summary__meta-value {
    font-size: 0.9rem;
  }

  .hm-cart-summary .shop_table th,
  .hm-cart-summary .shop_table td {
    padding: 0.3rem 0;
    font-size: 0.76rem;
  }

  .hm-cart-summary .order-total th,
  .hm-cart-summary .order-total td {
    padding-top: 0.36rem;
    font-size: 0.82rem;
  }

  .hm-cart-summary .order-total td strong {
    font-size: 0.9rem;
  }

  .hm-cart-summary__actions .button {
    min-height: 2.35rem;
    padding: 0.58rem 1.25rem 0.58rem 0.72rem;
    font-size: 0.82rem;
  }
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.woocommerce-checkout form.checkout_coupon {
  display: none !important;
}

body.hameleon-checkout-stage {
  --hm-site-header-height: 5.35rem;
}

body.hameleon-constructor-stage {
  --hm-site-header-height: 5.35rem;
}

body.hameleon-constructor-stage .site-main {
  padding-bottom: 0;
}

body.hameleon-constructor-stage .site-footer {
  margin-top: 0;
}

body.hameleon-checkout-stage .ambient-infrastructure {
  inset: var(--hm-site-header-height) 0 0;
  opacity: 0.18;
}

body.hameleon-constructor-stage .ambient-infrastructure {
  inset: var(--hm-site-header-height) 0 0;
  opacity: 0.1;
}

body.hameleon-checkout-stage .site-main {
  padding-bottom: 1.9rem;
}

.site-header--checkout-stage {
  background: rgba(248, 244, 238, 0.92);
  box-shadow:
    0 1px 0 rgba(111, 131, 147, 0.18),
    0 16px 32px rgba(21, 32, 41, 0.06);
}

.site-header--constructor-stage {
  background: rgba(248, 244, 238, 0.94);
  box-shadow:
    0 1px 0 rgba(111, 131, 147, 0.18),
    0 16px 32px rgba(21, 32, 41, 0.06);
}

.checkout-header {
  display: grid;
  grid-template-columns: minmax(15rem, auto) minmax(20rem, 1fr) minmax(12rem, auto);
  align-items: center;
  gap: 1rem;
  min-height: calc(var(--hm-site-header-height) - 0.25rem);
  padding: 0.78rem 0;
}

.checkout-header__brand {
  min-width: 0;
}

.checkout-header__pitch {
  display: grid;
  justify-items: center;
  text-align: center;
}

.checkout-header__pitch-title {
  max-width: 34rem;
  margin: 0;
  color: var(--hm-text-body);
  font-size: 0.98rem;
  font-weight: var(--hm-font-weight-strong);
  line-height: 1.35;
}

.checkout-header__contact {
  display: grid;
  justify-items: end;
  gap: 0.12rem;
  text-align: right;
}

.checkout-header__contact-item {
  margin: 0;
  color: var(--hm-text-strong);
  font-size: 0.9rem;
  font-weight: var(--hm-font-weight-strong);
  line-height: 1.3;
}

.checkout-header__contact-item--email {
  font-size: 0.84rem;
  color: var(--hm-text-muted);
}

.checkout-header--constructor {
  grid-template-columns: minmax(23rem, auto) minmax(19rem, 1fr) minmax(18rem, auto);
  gap: 1.08rem;
}

.checkout-header__start {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.78rem;
}

.checkout-header--constructor .checkout-header__brand {
  width: auto;
  max-width: 18rem;
  flex: 1 1 auto;
}

.checkout-header__catalog.catalog-trigger-group {
  flex: 0 0 auto;
  width: auto;
}

.checkout-header__catalog-trigger.catalog-trigger--desktop {
  flex: 0 0 auto;
  width: auto;
  min-width: 0;
  min-height: 2.24rem;
  padding: 0.46rem 0.86rem;
  border: 1px solid rgba(199, 126, 67, 0.24);
  border-radius: 999px;
  background: rgba(249, 238, 226, 0.84);
  color: var(--hm-accent-deep);
  font-size: 0.78rem;
  line-height: 1.1;
  box-shadow: 0 8px 16px rgba(21, 32, 41, 0.04);
}

.checkout-header__catalog-trigger.catalog-trigger--desktop::before {
  font-size: 0.78rem;
  color: currentColor;
}

.checkout-header__catalog-trigger.catalog-trigger--desktop::after {
  font-size: 0.78rem;
}

.checkout-header__catalog .catalog-dropdown {
  width: min(23rem, calc(100vw - 2rem));
  border-radius: 1.1rem;
}

.checkout-header__right {
  display: grid;
  justify-items: end;
  gap: 0.36rem;
}

.checkout-header__right .checkout-header__contact {
  justify-items: end;
  text-align: right;
}

.checkout-header__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.42rem;
}

.checkout-header__action {
  display: inline-flex;
  min-height: 2.24rem;
  align-items: center;
  justify-content: center;
  padding: 0.48rem 0.82rem;
  border: 1px solid var(--hm-cta-secondary-border);
  border-radius: 999px;
  color: var(--hm-cta-secondary-text);
  font-size: 0.78rem;
  font-weight: var(--hm-font-weight-strong);
  line-height: 1.1;
  white-space: nowrap;
}

.checkout-header__action--ghost {
  background: rgba(255, 255, 255, 0.82);
}

.checkout-header__action--primary {
  border-color: var(--hm-cta-primary-border);
  background: var(--hm-cta-primary-bg);
  color: var(--hm-cta-primary-text);
  box-shadow: 0 12px 22px rgba(184, 100, 33, 0.16);
}

.section--checkout-stage {
  padding-top: 1.55rem;
}

.checkout-stage {
  display: grid;
  gap: 0;
}

.cart-shell--checkout {
  padding: clamp(0.72rem, 0.95vw, 0.94rem);
  background: linear-gradient(180deg, rgba(252, 249, 245, 0.98), rgba(244, 239, 231, 0.96));
  box-shadow: 0 16px 34px rgba(21, 32, 41, 0.07);
}

body.woocommerce-checkout .cart-shell--checkout > .woocommerce {
  display: grid;
  gap: 0.56rem;
}

body.woocommerce-checkout .woocommerce-notices-wrapper:empty {
  display: none !important;
}

body.woocommerce-checkout .woocommerce-info:empty {
  display: none !important;
}

body.woocommerce-checkout .woocommerce-error,
body.woocommerce-checkout .woocommerce-message,
body.woocommerce-checkout .woocommerce-info {
  margin: 0;
  border: 1px solid rgba(199, 126, 67, 0.2);
  border-radius: 1rem;
  background: rgba(255, 251, 245, 0.92);
  color: var(--hm-text-body);
  box-shadow: 0 10px 24px rgba(21, 32, 41, 0.04);
}

.hm-checkout {
  display: block;
}

.hm-checkout__layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.72rem;
  align-items: start;
}

.hm-checkout__main,
.hm-checkout__summary {
  display: grid;
  gap: 0.58rem;
}

.hm-checkout__summary {
  position: static;
}

.hm-checkout__main-head,
.hm-checkout__summary-head {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.62rem 0.78rem;
  border: 1px solid rgba(111, 131, 147, 0.14);
  border-radius: 0.84rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 239, 231, 0.86));
  box-shadow: 0 10px 22px rgba(21, 32, 41, 0.05);
  text-align: center;
}

.hm-checkout__main-head h2,
.hm-checkout__summary-head h2 {
  margin: 0;
  color: var(--hm-text-strong);
  font-size: clamp(1.06rem, 1.45vw, 1.24rem);
  line-height: 1.08;
}

body.woocommerce-checkout .woocommerce-checkout .col2-set {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.56rem;
}

body.woocommerce-checkout .woocommerce-checkout .col2-set .col-1,
body.woocommerce-checkout .woocommerce-checkout .col2-set .col-2 {
  float: none;
  width: 100%;
  display: grid;
  gap: 0.54rem;
  padding: 0.72rem;
  border: 1px solid rgba(111, 131, 147, 0.14);
  border-radius: 0.86rem;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 18px rgba(21, 32, 41, 0.045);
}

body.woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout .woocommerce-additional-fields h3 {
  display: none;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.56rem 0.62rem;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row {
  float: none;
  width: 100%;
  margin: 0;
}

body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row {
  margin: 0;
}

body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
  display: grid;
  gap: 0.5rem;
}

body.woocommerce-checkout .woocommerce-shipping-fields,
body.woocommerce-checkout .woocommerce-additional-fields,
body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
  margin: 0;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .hm-checkout-field--third {
  grid-column: span 1;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .hm-checkout-field--address {
  grid-column: 1 / -1;
}

body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .hm-checkout-field--full {
  width: 100%;
}

@media (min-width: 1280px) {
  body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .hm-checkout-field--address {
    grid-column: 1 / -1;
  }
}

body.woocommerce-checkout .hm-checkout-field--hidden {
  display: none !important;
}

body.woocommerce-checkout .woocommerce-billing-fields label,
body.woocommerce-checkout .woocommerce-additional-fields label,
body.woocommerce-checkout .woocommerce form .form-row label {
  display: block;
  margin-bottom: 0.24rem;
  font-weight: var(--hm-font-weight-strong);
  color: var(--hm-text-strong);
  font-size: 0.84rem;
}

body.woocommerce-checkout .woocommerce form .form-row .optional {
  color: var(--hm-text-soft);
  font-weight: var(--hm-font-weight-regular);
}

body.woocommerce-checkout .woocommerce form .form-row input.input-text,
body.woocommerce-checkout .woocommerce form .form-row textarea.input-text {
  width: 100%;
  min-width: 0;
  display: block;
  min-height: 2.65rem;
  padding: 0.64rem 0.78rem;
  border: 1px solid var(--hm-border);
  border-radius: 0.78rem;
  background: linear-gradient(180deg, #fff 0%, #fcfbf8 100%);
  color: var(--hm-text-strong);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  transition: border-color var(--hm-motion-fast) var(--hm-ease-ui), box-shadow var(--hm-motion-fast) var(--hm-ease-ui), background-color var(--hm-motion-fast) var(--hm-ease-ui);
  appearance: none;
}

body.woocommerce-checkout .woocommerce form .form-row input.input-text:hover,
body.woocommerce-checkout .woocommerce form .form-row textarea.input-text:hover {
  border-color: rgba(199, 126, 67, 0.42);
}

body.woocommerce-checkout .woocommerce form .form-row input.input-text:focus,
body.woocommerce-checkout .woocommerce form .form-row textarea.input-text:focus {
  outline: none;
  border-color: rgba(199, 126, 67, 0.56);
  box-shadow: 0 0 0 4px rgba(212, 122, 50, 0.12);
}

body.woocommerce-checkout .woocommerce form .woocommerce-invalid input.input-text,
body.woocommerce-checkout .woocommerce form .woocommerce-invalid textarea {
  border-color: rgba(202, 85, 55, 0.84);
  box-shadow: 0 0 0 4px rgba(202, 85, 55, 0.12);
}

body.woocommerce-checkout .woocommerce form .woocommerce-validated input.input-text,
body.woocommerce-checkout .woocommerce form .woocommerce-validated textarea {
  border-color: rgba(67, 126, 91, 0.42);
}

body.woocommerce-checkout .woocommerce form .form-row textarea.input-text {
  min-height: 4rem;
  resize: vertical;
  line-height: 1.38;
}

body.woocommerce-checkout .hm-checkout__summary .woocommerce-checkout-review-order {
  display: grid;
  gap: 0.82rem;
  padding: 0.95rem;
  border: 1px solid rgba(111, 131, 147, 0.16);
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 240, 231, 0.94));
  box-shadow: 0 20px 40px rgba(21, 32, 41, 0.1);
}

.hm-checkout-review__table {
  display: table;
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}

.hm-checkout-review__table th,
.hm-checkout-review__table td {
  padding: 0;
  border: 0;
}

.hm-checkout-review__table tbody {
  display: grid;
  gap: 0.75rem;
}

.hm-checkout-review__table tfoot {
  display: grid;
}

.hm-checkout-review__table .cart_item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(8.6rem, auto);
  gap: 0.75rem;
  align-items: center;
  padding: 0.72rem 0.82rem;
  border: 1px solid rgba(111, 131, 147, 0.12);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.82);
}

.hm-checkout-review__table .cart_item td {
  display: block;
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none;
  background-image: none;
}

.hm-checkout-review__table .cart_item .product-name {
  min-width: 0;
}

.hm-checkout-review__table .cart_item .product-total {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 8.6rem;
}

.hm-checkout-review__item-copy {
  display: grid;
  gap: 0.4rem;
  min-width: 0;
}

.hm-checkout-review__item-title {
  margin: 0;
  min-width: 0;
  color: var(--hm-text-strong);
  font-size: 0.98rem;
  font-weight: var(--hm-font-weight-strong);
  line-height: 1.28;
  overflow: hidden;
  white-space: normal;
  text-overflow: clip;
  word-break: normal;
  overflow-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: calc(1.28em * 2);
}

.hm-checkout-review__item-line {
  display: block;
  min-width: 0;
}

.hm-checkout-review__item-qty {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.6rem;
  padding: 0.18rem 0.55rem;
  border-radius: 999px;
  background: rgba(124, 157, 181, 0.12);
  color: var(--hm-text-body);
  font-size: 0.8rem;
  font-weight: var(--hm-font-weight-strong);
  white-space: nowrap;
}

.hm-checkout-review__item-total {
  display: grid;
  justify-items: end;
  gap: 0.38rem;
  width: 100%;
  min-width: 8.6rem;
}

.hm-checkout-review__item-meta .variation {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.55rem;
  margin: 0;
}

.hm-checkout-review__item-meta .variation dt {
  margin: 0;
  color: var(--hm-text-soft);
  font-size: 0.76rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hm-checkout-review__item-meta .variation dd {
  margin: 0;
  color: var(--hm-text-body);
  font-size: 0.84rem;
}

.hm-checkout-review__item-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.28rem 0.6rem;
  min-width: 0;
  margin: 0;
}

.hm-checkout-review__item-spec {
  display: inline-flex;
  align-items: baseline;
  gap: 0.24rem;
  min-width: 0;
  margin: 0;
}

.hm-checkout-review__item-spec dt,
.hm-checkout-review__item-spec dd {
  min-width: 0;
  margin: 0;
  line-height: 1.15;
}

.hm-checkout-review__item-spec dt {
  color: var(--hm-text-soft);
  font-size: 0.72rem;
  font-weight: var(--hm-font-weight-strong);
}

.hm-checkout-review__item-spec dd {
  color: var(--hm-text-body);
  font-size: 0.78rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hm-checkout-review__item-price {
  color: var(--hm-text-strong);
  font-size: 1.08rem;
  font-weight: var(--hm-font-weight-strong);
  white-space: nowrap;
  line-height: 1;
}

.hm-checkout-review__table tfoot tr {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: center;
  padding: 0.62rem 0;
  border-bottom: 1px solid rgba(111, 131, 147, 0.12);
}

.hm-checkout-review__table tfoot th {
  color: var(--hm-text-muted);
  font-size: 0.92rem;
  font-weight: var(--hm-font-weight-strong);
}

.hm-checkout-review__table tfoot td {
  color: var(--hm-text-strong);
  font-size: 0.95rem;
  font-weight: var(--hm-font-weight-strong);
  text-align: right;
}

.hm-checkout-review__table tfoot .order-total {
  margin-top: 0.2rem;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(111, 131, 147, 0.18);
  border-bottom: 0;
}

.hm-checkout-review__table tfoot .order-total th,
.hm-checkout-review__table tfoot .order-total td {
  color: var(--hm-text-strong);
  font-size: 1.14rem;
}

body.woocommerce-checkout #payment.hm-checkout-payment {
  display: grid;
  gap: 0.82rem;
  margin-top: 0.2rem;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(111, 131, 147, 0.14);
  background: transparent !important;
  border-radius: 0 !important;
}

body.woocommerce-checkout #payment.hm-checkout-payment ul.payment_methods {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

body.woocommerce-checkout #payment.hm-checkout-payment > .form-row.place-order {
  padding: 0;
}

.hm-checkout-payment__panel {
  display: grid;
  gap: 0.82rem;
  padding: 1rem;
  border: 1px solid rgba(111, 131, 147, 0.14);
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 240, 231, 0.94));
  box-shadow: 0 16px 32px rgba(21, 32, 41, 0.06);
}

.hm-checkout-payment__panel--actions {
  gap: 0.75rem;
}

.hm-checkout-payment__methods {
  gap: 0.7rem;
}

.hm-checkout-payment .wc_payment_methods {
  display: grid;
  gap: 0.75rem;
  list-style: none;
}

.hm-checkout-payment .wc_payment_method {
  position: relative;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(111, 131, 147, 0.14);
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 246, 239, 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.hm-checkout-payment .wc_payment_method .input-radio {
  position: absolute;
  top: 1.05rem;
  right: 1rem;
  margin: 0;
  accent-color: var(--hm-brand);
}

.hm-checkout-payment .wc_payment_method label {
  display: block;
  padding-right: 1.9rem;
  font-size: 1rem;
  font-weight: var(--hm-font-weight-strong);
  color: var(--hm-text-strong);
  cursor: pointer;
}

body.woocommerce-checkout #payment.hm-checkout-payment div.payment_box {
  margin: 0.68rem 0 0;
  padding: 0.82rem 0.9rem;
  border: 1px solid rgba(212, 122, 50, 0.16);
  border-radius: 0.9rem;
  background: linear-gradient(180deg, rgba(249, 242, 234, 0.96), rgba(255, 250, 245, 0.98)) !important;
  box-shadow: none !important;
  color: var(--hm-text-body);
  font-size: 0.9rem;
  line-height: 1.55;
  position: relative;
}

body.woocommerce-checkout #payment.hm-checkout-payment div.payment_box::before {
  display: none !important;
}

body.woocommerce-checkout #payment.hm-checkout-payment div.payment_box p {
  margin: 0;
}

.hm-checkout-payment--single .wc_payment_methods {
  gap: 0;
}

.hm-checkout-payment--single {
  gap: 0.16rem;
  margin-top: -1.15rem;
  padding-top: 0;
  border-top: 0;
}

.hm-checkout-payment--single .hm-checkout-payment__panel {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.hm-checkout-review__table + #payment.hm-checkout-payment--single {
  margin-top: -1.15rem;
}

.hm-checkout-payment--single .wc_payment_method {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.hm-checkout-payment--single .wc_payment_method .input-radio,
.hm-checkout-payment--single .wc_payment_method label {
  display: none;
}

.hm-checkout-payment--single div.payment_box {
  margin-top: 0;
}

.hm-checkout-payment .form-row.place-order {
  display: grid;
  gap: 0.75rem;
  margin: 0;
}

.hm-checkout-payment--single .form-row.place-order {
  gap: 0.38rem;
}

.hm-checkout-payment .woocommerce-terms-and-conditions-wrapper:empty {
  display: none;
}

.hm-checkout-payment__note {
  margin: 0;
  padding: 0.8rem 0.92rem;
  border: 1px solid rgba(212, 122, 50, 0.16);
  border-radius: 0.95rem;
  background: linear-gradient(180deg, rgba(250, 244, 236, 0.98), rgba(255, 250, 245, 0.98));
  color: var(--hm-text-body);
  font-size: 0.88rem;
  line-height: 1.5;
}

.hm-checkout-payment__manager-note {
  margin: 0;
  color: var(--hm-text-strong);
  font-size: 0.84rem;
  font-weight: var(--hm-font-weight-strong);
  line-height: 1.45;
}

.hm-checkout-payment__submit {
  width: 100%;
  min-height: 3.2rem;
  border-radius: 1rem;
}

.hm-checkout-payment__submit.button {
  padding-inline: 1.2rem 2.45rem;
}

body.woocommerce-checkout .woocommerce button.button.hm-checkout-payment__submit.button--primary {
  border-color: var(--hm-cta-primary-border);
  background: var(--hm-cta-primary-bg);
  color: var(--hm-cta-primary-text);
  box-shadow: 0 14px 28px rgba(184, 100, 33, 0.18);
}

body.woocommerce-checkout .woocommerce a.button.hm-checkout-payment__back.button--primary {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-color: var(--hm-cta-primary-border);
  background: var(--hm-cta-primary-bg);
  color: var(--hm-cta-primary-text);
  box-shadow: 0 14px 28px rgba(184, 100, 33, 0.18);
}

.hm-checkout-payment__submit.button::before {
  left: 1.15rem;
  right: 2.2rem;
  bottom: 0.72rem;
}

.hm-checkout-payment__submit.button::after {
  right: 1.08rem;
}

body.woocommerce-checkout .woocommerce button.button.hm-checkout-payment__submit.button--primary:hover,
body.woocommerce-checkout .woocommerce button.button.hm-checkout-payment__submit.button--primary:focus-visible {
  background: var(--hm-cta-primary-bg-hover);
  box-shadow: 0 16px 32px rgba(184, 100, 33, 0.22);
}

body.woocommerce-checkout .woocommerce a.button.hm-checkout-payment__back.button--primary:hover,
body.woocommerce-checkout .woocommerce a.button.hm-checkout-payment__back.button--primary:focus-visible {
  background: var(--hm-cta-primary-bg-hover);
  box-shadow: 0 16px 32px rgba(184, 100, 33, 0.22);
}

.hm-checkout-payment__back {
  width: 100%;
  min-height: 3.2rem;
  border-radius: 1rem;
}

.hm-checkout-payment__back.button::before {
  --hm-button-line-opacity: 0.38;
}

@media (max-width: 1100px) {
  .hm-checkout__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .hm-checkout__summary {
    position: static;
  }

  .checkout-header {
    grid-template-columns: minmax(0, 1fr);
    justify-items: start;
  }

  .checkout-header__pitch,
  .checkout-header__contact {
    justify-items: start;
    text-align: left;
  }
}

@media (max-width: 980px) {
  body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .hm-checkout-field--address {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  body.hameleon-checkout-stage {
    --hm-site-header-height: 3.75rem;
  }

  body.hameleon-checkout-stage .site-main {
    padding-bottom: 1rem;
  }

  .checkout-header {
    grid-template-columns: minmax(0, 1fr) max-content;
    align-items: center;
    justify-items: stretch;
    gap: 0.52rem;
    min-height: auto;
    padding: 0.46rem 0;
  }

  .site-header.site-header--checkout-stage .checkout-header__brand.site-brand {
    grid-area: auto;
    grid-column: 1;
    grid-row: 1;
    width: auto;
    max-width: none;
    justify-content: flex-start;
    min-width: 0;
  }

  .checkout-header__pitch {
    display: none;
  }

  .checkout-header__contact {
    grid-column: 2;
    grid-row: 1;
    justify-items: end;
    gap: 0.02rem;
    min-width: max-content;
    text-align: right;
  }

  .checkout-header__contact-item,
  .checkout-header__contact-item--email {
    color: var(--hm-text-strong);
    font-size: 0.72rem;
    line-height: 1.16;
    white-space: nowrap;
  }

  .section--checkout-stage {
    padding-top: 0.42rem;
  }

  .cart-shell--checkout {
    padding: 0.56rem;
    border-radius: 1rem;
  }

  body.woocommerce-checkout .cart-shell--checkout > .woocommerce,
  .hm-checkout__layout,
  .hm-checkout__main,
  .hm-checkout__summary,
  body.woocommerce-checkout .woocommerce-checkout .col2-set {
    gap: 0.52rem;
  }

  .hm-checkout__main-head,
  .hm-checkout__summary-head,
  body.woocommerce-checkout .woocommerce-checkout .col2-set .col-1,
  body.woocommerce-checkout .woocommerce-checkout .col2-set .col-2,
  body.woocommerce-checkout .hm-checkout__summary .woocommerce-checkout-review-order {
    padding: 0.54rem;
    border-radius: 0.86rem;
  }

  body.woocommerce-checkout .woocommerce-checkout .col2-set .col-1,
  body.woocommerce-checkout .woocommerce-checkout .col2-set .col-2 {
    gap: 0.52rem;
  }

  .hm-checkout__main-head h2,
  .hm-checkout__summary-head h2 {
    font-size: 1.02rem;
  }

  body.woocommerce-checkout .woocommerce-billing-fields h3,
  body.woocommerce-checkout .woocommerce-additional-fields h3 {
    display: none;
  }

  body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.48rem 0.5rem;
  }

  body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_full_name_field,
  body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_address_1_field {
    grid-column: 1 / -1;
  }

  body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
    gap: 0.42rem;
  }

  body.woocommerce-checkout .woocommerce-billing-fields label,
  body.woocommerce-checkout .woocommerce-additional-fields label,
  body.woocommerce-checkout .woocommerce form .form-row label {
    margin-bottom: 0.22rem;
    font-size: 0.76rem;
    line-height: 1.14;
  }

  body.woocommerce-checkout .woocommerce form .form-row input.input-text,
  body.woocommerce-checkout .woocommerce form .form-row textarea.input-text {
    min-height: 2.18rem;
    padding: 0.46rem 0.62rem;
    border-radius: 0.74rem;
    font-size: 0.88rem;
  }

  body.woocommerce-checkout .woocommerce form .form-row textarea.input-text {
    height: 2.75rem;
    min-height: 2.75rem;
    line-height: 1.32;
  }

  .hm-checkout-review__table .cart_item {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.45rem;
    padding: 0.52rem 0.58rem;
    border-radius: 0.78rem;
  }

  .hm-checkout-review__table {
    display: block;
    overflow: hidden;
  }

  .hm-checkout-review__table tbody,
  .hm-checkout-review__table tfoot {
    width: 100%;
  }

  .hm-checkout-review__table .cart_item .product-total {
    justify-content: stretch;
    min-width: 0;
  }

  .hm-checkout-review__item-copy {
    gap: 0.22rem;
  }

  .hm-checkout-review__item-specs {
    flex-wrap: nowrap;
    gap: 0.2rem 0.32rem;
    overflow: hidden;
  }

  .hm-checkout-review__item-spec {
    flex: 0 1 auto;
    max-width: 50%;
  }

  .hm-checkout-review__item-spec dt {
    font-size: 0.62rem;
    white-space: nowrap;
  }

  .hm-checkout-review__item-spec dd {
    font-size: 0.66rem;
  }

  .hm-checkout-review__item-title {
    display: block;
    max-height: none;
    font-size: 0.82rem;
    line-height: 1.18;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hm-checkout-review__item-meta {
    min-width: 0;
    overflow: hidden;
  }

  .hm-checkout-review__item-meta .variation {
    flex-wrap: nowrap;
    gap: 0.16rem 0.28rem;
    min-width: 0;
    overflow: hidden;
  }

  .hm-checkout-review__item-meta .variation dt,
  .hm-checkout-review__item-meta .variation dd {
    min-width: 0;
    overflow: hidden;
    font-size: 0.64rem;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hm-checkout-review__item-total {
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: space-between;
    justify-items: stretch;
    gap: 0.22rem;
    min-width: 0;
  }

  .hm-checkout-review__item-qty {
    min-height: 1.24rem;
    padding: 0.1rem 0.36rem;
    font-size: 0.66rem;
  }

  .hm-checkout-review__item-price {
    justify-self: end;
    font-size: 0.86rem;
  }

  .hm-checkout-review__table tbody {
    gap: 0.42rem;
  }

  .hm-checkout-review__table tfoot tr {
    gap: 0.42rem;
    padding: 0.38rem 0;
  }

  .hm-checkout-review__table tfoot th,
  .hm-checkout-review__table tfoot td {
    font-size: 0.8rem;
  }

  .hm-checkout-review__table tfoot .order-total {
    margin-top: 0.08rem;
    padding-top: 0.48rem;
  }

  .hm-checkout-review__table tfoot .order-total th,
  .hm-checkout-review__table tfoot .order-total td {
    font-size: 0.92rem;
  }

  body.woocommerce-checkout #payment.hm-checkout-payment {
    gap: 0.5rem;
    margin-top: 0;
    padding-top: 0.55rem;
  }

  .hm-checkout-payment__panel {
    gap: 0.5rem;
    padding: 0.62rem;
    border-radius: 0.82rem;
  }

  body.woocommerce-checkout #payment.hm-checkout-payment div.payment_box {
    padding: 0.48rem 0.56rem;
    border-radius: 0.76rem;
    font-size: 0.74rem;
    line-height: 1.35;
  }

  .hm-checkout-payment .form-row.place-order {
    gap: 0.48rem;
  }

  .hm-checkout-payment__submit,
  .hm-checkout-payment__back {
    min-height: 2.34rem;
    border-radius: 0.78rem;
    font-size: 0.82rem;
  }

  .hm-checkout-payment__submit.button,
  .hm-checkout-payment__back.button {
    padding: 0.54rem 1.34rem 0.54rem 0.72rem;
    line-height: 1.08;
  }

  body.woocommerce-checkout .woocommerce a.button.hm-checkout-payment__back.button--primary {
    border-color: rgba(199, 126, 67, 0.28);
    background: rgba(255, 255, 255, 0.82);
    color: var(--hm-accent-deep);
    box-shadow: none;
  }

}

.eyebrow,
.site-brand__eyebrow {
  margin: 0;
  color: var(--hm-muted);
  font-size: var(--hm-font-size-sm);
  font-weight: var(--hm-font-weight-strong);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(20rem, 0.95fr);
  gap: 1.5rem;
  align-items: stretch;
}

.hero__copy h1,
.section__header h1,
.section__header h2,
.panel h1,
.panel h2,
.panel h3,
.product-shell__summary h1 {
  margin: 0 0 0.75rem;
  font-family: var(--hm-font-family-sans);
  line-height: 1.08;
}

.hero__copy h1,
.section__header h1 {
  font-size: var(--hm-font-size-title);
}

.section__header h2,
.panel h2,
.panel h3,
.product-shell__summary h1 {
  font-size: var(--hm-font-size-title);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 2.95rem;
  padding: 0.8rem 1.2rem;
  border: 1px solid var(--hm-cta-ghost-border);
  border-radius: 999px;
  overflow: hidden;
  isolation: isolate;
  font-size: var(--hm-font-size-base);
  font-weight: var(--hm-font-weight-strong);
  text-decoration: none;
  cursor: pointer;
  --hm-button-line-left: 1rem;
  --hm-button-line-right: 2rem;
  --hm-button-line-bottom: 0.58rem;
  --hm-button-arrow-right: 1rem;
  --hm-button-arrow-size: 0.42rem;
  --hm-button-arrow-shift: var(--hm-cta-arrow-shift);
  --hm-button-line-opacity: 0.66;
  --hm-button-line-bg: linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0));
  background: var(--hm-cta-ghost-bg);
  color: var(--hm-cta-ghost-text);
  box-shadow: 0 10px 22px rgba(21, 32, 41, 0.06);
  transition: transform var(--hm-motion-fast) var(--hm-ease-ui), box-shadow var(--hm-motion-fast) var(--hm-ease-ui), background-color var(--hm-motion-fast) var(--hm-ease-ui), border-color var(--hm-motion-fast) var(--hm-ease-ui), color var(--hm-motion-fast) var(--hm-ease-ui), opacity var(--hm-motion-fast) var(--hm-ease-ui);
}

.button::before,
.button::after {
  content: "";
  position: absolute;
  pointer-events: none;
  transition: transform var(--hm-motion-fast) var(--hm-ease-ui), opacity var(--hm-motion-fast) var(--hm-ease-ui), border-color var(--hm-motion-fast) var(--hm-ease-ui), background var(--hm-motion-fast) var(--hm-ease-ui);
}

.button::before {
  left: var(--hm-button-line-left);
  right: var(--hm-button-line-right);
  bottom: var(--hm-button-line-bottom);
  height: 1px;
  background: var(--hm-button-line-bg);
  opacity: 0;
  transform: scaleX(0.28);
  transform-origin: left center;
}

.button::after {
  top: 50%;
  right: var(--hm-button-arrow-right);
  width: var(--hm-button-arrow-size);
  height: var(--hm-button-arrow-size);
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  opacity: 0.88;
  transform: translate3d(0, -50%, 0) rotate(45deg);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.button:hover::before,
.button:focus-visible::before {
  opacity: var(--hm-button-line-opacity);
  transform: scaleX(1);
}

.button:hover::after,
.button:focus-visible::after {
  transform: translate3d(var(--hm-button-arrow-shift), -50%, 0) rotate(45deg);
}

.button--primary {
  background: var(--hm-cta-primary-bg);
  border-color: var(--hm-cta-primary-border);
  color: var(--hm-cta-primary-text);
  box-shadow: 0 14px 28px rgba(184, 100, 33, 0.18);
  --hm-button-arrow-shift: var(--hm-cta-arrow-shift-strong);
  --hm-button-line-bg: linear-gradient(90deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0));
}

.button--secondary {
  border-color: var(--hm-cta-secondary-border);
  background: var(--hm-cta-secondary-bg);
  color: var(--hm-cta-secondary-text);
  box-shadow: 0 10px 20px rgba(184, 100, 33, 0.08);
  --hm-button-line-bg: linear-gradient(90deg, rgba(212, 122, 50, 0), rgba(212, 122, 50, 0.42), rgba(212, 122, 50, 0));
}

.button--ghost {
  background: var(--hm-cta-ghost-bg);
  border-color: var(--hm-cta-ghost-border);
  color: var(--hm-cta-ghost-text);
  --hm-button-line-opacity: 0.52;
  --hm-button-line-bg: linear-gradient(90deg, rgba(36, 48, 58, 0), rgba(36, 48, 58, 0.2), rgba(36, 48, 58, 0));
}

.button--primary:hover,
.button--primary:focus-visible {
  background: var(--hm-cta-primary-bg-hover);
  box-shadow: 0 16px 32px rgba(184, 100, 33, 0.22);
}

.button--secondary:hover {
  background: linear-gradient(180deg, rgba(251, 242, 232, 0.98), rgba(246, 232, 216, 0.96));
  box-shadow: 0 12px 22px rgba(184, 100, 33, 0.1);
}

.button--ghost:hover {
  background: rgba(247, 249, 250, 0.98);
  box-shadow: 0 12px 24px rgba(21, 32, 41, 0.07);
}

.button--header-quote {
  min-height: 2.1rem;
  padding: 0.44rem 0.78rem;
  font-size: 0.75rem;
  box-shadow: 0 8px 16px rgba(216, 111, 20, 0.14);
  --hm-button-line-left: 0.8rem;
  --hm-button-line-right: 1.55rem;
  --hm-button-line-bottom: 0.48rem;
  --hm-button-arrow-right: 0.8rem;
  --hm-button-arrow-shift: 0.3rem;
}

.button[disabled],
.button[aria-disabled="true"],
.button.is-loading {
  opacity: 0.72;
  transform: none;
  box-shadow: none;
  cursor: default;
}

.button[disabled]::before,
.button[aria-disabled="true"]::before,
.button.is-loading::before {
  opacity: 0.34;
  transform: scaleX(0.28);
}

.button[disabled]::after,
.button[aria-disabled="true"]::after,
.button.is-loading::after {
  opacity: 0.34;
  transform: translate3d(0, -50%, 0) rotate(45deg);
}

a.button[aria-disabled="true"] {
  pointer-events: none;
}

.button:not(a):not(button) {
  cursor: default;
}

.button:not(a):not(button)::before,
.button:not(a):not(button)::after {
  content: none;
}

.button:not(a):not(button):hover,
.button:not(a):not(button):focus-visible {
  transform: none;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 0.75rem;
}

.card-grid--products {
  --hm-product-card-width: 15.4rem;
  --hm-product-card-height: 31.8rem;
  scroll-margin-top: 0.85rem;
  grid-template-columns: repeat(auto-fill, minmax(var(--hm-product-card-width), minmax(0, 1fr)));
  justify-content: stretch;
  align-items: stretch;
  gap: 0.6rem;
}

.card-grid--catalog-entry {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 0.65rem;
}

.catalog-stage--catalog-root .card-grid--catalog-entry {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.85rem;
}

.home-stage {
  display: grid;
  grid-template-columns: minmax(300px, 340px) minmax(0, 1fr);
  gap: 1.25rem;
  margin-top: -0.45rem;
  align-items: start;
  position: relative;
  overflow: visible;
}

.home-stage--solo {
  grid-template-columns: 1fr;
}

.home-stage--ambient {
  margin-top: 0;
}

.home-stage--category {
  margin-top: 0;
}

.home-stage__sidebar {
  position: sticky;
  top: var(--hm-catalog-rail-top);
  align-self: start;
  max-height: calc(100vh - var(--hm-catalog-rail-top) - 0.85rem);
  padding: 0;
  overflow: visible;
  z-index: 8;
  border: 1px solid var(--hm-border);
  border-radius: 1.5rem;
  background: linear-gradient(180deg, rgba(247, 244, 238, 0.96), rgba(238, 244, 246, 0.92));
  box-shadow: var(--hm-shadow-soft);
  overscroll-behavior: contain;
  scrollbar-width: thin;
}

.catalog-rail {
  display: grid;
  overflow: visible;
  border-radius: inherit;
}

.has-overlay-open,
.has-catalog-drawer-open,
.has-section-nav-drawer-open {
  overflow: hidden;
}

.catalog-drawer {
  position: fixed;
  inset: 0;
  z-index: 48;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity var(--hm-motion-slow) var(--hm-ease-panel), visibility var(--hm-motion-slow) var(--hm-ease-panel);
}

.catalog-drawer[data-ui-state="opening"],
.catalog-drawer[data-ui-state="open"] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.catalog-drawer__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 29, 38, 0.46);
  opacity: 0;
  transition: opacity var(--hm-motion-slow) var(--hm-ease-panel);
}

.catalog-drawer[data-ui-state="opening"] .catalog-drawer__backdrop,
.catalog-drawer[data-ui-state="open"] .catalog-drawer__backdrop {
  opacity: 1;
}

.catalog-drawer__panel {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  height: 100%;
  margin-left: auto;
  padding: 1.25rem;
  background:
    linear-gradient(180deg, rgba(250, 248, 244, 0.98), rgba(240, 245, 247, 0.98)),
    var(--hm-surface);
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 1rem;
  box-shadow: -24px 0 48px rgba(20, 29, 38, 0.16);
  opacity: 0;
  transform: translate3d(2rem, 0, 0);
  transition: opacity var(--hm-motion-slow) var(--hm-ease-panel), transform var(--hm-motion-slow) var(--hm-ease-panel);
}

.catalog-drawer[data-ui-state="opening"] .catalog-drawer__panel,
.catalog-drawer[data-ui-state="open"] .catalog-drawer__panel {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.catalog-drawer__header,
.catalog-drawer__body {
  display: grid;
  gap: 1rem;
}

.catalog-drawer__header {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
}

.catalog-drawer__header h2 {
  margin: 0.2rem 0 0;
}

.catalog-drawer__close,
.catalog-drawer__back {
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--hm-text-strong);
  cursor: pointer;
  font-weight: var(--hm-font-weight-strong);
  transition: transform var(--hm-motion-fast) var(--hm-ease-ui), background-color var(--hm-motion-fast) var(--hm-ease-ui), color var(--hm-motion-fast) var(--hm-ease-ui);
}

.catalog-drawer__close,
.catalog-drawer__back {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.2rem;
}

.catalog-search--drawer {
  width: 100%;
}

.catalog-drawer__body {
  grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
  align-items: start;
}

.catalog-drawer__nav {
  display: grid;
  gap: 0.55rem;
  padding: 0.9rem;
  border: 1px solid var(--hm-border);
  border-radius: 1.25rem;
  background: rgba(249, 246, 240, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.52);
}

.catalog-drawer__nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  width: 100%;
  padding: 0.9rem 1rem;
  border: 0;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.78);
  color: var(--hm-text-strong);
  cursor: pointer;
  font-weight: var(--hm-font-weight-strong);
  text-align: left;
  text-decoration: none;
  transition: background-color var(--hm-motion-fast) var(--hm-ease-ui), color var(--hm-motion-fast) var(--hm-ease-ui), box-shadow var(--hm-motion-fast) var(--hm-ease-ui), transform var(--hm-motion-fast) var(--hm-ease-ui);
}

.catalog-drawer__nav-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 3rem;
  gap: 0.38rem;
  min-width: 0;
}

.catalog-drawer__nav-row .catalog-drawer__nav-item {
  min-width: 0;
}

.catalog-drawer__nav-row .catalog-drawer__nav-link--primary {
  justify-content: flex-start;
}

.catalog-drawer__nav-drill {
  display: inline-grid;
  place-items: center;
  min-width: 0;
  min-height: 100%;
  padding: 0;
  border: 0;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.78);
  color: var(--hm-text-strong);
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: var(--hm-font-weight-strong);
  line-height: 1;
  transition: background-color var(--hm-motion-fast) var(--hm-ease-ui), color var(--hm-motion-fast) var(--hm-ease-ui), box-shadow var(--hm-motion-fast) var(--hm-ease-ui), transform var(--hm-motion-fast) var(--hm-ease-ui);
}

.catalog-drawer__nav-item[aria-expanded="true"],
.catalog-drawer__nav-item.is-active,
.catalog-drawer__nav-row.is-active .catalog-drawer__nav-item,
.catalog-drawer__nav-row.is-active .catalog-drawer__nav-drill,
.catalog-drawer__nav-drill[aria-expanded="true"],
.catalog-drawer__nav-item:hover,
.catalog-drawer__nav-item:focus-visible,
.catalog-drawer__nav-drill:hover,
.catalog-drawer__nav-drill:focus-visible {
  background: rgba(212, 122, 50, 0.1);
  color: var(--hm-accent-deep);
  box-shadow: inset 0 0 0 1px rgba(199, 126, 67, 0.16);
  outline: none;
}

.catalog-drawer__detail {
  position: relative;
  min-height: 100%;
  border: 1px solid var(--hm-border);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.46);
  overflow: hidden;
}

.catalog-drawer__back {
  display: none;
  margin: 0.9rem;
  padding: 0.7rem 1rem;
}

.catalog-drawer__detail-panel {
  display: grid;
  align-content: start;
  gap: 1rem;
  padding: 1.15rem 1.2rem;
}

.catalog-drawer__detail-panel[hidden] {
  display: none !important;
}

.catalog-drawer__close:hover,
.catalog-drawer__close:focus-visible,
.catalog-drawer__back:hover,
.catalog-drawer__back:focus-visible {
  background: rgba(212, 122, 50, 0.12);
  color: var(--hm-accent-deep);
  transform: translateY(-1px);
  outline: none;
}

.catalog-drawer__detail-panel.is-active {
  display: grid;
  gap: 1rem;
}

.catalog-drawer__detail-head,
.catalog-drawer__group {
  display: grid;
  align-content: start;
  gap: 0.55rem;
}

.catalog-drawer__detail-head h3,
.catalog-drawer__detail-head p,
.catalog-drawer__group-title {
  margin: 0;
}

.catalog-drawer__groups {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
}

.catalog-drawer__group-title {
  font-size: 0.98rem;
  font-weight: var(--hm-font-weight-strong);
  color: var(--hm-ink);
}

.catalog-drawer__group-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.catalog-drawer__group-list a {
  color: var(--hm-ink);
}

.catalog-drawer__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding-top: 0.9rem;
  border-top: 1px solid var(--hm-line);
}

.catalog-rail__entry {
  position: relative;
}

.catalog-rail__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.88rem 1.1rem;
  border-top: 1px solid rgba(201, 211, 218, 0.82);
  transition: background 0.2s ease, transform 0.2s ease;
}

.catalog-rail__entry:first-child > .catalog-rail__item {
  border-top: 0;
}

.catalog-rail__item[aria-current="page"],
.catalog-rail__item.is-active {
  background: linear-gradient(180deg, rgba(249, 238, 226, 0.96), rgba(244, 228, 212, 0.92));
  color: var(--hm-accent-deep);
}

.catalog-rail__entry:hover > .catalog-rail__item,
.catalog-rail__entry:focus-within > .catalog-rail__item {
  background: rgba(236, 242, 245, 0.8);
  transform: translateX(3px);
}

.catalog-rail__name {
  font-size: 0.98rem;
  font-weight: var(--hm-font-weight-strong);
  line-height: 1.35;
}

.catalog-rail__arrow {
  color: var(--hm-muted);
  font-size: 1.1rem;
  font-weight: var(--hm-font-weight-strong);
}

.catalog-mega {
  display: none;
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  width: min(920px, calc(100vw - 25rem));
  z-index: 24;
  padding: 1.1rem 1.35rem 1.35rem;
  border: 1px solid var(--hm-border-strong);
  border-radius: 1.35rem;
  background: linear-gradient(155deg, rgba(250, 248, 244, 0.985), rgba(236, 242, 245, 0.97));
  overflow: visible;
  box-shadow:
    0 28px 55px rgba(20, 29, 38, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.58);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-0.35rem);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.catalog-rail__entry.is-hover-intent > .catalog-mega {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.catalog-rail__entry:focus-within > .catalog-mega {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.catalog-mega__tree {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0.2rem 1.05rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.catalog-mega__item {
  position: relative;
  z-index: 0;
}

.catalog-mega__item--has-children::after {
  content: "";
  position: absolute;
  top: -0.5rem;
  right: -1rem;
  width: 1.2rem;
  height: calc(100% + 1rem);
}

.catalog-mega__item:hover,
.catalog-mega__item:focus-within {
  z-index: 3;
}

.catalog-mega__link {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.85rem;
  min-height: 2.7rem;
  padding: 0.5rem 0.65rem;
  border: 1px solid transparent;
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.28);
  color: var(--hm-ink);
  font-size: 0.95rem;
  line-height: 1.32;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.catalog-mega__item:hover > .catalog-mega__link,
.catalog-mega__item:focus-within > .catalog-mega__link {
  background: linear-gradient(180deg, rgba(249, 238, 226, 0.92), rgba(239, 245, 247, 0.92));
  border-color: rgba(199, 126, 67, 0.18);
  color: var(--hm-accent-deep);
  box-shadow: 0 10px 18px rgba(20, 29, 38, 0.06);
  transform: translateX(2px);
}

.catalog-mega__item-arrow {
  color: var(--hm-text-soft);
  font-size: 1rem;
  font-weight: var(--hm-font-weight-strong);
  line-height: 1.2;
}

.catalog-mega__flyout {
  display: none;
  position: absolute;
  top: -0.45rem;
  left: calc(100% + 0.1rem);
  width: min(700px, calc(100vw - 41rem));
  padding: 1rem 1.15rem 1.15rem;
  border: 1px solid var(--hm-border-strong);
  border-radius: 1rem;
  z-index: 5;
  overflow: hidden;
  background: linear-gradient(160deg, rgba(252, 251, 248, 0.99), rgba(238, 244, 246, 0.96));
  box-shadow:
    0 22px 42px rgba(20, 29, 38, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.58);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-0.1rem);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.catalog-mega__item.is-flyout-intent > .catalog-mega__flyout {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}

.catalog-mega__item:focus-within > .catalog-mega__flyout {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}

.catalog-mega__flyout-title {
  display: inline-flex;
  margin-bottom: 0.8rem;
  color: var(--hm-ink);
  font-size: 0.98rem;
  font-weight: var(--hm-font-weight-strong);
  transition: color var(--hm-motion-fast) var(--hm-ease-ui);
}

.catalog-mega__flyout-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0.65rem 1.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.catalog-mega__flyout-list a {
  display: block;
  padding: 0.42rem 0.55rem;
  border-radius: 0.75rem;
  color: var(--hm-ink);
  font-size: 0.94rem;
  line-height: 1.32;
  transition: background-color var(--hm-motion-fast) var(--hm-ease-ui), color var(--hm-motion-fast) var(--hm-ease-ui), transform var(--hm-motion-fast) var(--hm-ease-ui);
}

.catalog-mega__flyout-list a:hover,
.catalog-mega__flyout-title:hover {
  color: var(--hm-accent-deep);
}

.catalog-mega__flyout-list a:hover,
.catalog-mega__flyout-list a:focus-visible {
  background: rgba(212, 122, 50, 0.1);
  outline: none;
  transform: translateX(2px);
}

.catalog-mega--summary {
  width: min(440px, calc(100vw - 25rem));
}

.catalog-mega__summary {
  display: grid;
  gap: 0.8rem;
}

.catalog-mega__summary h3,
.catalog-mega__summary p {
  margin: 0;
}

.catalog-mega__summary p:not(.eyebrow) {
  color: var(--hm-muted);
}

.home-stage__content {
  display: grid;
  gap: 1.1rem;
  padding-top: clamp(0.75rem, 1.2vw, 1rem);
}

.home-stage__content--category {
  padding-top: clamp(0.45rem, 0.9vw, 0.8rem);
}

.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(220px, 0.56fr);
  gap: 1rem;
  padding: 0;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
  position: relative;
  isolation: isolate;
}

.home-hero::before {
  content: none;
}

.home-hero::after {
  content: none;
}

.home-hero__ambient {
  position: absolute;
  inset: -0.5rem 0.4rem -0.4rem 0.3rem;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(circle at 19% 77%, rgba(248, 229, 164, 0.08), rgba(248, 229, 164, 0) 10rem);
  opacity: 0.42;
}

.home-hero__ambient::before,
.home-hero__ambient::after {
  content: "";
  position: absolute;
  opacity: var(--hm-ambient-opacity-idle);
}

.home-hero__ambient::before {
  --hm-ambient-angle: -5deg;
  --hm-ambient-drift-x: 0.28rem;
  --hm-ambient-drift-y: -0.22rem;
  --hm-ambient-angle-shift: 1deg;
  --hm-ambient-opacity-idle: 0.16;
  --hm-ambient-opacity-active: 0.24;
  top: 0.45rem;
  left: clamp(0.65rem, 2vw, 1.7rem);
  width: clamp(13rem, 24vw, 18rem);
  height: clamp(7rem, 12vw, 9rem);
  border: 1px solid rgba(129, 163, 190, 0.1);
  border-radius: 1.85rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(237, 245, 251, 0.02));
  transform: rotate(var(--hm-ambient-angle));
  animation: ambient-support-drift 26s ease-in-out infinite;
}

.home-hero__ambient::after {
  --hm-ambient-angle: -10deg;
  --hm-ambient-drift-x: 0.36rem;
  --hm-ambient-drift-y: -0.2rem;
  --hm-ambient-angle-shift: 1deg;
  --hm-ambient-opacity-idle: 0.18;
  --hm-ambient-opacity-active: 0.26;
  left: clamp(6rem, 15vw, 11rem);
  bottom: 1.15rem;
  width: clamp(12rem, 25vw, 17rem);
  height: 1px;
  background:
    radial-gradient(circle at 24% 50%, rgba(129, 163, 190, 0.1) 0 0.17rem, transparent 0.22rem),
    radial-gradient(circle at 72% 50%, rgba(129, 163, 190, 0.08) 0 0.17rem, transparent 0.22rem),
    linear-gradient(90deg, rgba(129, 163, 190, 0), rgba(129, 163, 190, 0.14), rgba(129, 163, 190, 0.04) 84%, rgba(129, 163, 190, 0));
  transform: rotate(var(--hm-ambient-angle));
  animation: ambient-primary-drift 25s ease-in-out infinite;
}

.home-hero__copy {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 0.82rem;
  position: relative;
  z-index: 1;
  min-height: 15.8rem;
  max-width: none;
  padding: clamp(1.15rem, 1.7vw, 1.7rem);
  border: 1px solid var(--hm-border-strong);
  border-radius: 1.55rem;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.97) 0%, rgba(248, 245, 239, 0.96) 60%, rgba(238, 243, 246, 0.92) 100%);
  box-shadow: var(--hm-shadow-soft);
  overflow: hidden;
  backdrop-filter: blur(14px);
}

.home-hero__copy h1 {
  max-width: 24rem;
  margin: 0;
  font-size: clamp(1.4rem, 2vw, 1.96rem);
  line-height: 1.04;
}

.home-hero__copy > * {
  position: relative;
  z-index: 1;
}

.home-hero__copy::before {
  content: none;
}

.home-hero__copy::after {
  content: none;
}

.home-hero__copy p:not(.eyebrow) {
  position: relative;
  z-index: 1;
  max-width: 22rem;
  margin: 0;
  color: var(--hm-muted);
  font-size: 0.9rem;
}

.home-hero__lede {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.42;
}

.home-hero__button {
  display: inline-flex;
  width: 10.75rem;
  min-height: 2.95rem;
  padding: 0.8rem 1.1rem;
  box-sizing: border-box;
  font-size: 0.9rem;
  justify-content: center;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.home-hero .hero__actions {
  margin-top: 0.1rem;
}

.home-category-spotlight {
  position: relative;
  isolation: isolate;
}

.home-category-spotlight--category {
  margin-top: 0.15rem;
}

.home-category-spotlight__viewport {
  position: relative;
  z-index: 1;
  min-height: clamp(13.5rem, 22vw, 17.8rem);
}

.home-category-spotlight__ambient {
  position: absolute;
  inset: -0.75rem -0.4rem -0.5rem -0.9rem;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(circle at 19% 34%, rgba(170, 205, 232, 0.07), rgba(170, 205, 232, 0) 12rem);
  opacity: 0.3;
}

.home-category-spotlight__ambient::before,
.home-category-spotlight__ambient::after {
  content: "";
  position: absolute;
  opacity: var(--hm-ambient-opacity-idle);
}

.home-category-spotlight__ambient::before {
  --hm-ambient-angle: 18deg;
  --hm-ambient-drift-x: 0.32rem;
  --hm-ambient-drift-y: -0.18rem;
  --hm-ambient-angle-shift: -1deg;
  --hm-ambient-opacity-idle: 0.16;
  --hm-ambient-opacity-active: 0.24;
  top: 1rem;
  left: 0.35rem;
  width: clamp(12rem, 22vw, 16rem);
  height: 1px;
  background:
    radial-gradient(circle at 18% 50%, rgba(129, 163, 190, 0.1) 0 0.17rem, transparent 0.22rem),
    radial-gradient(circle at 69% 50%, rgba(129, 163, 190, 0.08) 0 0.17rem, transparent 0.22rem),
    linear-gradient(90deg, rgba(129, 163, 190, 0), rgba(129, 163, 190, 0.14), rgba(129, 163, 190, 0.04) 84%, rgba(129, 163, 190, 0));
  transform: rotate(var(--hm-ambient-angle));
  transform-origin: left center;
  animation: ambient-primary-drift 26s ease-in-out infinite;
}

.home-category-spotlight__ambient::after {
  --hm-ambient-angle: -7deg;
  --hm-ambient-drift-x: -0.26rem;
  --hm-ambient-drift-y: 0.22rem;
  --hm-ambient-angle-shift: 0.9deg;
  --hm-ambient-opacity-idle: 0.12;
  --hm-ambient-opacity-active: 0.2;
  right: 0.6rem;
  bottom: 0.95rem;
  width: clamp(11rem, 23vw, 16rem);
  height: clamp(6.8rem, 13vw, 8.6rem);
  border: 1px solid rgba(129, 163, 190, 0.1);
  border-radius: 1.9rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(237, 245, 251, 0.02));
  transform: rotate(var(--hm-ambient-angle));
  animation: ambient-support-drift 29s ease-in-out infinite;
}

body.tax-product_cat .home-category-spotlight__ambient,
body.post-type-archive-product .home-category-spotlight__ambient {
  opacity: 0.22;
}

.home-category-spotlight__slide {
  --hm-spotlight-transition: 0.82s cubic-bezier(0.22, 0.72, 0.2, 1);
  position: absolute;
  inset: 0;
  display: grid;
  align-items: stretch;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid var(--hm-border-strong);
  border-radius: 1.7rem;
  background: linear-gradient(160deg, rgba(250, 248, 244, 0.98), rgba(237, 243, 246, 0.96));
  box-shadow: var(--hm-shadow-soft);
  color: var(--hm-ink);
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, 0.25rem, 0) scale(1.012);
  filter: saturate(0.92) brightness(0.98);
  transition:
    opacity var(--hm-spotlight-transition),
    transform var(--hm-spotlight-transition),
    filter var(--hm-spotlight-transition),
    visibility 0s linear 0.82s;
  will-change: opacity, transform, filter;
}

.home-category-spotlight__slide::after {
  content: "";
  position: absolute;
  inset: -18% -28%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 25%, rgba(255, 255, 255, 0.34) 45%, transparent 62%);
  opacity: 0;
  transform: translate3d(-42%, 0, 0) rotate(0.001deg);
}

.home-category-spotlight__slide[aria-hidden="false"],
.home-category-spotlight__slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
  filter: saturate(1) brightness(1);
  transition-delay: 0s;
  z-index: 2;
}

.home-category-spotlight.is-rotator-ready .home-category-spotlight__slide.is-active::after {
  animation: home-spotlight-sweep 0.92s cubic-bezier(0.22, 0.72, 0.2, 1) both;
}

.home-category-spotlight__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(135deg, rgba(36, 48, 58, 0.04), rgba(212, 122, 50, 0.04));
}

.home-category-spotlight__slide--with-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(241, 237, 230, 0.96) 0%,
    rgba(241, 237, 230, 0.9) 18%,
    rgba(241, 237, 230, 0.66) 32%,
    rgba(241, 237, 230, 0.32) 46%,
    rgba(241, 237, 230, 0) 58%
  );
  backdrop-filter: blur(4px) saturate(96%) brightness(1.03);
  -webkit-backdrop-filter: blur(4px) saturate(96%) brightness(1.03);
  -webkit-mask-image: linear-gradient(
    90deg,
    #000 0%,
    #000 22%,
    rgba(0, 0, 0, 0.94) 34%,
    rgba(0, 0, 0, 0.62) 46%,
    rgba(0, 0, 0, 0.22) 56%,
    transparent 64%
  );
  mask-image: linear-gradient(
    90deg,
    #000 0%,
    #000 22%,
    rgba(0, 0, 0, 0.94) 34%,
    rgba(0, 0, 0, 0.62) 46%,
    rgba(0, 0, 0, 0.22) 56%,
    transparent 64%
  );
}

.home-category-spotlight__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
  transform: scale(1.045);
  transition: transform 1.35s cubic-bezier(0.18, 0.74, 0.2, 1), filter 1.35s cubic-bezier(0.18, 0.74, 0.2, 1);
  will-change: transform;
}

.home-category-spotlight__slide.is-active .home-category-spotlight__media img {
  transform: scale(1);
}

.home-category-spotlight__content {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: start;
  align-content: stretch;
  grid-template-rows: auto 1fr auto;
  gap: 0.7rem;
  min-height: 100%;
  max-width: min(27rem, 47%);
  padding: clamp(1.25rem, 2.3vw, 1.9rem);
}

.home-category-spotlight--category .home-category-spotlight__content {
  max-width: min(31rem, 54%);
}

.home-category-spotlight__slide--with-image .home-category-spotlight__content {
  color: var(--hm-ink);
}

.home-category-spotlight__content strong {
  font-family: var(--hm-font-family-sans);
  align-self: start;
  max-width: 18rem;
  font-size: clamp(1.58rem, 2.7vw, 2.42rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.home-category-spotlight__slide--with-image .home-category-spotlight__content strong {
  text-shadow: 0 0.1rem 0.9rem rgba(255, 255, 255, 0.32);
}

.home-category-spotlight__meta {
  max-width: 16rem;
  color: var(--hm-text-body);
  font-size: var(--hm-font-size-sm);
  line-height: 1.38;
}

.home-category-spotlight__trust {
  align-self: end;
  display: grid;
  gap: 0.56rem;
  max-width: min(27rem, 100%);
}

.home-category-spotlight__trust-text {
  color: var(--hm-text-strong);
  font-size: clamp(0.88rem, 1.16vw, 1.04rem);
  font-weight: 800;
  line-height: 1.28;
}

.home-category-spotlight__trust-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
  min-width: 0;
}

.home-category-spotlight__trust-chips span {
  display: inline-flex;
  min-width: 0;
  max-width: 100%;
  align-items: center;
  min-height: 1.86rem;
  border: 1px solid rgba(124, 145, 160, 0.2);
  border-radius: 999px;
  padding: 0.34rem 0.66rem;
  background: rgba(250, 248, 244, 0.78);
  color: var(--hm-text-strong);
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.1;
  overflow-wrap: anywhere;
  box-shadow: 0 10px 20px rgba(21, 32, 41, 0.06);
}

.home-category-spotlight__controls {
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.home-category-spotlight__arrow,
.home-category-spotlight__dot {
  border: 0;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease;
}

.home-category-spotlight__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  border: 1px solid var(--hm-border);
  background: rgba(250, 248, 244, 0.94);
  color: var(--hm-text-strong);
  box-shadow: 0 12px 24px rgba(21, 32, 41, 0.08);
}

.home-category-spotlight__arrow:hover,
.home-category-spotlight__arrow:focus-visible,
.home-category-spotlight__dot:hover,
.home-category-spotlight__dot:focus-visible {
  transform: translateY(-1px);
}

.home-category-spotlight__dots {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.42rem 0.55rem;
  border-radius: 999px;
  border: 1px solid var(--hm-border-muted);
  background: rgba(250, 248, 244, 0.94);
  box-shadow: 0 12px 24px rgba(21, 32, 41, 0.08);
}

.home-category-spotlight__dot {
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 999px;
  background: rgba(78, 103, 123, 0.24);
}

.home-category-spotlight__dot[aria-pressed="true"],
.home-category-spotlight__dot.is-active {
  background: var(--hm-brand);
  transform: scale(1.08);
}

.home-hero__stack {
  display: grid;
  gap: 0.7rem;
  position: relative;
  z-index: 1;
}

.home-hero__aside {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc((15.2rem - 0.7rem) / 2);
  padding: 0.95rem 1rem;
  border: 1px solid var(--hm-border);
  border-radius: 1.1rem;
  background: linear-gradient(180deg, rgba(239, 244, 246, 0.92), rgba(249, 246, 240, 0.92));
  color: var(--hm-text-strong);
  text-align: center;
  overflow: hidden;
  box-shadow: var(--hm-shadow-soft);
  backdrop-filter: blur(12px) saturate(108%);
}

.home-hero__aside::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 0.22rem;
  background: linear-gradient(90deg, var(--hm-brand), var(--hm-brand-deep));
}

.home-hero__aside::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 78% 22%, rgba(170, 205, 232, 0.06), transparent 30%);
}

.home-hero__aside strong {
  position: relative;
  z-index: 1;
  max-width: 12rem;
  font-size: 0.94rem;
  line-height: 1.24;
  font-weight: var(--hm-font-weight-strong);
}

.home-hero__aside--1::before {
  background: linear-gradient(90deg, var(--hm-brand), var(--hm-brand-deep));
}

.home-hero__aside--2::before {
  background: linear-gradient(90deg, var(--hm-brand), var(--hm-brand-deep));
}

.home-hero__aside--3::before {
  background: linear-gradient(90deg, var(--hm-brand), var(--hm-brand-deep));
}

.home-benefits-band {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  isolation: isolate;
}

.home-benefits-band::before {
  content: none;
}

.home-benefits-band::after {
  content: none;
}

.home-benefits-band__route {
  display: none;
}

.home-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  position: relative;
  z-index: 1;
  align-items: stretch;
}

.home-benefit {
  position: relative;
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 0.34rem;
  height: calc((15.2rem - 0.7rem) / 2);
  padding: 0.95rem 1rem;
  border: 1px solid var(--hm-border);
  border-radius: 1.1rem;
  background: linear-gradient(180deg, rgba(239, 244, 246, 0.92), rgba(249, 246, 240, 0.92));
  color: var(--hm-text-strong);
  text-align: center;
  overflow: hidden;
  box-shadow: var(--hm-shadow-soft);
  backdrop-filter: blur(12px) saturate(108%);
}

.home-benefit::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 0.22rem;
  background: linear-gradient(90deg, var(--hm-brand), var(--hm-brand-deep));
}

.home-benefit::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 78% 22%, rgba(170, 205, 232, 0.06), transparent 30%);
}

.home-benefit > * {
  position: relative;
  z-index: 1;
}

.home-benefit strong {
  max-width: 12rem;
  font-size: 0.94rem;
  line-height: 1.24;
  font-weight: var(--hm-font-weight-strong);
}

.home-benefit span {
  max-width: 16.5rem;
  color: var(--hm-muted);
  font-size: 0.82rem;
  line-height: 1.36;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.entry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.entry-groups-band {
  position: relative;
  padding: 0.65rem 0 0;
  margin-top: 0.25rem;
  isolation: isolate;
}

.entry-groups-band::before {
  content: none;
}

.entry-groups-band > .site-width {
  position: relative;
  z-index: 1;
}

.entry-groups-band__ambient {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(circle at 86% 58%, rgba(170, 205, 232, 0.05), rgba(170, 205, 232, 0) 11rem);
}

.entry-groups-band__ambient::before,
.entry-groups-band__ambient::after {
  content: "";
  position: absolute;
  opacity: var(--hm-ambient-opacity-idle);
}

.entry-groups-band__ambient::before {
  --hm-ambient-angle: 10deg;
  --hm-ambient-drift-x: -0.2rem;
  --hm-ambient-drift-y: 0.16rem;
  --hm-ambient-angle-shift: 0.8deg;
  --hm-ambient-opacity-idle: 0.1;
  --hm-ambient-opacity-active: 0.16;
  top: 2.5rem;
  left: clamp(1rem, 5vw, 4rem);
  width: clamp(10rem, 24vw, 15rem);
  height: 1px;
  background: linear-gradient(90deg, rgba(129, 163, 190, 0), rgba(129, 163, 190, 0.1), rgba(129, 163, 190, 0.03));
  transform: rotate(var(--hm-ambient-angle));
  transform-origin: left center;
  animation: ambient-support-drift 30s ease-in-out infinite;
}

.entry-groups-band__ambient::after {
  --hm-ambient-angle: -8deg;
  --hm-ambient-drift-x: 0.16rem;
  --hm-ambient-drift-y: -0.14rem;
  --hm-ambient-angle-shift: 0.8deg;
  --hm-ambient-opacity-idle: 0.08;
  --hm-ambient-opacity-active: 0.14;
  right: clamp(1rem, 4vw, 3rem);
  bottom: 1.25rem;
  width: clamp(9rem, 20vw, 14rem);
  height: clamp(6rem, 15vw, 9rem);
  border: 1px solid rgba(129, 163, 190, 0.08);
  border-radius: 2rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(237, 245, 251, 0.02));
  transform: rotate(var(--hm-ambient-angle));
  animation: ambient-support-drift 32s ease-in-out infinite;
}

.entry-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.entry-group {
  position: relative;
  min-height: 100%;
  padding: 0;
}

.entry-group__link {
  position: relative;
  isolation: isolate;
  display: grid;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  padding: 1.45rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.26);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 18px 34px rgba(21, 32, 41, 0.12);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.entry-group__link::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(9, 18, 36, 0.02) 0%, rgba(9, 18, 36, 0.08) 42%, rgba(9, 18, 36, 0.58) 78%, rgba(9, 18, 36, 0.84) 100%);
}

.entry-group__link::after {
  content: "";
  position: absolute;
  inset: auto -12% -18% auto;
  z-index: 1;
  width: 52%;
  aspect-ratio: 1;
  border-radius: 999px;
  background: rgba(234, 123, 31, 0.12);
  filter: blur(2px);
}

.entry-group__link:hover,
.entry-group__link:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 24px 44px rgba(21, 32, 41, 0.18);
}

.entry-group__content {
  position: relative;
  z-index: 2;
  display: grid;
  align-self: end;
  align-content: end;
  justify-items: start;
  gap: 0;
  min-height: auto;
  max-width: 100%;
  width: 100%;
}

.entry-group__meta {
  width: auto;
  max-width: none;
}

.entry-group__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.entry-group__media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.entry-group__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
}

.entry-group--no-image .entry-group__media {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 46%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
}

.entry-group--no-image .entry-group__media::before,
.entry-group--no-image .entry-group__media::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.entry-group--no-image .entry-group__media::before {
  inset: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1.05rem;
}

.entry-group--no-image .entry-group__media::after {
  right: 1.25rem;
  bottom: 1.35rem;
  left: 1.25rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
}

.entry-group--stendy-dlya-shkoly .entry-group__media {
  display: grid;
  place-items: center;
}

.entry-group--stendy-dlya-shkoly .entry-group__media img {
  object-fit: contain;
  object-position: center;
}

.entry-group__title {
  display: block;
  max-width: none;
  font-family: var(--hm-font-family-sans);
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
  line-height: 1.02;
  letter-spacing: 0;
  white-space: normal;
  text-wrap: balance;
  text-transform: none;
  text-shadow: 0 6px 18px rgba(9, 18, 36, 0.32);
}

.entry-group--tone-1 .entry-group__link {
  background: linear-gradient(135deg, #49535c 0%, #2d343d 100%);
}

.entry-group--tone-2 .entry-group__link {
  background: linear-gradient(135deg, #5a615f 0%, #3f4542 100%);
}

.entry-group--tone-3 .entry-group__link {
  background: linear-gradient(135deg, #5b5550 0%, #3f3935 100%);
}

.entry-group--tone-4 .entry-group__link {
  background: linear-gradient(135deg, #4d5d62 0%, #2f3d43 100%);
}

.entry-group--tone-5 .entry-group__link {
  background: linear-gradient(135deg, #665253 0%, #443738 100%);
}

.entry-group--tone-6 .entry-group__link {
  background: linear-gradient(135deg, #54624f 0%, #394337 100%);
}

.home-trust-band {
  margin: 0.62rem 0 0;
  padding: 0;
}

.home-trust {
  display: flex;
  align-items: center;
  gap: clamp(0.78rem, 1.45vw, 1.18rem);
  padding: clamp(0.76rem, 1.42vw, 1.02rem);
  border: 1px solid rgba(124, 145, 160, 0.18);
  border-radius: 0.86rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(248, 241, 232, 0.76)),
    #fffaf3;
  box-shadow: 0 10px 24px rgba(21, 32, 41, 0.055);
}

.home-trust__copy,
.home-trust__clients {
  margin: 0;
}

.home-trust__copy {
  min-width: 0;
}

.home-trust h2 {
  margin: 0;
  color: var(--hm-text-strong);
  font-size: clamp(1.04rem, 1.28vw, 1.32rem);
  line-height: 1.14;
  letter-spacing: 0;
  white-space: nowrap;
}

.home-trust__clients {
  display: flex;
  flex: 1 1 auto;
  gap: 0.42rem;
  min-width: 0;
  padding: 0;
  list-style: none;
}

.home-trust__clients li {
  display: grid;
  flex: 1 1 0;
  min-width: 0;
  min-height: 3.72rem;
  place-items: center;
  border: 1px solid rgba(124, 145, 160, 0.16);
  border-radius: 7px;
  padding: 0.42rem 0.52rem;
  background: rgba(255, 255, 255, 0.72);
}

.home-trust__clients img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 2.72rem;
  object-fit: contain;
}

.home-constructor-story {
  --story-progress: 1;
  --story-base-progress: 1;
  --story-print-progress: 1;
  --story-header-progress: 1;
  --story-pocket-a-progress: 1;
  --story-pocket-b-progress: 1;
  --story-pocket-c-progress: 1;
  --story-shadow-progress: 1;
  --story-highlight-progress: 1;
  --story-accent-progress: 1;
  --story-ready-progress: 1;
  --story-layer-02-progress: 1;
  --story-layer-03-progress: 1;
  --story-layer-04-progress: 1;
  --story-layer-05-progress: 1;
  --story-layer-06-progress: 1;
  --story-layer-07-progress: 1;
  --story-layer-08-progress: 1;
  --story-layer-09-progress: 1;
  --story-layer-10-progress: 1;
  --story-layer-11-progress: 1;
  --story-layer-12-progress: 1;
  --story-layer-13-progress: 1;
  --story-layer-14-progress: 1;
  position: relative;
  height: 150vh;
  min-height: calc(38.75rem + 10rem);
  margin: 0.85rem 0 1.75rem;
  padding: 0;
  overflow-x: clip;
  overflow-y: visible;
  background:
    radial-gradient(circle at 78% 42%, rgba(212, 122, 50, 0.16), transparent 20rem),
    radial-gradient(circle at 18% 62%, rgba(124, 157, 181, 0.14), transparent 18rem),
    linear-gradient(90deg, rgba(244, 240, 233, 0.96), rgba(238, 245, 246, 0.92) 52%, rgba(250, 239, 228, 0.94));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.56),
    inset 0 -1px 0 rgba(111, 131, 147, 0.12);
  isolation: isolate;
}

.home-constructor-story::before,
.home-constructor-story::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.home-constructor-story::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(111, 131, 147, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(111, 131, 147, 0.06) 1px, transparent 1px);
  background-size: 5.5rem 5.5rem;
  mask-image: linear-gradient(90deg, transparent 0%, #000 14%, #000 88%, transparent 100%);
  opacity: 0.3;
}

.home-constructor-story::after {
  right: -8rem;
  bottom: -10rem;
  width: min(48vw, 38rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.5), transparent 64%);
  filter: blur(10px);
  opacity: calc(0.34 + (var(--story-ready-progress) * 0.2));
}

.home-constructor-story__sticky {
  position: sticky;
  top: calc(var(--hm-site-header-height) + 2.65rem);
  display: grid;
  z-index: 1;
  grid-template-columns: minmax(15.5rem, 0.5fr) minmax(0, 1.5fr);
  align-items: center;
  gap: clamp(1.25rem, 3vw, 3.25rem);
  min-height: min(38.75rem, calc(100vh - var(--hm-site-header-height) - 4.25rem));
  padding-block: 0;
}

.home-constructor-story__copy {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 0.86rem;
  max-width: 25rem;
  padding-block: 1rem;
}

.home-constructor-story__copy::before {
  content: "";
  width: 3.75rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(212, 122, 50, 0.82), rgba(124, 157, 181, 0.28));
  opacity: calc(0.52 + (var(--story-accent-progress) * 0.34));
}

.home-constructor-story__copy h2,
.home-constructor-story__copy p {
  margin: 0;
}

.home-constructor-story__eyebrow {
  color: rgba(32, 48, 58, 0.82);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.home-constructor-story__copy h2 {
  color: var(--hm-ink);
  font-size: clamp(1.82rem, 2.28vw, 2.24rem);
  line-height: 1.06;
}

.home-constructor-story__copy p {
  max-width: 23.5rem;
  color: var(--hm-muted);
  font-size: 1rem;
  line-height: 1.48;
}

.home-constructor-story__cta {
  position: relative;
  overflow: hidden;
  width: auto;
  min-height: 2.58rem;
  padding: 0.72rem 0.96rem;
  font-size: 0.84rem;
  letter-spacing: 0;
  box-shadow: 0 8px 16px rgba(184, 100, 33, 0.07);
}

.home-constructor-story__cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.34) 48%, transparent 100%);
  opacity: calc(var(--story-ready-progress) * 0.1);
  pointer-events: none;
  transform: translateX(calc((var(--story-ready-progress) - 1) * 35%));
}

.home-constructor-story__cta.is-ready-pulse {
  animation: hm-constructor-story-cta-ready 340ms var(--hm-ease-panel) 1;
}

.home-constructor-story__scene {
  position: relative;
  align-self: center;
  height: clamp(31rem, 64vh, 37.5rem);
  min-height: 0;
  overflow: visible;
  background: transparent;
}

.home-constructor-story__scene::before,
.home-constructor-story__scene::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.home-constructor-story__scene::before {
  inset: 13% 4% 8%;
  z-index: 0;
  border-radius: 50%;
  background: radial-gradient(ellipse at 58% 54%, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0) 66%);
  filter: blur(18px);
  opacity: calc(0.34 + (var(--story-highlight-progress) * 0.22));
}

.home-constructor-story__scene::after {
  left: 9%;
  right: 5%;
  bottom: 10%;
  z-index: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(124, 157, 181, 0.36), rgba(212, 122, 50, 0.24), transparent);
  opacity: calc(0.08 + (var(--story-accent-progress) * 0.34));
  transform: scaleX(calc(0.58 + (var(--story-accent-progress) * 0.42)));
  transform-origin: left center;
}

.home-constructor-story__beam {
  position: absolute;
  z-index: 0;
  left: 7%;
  right: 5%;
  height: 1px;
  background:
    radial-gradient(circle at 18% 50%, rgba(212, 122, 50, 0.28) 0 0.16rem, transparent 0.21rem),
    radial-gradient(circle at 76% 50%, rgba(129, 163, 190, 0.28) 0 0.16rem, transparent 0.21rem),
    linear-gradient(90deg, transparent, rgba(129, 163, 190, 0.32), rgba(212, 122, 50, 0.28), transparent);
  opacity: calc(0.08 + (var(--story-accent-progress) * 0.28));
  transform: scaleX(calc(0.46 + (var(--story-accent-progress) * 0.54)));
  transform-origin: left center;
}

.home-constructor-story__beam--top {
  top: 16%;
}

.home-constructor-story__beam--bottom {
  bottom: 22%;
}

.home-constructor-story__asset-stack {
  display: none;
}

.home-constructor-story--asset-ready .home-constructor-story__asset-stack {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  pointer-events: none;
  filter: drop-shadow(0 30px 42px rgba(21, 32, 41, 0.16));
  opacity: 0;
  transform: translate3d(1.2rem, -0.9rem, 0) scale(1.14);
  transform-origin: center;
  transition: opacity 180ms var(--hm-ease-panel);
}

.home-constructor-story--asset-ready.is-canvas-ready .home-constructor-story__asset-stack {
  opacity: 1;
}

.home-constructor-story--asset-ready.is-canvas-ready .home-constructor-story__fallback {
  display: none;
}

.home-constructor-story__canvas {
  display: block;
  width: 100%;
  height: 100%;
  user-select: none;
  -webkit-user-drag: none;
}

.home-constructor-story__stand {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(31rem, 64%);
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(88, 122, 146, 0.32);
  border-radius: 1.05rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.58), rgba(236, 248, 252, 0.28) 48%, rgba(255, 245, 235, 0.5)),
    rgba(255, 255, 255, 0.38);
  box-shadow:
    0 24px 42px rgba(21, 32, 41, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    inset 0 -1px 0 rgba(88, 122, 146, 0.1);
  opacity: var(--story-base-progress);
  transform:
    translate3d(-50%, calc(-50% + ((1 - var(--story-base-progress)) * 1.2rem)), 0)
    scale(calc(0.94 + (var(--story-base-progress) * 0.06)));
  transform-origin: center;
}

.home-constructor-story__stand-glass {
  position: absolute;
  inset: 0.85rem;
  border-radius: 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background:
    linear-gradient(130deg, rgba(255, 255, 255, 0.42), transparent 44%),
    linear-gradient(180deg, transparent 0 56%, rgba(255, 255, 255, 0.18) 56% 100%);
}

.home-constructor-story__stand-title {
  position: absolute;
  top: 9%;
  left: 10%;
  right: 10%;
  display: grid;
  place-items: center;
  min-height: 3rem;
  border-radius: 0.58rem;
  background: linear-gradient(90deg, rgba(212, 122, 50, 0.9), rgba(183, 96, 30, 0.86));
  color: #fffaf5;
  font-size: 1.08rem;
  font-weight: var(--hm-font-weight-strong);
  letter-spacing: 0;
  opacity: var(--story-header-progress);
  box-shadow: 0 12px 22px rgba(122, 66, 28, 0.18);
  transform: translate3d(0, calc((1 - var(--story-header-progress)) * -1.25rem), 0);
}

.home-constructor-story__pocket {
  position: absolute;
  display: grid;
  place-items: center;
  border: 1px solid rgba(91, 177, 205, 0.52);
  border-radius: 0.58rem;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.78), rgba(198, 240, 251, 0.36) 56%, rgba(106, 200, 226, 0.42)),
    rgba(255, 255, 255, 0.36);
  color: rgba(32, 48, 58, 0.64);
  box-shadow:
    0 14px 24px rgba(21, 32, 41, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.home-constructor-story__pocket::before {
  content: "";
  position: absolute;
  left: 9%;
  right: 9%;
  bottom: 12%;
  height: 24%;
  border-radius: 0 0 0.45rem 0.45rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(72, 177, 208, 0.28));
}

.home-constructor-story__pocket span {
  position: relative;
  z-index: 1;
  font-size: 0.92rem;
  font-weight: var(--hm-font-weight-strong);
}

.home-constructor-story__pocket--a {
  left: 12%;
  bottom: 14%;
  width: 25%;
  height: 34%;
  opacity: var(--story-pocket-a-progress);
  transform:
    translate3d(calc((1 - var(--story-pocket-a-progress)) * -4rem), calc((1 - var(--story-pocket-a-progress)) * 1.4rem), 0)
    scale(calc(0.88 + (var(--story-pocket-a-progress) * 0.12)));
}

.home-constructor-story__pocket--b {
  left: 41%;
  bottom: 14%;
  width: 18%;
  height: 28%;
  opacity: var(--story-pocket-b-progress);
  transform:
    translate3d(0, calc((1 - var(--story-pocket-b-progress)) * 2.2rem), 0)
    scale(calc(0.88 + (var(--story-pocket-b-progress) * 0.12)));
}

.home-constructor-story__pocket--c {
  right: 12%;
  bottom: 14%;
  width: 25%;
  height: 34%;
  opacity: var(--story-pocket-c-progress);
  transform:
    translate3d(calc((1 - var(--story-pocket-c-progress)) * 4rem), calc((1 - var(--story-pocket-c-progress)) * 1.4rem), 0)
    scale(calc(0.88 + (var(--story-pocket-c-progress) * 0.12)));
}

.home-constructor-story__accent-line {
  position: absolute;
  right: 8%;
  bottom: 8%;
  width: 48%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(212, 122, 50, 0), rgba(212, 122, 50, 0.7));
  opacity: var(--story-accent-progress);
  transform: scaleX(var(--story-accent-progress));
  transform-origin: right center;
}

@keyframes hm-constructor-story-cta-ready {
  0% {
    box-shadow: 0 0 0 0 rgba(212, 122, 50, 0);
  }

  42% {
    box-shadow: 0 0 0 0.28rem rgba(212, 122, 50, 0.16);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(212, 122, 50, 0);
  }
}

.entry-tile {
  position: relative;
  display: grid;
  min-height: 13.5rem;
  padding: 1.2rem;
  overflow: hidden;
  border-radius: 1.45rem;
  color: #fff;
  box-shadow: 0 18px 34px rgba(13, 58, 96, 0.16);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.entry-tile--with-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(7, 20, 40, 0.84) 0%, rgba(7, 20, 40, 0.62) 42%, rgba(7, 20, 40, 0.16) 100%);
}

.entry-tile:hover,
.entry-tile:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 22px 42px rgba(13, 58, 96, 0.2);
}

.entry-tile__content {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: space-between;
  gap: 0.65rem;
  min-height: 100%;
  max-width: 12rem;
}

.entry-tile__title {
  font-family: var(--hm-font-family-sans);
  font-size: var(--hm-font-size-title);
  line-height: 1.04;
  text-transform: uppercase;
}

.entry-tile__meta {
  font-size: var(--hm-font-size-sm);
  font-weight: var(--hm-font-weight-strong);
  line-height: 1.35;
  opacity: 0.92;
}

.entry-tile__badge {
  display: inline-flex;
  width: fit-content;
  margin-top: auto;
  padding: 0.48rem 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  font-size: var(--hm-font-size-sm);
  font-weight: var(--hm-font-weight-strong);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.entry-tile__art,
.entry-tile__art::before,
.entry-tile__art::after {
  position: absolute;
  border-radius: 1rem;
}

.entry-tile__art {
  right: 1rem;
  bottom: 0.95rem;
  width: 42%;
  min-width: 7.8rem;
  aspect-ratio: 1.05;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.entry-tile__art--image {
  inset: 0;
  z-index: 0;
  width: auto;
  aspect-ratio: auto;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.entry-tile__art--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.entry-tile__art::before,
.entry-tile__art::after {
  content: "";
  background: rgba(255, 255, 255, 0.82);
}

.entry-tile__art--image::before,
.entry-tile__art--image::after {
  content: none;
}

.entry-tile__art::before {
  inset: 0.9rem 0.9rem 2.8rem;
}

.entry-tile__art::after {
  left: 0.9rem;
  right: 2rem;
  bottom: 0.9rem;
  height: 1rem;
}

.entry-tile--1 {
  background: linear-gradient(135deg, #4b5560, #313841);
}

.entry-tile--2 {
  background: linear-gradient(135deg, #5a6260, #414844);
}

.entry-tile--3 {
  background: linear-gradient(135deg, #665f57, #433d36);
}

.entry-tile--4 {
  background: linear-gradient(135deg, #56606a, #39424a);
}

.entry-tile--5 {
  background: linear-gradient(135deg, #686861, #4a4a43);
}

.entry-tile--6 {
  background: linear-gradient(135deg, #6e6458, #4e453b);
}

.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.catalog-shell {
  display: grid;
  grid-template-columns: minmax(300px, 340px) minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
}

.catalog-shell.site-width.section {
  padding-top: 0;
}

.catalog-shell--menu-only {
  grid-template-columns: minmax(300px, 340px);
}

.catalog-shell--single {
  grid-template-columns: 1fr;
}

.catalog-shell__content {
  display: grid;
  gap: 1rem;
}

.catalog-stage {
  padding: 1.5rem 1.6rem;
  border: 1px solid var(--hm-border);
  border-radius: 1.55rem;
  background: linear-gradient(180deg, rgba(249, 247, 242, 0.98), rgba(239, 244, 246, 0.96));
  box-shadow: var(--hm-shadow-soft);
}

.catalog-stage--catalog-root {
  padding-block: 1rem 1.2rem;
}

.catalog-stage--category-top {
  padding: 1rem 1.2rem 1.25rem;
}

.catalog-stage--catalog-root .breadcrumbs {
  margin-bottom: 0.9rem;
}

.catalog-stage--category-top .breadcrumbs {
  margin-top: 1rem;
  margin-bottom: 0;
  gap: 0.58rem;
  color: var(--hm-text-body);
  font-size: clamp(1rem, 1.18vw, 1.12rem);
  font-weight: 750;
  line-height: 1.3;
}

.catalog-stage--category-top .breadcrumbs a,
.catalog-stage--category-top .breadcrumbs span {
  color: inherit;
}

.catalog-stage--category-top .breadcrumbs a:hover {
  color: var(--hm-brand-deep);
}

.catalog-stage--category-top .breadcrumbs__separator {
  color: var(--hm-muted);
  font-weight: 650;
  opacity: 0.72;
}

.catalog-category-intro {
  display: grid;
  gap: 0.42rem;
  max-width: 64rem;
  padding-top: 1rem;
  border-top: 1px solid var(--hm-border-muted);
}

.catalog-category-intro h1 {
  margin: 0;
  color: var(--hm-text-strong);
  font-size: clamp(1.34rem, 2.35vw, 2.12rem);
  line-height: 1.08;
}

.catalog-category-intro p:not(.eyebrow) {
  max-width: 58rem;
  margin: 0;
  color: var(--hm-text-muted);
  font-size: clamp(0.94rem, 1vw, 1.02rem);
  line-height: 1.56;
}

.catalog-root-navigation {
  display: grid;
  gap: 1.15rem;
  margin-top: 1.1rem;
  padding-top: 1.15rem;
  border-top: 1px solid var(--hm-border-muted);
}

.catalog-root-navigation__section {
  display: grid;
  gap: 0.8rem;
}

.catalog-root-navigation__section + .catalog-root-navigation__section {
  padding-top: 1rem;
  border-top: 1px solid var(--hm-border-muted);
}

.catalog-root-navigation__header h2 {
  margin: 0;
  font-size: 1.02rem;
  font-weight: var(--hm-font-weight-strong);
  line-height: 1.22;
}

.catalog-root-navigation__header a {
  color: var(--hm-ink);
  font-weight: inherit;
}

.catalog-root-navigation__header a:hover {
  color: var(--hm-brand-deep);
}

.catalog-root-navigation__nav {
  padding-top: 0;
  border-top: 0;
}

.catalog-root-navigation__nav .catalog-child-nav__surface {
  padding-inline: 0;
  padding-block: 0;
  border-radius: 0;
  background: transparent;
}

.catalog-root-products {
  display: grid;
  gap: 1.15rem;
  margin-top: 1.1rem;
  padding-top: 1.15rem;
  border-top: 1px solid var(--hm-border-muted);
}

.catalog-stage--category-top .catalog-stage__header {
  margin-top: 1rem;
}

.catalog-stage--category-top .catalog-child-nav {
  padding-top: 0;
  border-top: 0;
}

.catalog-stage__section--listing .catalog-child-nav {
  padding-top: 0;
  border-top: 0;
}

.catalog-entry-card {
  display: grid;
  align-items: start;
  min-height: 0;
  padding: 0.95rem 1rem;
  border: 1px solid var(--hm-border);
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 247, 242, 0.96));
  box-shadow: 0 10px 22px rgba(21, 32, 41, 0.05);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.catalog-entry-card:hover,
.catalog-entry-card:focus-visible {
  border-color: rgba(199, 126, 67, 0.28);
  box-shadow: 0 16px 28px rgba(21, 32, 41, 0.08);
  transform: translateY(-1px);
}

.catalog-entry-card__title {
  font-size: 0.94rem;
  font-weight: var(--hm-font-weight-strong);
  line-height: 1.22;
  color: var(--hm-ink);
}

.catalog-entry-card__meta {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.78rem;
  font-weight: var(--hm-font-weight-ui);
  line-height: 1.35;
  color: var(--hm-muted);
}

.catalog-stage--catalog-root .catalog-entry-card {
  align-items: center;
  justify-items: center;
  min-height: 5.5rem;
  padding: 1.2rem 1.25rem;
  border-radius: 1.15rem;
  text-align: center;
}

.catalog-stage--catalog-root .catalog-entry-card__title {
  font-size: 0.98rem;
  font-weight: var(--hm-font-weight-strong);
  line-height: 1.24;
  text-align: center;
}

@media (max-width: 1180px) {
  .catalog-stage--catalog-root .card-grid--catalog-entry {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  }
}

.catalog-entry-card--result {
  min-height: 100%;
}

.catalog-stage .breadcrumbs {
  margin-bottom: 1.2rem;
}

.catalog-stage__header {
  display: grid;
  gap: 0.7rem;
}

.catalog-stage__header--category-title {
  margin-top: 0.9rem;
  gap: 0.36rem;
}

.catalog-stage__header--category-title h1 {
  margin: 0;
  color: var(--hm-ink);
  font-size: clamp(1.35rem, 3vw, 2.25rem);
  line-height: 1.06;
}

.catalog-stage__header--compact {
  gap: 0.2rem;
}

.catalog-stage__header p:not(.eyebrow) {
  margin: 0;
  color: var(--hm-text-muted);
  max-width: 42rem;
}

.catalog-stage__section {
  display: grid;
  gap: 1rem;
}

.catalog-stage__section--listing {
  gap: 0.75rem;
}

.catalog-entry-guide {
  gap: 1rem;
  padding: 1.18rem 1.25rem;
  border: 1px solid var(--hm-border-muted);
  border-radius: 1.15rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(237, 243, 246, 0.68)),
    var(--hm-surface);
}

.catalog-entry-guide__head {
  display: grid;
  gap: 0.38rem;
  max-width: 62rem;
}

.catalog-entry-guide__head h2 {
  margin: 0;
  color: var(--hm-text-strong);
  font-size: clamp(1.28rem, 1.85vw, 1.82rem);
  line-height: 1.12;
}

.catalog-entry-guide__head p:not(.eyebrow),
.catalog-entry-guide__item p {
  margin: 0;
  color: var(--hm-text-muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.catalog-entry-guide__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.78rem;
}

.catalog-entry-guide__item {
  display: grid;
  gap: 0.36rem;
  min-width: 0;
  padding-top: 0.76rem;
  border-top: 1px solid var(--hm-border-muted);
}

.catalog-entry-guide__item h3 {
  margin: 0;
  color: var(--hm-ink);
  font-size: 0.98rem;
  line-height: 1.24;
}

.catalog-entry-guide__links {
  flex-wrap: nowrap;
  margin-top: 0.15rem;
  gap: 0.52rem;
}

.catalog-entry-guide__links .button,
.woocommerce .catalog-entry-guide__links a.button.button--ghost {
  min-height: 2.35rem;
  padding: 0.56rem 0.72rem;
  font-size: 0.82rem;
  white-space: nowrap;
  --hm-button-line-left: 0.72rem;
  --hm-button-line-right: 1.35rem;
  --hm-button-arrow-right: 0.68rem;
  --hm-button-arrow-size: 0.35rem;
}

.commercial-related {
  display: grid;
  gap: 1.15rem;
}

.commercial-related--products {
  gap: 0.7rem;
  padding-top: clamp(0.65rem, 1.4vw, 1.15rem);
}

.commercial-related--embedded {
  align-self: start;
  padding-top: 0;
}

.commercial-related__head {
  display: grid;
  gap: 0.35rem;
}

.commercial-related__head h2 {
  margin: 0;
  color: var(--hm-text-strong);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.12;
}

.commercial-related--products .commercial-related__head h2 {
  font-size: clamp(1.08rem, 1.45vw, 1.35rem);
}

.commercial-related__products {
  display: grid;
  max-width: 48rem;
  gap: 0.55rem;
}

.commercial-related--embedded .commercial-related__products {
  max-width: none;
  gap: 0.42rem;
}

.commercial-related-product {
  display: grid;
  grid-template-columns: 4.75rem minmax(0, 1fr);
  align-items: center;
  gap: 0.7rem;
  padding: 0.55rem 0.65rem;
  border: 1px solid var(--hm-border-muted);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.commercial-related--embedded .commercial-related-product {
  grid-template-columns: 3.9rem minmax(0, 1fr);
  gap: 0.52rem;
  padding: 0.44rem;
}

.commercial-related-product__media {
  display: grid;
  width: 4.75rem;
  height: 4.75rem;
  align-items: center;
  justify-items: center;
  padding: 0.18rem;
  border: 1px solid rgba(36, 48, 58, 0.08);
  border-radius: 7px;
  background: #fff;
  overflow: hidden;
  text-decoration: none;
}

.commercial-related--embedded .commercial-related-product__media {
  width: 3.9rem;
  height: 3.9rem;
}

.commercial-related-product__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
}

.commercial-related-product__body {
  display: grid;
  min-width: 0;
  gap: 0.24rem;
}

.commercial-related-product__title {
  margin: 0;
  font-family: var(--hm-font-family-sans);
  font-size: 0.95rem;
  line-height: 1.22;
}

.commercial-related-product__title a {
  display: -webkit-box;
  color: var(--hm-text-strong);
  font-weight: var(--hm-font-weight-strong);
  text-decoration: none;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.commercial-related-product__title a:hover,
.commercial-related-product__title a:focus-visible,
.commercial-related-product__more:hover,
.commercial-related-product__more:focus-visible {
  color: var(--hm-brand-deep);
  outline: none;
}

.commercial-related-product__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.18rem 0.38rem;
  margin: 0;
  color: var(--hm-text-muted);
  font-size: 0.78rem;
  line-height: 1.25;
}

.commercial-related-product__meta span + span::before {
  margin-right: 0.38rem;
  color: rgba(102, 116, 126, 0.72);
  content: "·";
}

.commercial-related-product__footer {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.28rem 0.75rem;
}

.commercial-related-product__price {
  margin: 0;
  color: var(--hm-text-strong);
  font-size: 0.9rem;
  font-weight: var(--hm-font-weight-strong);
  line-height: 1.15;
}

.commercial-related-product__price-prefix {
  margin-right: 0.18rem;
  color: var(--hm-text-muted);
  font-size: 0.76rem;
  font-weight: var(--hm-font-weight-regular);
}

.commercial-related-product__price--status {
  color: var(--hm-text-body);
  font-size: 0.82rem;
}

.commercial-related-product__price .woocommerce-Price-currencySymbol {
  font-size: 0.78em;
}

.commercial-related-product__more {
  color: var(--hm-brand-deep);
  font-size: 0.82rem;
  font-weight: var(--hm-font-weight-strong);
  line-height: 1.2;
  text-decoration: none;
}

.commercial-related__link-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 13rem), 1fr));
  gap: 0.75rem;
}

.commercial-related__link {
  display: flex;
  align-items: center;
  min-height: 3.15rem;
  padding: 0.75rem 0.95rem;
  border: 1px solid var(--hm-border);
  border-radius: 8px;
  background: var(--hm-surface);
  color: var(--hm-text-strong);
  font-weight: 700;
  text-decoration: none;
  box-shadow: var(--hm-shadow-soft);
}

.commercial-related__link:hover,
.commercial-related__link:focus-visible {
  border-color: var(--hm-accent);
  color: var(--hm-accent-strong);
  outline: none;
}

.catalog-child-nav {
  padding-top: 0.4rem;
  border-top: 1px solid var(--hm-border-muted);
}

.catalog-child-nav--dense {
  gap: 0.7rem;
}

.catalog-child-nav__surface {
  display: grid;
  gap: 1rem;
  padding: 1rem 1.1rem 1.05rem;
  border: 1px solid var(--hm-border-muted);
  border-radius: 1.15rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(237, 243, 246, 0.52));
}

.catalog-child-nav__section {
  display: grid;
  gap: 0.75rem;
}

.catalog-child-nav__section + .catalog-child-nav__section {
  padding-top: 0.95rem;
  border-top: 1px solid var(--hm-border-muted);
}

.catalog-child-nav__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 0.8rem 1rem;
  align-items: start;
}

.catalog-child-nav__group {
  display: grid;
  align-content: start;
  gap: 0.42rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.catalog-child-nav__group--wide {
  grid-column: span 2;
}

.catalog-child-nav__group--untitled {
  align-content: stretch;
}

.catalog-child-nav__group--untitled-single {
  padding-block: 0;
}

.catalog-child-nav__group--single {
  gap: 0;
}

.catalog-child-nav__title {
  color: var(--hm-text-strong);
  font-size: 0.94rem;
  font-weight: var(--hm-font-weight-strong);
  line-height: 1.25;
}

.catalog-child-nav__eyebrow {
  margin: 0;
  color: var(--hm-muted);
  font-size: 0.74rem;
  font-weight: var(--hm-font-weight-strong);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.catalog-child-nav__list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.4rem 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.catalog-child-nav__group--wide .catalog-child-nav__list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.catalog-child-nav__group--untitled .catalog-child-nav__list {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.catalog-child-nav__list a {
  color: var(--hm-text-body);
  font-size: 0.9rem;
  line-height: 1.3;
}

.catalog-child-nav__list a:hover,
.catalog-child-nav__title:hover {
  color: var(--hm-brand-deep);
}

.catalog-child-nav__standalone-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  gap: 0.45rem 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.catalog-child-nav__standalone-list a {
  color: var(--hm-text-body);
  font-size: 0.92rem;
  line-height: 1.32;
}

.catalog-child-nav__standalone-list a:hover {
  color: var(--hm-brand-deep);
}

.catalog-root-navigation__nav .catalog-child-nav__title {
  display: inline-block;
  font-size: 0.86rem;
  font-weight: var(--hm-font-weight-strong);
  line-height: 1.28;
}

.catalog-root-navigation__nav .catalog-child-nav__list a {
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1.38;
}

.catalog-root-navigation__nav .catalog-child-nav__standalone-list a {
  font-size: 0.84rem;
  font-weight: var(--hm-font-weight-strong);
  line-height: 1.3;
}

.catalog-stage--category-top .catalog-child-nav__grid,
.catalog-stage__section--listing .catalog-child-nav__grid,
.catalog-root-navigation__nav .catalog-child-nav__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem 1.2rem;
}

.catalog-stage--category-top .catalog-child-nav__group,
.catalog-stage__section--listing .catalog-child-nav__group,
.catalog-root-navigation__nav .catalog-child-nav__group {
  margin-bottom: 0;
}

.catalog-stage--category-top .catalog-child-nav__group--direction .catalog-child-nav__list,
.catalog-stage__section--listing .catalog-child-nav__group--direction .catalog-child-nav__list,
.catalog-root-navigation__nav .catalog-child-nav__group--direction .catalog-child-nav__list {
  grid-template-columns: minmax(0, 1fr);
}

.catalog-stage--category-top .catalog-child-nav__group--direction-wide,
.catalog-stage__section--listing .catalog-child-nav__group--direction-wide,
.catalog-root-navigation__nav .catalog-child-nav__group--direction-wide {
  grid-column: span 2;
}

.catalog-stage--category-top .catalog-child-nav__group--direction-wide .catalog-child-nav__list,
.catalog-stage__section--listing .catalog-child-nav__group--direction-wide .catalog-child-nav__list,
.catalog-root-navigation__nav .catalog-child-nav__group--direction-wide .catalog-child-nav__list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.catalog-child-nav__grid--directions > .catalog-child-nav__group:only-child {
  grid-column: 1 / -1;
}

.catalog-child-nav__grid--directions > .catalog-child-nav__group:only-child .catalog-child-nav__list {
  grid-template-columns: repeat(auto-fit, minmax(9.5rem, 1fr));
}

.section-nav-fab {
  position: fixed;
  right: max(1rem, env(safe-area-inset-right));
  bottom: calc(5rem + env(safe-area-inset-bottom));
  z-index: 43;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 2.72rem;
  border: 1px solid rgba(151, 75, 22, 0.28);
  border-radius: 999px;
  padding: 0.72rem 1rem;
  background: var(--hm-cta-primary-bg);
  color: var(--hm-cta-primary-text);
  box-shadow: 0 18px 36px rgba(120, 69, 34, 0.28), 0 8px 18px rgba(16, 26, 35, 0.14);
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  opacity: 0;
  transform: translate3d(0, 0.4rem, 0);
  transition: opacity var(--hm-motion-medium) var(--hm-ease-panel), transform var(--hm-motion-medium) var(--hm-ease-panel), box-shadow var(--hm-motion-fast) var(--hm-ease-ui);
}

.section-nav-fab.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.section-nav-fab:hover,
.section-nav-fab:focus-visible {
  outline: none;
  box-shadow: 0 20px 40px rgba(120, 69, 34, 0.34), 0 10px 22px rgba(16, 26, 35, 0.18);
  transform: translate3d(0, -1px, 0);
}

.section-nav-drawer {
  position: fixed;
  inset: 0;
  z-index: 49;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity var(--hm-motion-slow) var(--hm-ease-panel), visibility var(--hm-motion-slow) var(--hm-ease-panel);
}

.section-nav-drawer[data-ui-state="opening"],
.section-nav-drawer[data-ui-state="open"] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.section-nav-drawer__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(20, 29, 38, 0.42);
  cursor: pointer;
  opacity: 0;
  transition: opacity var(--hm-motion-slow) var(--hm-ease-panel);
}

.section-nav-drawer[data-ui-state="opening"] .section-nav-drawer__backdrop,
.section-nav-drawer[data-ui-state="open"] .section-nav-drawer__backdrop {
  opacity: 1;
}

.section-nav-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 0.78rem;
  width: min(20.5rem, 100%);
  padding: 0.9rem;
  background:
    linear-gradient(180deg, rgba(250, 248, 244, 0.99), rgba(240, 245, 247, 0.99)),
    var(--hm-surface);
  box-shadow: -24px 0 48px rgba(20, 29, 38, 0.16);
  opacity: 0;
  transform: translate3d(1.4rem, 0, 0);
  transition: opacity var(--hm-motion-slow) var(--hm-ease-panel), transform var(--hm-motion-slow) var(--hm-ease-panel);
}

.section-nav-drawer[data-ui-state="opening"] .section-nav-drawer__panel,
.section-nav-drawer[data-ui-state="open"] .section-nav-drawer__panel {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.section-nav-drawer__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 0.65rem;
}

.section-nav-drawer__header h2 {
  margin: 0.18rem 0 0;
  color: var(--hm-ink);
  font-size: clamp(1.18rem, 1.6vw, 1.42rem);
  line-height: 1.1;
}

.section-nav-drawer__close {
  display: inline-grid;
  place-items: center;
  width: 2.2rem;
  height: 2.2rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--hm-text-strong);
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: var(--hm-font-weight-strong);
  line-height: 1;
  transition: transform var(--hm-motion-fast) var(--hm-ease-ui), background-color var(--hm-motion-fast) var(--hm-ease-ui), color var(--hm-motion-fast) var(--hm-ease-ui);
}

.section-nav-drawer__close:hover,
.section-nav-drawer__close:focus-visible {
  background: rgba(212, 122, 50, 0.12);
  color: var(--hm-accent-deep);
  outline: none;
  transform: translateY(-1px);
}

.section-nav-drawer__body {
  display: grid;
  align-content: start;
  gap: 0.48rem;
  min-height: 0;
  overflow: auto;
  padding-right: 0.15rem;
  -webkit-overflow-scrolling: touch;
}

.section-nav-drawer__group {
  border: 1px solid rgba(111, 131, 147, 0.16);
  border-radius: 0.78rem;
  background: rgba(255, 255, 255, 0.68);
}

.section-nav-drawer__group summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.58rem;
  padding: 0.64rem 0.7rem;
  color: var(--hm-text-strong);
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.18;
}

.section-nav-drawer__group summary::-webkit-details-marker {
  display: none;
}

.section-nav-drawer__group summary::after {
  content: "+";
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 1.28rem;
  height: 1.28rem;
  border-radius: 999px;
  background: rgba(212, 122, 50, 0.1);
  color: var(--hm-accent-deep);
  font-size: 1rem;
  line-height: 1;
}

.section-nav-drawer__group[open] summary::after {
  content: "−";
}

.section-nav-drawer__all-link,
.section-nav-drawer__group ul {
  margin: 0 0.7rem 0.64rem;
}

.section-nav-drawer__all-link {
  display: inline-flex;
  color: var(--hm-brand-deep);
  font-size: 0.8rem;
  font-weight: 850;
  line-height: 1.25;
}

.section-nav-drawer__group ul {
  display: grid;
  gap: 0.3rem;
  padding: 0;
  list-style: none;
}

.section-nav-drawer__group a {
  color: var(--hm-text-body);
  text-decoration: none;
}

.section-nav-drawer__group li a {
  display: block;
  border-radius: 0.56rem;
  padding: 0.22rem 0;
  font-size: 0.86rem;
  line-height: 1.28;
}

.section-nav-drawer__group a:hover,
.section-nav-drawer__group a:focus-visible {
  color: var(--hm-brand-deep);
  outline: none;
}

.section-nav-drawer__group a[aria-current="page"] {
  color: var(--hm-accent-deep);
  font-weight: 900;
}

.section-nav-drawer__group li a[aria-current="page"] {
  background: rgba(212, 122, 50, 0.09);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.section-nav-drawer__all-link[aria-current="page"] {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

@media (max-width: 1380px) {
  .catalog-child-nav__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-child-nav__group--wide {
    grid-column: span 2;
  }

  .catalog-stage--category-top .catalog-child-nav__grid,
  .catalog-stage__section--listing .catalog-child-nav__grid,
  .catalog-root-navigation__nav .catalog-child-nav__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  .catalog-stage--category-top .catalog-child-nav__grid,
  .catalog-stage__section--listing .catalog-child-nav__grid,
  .catalog-root-navigation__nav .catalog-child-nav__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-stage--category-top .catalog-child-nav__group--direction-wide,
  .catalog-stage__section--listing .catalog-child-nav__group--direction-wide,
  .catalog-root-navigation__nav .catalog-child-nav__group--direction-wide {
    grid-column: span 2;
  }

  .catalog-child-nav__standalone-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .catalog-stage--category-top .catalog-child-nav__grid,
  .catalog-stage__section--listing .catalog-child-nav__grid,
  .catalog-root-navigation__nav .catalog-child-nav__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .catalog-stage--category-top .catalog-child-nav__group--direction-wide,
  .catalog-stage__section--listing .catalog-child-nav__group--direction-wide,
  .catalog-root-navigation__nav .catalog-child-nav__group--direction-wide {
    grid-column: auto;
  }

  .catalog-stage--category-top .catalog-child-nav__group--direction-wide .catalog-child-nav__list,
  .catalog-stage__section--listing .catalog-child-nav__group--direction-wide .catalog-child-nav__list,
  .catalog-root-navigation__nav .catalog-child-nav__group--direction-wide .catalog-child-nav__list {
    grid-template-columns: minmax(0, 1fr);
  }

  .catalog-child-nav__standalone-list {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (min-width: 1280px) {
  .card-grid--products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.product-card {
  position: relative;
  padding: 0;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  isolation: isolate;
  background: var(--hm-surface-elevated);
  border-color: var(--hm-border);
  box-shadow: var(--hm-shadow-soft);
  transition: transform var(--hm-motion-fast) var(--hm-ease-ui), border-color var(--hm-motion-fast) var(--hm-ease-ui), box-shadow var(--hm-motion-fast) var(--hm-ease-ui);
}

.card-grid--products .product-card {
  width: 100%;
  min-height: var(--hm-product-card-height);
  height: auto;
}

.card-grid--products .product-card__media {
  aspect-ratio: 391 / 433;
}

.card-grid--products .product-card__image {
  object-fit: contain;
}

.product-card__media {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  justify-items: center;
  margin: 0;
  aspect-ratio: 1 / 1;
  height: auto;
  padding: 0.18rem 0.24rem 0.1rem;
  background: linear-gradient(180deg, rgba(241, 245, 247, 0.82), rgba(249, 247, 243, 0.9));
  border-bottom: 1px solid rgba(36, 48, 58, 0.06);
  text-decoration: none;
  overflow: hidden;
}

.product-card__image {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  aspect-ratio: auto;
  padding: 0.18rem 0.24rem 0.1rem;
  border: 0;
  border-radius: 0.76rem;
  background: transparent;
  box-shadow: none;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
}

.product-card__body {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.24rem;
  padding: 0.78rem 0.82rem 0.82rem;
  text-align: left;
}

.product-card__body p {
  margin: 0;
}

.panel.product-card .product-card__title {
  margin: 0;
  font-family: var(--hm-font-family-sans);
  font-size: 0.98rem;
  line-height: 1.16;
  min-height: 2.72rem;
  text-align: left;
}

.panel.product-card .product-card__title a {
  color: var(--hm-ink);
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-weight: var(--hm-font-weight-strong);
}

.panel.product-card .product-card__title a:hover {
  color: var(--hm-brand-deep);
}

.product-card__trail {
  margin: -0.04rem 0 0;
  color: rgba(68, 87, 100, 0.86);
  font-size: 12px;
  font-weight: var(--hm-font-weight-medium);
  line-height: 1.24;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-card__trail-separator {
  color: var(--hm-brand-deep);
  font-weight: var(--hm-font-weight-strong);
  opacity: 0.65;
}

.product-card__trail-item {
  margin-inline: 0.14rem 0.28rem;
}

.product-card__purchase {
  display: grid;
  gap: 0.3rem;
  margin-top: auto;
  align-content: end;
  justify-items: stretch;
  text-align: left;
}

.product-card__meta-group {
  display: grid;
  gap: 0.14rem;
}

.product-card__meta-line {
  margin: 0;
  color: rgba(68, 87, 100, 0.84);
  font-size: 12px;
  line-height: 1.28;
}

.product-card__meta-line .product-card__detail-label {
  color: inherit;
  opacity: 1;
}

.product-card__footer {
  display: grid;
  gap: 0.52rem;
  margin-top: 0.12rem;
  padding-top: 0.58rem;
  border-top: 1px solid rgba(36, 48, 58, 0.08);
  align-content: end;
  min-height: 5.15rem;
}

.product-card--readonly .product-card__footer {
  min-height: auto;
}

.product-card__price {
  margin: 0;
  color: var(--hm-ink);
  font-size: 1.2rem;
  font-weight: var(--hm-font-weight-strong);
  line-height: 1.04;
  letter-spacing: -0.01em;
}

.product-card__price .woocommerce-Price-currencySymbol {
  font-size: 0.75em;
}

.product-card__price--status {
  color: rgba(36, 48, 58, 0.88);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.28;
  min-height: 2.1rem;
}

.product-card__variant-picker {
  display: grid;
  gap: 0.18rem;
  justify-items: start;
}

.product-card__variant-current {
  display: none;
}

.product-card__variant-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.22rem;
  min-height: 1.46rem;
  justify-content: flex-start;
}

.product-card__variant-chip {
  min-width: 1.46rem;
  height: 1.46rem;
  border: 1px solid var(--hm-border);
  border-radius: 0.34rem;
  background: var(--hm-card-plane-cool);
  color: var(--hm-text-body);
  font-weight: var(--hm-font-weight-strong);
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
  transition: border-color var(--hm-motion-fast) var(--hm-ease-ui), background-color var(--hm-motion-fast) var(--hm-ease-ui), color var(--hm-motion-fast) var(--hm-ease-ui), box-shadow var(--hm-motion-fast) var(--hm-ease-ui);
}

.product-card__variant-chip[aria-pressed="true"],
.product-card__variant-chip.is-active {
  border-color: rgba(199, 126, 67, 0.26);
  background: rgba(212, 122, 50, 0.1);
  color: var(--hm-accent-deep);
  box-shadow: none;
}

.product-card__variant-chip:hover,
.product-card__variant-chip:focus-visible {
  border-color: rgba(199, 126, 67, 0.36);
  outline: none;
}

.woocommerce a.product-card__button.button.button--primary,
.product-card__button {
  justify-content: center;
  width: 100%;
  min-height: 2.16rem;
  padding-block: 0.54rem;
  padding-inline: 0.78rem 1.6rem;
  border-radius: 0.6rem;
  background: var(--hm-cta-primary-bg);
  border: 1px solid var(--hm-cta-primary-border);
  box-shadow: 0 8px 18px rgba(184, 100, 33, 0.14);
  color: var(--hm-cta-primary-text);
  font-size: 13px;
  font-weight: var(--hm-font-weight-strong);
  line-height: 1;
  text-decoration: none;
  --hm-button-line-opacity: 0.38;
  --hm-button-line-left: 0.9rem;
  --hm-button-line-right: 1.72rem;
  --hm-button-line-bottom: 0.55rem;
  --hm-button-arrow-right: 0.82rem;
  --hm-button-arrow-shift: 0.1rem;
}

.woocommerce a.product-card__button.button.button--primary:hover,
.product-card__button:hover {
  color: var(--hm-cta-primary-text);
  background: var(--hm-cta-primary-bg-hover);
  box-shadow: 0 10px 20px rgba(184, 100, 33, 0.18);
}

.product-card:hover,
.product-card:focus-within {
  transform: translateY(-1px);
  border-color: rgba(199, 126, 67, 0.18);
  box-shadow: 0 16px 30px rgba(21, 32, 41, 0.08);
}

.woocommerce a.product-card__button.button.button--primary.is-loading,
.product-card__button.is-loading,
.pdp-purchase__button.is-loading {
  opacity: 0.72;
  pointer-events: none;
  transform: none;
}

body.single-product a.button.pdp-purchase__button.button--primary.is-added,
.woocommerce a.product-card__button.button.button--primary.is-added,
.product-card__button.is-added,
.pdp-purchase__button.is-added {
  background: var(--hm-cta-added-bg);
  border-color: var(--hm-cta-added-border);
  box-shadow: var(--hm-cta-added-shadow);
  color: var(--hm-cta-primary-text);
}

body.single-product a.button.pdp-purchase__button.button--primary.is-added:hover,
body.single-product a.button.pdp-purchase__button.button--primary.is-added:focus-visible,
.woocommerce a.product-card__button.button.button--primary.is-added:hover,
.woocommerce a.product-card__button.button.button--primary.is-added:focus-visible,
.product-card__button.is-added:hover,
.product-card__button.is-added:focus-visible,
.pdp-purchase__button.is-added:hover,
.pdp-purchase__button.is-added:focus-visible {
  background: var(--hm-cta-added-bg-hover);
  border-color: var(--hm-cta-added-border);
  box-shadow: var(--hm-cta-added-shadow-hover);
  color: var(--hm-cta-primary-text);
}

.product-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1.5rem;
}

.pdp-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(360px, 0.86fr);
  gap: clamp(0.9rem, 2vw, 1.6rem);
  align-items: start;
  position: relative;
  isolation: isolate;
}

.pdp-shell--variant {
  grid-template-areas:
    "head head"
    "gallery summary"
    "description description";
  align-items: start;
}

.pdp-gallery,
.pdp-summary {
  display: grid;
  gap: 1.15rem;
  min-width: 0;
  position: relative;
  isolation: isolate;
}

.pdp-gallery::before,
.pdp-summary::before {
  content: "";
  position: absolute;
  pointer-events: none;
}

.pdp-gallery::before {
  --hm-ambient-angle: -3deg;
  --hm-ambient-drift-x: 0.12rem;
  --hm-ambient-drift-y: -0.08rem;
  --hm-ambient-angle-shift: 0.5deg;
  --hm-ambient-opacity-idle: 0.18;
  --hm-ambient-opacity-active: 0.26;
  inset: -0.85rem 1rem 3.6rem -0.65rem;
  border: 1px solid rgba(129, 163, 190, 0.08);
  border-radius: 1.8rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(237, 245, 251, 0.02));
  transform: rotate(var(--hm-ambient-angle));
  opacity: var(--hm-ambient-opacity-idle);
  animation: ambient-micro-drift 30s ease-in-out infinite;
}

.pdp-summary::before {
  --hm-ambient-angle: 2deg;
  --hm-ambient-drift-x: -0.12rem;
  --hm-ambient-drift-y: 0.08rem;
  --hm-ambient-angle-shift: 0.5deg;
  --hm-ambient-opacity-idle: 0.14;
  --hm-ambient-opacity-active: 0.22;
  inset: 0.9rem -0.8rem -0.9rem 0.7rem;
  border: 1px solid rgba(129, 163, 190, 0.08);
  border-radius: 1.4rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(237, 245, 251, 0.02));
  transform: rotate(var(--hm-ambient-angle));
  opacity: var(--hm-ambient-opacity-idle);
  animation: ambient-micro-drift 32s ease-in-out infinite;
}

.pdp-product-head {
  grid-area: head;
  display: grid;
  gap: 0.24rem;
  min-width: 0;
  max-width: min(100%, 64rem);
}

.pdp-product-head h1 {
  margin: 0;
  font-family: var(--hm-font-family-sans);
  font-size: clamp(1.24rem, 1.75vw, 2rem);
  line-height: 1.04;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: normal;
  text-wrap: auto;
  white-space: nowrap;
}

.pdp-product-head__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.42rem 0.82rem;
  min-width: 0;
}

.pdp-product-head .star-rating {
  color: var(--hm-brand);
}

.pdp-gallery > *,
.pdp-summary > *,
.pdp-product-head,
.pdp-description-related,
.pdp-product-description {
  min-width: 0;
  max-width: 100%;
  position: relative;
  z-index: 1;
}

.pdp-shell--variant .pdp-gallery {
  grid-area: gallery;
}

.pdp-shell--variant .pdp-summary {
  grid-area: summary;
}

.pdp-product-description {
  grid-area: description;
}

.pdp-description-related {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(19rem, 0.42fr);
  gap: clamp(0.75rem, 1.6vw, 1.25rem);
  align-items: start;
}

.pdp-shell--variant > .pdp-description-related {
  grid-area: description;
}

.pdp-description-related > .pdp-product-description {
  grid-area: auto;
}

.pdp-gallery__frame {
  display: grid;
  place-items: center;
  min-height: clamp(24rem, 52vh, 29rem);
  padding: 0.85rem 0.8rem;
  border: 1px solid var(--hm-border);
  border-radius: 1.25rem;
  background: linear-gradient(180deg, rgba(239, 244, 246, 0.92), rgba(252, 251, 248, 0.98));
  box-shadow: var(--hm-shadow-soft);
}

button.pdp-gallery__frame {
  width: 100%;
  margin: 0;
  appearance: none;
  cursor: zoom-in;
}

button.pdp-gallery__frame:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(212, 122, 50, 0.18), var(--hm-shadow-soft);
}

.pdp-gallery__image {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: clamp(22rem, calc(52vh - 2rem), 27rem);
  margin-inline: auto;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.card-grid--products .product-card__media > .product-card__image,
.catalog-stage__section--listing .product-card__media > .product-card__image {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  padding: 0.18rem 0.24rem 0.1rem;
  object-fit: contain !important;
  object-position: center center !important;
}

.pdp-gallery__thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.pdp-gallery__thumb {
  display: grid;
  place-items: center;
  width: 5.35rem;
  height: 5.35rem;
  margin: 0;
  padding: 0.35rem;
  overflow: hidden;
  border: 1px solid var(--hm-border);
  border-radius: 0.95rem;
  background: var(--hm-surface-elevated);
  box-shadow: 0 8px 18px rgba(21, 32, 41, 0.06);
  cursor: pointer;
  transition: border-color var(--hm-motion-fast) var(--hm-ease-ui), transform var(--hm-motion-fast) var(--hm-ease-ui), box-shadow var(--hm-motion-fast) var(--hm-ease-ui), background-color var(--hm-motion-fast) var(--hm-ease-ui);
  appearance: none;
  -webkit-appearance: none;
  line-height: 0;
}

.pdp-gallery__thumb img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-width: 0;
  min-height: 0;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  border-radius: 0.7rem;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.pdp-gallery__thumb:hover,
.pdp-gallery__thumb:focus-visible {
  border-color: rgba(240, 139, 47, 0.55);
  transform: translateY(-1px);
}

.pdp-gallery__thumb[aria-pressed="true"],
.pdp-gallery__thumb.is-active {
  border-color: rgba(240, 139, 47, 0.8);
  box-shadow: 0 12px 26px rgba(240, 139, 47, 0.12);
}

.pdp-gallery__description {
  display: grid;
  gap: 0.85rem;
  padding: 1.15rem 1.2rem;
  border: 1px solid var(--hm-border-muted);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.72);
}

.pdp-gallery__description-title {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.2;
}

.pdp-gallery__description-content > :first-child {
  margin-top: 0;
}

.pdp-gallery__description-content > :last-child {
  margin-bottom: 0;
}

.pdp-gallery__description-content .hm-sku-link {
  display: inline-flex;
  align-items: center;
  padding: 0.05rem 0.36rem;
  border: 1px solid rgba(212, 122, 50, 0.32);
  border-radius: 0.45rem;
  color: var(--hm-accent-deep);
  background: rgba(212, 122, 50, 0.1);
  font-weight: var(--hm-font-weight-strong);
  line-height: 1.35;
  text-decoration: none;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  transition:
    color var(--hm-motion-fast) var(--hm-ease-ui),
    background-color var(--hm-motion-fast) var(--hm-ease-ui),
    border-color var(--hm-motion-fast) var(--hm-ease-ui),
    box-shadow var(--hm-motion-fast) var(--hm-ease-ui);
}

.pdp-gallery__description-content .hm-sku-link:hover,
.pdp-gallery__description-content .hm-sku-link:focus-visible {
  color: #7f3f12;
  border-color: rgba(212, 122, 50, 0.56);
  background: rgba(212, 122, 50, 0.18);
  box-shadow: 0 0 0 2px rgba(212, 122, 50, 0.1);
}

.pdp-gallery__description-content .hm-sku-link:focus-visible {
  outline: 2px solid rgba(212, 122, 50, 0.46);
  outline-offset: 2px;
}

.pdp-summary {
  gap: 0.75rem;
  padding: 0.9rem 1rem 1rem;
  border: 1px solid var(--hm-border);
  border-radius: 1.25rem;
  background: linear-gradient(180deg, rgba(248, 245, 239, 0.98), rgba(240, 245, 247, 0.94));
  box-shadow: var(--hm-shadow-soft);
}

.pdp-shell--variant .pdp-gallery,
.pdp-shell--variant .pdp-summary {
  align-self: start;
}

@media (min-width: 981px) {
  .pdp-shell,
  .pdp-shell--variant {
    align-items: stretch;
  }

  .pdp-gallery,
  .pdp-summary {
    align-self: stretch;
  }

  .pdp-shell--variant .pdp-gallery,
  .pdp-shell--variant .pdp-summary {
    align-self: stretch;
  }

  .pdp-gallery {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
  }

  .pdp-gallery__frame {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 0;
    min-height: 0;
    overflow: hidden;
  }

  .pdp-gallery__image {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100%;
  }

  .pdp-gallery__thumbs {
    flex: 0 0 auto;
  }
}

.pdp-summary__execution {
  display: grid;
  gap: 0.18rem;
  padding: 0.65rem 0.78rem;
  border: 1px solid var(--hm-border);
  border-radius: 0.85rem;
  background: var(--hm-trust-chip-plane);
}

.pdp-summary__execution-label,
.pdp-summary__execution-current,
.pdp-summary__execution-note {
  margin: 0;
}

.pdp-summary__execution-label {
  color: var(--hm-muted);
  font-size: 0.72rem;
  font-weight: var(--hm-font-weight-strong);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pdp-summary__execution-current {
  color: var(--hm-ink);
  font-size: 1rem;
  font-weight: var(--hm-font-weight-strong);
  line-height: 1.15;
}

.pdp-summary__execution-note {
  color: var(--hm-muted);
  font-size: 0.82rem;
  line-height: 1.25;
}

.pdp-specs {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0.52rem 0.75rem;
  border: 1px solid var(--hm-border-muted);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.68);
}

.pdp-spec {
  display: grid;
  grid-template-columns: minmax(6.4rem, max-content) minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
  margin: 0;
  padding: 0.38rem 0;
  border-bottom: 1px solid rgba(111, 131, 147, 0.14);
}

.pdp-spec:last-child {
  border-bottom: 0;
}

.pdp-spec dt,
.pdp-spec dd {
  margin: 0;
}

.pdp-spec dt {
  color: var(--hm-text-strong);
  font-size: 0.86rem;
  font-weight: var(--hm-font-weight-strong);
  line-height: 1.3;
}

.pdp-spec__dots {
  display: none;
}

.pdp-spec dd:last-child {
  min-width: 0;
  max-width: 100%;
  justify-self: end;
  text-align: right;
  color: var(--hm-muted);
  font-size: 0.88rem;
  line-height: 1.35;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow-wrap: break-word;
}

.pdp-spec--material dd:last-child {
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
}

.pdp-variants {
  display: grid;
  gap: 0.36rem;
  grid-auto-rows: minmax(4.15rem, auto);
}

.pdp-variant-form {
  display: flex;
  min-width: 0;
  margin: 0;
}

.pdp-variant {
  min-width: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1.65rem minmax(0, 1fr) max-content;
  gap: 0.65rem;
  align-items: center;
  min-height: 4.15rem;
  padding: 0.4rem 0.58rem;
  border: 1px solid var(--hm-border);
  border-radius: 0.72rem;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 18px rgba(21, 32, 41, 0.04);
  cursor: pointer;
  text-align: left;
  transition: border-color var(--hm-motion-medium) var(--hm-ease-ui), transform var(--hm-motion-medium) var(--hm-ease-ui), box-shadow var(--hm-motion-medium) var(--hm-ease-ui), background-color var(--hm-motion-medium) var(--hm-ease-ui), color var(--hm-motion-medium) var(--hm-ease-ui);
}

.pdp-variant:hover,
.pdp-variant:focus-visible {
  border-color: rgba(199, 126, 67, 0.3);
  transform: translateY(-1px);
}

.pdp-variant[aria-pressed="true"],
.pdp-variant.is-active {
  border-color: rgba(199, 126, 67, 0.32);
  background: rgba(212, 122, 50, 0.12);
  box-shadow: 0 10px 22px rgba(184, 100, 33, 0.08);
}

.pdp-variant__badge {
  display: inline-grid;
  place-items: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 0.32rem;
  background: rgba(98, 123, 141, 0.12);
  color: var(--hm-accent-deep);
  font-size: 0.72rem;
  font-weight: var(--hm-font-weight-strong);
}

.pdp-variant[aria-pressed="true"] .pdp-variant__badge,
.pdp-variant.is-active .pdp-variant__badge {
  background: var(--hm-brand);
  color: #fff;
}

.pdp-variant__copy {
  display: grid;
  align-content: center;
  gap: 0.12rem;
  min-width: 0;
}

.pdp-variant__title {
  font-size: 0.78rem;
  font-weight: var(--hm-font-weight-strong);
  text-transform: uppercase;
  line-height: 1.1;
}

.pdp-variant__note {
  min-height: 1.66rem;
  font-size: 0.72rem;
  color: var(--hm-muted);
  line-height: 1.15;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow-wrap: break-word;
}

.pdp-variant__price {
  font-size: 0.84rem;
  font-weight: var(--hm-font-weight-strong);
  white-space: nowrap;
}

.pdp-purchase {
  display: grid;
  gap: 0.62rem;
  justify-items: stretch;
  position: relative;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(199, 126, 67, 0.24);
  border-radius: 1.05rem;
  background: linear-gradient(180deg, rgba(255, 249, 242, 0.98), rgba(250, 242, 233, 0.95));
  box-shadow:
    0 18px 38px rgba(184, 100, 33, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.52);
}

.pdp-purchase::before,
.pdp-purchase::after {
  content: "";
  position: absolute;
  pointer-events: none;
  transition: transform var(--hm-motion-fast) var(--hm-ease-ui), opacity var(--hm-motion-fast) var(--hm-ease-ui);
}

.pdp-purchase::before {
  top: 0;
  left: 0.15rem;
  right: 1.9rem;
  height: 1px;
  background:
    radial-gradient(circle at 58% 50%, rgba(129, 163, 190, 0.1) 0 0.16rem, transparent 0.21rem),
    linear-gradient(90deg, rgba(129, 163, 190, 0.08), rgba(129, 163, 190, 0.18), rgba(129, 163, 190, 0));
  opacity: 0.22;
  transform: scaleX(0.48);
  transform-origin: left center;
}

.pdp-purchase::after {
  top: -0.28rem;
  right: 1.2rem;
  width: 0.58rem;
  height: 0.58rem;
  border-top: 1px solid rgba(129, 163, 190, 0.24);
  border-right: 1px solid rgba(129, 163, 190, 0.24);
  opacity: 0.26;
  transform: rotate(45deg);
}

.pdp-purchase__price {
  margin: 0;
  font-size: clamp(1.55rem, 2.2vw, 2.35rem);
  font-weight: var(--hm-font-weight-strong);
  line-height: 1;
  color: var(--hm-brand);
}

.pdp-purchase__button {
  width: 100%;
  min-width: 0;
  justify-content: center;
  padding-inline: 2rem;
  --hm-button-arrow-shift: var(--hm-cta-arrow-shift-strong);
}

body.single-product a.button.pdp-purchase__button.button--primary {
  background: var(--hm-cta-primary-bg);
  border-color: var(--hm-cta-primary-border);
  color: var(--hm-cta-primary-text);
  box-shadow: 0 14px 28px rgba(184, 100, 33, 0.18);
}

body.single-product a.button.pdp-purchase__button.button--primary:hover,
body.single-product a.button.pdp-purchase__button.button--primary:focus-visible {
  background: var(--hm-cta-primary-bg-hover);
  color: var(--hm-cta-primary-text);
  box-shadow: 0 16px 32px rgba(184, 100, 33, 0.22);
}

body.single-product a.button.pdp-purchase__button.button--primary.is-added {
  background: var(--hm-cta-added-bg);
  border-color: var(--hm-cta-added-border);
  box-shadow: var(--hm-cta-added-shadow);
  color: var(--hm-cta-primary-text);
}

body.single-product a.button.pdp-purchase__button.button--primary.is-added:hover,
body.single-product a.button.pdp-purchase__button.button--primary.is-added:focus-visible {
  background: var(--hm-cta-added-bg-hover);
  border-color: var(--hm-cta-added-border);
  box-shadow: var(--hm-cta-added-shadow-hover);
  color: var(--hm-cta-primary-text);
}

.pdp-purchase:hover::before,
.pdp-purchase:focus-within::before {
  opacity: 0.82;
  transform: scaleX(1);
}

.pdp-purchase:hover::after,
.pdp-purchase:focus-within::after {
  opacity: 0.9;
  transform: translate3d(0.56rem, 0, 0) rotate(45deg);
}

[data-product-card-price].is-syncing,
[data-product-card-article].is-syncing,
[data-product-card-dimensions].is-syncing,
[data-product-card-cta].is-syncing,
[data-pdp-purchase-price].is-syncing,
[data-pdp-current-offer-title].is-syncing,
[data-pdp-current-offer-note].is-syncing,
[data-pdp-specs-block].is-syncing,
[data-pdp-purchase-cta].is-syncing {
  opacity: 0.68;
  transition: opacity var(--hm-motion-medium) var(--hm-ease-ui), color var(--hm-motion-medium) var(--hm-ease-ui), box-shadow var(--hm-motion-medium) var(--hm-ease-ui);
}

@media (min-width: 1025px) {
  .home-category-spotlight__viewport {
    min-height: 0;
    aspect-ratio: 2006 / 724;
  }

  .ambient-infrastructure {
    --hm-ambient-line-primary-width: min(38vw, 34rem);
    --hm-ambient-line-support-width: min(29vw, 25rem);
    --hm-ambient-line-micro-width: min(21vw, 15rem);
    --hm-ambient-panel-stand-width: min(27vw, 23rem);
    --hm-ambient-panel-support-width: min(25vw, 22rem);
    --hm-ambient-panel-pocket-width: min(18vw, 13rem);
    opacity: 0.18;
  }

  .ambient-infrastructure__line {
    --hm-ambient-drift-x: 0.28rem;
    --hm-ambient-drift-y: -0.16rem;
    --hm-ambient-angle-shift: 1deg;
    --hm-ambient-opacity-idle: 0.2;
    --hm-ambient-opacity-active: 0.3;
    height: 1px;
    background: linear-gradient(90deg, rgba(129, 163, 190, 0), rgba(129, 163, 190, 0.14), rgba(129, 163, 190, 0));
    box-shadow: none;
  }

  .ambient-infrastructure__line::after {
    border-top-color: rgba(129, 163, 190, 0.24);
    border-right-color: rgba(129, 163, 190, 0.24);
  }

  .ambient-infrastructure__line--primary {
    --hm-ambient-drift-x: 0.42rem;
    --hm-ambient-drift-y: -0.24rem;
    --hm-ambient-angle-shift: 1.3deg;
    --hm-ambient-opacity-idle: 0.3;
    --hm-ambient-opacity-active: 0.42;
    background:
      radial-gradient(circle at 26% 50%, rgba(129, 163, 190, 0.12) 0 0.17rem, transparent 0.22rem),
      radial-gradient(circle at 73% 50%, rgba(129, 163, 190, 0.1) 0 0.17rem, transparent 0.22rem),
      linear-gradient(90deg, rgba(129, 163, 190, 0), rgba(129, 163, 190, 0.18), rgba(129, 163, 190, 0.06) 82%, rgba(129, 163, 190, 0));
  }

  .ambient-infrastructure__line--support {
    --hm-ambient-drift-x: -0.32rem;
    --hm-ambient-drift-y: 0.22rem;
    --hm-ambient-angle-shift: 1.2deg;
    --hm-ambient-opacity-idle: 0.24;
    --hm-ambient-opacity-active: 0.34;
    background:
      radial-gradient(circle at 36% 50%, rgba(129, 163, 190, 0.1) 0 0.16rem, transparent 0.22rem),
      linear-gradient(90deg, rgba(129, 163, 190, 0), rgba(129, 163, 190, 0.14), rgba(129, 163, 190, 0.05));
  }

  .ambient-infrastructure__line--micro {
    --hm-ambient-drift-x: 0.18rem;
    --hm-ambient-drift-y: 0.12rem;
    --hm-ambient-angle-shift: 0.8deg;
    --hm-ambient-opacity-idle: 0.14;
    --hm-ambient-opacity-active: 0.22;
    background: linear-gradient(90deg, rgba(129, 163, 190, 0), rgba(129, 163, 190, 0.1), rgba(129, 163, 190, 0));
  }

  .ambient-infrastructure__panel {
    --hm-ambient-drift-x: 0.18rem;
    --hm-ambient-drift-y: -0.12rem;
    --hm-ambient-angle-shift: 0.8deg;
    --hm-ambient-opacity-idle: 0.12;
    --hm-ambient-opacity-active: 0.2;
    border-color: rgba(129, 163, 190, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(237, 245, 251, 0.02));
    box-shadow: none;
  }

  .ambient-infrastructure__panel--stand {
    --hm-ambient-opacity-idle: 0.18;
    --hm-ambient-opacity-active: 0.28;
  }

  .ambient-infrastructure__panel--support {
    --hm-ambient-opacity-idle: 0.14;
    --hm-ambient-opacity-active: 0.22;
  }

  .ambient-infrastructure__panel--pocket {
    --hm-ambient-opacity-idle: 0.1;
    --hm-ambient-opacity-active: 0.16;
  }

  .ambient-infrastructure__glow {
    background: radial-gradient(circle at var(--hm-pointer-x) calc(var(--hm-pointer-y) - var(--hm-site-header-height)), rgba(170, 205, 232, 0.12), transparent 15rem);
  }

  body.home .ambient-infrastructure {
    opacity: 0.24;
  }

  body.post-type-archive-product .ambient-infrastructure,
  body.tax-product_cat .ambient-infrastructure {
    opacity: 0.12;
  }

  body:not(.home):not(.post-type-archive-product):not(.tax-product_cat) .ambient-infrastructure {
    opacity: 0.08;
  }

  .home-hero__ambient {
    opacity: 0.32;
  }

  .home-hero__ambient::before {
    --hm-ambient-opacity-idle: 0.12;
    --hm-ambient-opacity-active: 0.2;
  }

  .home-hero__ambient::after {
    --hm-ambient-opacity-idle: 0.14;
    --hm-ambient-opacity-active: 0.22;
  }

  .home-category-spotlight__ambient {
    opacity: 0.24;
  }

  body.tax-product_cat .home-category-spotlight__ambient,
  body.post-type-archive-product .home-category-spotlight__ambient {
    opacity: 0.18;
  }

  .home-category-spotlight__ambient::before {
    --hm-ambient-opacity-idle: 0.12;
    --hm-ambient-opacity-active: 0.2;
  }

  .home-category-spotlight__ambient::after {
    --hm-ambient-opacity-idle: 0.08;
    --hm-ambient-opacity-active: 0.14;
  }

  .home-benefits-band::before {
    opacity: 0.2;
  }

  .home-benefits-band__route {
    --hm-ambient-opacity-idle: 0.14;
    --hm-ambient-opacity-active: 0.22;
  }

  .home-benefits-band__route::before {
    background:
      radial-gradient(circle at 12% 50%, rgba(129, 163, 190, 0.08) 0 0.16rem, transparent 0.21rem),
      radial-gradient(circle at 39% 50%, rgba(129, 163, 190, 0.07) 0 0.16rem, transparent 0.21rem),
      radial-gradient(circle at 67% 50%, rgba(129, 163, 190, 0.07) 0 0.16rem, transparent 0.21rem),
      radial-gradient(circle at 89% 50%, rgba(129, 163, 190, 0.07) 0 0.16rem, transparent 0.21rem),
      linear-gradient(90deg, rgba(129, 163, 190, 0), rgba(129, 163, 190, 0.1), rgba(129, 163, 190, 0));
  }

  .home-benefits-band__route::after {
    border-top-color: rgba(129, 163, 190, 0.2);
    border-right-color: rgba(129, 163, 190, 0.2);
  }

  .entry-groups-band__ambient::before {
    --hm-ambient-opacity-idle: 0.06;
    --hm-ambient-opacity-active: 0.12;
  }

  .entry-groups-band__ambient::after {
    --hm-ambient-opacity-idle: 0.05;
    --hm-ambient-opacity-active: 0.1;
  }

  .pdp-gallery::before {
    --hm-ambient-opacity-idle: 0.12;
    --hm-ambient-opacity-active: 0.2;
  }

  .pdp-summary::before {
    --hm-ambient-opacity-idle: 0.08;
    --hm-ambient-opacity-active: 0.16;
  }

  .pdp-purchase::before {
    opacity: 0.18;
    transform: scaleX(0.52);
  }

  .pdp-purchase::after {
    opacity: 0.22;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .home-category-spotlight__slide,
  .home-category-spotlight__slide::after,
  .home-category-spotlight__media img {
    animation: none;
    transition: none;
  }

  .home-category-spotlight__slide,
  .home-category-spotlight__slide.is-active,
  .home-category-spotlight__media img,
  .home-category-spotlight__slide.is-active .home-category-spotlight__media img {
    transform: none;
  }

  .home-constructor-story {
    --story-progress: 1 !important;
    --story-base-progress: 1 !important;
    --story-print-progress: 1 !important;
    --story-header-progress: 1 !important;
    --story-pocket-a-progress: 1 !important;
    --story-pocket-b-progress: 1 !important;
    --story-pocket-c-progress: 1 !important;
    --story-shadow-progress: 1 !important;
    --story-highlight-progress: 1 !important;
    --story-accent-progress: 1 !important;
    --story-ready-progress: 1 !important;
    --story-layer-02-progress: 1 !important;
    --story-layer-03-progress: 1 !important;
    --story-layer-04-progress: 1 !important;
    --story-layer-05-progress: 1 !important;
    --story-layer-06-progress: 1 !important;
    --story-layer-07-progress: 1 !important;
    --story-layer-08-progress: 1 !important;
    --story-layer-09-progress: 1 !important;
    --story-layer-10-progress: 1 !important;
    --story-layer-11-progress: 1 !important;
    --story-layer-12-progress: 1 !important;
    --story-layer-13-progress: 1 !important;
    --story-layer-14-progress: 1 !important;
    height: auto;
    min-height: 0;
  }

  .home-constructor-story__sticky {
    position: static;
    min-height: auto;
  }

  .home-constructor-story__cta.is-ready-pulse {
    animation: none;
  }

  .ambient-infrastructure__line,
  .ambient-infrastructure__panel,
  .home-hero__ambient::before,
  .home-hero__ambient::after,
  .home-category-spotlight__ambient::before,
  .home-category-spotlight__ambient::after,
  .home-benefits-band__route,
  .entry-groups-band__ambient::before,
  .entry-groups-band__ambient::after,
  .site-floating-cart,
  .pdp-gallery::before,
  .pdp-summary::before {
    animation: none;
  }

  .ambient-infrastructure__glow {
    background: radial-gradient(circle at 72% 24%, rgba(145, 186, 219, 0.14), transparent 17rem);
  }
}

@media (hover: none), (pointer: coarse) {
  .ambient-infrastructure {
    opacity: 0.24;
  }

  .ambient-infrastructure__line,
  .ambient-infrastructure__panel,
  .home-hero__ambient::before,
  .home-hero__ambient::after,
  .home-category-spotlight__ambient::before,
  .home-category-spotlight__ambient::after,
  .home-benefits-band__route,
  .entry-groups-band__ambient::before,
  .entry-groups-band__ambient::after,
  .site-floating-cart,
  .pdp-gallery::before,
  .pdp-summary::before {
    animation: none;
  }

  .ambient-infrastructure__line--micro,
  .ambient-infrastructure__panel--pocket {
    display: none;
  }

  .ambient-infrastructure__glow {
    background: radial-gradient(circle at 72% 24%, rgba(145, 186, 219, 0.12), transparent 16rem);
  }
}

.product-shell__media {
  padding: 1rem;
}

.media-placeholder {
  display: grid;
  place-items: center;
  min-height: 20rem;
  border: 1px dashed var(--hm-line);
  border-radius: 1rem;
  color: var(--hm-muted);
  text-align: center;
}

.gallery-strip figure {
  width: 5rem;
  margin: 0;
}

.gallery-strip img {
  border-radius: 0.85rem;
}

.offer-state {
  padding: 0.9rem 1rem;
  border: 1px solid var(--hm-border);
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(247, 244, 238, 0.96), rgba(236, 242, 245, 0.92));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.52),
    0 8px 18px rgba(20, 29, 38, 0.05);
}

.offer-state p {
  margin: 0;
}

.offer-selector {
  display: grid;
  gap: 0.9rem;
}

.offer-selector h2 {
  margin: 0;
  font-size: 1.1rem;
}

.offer-selector__list form {
  margin: 0;
}

.offer-chip {
  cursor: pointer;
}

.panel code,
.product-shell__summary code {
  display: inline-block;
  padding: 0.2rem 0.45rem;
  background: rgba(233, 241, 245, 0.9);
  border-radius: 0.45rem;
  box-shadow: inset 0 0 0 1px rgba(124, 145, 160, 0.16);
  color: var(--hm-text-strong);
}

.entry-content {
  color: var(--hm-ink);
  line-height: 1.7;
}

.entry-content > *:first-child {
  margin-top: 0;
}

.entry-content > *:last-child {
  margin-bottom: 0;
}

.delivery-page__content {
  gap: 1rem;
}

.delivery-hero,
.delivery-section,
.delivery-final {
  display: grid;
  gap: 0.9rem;
  border-top: 1px solid var(--hm-border-muted);
  padding-top: 1.1rem;
}

.delivery-hero {
  position: relative;
  overflow: hidden;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.58fr);
  align-items: stretch;
  gap: clamp(1rem, 2vw, 1.35rem);
  border: 1px solid rgba(124, 145, 160, 0.22);
  border-radius: 8px;
  padding: clamp(1rem, 2vw, 1.45rem);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(244, 248, 249, 0.9)),
    var(--hm-surface);
  box-shadow: var(--hm-shadow-soft);
}

.delivery-hero::after {
  content: "";
  position: absolute;
  right: -5rem;
  bottom: -6rem;
  width: min(28vw, 18rem);
  aspect-ratio: 1;
  border: 1px solid rgba(124, 145, 160, 0.14);
  border-radius: 50%;
  pointer-events: none;
}

.delivery-hero > * {
  position: relative;
  z-index: 1;
}

.delivery-hero h1,
.delivery-section h2,
.delivery-final h2,
.delivery-quick-card h2 {
  margin: 0;
  color: var(--hm-text-strong);
}

.delivery-hero h1 {
  max-width: 48rem;
  font-size: clamp(2rem, 4.2vw, 4rem);
  line-height: 0.98;
}

.delivery-hero__copy {
  display: grid;
  align-content: center;
  gap: 0.78rem;
  min-width: 0;
}

.delivery-hero__subtitle,
.delivery-hero__text,
.delivery-section__body,
.delivery-final p {
  max-width: 58rem;
  color: var(--hm-text-body);
  line-height: 1.5;
}

.delivery-hero__subtitle {
  margin: 0;
  color: var(--hm-text-strong);
  font-size: clamp(1.02rem, 1.4vw, 1.2rem);
  font-weight: var(--hm-font-weight-strong);
}

.delivery-hero__text,
.delivery-section__body p,
.delivery-final p {
  margin: 0;
}

.delivery-hero__actions,
.delivery-final__actions {
  margin-top: 0.25rem;
}

.delivery-photo-collage {
  position: relative;
  min-height: clamp(17rem, 28vw, 24rem);
  isolation: isolate;
}

.delivery-photo-collage::before {
  content: "";
  position: absolute;
  inset: auto 7% -0.75rem 12%;
  z-index: 0;
  height: 34%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(21, 32, 41, 0.16), transparent 66%),
    radial-gradient(circle at 78% 38%, rgba(212, 122, 50, 0.16), transparent 54%);
  filter: blur(14px);
  pointer-events: none;
}

.delivery-photo-collage__item {
  position: absolute;
  display: grid;
  align-content: end;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(124, 145, 160, 0.26);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(249, 248, 244, 0.96), rgba(239, 246, 249, 0.92));
  box-shadow: 0 18px 38px rgba(21, 32, 41, 0.14);
}

.delivery-photo-collage__item img,
.delivery-process-strip img,
.delivery-wide-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
}

.delivery-photo-collage__item figcaption {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 0.18rem;
  margin: 0;
  padding: 0.72rem 0.82rem;
  background: linear-gradient(180deg, transparent, rgba(21, 32, 41, 0.72));
  color: #fff;
  text-shadow: 0 1px 10px rgba(21, 32, 41, 0.32);
}

.delivery-photo-collage__item--main figcaption {
  width: min(68%, 15rem);
  border-top-right-radius: 8px;
}

.delivery-photo-collage__item figcaption strong,
.delivery-wide-visual figcaption strong {
  font-size: 0.95rem;
  line-height: 1.16;
}

.delivery-photo-collage__item figcaption span,
.delivery-wide-visual figcaption span {
  font-size: 0.78rem;
  line-height: 1.28;
  opacity: 0.88;
}

.delivery-photo-collage__item--main {
  inset: 0 6% 6% 0;
  z-index: 1;
}

.delivery-photo-collage__item--detail {
  right: 0;
  bottom: 0;
  z-index: 3;
  width: min(48%, 13.5rem);
  height: 42%;
}

.delivery-photo-placeholder {
  position: absolute;
  inset: 0;
  display: block;
  background:
    linear-gradient(135deg, rgba(245, 238, 229, 0.88), rgba(230, 241, 245, 0.9)),
    repeating-linear-gradient(135deg, rgba(124, 145, 160, 0.16) 0 1px, transparent 1px 13px);
}

.delivery-photo-placeholder::before,
.delivery-photo-placeholder::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.delivery-photo-placeholder::before {
  inset: 1rem;
  border: 1px dashed rgba(90, 112, 128, 0.28);
  border-radius: 8px;
}

.delivery-photo-placeholder::after {
  left: 50%;
  top: 50%;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid rgba(90, 112, 128, 0.28);
  border-radius: 999px;
  background:
    linear-gradient(135deg, transparent 46%, rgba(90, 112, 128, 0.38) 47% 53%, transparent 54%),
    linear-gradient(45deg, transparent 46%, rgba(90, 112, 128, 0.38) 47% 53%, transparent 54%);
  transform: translate(-50%, -50%);
}

.delivery-quick-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.78rem;
}

.delivery-quick-card {
  display: grid;
  align-content: start;
  gap: 0.48rem;
  min-height: 100%;
  border: 1px solid rgba(124, 145, 160, 0.22);
  border-radius: 8px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.72);
}

.delivery-quick-card h2 {
  font-size: 1rem;
  line-height: 1.24;
}

.delivery-quick-card p {
  margin: 0;
  color: var(--hm-text-body);
  font-size: 0.94rem;
  line-height: 1.42;
}

.delivery-process-strip {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(124, 145, 160, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  min-height: clamp(9.8rem, 20vw, 15rem);
  box-shadow: 0 14px 30px rgba(21, 32, 41, 0.08);
}

.delivery-process-strip img {
  display: block;
}

.delivery-process-strip__caption {
  position: absolute;
  inset: auto 0.75rem 0.75rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  margin: 0;
}

.delivery-process-strip__caption span {
  display: grid;
  place-items: center;
  min-height: 2.35rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 8px;
  padding: 0.35rem 0.55rem;
  background: rgba(21, 32, 41, 0.58);
  color: #fff;
  font-size: 0.86rem;
  font-weight: var(--hm-font-weight-strong);
  line-height: 1.15;
  text-align: center;
  text-shadow: 0 1px 8px rgba(21, 32, 41, 0.28);
  backdrop-filter: blur(8px);
}

.delivery-wide-visual {
  position: relative;
  min-height: 0;
  overflow: hidden;
}

.delivery-section {
  grid-template-columns: minmax(10rem, 0.34fr) minmax(0, 1fr);
  align-items: start;
}

.delivery-section h2 {
  position: sticky;
  top: var(--hm-catalog-rail-top);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.12;
}

.delivery-section__body {
  display: grid;
  gap: 0.78rem;
}

.delivery-section__text {
  display: grid;
  gap: 0.78rem;
  min-width: 0;
}

.delivery-section__body--with-preview {
  grid-template-columns: minmax(0, 1fr) minmax(17.5rem, 0.48fr);
  align-items: start;
  max-width: none;
  gap: clamp(0.9rem, 2vw, 1.25rem);
}

.delivery-section__body--with-media {
  grid-template-columns: minmax(0, 1fr) minmax(15rem, 0.42fr);
  align-items: start;
  max-width: none;
  gap: clamp(0.9rem, 2vw, 1.25rem);
}

.delivery-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.48rem 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.delivery-list li {
  position: relative;
  min-width: 0;
  padding-left: 1.05rem;
  color: var(--hm-text-body);
  line-height: 1.42;
}

.delivery-list li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: var(--hm-brand);
}

.delivery-list--estimate {
  grid-template-columns: 1fr;
}

.delivery-note {
  border-left: 3px solid rgba(212, 122, 50, 0.72);
  padding: 0.7rem 0 0.7rem 0.9rem;
  background: linear-gradient(90deg, rgba(212, 122, 50, 0.08), transparent);
  color: var(--hm-text-strong);
  font-weight: var(--hm-font-weight-strong);
}

.delivery-note--legal {
  line-height: 1.52;
}

.delivery-document-stack {
  position: relative;
  display: grid;
  gap: 0.78rem;
  align-self: start;
  overflow: hidden;
  border: 1px solid rgba(124, 145, 160, 0.22);
  border-radius: 8px;
  padding: 0.95rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(244, 248, 249, 0.78)),
    var(--hm-surface);
}

.delivery-document-stack__header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  min-width: 0;
}

.delivery-document-stack__header > span {
  color: var(--hm-text-strong);
  font-size: 0.82rem;
  font-weight: var(--hm-font-weight-strong);
  line-height: 1.2;
}

.delivery-document-stack__header strong {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  white-space: nowrap;
  color: var(--hm-brand);
  font-size: 0.72rem;
  font-weight: var(--hm-font-weight-strong);
  line-height: 1.1;
}

.delivery-document-stack__status-icon {
  display: grid;
  place-items: center;
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 999px;
  background: rgba(212, 122, 50, 0.14);
  color: var(--hm-brand);
}

.delivery-document-stack__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.68rem;
}

.delivery-document-stack__paper {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 5.85rem;
  min-width: 0;
  padding: 0.68rem;
  border: 1px solid rgba(124, 145, 160, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 248, 244, 0.94));
  color: var(--hm-text-strong);
  font-size: 0.82rem;
  font-weight: var(--hm-font-weight-strong);
  box-shadow: 0 12px 24px rgba(21, 32, 41, 0.07);
}

.delivery-document-stack__paper::before {
  content: "";
  position: absolute;
  top: 0.76rem;
  left: 2.78rem;
  right: 0.72rem;
  height: 2.3rem;
  border-radius: 6px;
  background:
    linear-gradient(90deg, rgba(124, 145, 160, 0.2), transparent 74%),
    linear-gradient(180deg, transparent 0 0.46rem, rgba(124, 145, 160, 0.13) 0.46rem 0.52rem, transparent 0.52rem 0.98rem, rgba(124, 145, 160, 0.11) 0.98rem 1.04rem, transparent 1.04rem 1.5rem, rgba(124, 145, 160, 0.09) 1.5rem 1.56rem, transparent 1.56rem);
}

.delivery-document-stack__icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 1.52rem;
  height: 1.52rem;
  border: 1px solid rgba(124, 145, 160, 0.2);
  border-radius: 6px;
  background: rgba(239, 246, 249, 0.82);
  color: var(--hm-text-strong);
  font-size: 0.84rem;
  line-height: 1;
}

.delivery-document-stack__paper--act .delivery-document-stack__icon {
  border-color: rgba(212, 122, 50, 0.35);
  background: rgba(212, 122, 50, 0.14);
  color: var(--hm-brand);
}

.delivery-document-stack__paper--spec .delivery-document-stack__icon {
  position: relative;
  border-radius: 999px;
}

.delivery-document-stack__paper--spec .delivery-document-stack__icon::before,
.delivery-document-stack__paper--spec .delivery-document-stack__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.delivery-document-stack__paper--spec .delivery-document-stack__icon::before {
  top: 0.35rem;
  width: 0.62rem;
  height: 0.62rem;
  border: 2px solid currentColor;
  border-radius: 999px;
}

.delivery-document-stack__paper--spec .delivery-document-stack__icon::after {
  bottom: 0.34rem;
  width: 0.72rem;
  height: 0.14rem;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.72;
}

.delivery-document-stack__label {
  position: relative;
  z-index: 1;
  align-self: end;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  line-height: 1.16;
}

.delivery-wide-visual {
  display: grid;
  align-content: end;
  aspect-ratio: 4 / 3;
  min-height: 0;
  border: 1px solid rgba(124, 145, 160, 0.22);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(249, 248, 244, 0.92), rgba(239, 246, 249, 0.88));
}

.delivery-wide-visual figcaption {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.2rem;
  margin: 0;
  padding: 0.88rem 1rem;
  background: linear-gradient(180deg, transparent, rgba(21, 32, 41, 0.74));
  color: #fff;
  text-shadow: 0 1px 10px rgba(21, 32, 41, 0.32);
}

.delivery-section--estimate {
  border: 1px solid rgba(124, 145, 160, 0.22);
  border-radius: 8px;
  padding: clamp(1rem, 2vw, 1.35rem);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(244, 248, 249, 0.72));
}

.delivery-final {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  border: 1px solid rgba(124, 145, 160, 0.22);
  border-radius: 8px;
  padding: clamp(1.1rem, 2.2vw, 1.55rem);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(248, 241, 232, 0.94));
  box-shadow: var(--hm-shadow-soft);
}

.delivery-final h2 {
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.1;
}

.delivery-final__actions {
  justify-content: flex-end;
}

@media (max-width: 900px) {
  .delivery-page__content {
    gap: 0.85rem;
  }

  .delivery-hero {
    grid-template-columns: 1fr;
    gap: 0.72rem;
    padding: 0.85rem;
  }

  .delivery-hero__copy {
    display: contents;
  }

  .delivery-hero .eyebrow {
    order: 1;
  }

  .delivery-hero h1 {
    order: 2;
    font-size: clamp(1.72rem, 7.2vw, 2.05rem);
    line-height: 1.05;
  }

  .delivery-hero__subtitle {
    order: 3;
    font-size: 0.98rem;
    line-height: 1.38;
  }

  .delivery-photo-collage {
    order: 4;
  }

  .delivery-hero__text {
    order: 5;
  }

  .delivery-hero__text,
  .delivery-section__body,
  .delivery-final p {
    font-size: 0.96rem;
    line-height: 1.44;
  }

  .delivery-hero__actions {
    order: 6;
  }

  .delivery-quick-grid,
  .delivery-section,
  .delivery-final,
  .delivery-section__body--with-preview,
  .delivery-section__body--with-media {
    grid-template-columns: 1fr;
  }

  .delivery-photo-collage {
    min-height: 13.5rem;
  }

  .delivery-photo-collage__item--main {
    inset: 0 17% 12% 0;
  }

  .delivery-photo-collage__item--detail {
    width: 48%;
    height: 36%;
  }

  .delivery-photo-collage__item figcaption {
    padding: 0.56rem 0.62rem;
  }

  .delivery-photo-collage__item figcaption strong,
  .delivery-wide-visual figcaption strong {
    font-size: 0.86rem;
  }

  .delivery-photo-collage__item figcaption span,
  .delivery-wide-visual figcaption span {
    font-size: 0.72rem;
  }

  .delivery-process-strip {
    min-height: 8.25rem;
  }

  .delivery-process-strip__caption {
    inset: auto 0.45rem 0.45rem;
    gap: 0.34rem;
  }

  .delivery-process-strip__caption span {
    min-height: 1.9rem;
    padding: 0.25rem 0.34rem;
    font-size: 0.72rem;
    line-height: 1.08;
  }

  .delivery-document-stack {
    gap: 0.62rem;
    padding: 0.72rem;
  }

  .delivery-document-stack__header {
    display: grid;
    justify-content: start;
    gap: 0.45rem;
  }

  .delivery-document-stack__header strong {
    white-space: normal;
  }

  .delivery-document-stack__grid {
    gap: 0.5rem;
  }

  .delivery-document-stack__paper {
    min-height: 4.8rem;
    padding: 0.54rem;
    font-size: 0.74rem;
  }

  .delivery-document-stack__paper::before {
    left: 2.36rem;
    right: 0.54rem;
    height: 1.8rem;
  }

  .delivery-document-stack__icon {
    width: 1.34rem;
    height: 1.34rem;
    font-size: 0.74rem;
  }

  .delivery-document-stack__label {
    overflow-wrap: anywhere;
    line-height: 1.08;
  }

  .delivery-section h2 {
    position: static;
    font-size: 1.22rem;
    line-height: 1.12;
  }

  .delivery-list li {
    line-height: 1.36;
  }

  .delivery-note {
    padding: 0.58rem 0 0.58rem 0.78rem;
    font-size: 0.96rem;
    line-height: 1.42;
  }

  .delivery-final {
    gap: 0.72rem;
    padding: 0.95rem;
  }

  .delivery-final h2 {
    font-size: 1.28rem;
    line-height: 1.08;
  }

  .delivery-list {
    grid-template-columns: 1fr;
  }

  .delivery-final__actions {
    justify-content: flex-start;
  }
}

.contact-details-card {
  display: grid;
  gap: 1.1rem;
  margin: 0 0 1.4rem;
  padding: clamp(1.1rem, 2vw, 1.45rem);
  border: 1px solid rgba(124, 145, 160, 0.2);
  border-radius: 1.35rem;
  background:
    radial-gradient(circle at 96% 0%, rgba(212, 122, 50, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(239, 246, 249, 0.92));
  box-shadow: var(--hm-shadow-soft);
}

.contact-details-card__intro {
  max-width: 42rem;
}

.contact-details-card__intro h2 {
  margin: 0.2rem 0 0.35rem;
  color: var(--hm-text-strong);
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  line-height: 1.15;
}

.contact-details-card__intro p {
  margin: 0;
  color: var(--hm-text-muted);
}

.contact-details-card__eyebrow {
  color: var(--hm-brand-deep) !important;
  font-size: 0.78rem;
  font-weight: var(--hm-font-weight-strong);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-details-card__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.contact-details-card__item {
  display: grid;
  gap: 0.25rem;
  min-height: 5.2rem;
  padding: 1rem;
  border: 1px solid rgba(124, 145, 160, 0.18);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.78);
  color: var(--hm-text-strong);
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.contact-details-card__item:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(21, 32, 41, 0.08);
}

.contact-details-card__label {
  color: var(--hm-text-muted);
  font-size: 0.76rem;
  font-weight: var(--hm-font-weight-strong);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-details-card__item strong {
  align-self: end;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.24;
}

.contact-details-card__item--email {
  background: rgba(249, 238, 226, 0.72);
}

.contact-location-card {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(18rem, 1.15fr);
  gap: clamp(1rem, 2.4vw, 1.5rem);
  align-items: stretch;
  margin: 0 0 1.4rem;
  padding: clamp(1rem, 2vw, 1.25rem);
  border: 1px solid rgba(124, 145, 160, 0.2);
  border-radius: 1.35rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(242, 248, 246, 0.94));
  box-shadow: var(--hm-shadow-soft);
}

.contact-location-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.85rem;
  min-width: 0;
  padding: clamp(0.2rem, 1vw, 0.55rem);
}

.contact-location-card__content h2 {
  margin: 0;
  color: var(--hm-text-strong);
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  line-height: 1.15;
}

.contact-location-card__content address {
  margin: 0;
  color: var(--hm-text-strong);
  font-size: clamp(1.02rem, 1.4vw, 1.16rem);
  font-style: normal;
  font-weight: var(--hm-font-weight-strong);
  line-height: 1.45;
}

.contact-location-card__route {
  width: fit-content;
  margin-top: 0.2rem;
}

.contact-location-card__map {
  position: relative;
  min-height: 18rem;
  overflow: hidden;
  border: 1px solid rgba(124, 145, 160, 0.2);
  border-radius: 1rem;
  background: rgba(234, 241, 243, 0.7);
}

.contact-location-card__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 18rem;
  border: 0;
}

@media (max-width: 760px) {
  .contact-details-card__grid {
    grid-template-columns: 1fr;
  }

  .contact-location-card {
    grid-template-columns: 1fr;
  }
}

.price-line {
  font-size: 1.45rem;
  font-weight: var(--hm-font-weight-strong);
  color: var(--hm-brand-deep);
}

.breadcrumbs {
  margin-bottom: 1rem;
  color: var(--hm-muted);
  font-size: 0.9rem;
}

.breadcrumbs__separator {
  opacity: 0.5;
}

.sort-bar {
  padding: 0.9rem 1rem;
  border: 1px solid var(--hm-border);
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(248, 245, 239, 0.98), rgba(238, 244, 246, 0.94));
  box-shadow: var(--hm-shadow-soft);
  margin-bottom: 1rem;
  transition: opacity var(--hm-motion-medium) var(--hm-ease-ui);
}

.sort-bar.is-loading {
  opacity: 0.8;
}

.sort-bar select {
  min-width: 14rem;
  min-height: 2.8rem;
  padding: 0.65rem 0.85rem;
  border: 1px solid var(--hm-border);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.94);
  transition: border-color var(--hm-motion-fast) var(--hm-ease-ui), box-shadow var(--hm-motion-fast) var(--hm-ease-ui), background-color var(--hm-motion-fast) var(--hm-ease-ui);
}

.sort-bar select:focus-visible,
.sort-bar input:focus-visible {
  outline: none;
  border-color: rgba(201, 95, 18, 0.36);
  box-shadow: 0 0 0 0.2rem rgba(234, 123, 31, 0.12);
}

[data-catalog-pagination] {
  gap: 0.55rem;
}

[data-catalog-pagination] .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.7rem;
  min-height: 2.7rem;
  padding: 0.55rem 0.85rem;
  border: 1px solid var(--hm-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--hm-text-strong);
  font-weight: var(--hm-font-weight-strong);
  text-decoration: none;
  transition: transform var(--hm-motion-fast) var(--hm-ease-ui), border-color var(--hm-motion-fast) var(--hm-ease-ui), background-color var(--hm-motion-fast) var(--hm-ease-ui), color var(--hm-motion-fast) var(--hm-ease-ui), opacity var(--hm-motion-fast) var(--hm-ease-ui);
}

[data-catalog-pagination] a.page-numbers:hover,
[data-catalog-pagination] a.page-numbers:focus-visible {
  border-color: rgba(199, 126, 67, 0.24);
  background: rgba(212, 122, 50, 0.1);
  color: var(--hm-accent-deep);
  transform: translateY(-1px);
  outline: none;
}

[data-catalog-pagination] .page-numbers.current {
  border-color: rgba(199, 126, 67, 0.3);
  background: linear-gradient(180deg, rgba(249, 238, 226, 0.96), rgba(244, 228, 212, 0.92));
  color: var(--hm-accent-deep);
}

[data-catalog-pagination] a[aria-disabled="true"],
a[data-catalog-reset][aria-disabled="true"] {
  opacity: 0.56;
  pointer-events: none;
  transform: none;
}

.cta-band {
  justify-content: space-between;
  padding: 1.5rem;
  border-radius: 1.5rem;
  border: 1px solid var(--hm-border-strong);
  background: linear-gradient(145deg, rgba(248, 245, 239, 0.98), rgba(236, 242, 245, 0.94));
  box-shadow: var(--hm-shadow-soft);
}

.site-footer {
  margin-top: 2rem;
  padding: 2.9rem 0 1.35rem;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.05), transparent 24%),
    linear-gradient(145deg, var(--hm-footer-plane) 0%, var(--hm-footer-plane-deep) 100%);
  box-shadow: none;
  color: #fff;
  text-align: left;
}

.site-footer__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto max-content;
  gap: 1.5rem 2rem;
  align-items: start;
}

.site-footer__brand {
  display: grid;
  gap: 0.9rem;
  align-content: start;
  place-self: center start;
  width: max-content;
}

.site-footer__center {
  display: grid;
  grid-template-columns: 10rem 10rem 15rem;
  justify-content: center;
  align-items: start;
  gap: 1.5rem 1.75rem;
  justify-self: center;
}

.site-footer__brand-link {
  color: #fff;
}

.site-footer__brand-link .site-brand__logo {
  box-shadow:
    0 12px 24px rgba(5, 30, 58, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.site-footer__brand-link .site-brand__logo--image {
  flex-basis: 3.25rem;
  width: 3.25rem;
  height: 2.82rem;
  box-shadow: none;
}

.site-footer__brand-link .site-brand__copy {
  gap: 0.28rem;
  justify-items: center;
  text-align: center;
}

.site-footer__brand-link .site-brand__name,
.site-footer__brand-link .site-brand__tagline {
  white-space: nowrap;
}

.site-footer__brand-link .site-brand__name {
  font-size: 1.34rem;
  letter-spacing: 0;
}

.site-footer__brand-link .site-brand__name,
.site-footer__brand-link .site-brand__title,
.site-footer__brand-link .site-brand__meta,
.site-footer__brand-link .site-brand__tagline {
  color: #fff;
}

.site-footer__brand-link .site-brand__tagline,
.site-footer__brand-link .site-brand__meta {
  max-width: 18rem;
  color: rgba(255, 255, 255, 0.78);
}

.site-footer__tagline {
  margin: 0;
  max-width: 18rem;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.5;
}

.site-footer__column,
.site-footer__contact {
  display: grid;
  gap: 0.82rem;
  align-content: start;
}

.site-footer__column {
  justify-items: start;
  text-align: left;
}

.site-footer__column h2 {
  margin: 0;
  color: #fff;
  font-size: 0.88rem;
  font-weight: var(--hm-font-weight-strong);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.site-footer__links,
.site-footer__notes {
  display: grid;
  gap: 0.48rem;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-items: start;
}

.site-footer__links a {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.35;
}

.site-footer__links a:hover {
  color: #fff;
}

.site-footer__notes li {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
  line-height: 1.45;
}

.site-footer__notes + .site-footer__links {
  margin-top: 0.68rem;
}

.site-footer__contact {
  width: max-content;
  justify-self: end;
  display: grid;
  gap: 0.7rem;
  justify-items: center;
}

.site-footer__contact-lines {
  display: grid;
  gap: 0.28rem;
  justify-items: center;
  text-align: center;
}

.site-footer__contact-text {
  margin: 0;
  color: #fff;
  font-size: 1.12rem;
  font-weight: var(--hm-font-weight-strong);
  line-height: 1.18;
}

.site-footer__contact-text--email {
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.12rem;
}

.site-footer__contact-actions {
  display: grid;
  gap: 0.55rem;
  width: 100%;
  min-width: 0;
  justify-self: center;
  justify-items: center;
}

.site-footer__callback.button,
.site-footer__quote.button {
  width: max-content;
  min-width: 11.75rem;
  max-width: 100%;
  min-height: 2.3rem;
  padding: 0.52rem 0.82rem;
  box-sizing: border-box;
  font-size: 0.76rem;
  line-height: 1;
  justify-content: center;
  justify-self: center;
  text-align: center;
  white-space: nowrap;
}

.site-footer__callback.button,
.site-footer__quote.button {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  color: #fff;
  box-shadow: none;
}

.site-footer__callback.button:hover,
.site-footer__quote.button:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 12px 22px rgba(8, 14, 20, 0.24);
  color: #fff;
}

body.woocommerce .site-footer__callback.button,
body.woocommerce .site-footer__quote.button {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  color: #fff;
  box-shadow: none;
}

body.woocommerce .site-footer__callback.button:hover,
body.woocommerce .site-footer__quote.button:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 12px 22px rgba(8, 14, 20, 0.24);
  color: #fff;
}

.site-footer__bottom {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.site-footer__bottom p {
  margin: 0;
  max-width: 56rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  line-height: 1.5;
}

.site-footer__bottom p + p {
  margin-top: 0.34rem;
}

.site-footer__bottom .site-footer__legal {
  color: rgba(255, 255, 255, 0.56);
}

.site-footer__legal-link {
  color: rgba(255, 255, 255, 0.74);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.site-footer__legal-link:hover {
  color: #fff;
}

@media (max-width: 1180px) {
  .site-header__masthead-row {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
  }

  .site-header .site-brand {
    width: min(100%, 44rem);
    justify-content: center;
  }

  .site-header .site-brand__copy {
    justify-items: center;
    text-align: center;
    padding-left: 0;
  }

  .site-header .site-brand__name::after {
    margin-inline: auto;
  }

  .site-header__pitch {
    justify-items: center;
    text-align: center;
  }

  .site-header__contact {
    width: 100%;
    max-width: none;
    grid-template-columns: 1fr;
    grid-template-areas:
      "lines"
      "actions"
      "cart";
    justify-items: center;
  }

  .site-header__contact-lines {
    justify-items: center;
  }

  .site-header__contact-line {
    justify-self: center;
  }

  .site-header__contact-actions {
    justify-content: center;
  }

  .site-header__actions {
    width: auto;
    justify-self: center;
  }

  .site-header__catalogbar-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-header__actions,
  .site-header__signals {
    justify-content: center;
  }

  .catalog-search {
    width: 100%;
  }

  .catalog-trigger--static {
    flex-basis: auto;
    width: 100%;
  }

  .catalog-trigger-group {
    max-width: 100%;
  }

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

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

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

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

  .site-footer__brand,
  .site-footer__contact {
    grid-column: 1 / -1;
  }

  .site-footer__center {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
  }

  .site-footer__brand {
    place-self: start;
  }

  .site-footer__contact {
    width: 100%;
    justify-items: end;
  }

  .site-footer__brand-link {
    justify-content: flex-start;
  }

  .site-footer__contact-lines {
    width: max-content;
    justify-items: end;
    text-align: right;
  }

  .site-footer__contact-actions {
    width: max-content;
    justify-self: end;
  }

  .site-footer__callback.button,
  .site-footer__quote.button {
    width: max-content;
  }
}

@media (max-width: 1024px) {
  .home-stage,
  .catalog-shell {
    grid-template-columns: 1fr;
  }

  .ambient-infrastructure {
    opacity: 0.18;
  }

  .ambient-infrastructure__line--support,
  .ambient-infrastructure__line--micro,
  .ambient-infrastructure__panel--support,
  .ambient-infrastructure__panel--pocket {
    display: none;
  }

  .home-stage__sidebar--homepage,
  .catalog-trigger--static,
  .catalog-trigger-group {
    display: none;
  }

  .catalog-trigger--mobile {
    display: inline-flex;
  }

  .home-stage__sidebar,
  .catalog-shell__sidebar {
    position: static;
  }

  .catalog-drawer__panel {
    width: 100%;
    height: 100dvh;
    max-height: 100dvh;
    padding: 0.78rem;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 0.65rem;
    overflow: hidden;
  }

  .catalog-drawer__body {
    position: relative;
    grid-template-columns: 1fr;
    min-height: 0;
    overflow: hidden;
  }

  .catalog-search--drawer,
  .catalog-drawer__footer {
    display: none;
  }

  .catalog-drawer__header {
    align-items: center;
    gap: 0.65rem;
  }

  .catalog-drawer__header h2 {
    margin-top: 0.08rem;
    font-size: 1.28rem;
    line-height: 1.05;
  }

  .catalog-drawer__close {
    width: 2.2rem;
    height: 2.2rem;
  }

  .catalog-drawer__nav {
    height: 100%;
    overflow: auto;
    gap: 0.44rem;
    padding: 0.62rem;
    border-radius: 1rem;
    -webkit-overflow-scrolling: touch;
  }

  .catalog-drawer__body.is-detail-open .catalog-drawer__nav {
    display: none;
  }

  .catalog-drawer__nav-item {
    min-height: 2.9rem;
    padding: 0.68rem 0.72rem;
    border-radius: 0.78rem;
    font-size: 0.88rem;
  }

  .catalog-drawer__nav-row {
    grid-template-columns: minmax(0, 1fr) 2.7rem;
    gap: 0.34rem;
  }

  .catalog-drawer__nav-drill {
    min-height: 2.9rem;
    border-radius: 0.78rem;
    font-size: 1rem;
  }

  .catalog-drawer__detail {
    display: none;
    min-height: 0;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .catalog-drawer__back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    margin: 0.62rem 0.62rem 0;
    padding: 0.48rem 0.72rem;
    border: 1px solid rgba(111, 131, 147, 0.18);
    border-radius: 999px;
    font-size: 0.82rem;
  }

  .catalog-drawer__detail:not(.is-detail-open) .catalog-drawer__detail-panel {
    display: none;
  }

  .catalog-drawer__detail.is-detail-open {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: grid;
    grid-template-rows: auto auto;
    align-content: start;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 16px 32px rgba(21, 32, 41, 0.12);
    overflow: auto;
  }

  .catalog-drawer__detail-panel {
    align-content: start;
    min-height: 0;
    gap: 0.78rem;
    padding: 0.72rem;
  }

  .catalog-drawer__detail-head {
    align-content: start;
    gap: 0.42rem;
  }

  .catalog-drawer__detail-head h3 {
    font-size: 1.22rem;
    line-height: 1.1;
  }

  .catalog-drawer__detail-head p {
    font-size: 0.86rem;
    line-height: 1.35;
  }

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

  .catalog-drawer__groups {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .catalog-drawer__group {
    gap: 0.38rem;
    padding: 0.62rem;
    border: 1px solid rgba(111, 131, 147, 0.16);
    border-radius: 0.82rem;
    background: #f7fafb;
  }

  .catalog-drawer__group-list {
    gap: 0.34rem;
  }

  .catalog-drawer__group-list a {
    display: block;
    padding: 0.3rem 0;
  }

  .section-nav-fab {
    right: max(0.9rem, env(safe-area-inset-right));
    bottom: calc(4.8rem + env(safe-area-inset-bottom));
    min-height: 2.6rem;
    padding: 0.68rem 0.92rem;
    font-size: 0.84rem;
  }

  .section-nav-drawer__panel {
    top: auto;
    left: 0;
    width: 100%;
    max-height: min(78dvh, 42rem);
    border-radius: 1.15rem 1.15rem 0 0;
    padding: 0.82rem;
    box-shadow: 0 -20px 42px rgba(20, 29, 38, 0.18);
    transform: translate3d(0, 1.2rem, 0);
  }

  .section-nav-drawer__header h2 {
    font-size: 1.22rem;
  }

  .section-nav-drawer__close {
    width: 2.2rem;
    height: 2.2rem;
  }

  .section-nav-drawer__body {
    gap: 0.48rem;
  }

  .section-nav-drawer__group {
    border-radius: 0.82rem;
  }

  .section-nav-drawer__group summary {
    padding: 0.68rem 0.72rem;
    font-size: 0.9rem;
  }

  .section-nav-drawer__all-link,
  .section-nav-drawer__group ul {
    margin-right: 0.72rem;
    margin-left: 0.72rem;
  }

  .section-nav-drawer__group li a {
    font-size: 0.86rem;
  }

  .site-footer__layout {
    grid-template-columns: 1fr;
  }

  .site-footer__brand,
  .site-footer__center,
  .site-footer__contact {
    grid-column: auto;
  }

  .site-footer__brand {
    place-self: auto;
  }

  .site-footer__center {
    grid-template-columns: 1fr;
  }

  .site-footer__contact {
    width: 100%;
    justify-self: stretch;
    justify-items: start;
  }

  .site-footer__contact-lines {
    justify-items: start;
    text-align: left;
  }

  .site-footer__contact-actions {
    width: max-content;
    justify-self: start;
  }

  .site-footer__callback.button,
  .site-footer__quote.button {
    width: max-content;
  }

}

@media (max-height: 840px) {
  .lead-modal {
    padding: 0.5rem;
  }

  .lead-modal__panel {
    max-height: calc(100dvh - 1rem);
  }
}

@media (max-width: 900px) {
  .home-constructor-story {
    display: none;
  }

  .home-trust {
    flex-direction: column;
    align-items: stretch;
  }

  .home-trust h2 {
    white-space: normal;
  }

  .home-trust__clients {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ambient-infrastructure {
    right: auto;
    width: 100%;
    max-width: 100%;
  }

  .site-header {
    position: relative;
    top: auto;
  }

  .site-header__sticky {
    position: relative;
    top: auto;
  }

  body.single-product .ambient-infrastructure {
    display: none;
  }

  body.single-product .breadcrumbs {
    position: relative;
    flex-wrap: nowrap;
    gap: 0.42rem;
    max-width: 100%;
    margin-bottom: 0.78rem;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  body.single-product .breadcrumbs::-webkit-scrollbar {
    display: none;
  }

  body.single-product .breadcrumbs a,
  body.single-product .breadcrumbs span {
    flex: 0 0 auto;
  }

  body.single-product .breadcrumbs .breadcrumbs__separator:nth-last-of-type(2) {
    display: none;
  }

  body.single-product .breadcrumbs [aria-current="page"] {
    position: absolute;
    top: auto;
    left: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip-path: inset(50%);
  }

  .site-width {
    width: min(100%, calc(100% - 1rem));
  }

  .site-header__utility-row,
  .site-header__signals,
  .site-header__actions,
  .service-nav,
  .hero,
  .lead-modal__layout,
  .lead-modal__context,
  .product-shell,
  .pdp-shell,
  .lead-shell__fields,
  .lead-shell__grid,
  .home-hero {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .service-nav {
    width: 100%;
    flex-flow: row nowrap;
    gap: 0.78rem;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .service-nav::-webkit-scrollbar {
    display: none;
  }

  .service-nav__link--konstruktor,
  .site-footer__link--konstruktor {
    display: none;
  }

  .service-nav a {
    flex: 0 0 auto;
    font-size: 0.76rem;
  }

  .site-header__utility-row {
    min-height: 2rem;
  }

  .site-header__masthead-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(7.8rem, 1fr);
    grid-template-areas:
      "brand contact"
      "actions cart";
    align-items: center;
    justify-items: stretch;
    column-gap: 0.46rem;
    row-gap: 0.44rem;
    padding: 0.62rem 0;
  }

  .site-header .site-brand {
    grid-area: brand;
    max-width: none;
    justify-content: flex-start;
  }

  .site-header .site-brand__copy {
    min-width: 0;
    justify-items: start;
    text-align: left;
    padding-left: 0;
  }

  .site-header .site-brand__name {
    white-space: nowrap;
  }

  .site-header .site-brand__name::after {
    margin-inline: 0;
  }

  .site-header__pitch {
    display: none;
  }

  .site-header__contact {
    display: contents;
  }

  .site-header__contact-lines {
    grid-area: contact;
    min-width: 0;
    max-width: 100%;
    justify-self: end;
    justify-items: end;
    gap: 0.14rem;
    text-align: right;
  }

  .site-header__contact-line {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.28rem;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    line-height: 1.12;
    overflow: hidden;
    white-space: nowrap;
  }

  .site-header__contact-value {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .site-header__contact-line::before {
    display: inline-grid;
    width: 1rem;
    height: 1rem;
    flex: 0 0 1rem;
    place-items: center;
    border: 1px solid rgba(198, 107, 34, 0.22);
    border-radius: 999px;
    background: rgba(198, 107, 34, 0.08);
    color: var(--hm-accent-deep);
    font-size: 0.58rem;
    font-weight: 800;
  }

  .site-header__contact-line--phone::before {
    content: "☎";
  }

  .site-header__contact-line--email::before {
    content: "✉";
  }

  .site-header__contact-line--phone {
    font-size: 0.82rem;
  }

  .site-header__contact-line--email {
    display: inline-flex;
    color: var(--hm-ink);
    font-size: 0.82rem;
    font-weight: 800;
  }

  .site-header__contact-actions {
    grid-area: actions;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.32rem;
    width: 100%;
    justify-self: stretch;
  }

  .site-header__contact-action {
    min-height: 2.14rem;
    justify-content: center;
    padding: 0.36rem 0.54rem;
    font-size: 0.74rem;
  }

  .site-header__actions {
    grid-area: cart;
    justify-self: end;
    align-self: center;
  }

  .site-header__actions .site-cart-link {
    min-width: 2.86rem;
    min-height: 2.14rem;
    gap: 0.36rem;
    padding: 0.34rem 0.52rem;
  }

  .site-header__actions .site-cart-link__icon {
    width: 1.16rem;
    height: 1.16rem;
  }

  .site-header__actions .site-cart-link__count {
    min-width: 1.18rem;
    min-height: 1.18rem;
    font-size: 0.7rem;
  }

  .site-floating-cart:not([hidden]) {
    position: fixed;
    right: max(0.92rem, env(safe-area-inset-right));
    bottom: calc(0.92rem + env(safe-area-inset-bottom));
    z-index: 42;
    display: inline-flex;
    width: 3.35rem;
    height: 3.35rem;
    min-width: 3.35rem;
    min-height: 3.35rem;
    padding: 0;
    border: 1px solid rgba(151, 75, 22, 0.32);
    border-radius: 999px;
    background: var(--hm-cta-primary-bg);
    color: var(--hm-cta-primary-text);
    box-shadow: 0 18px 36px rgba(120, 69, 34, 0.3), 0 8px 18px rgba(16, 26, 35, 0.16);
    animation: hm-floating-cart-pop 240ms var(--hm-ease-panel);
  }

  .site-floating-cart .site-cart-link__icon {
    width: 1.38rem;
    height: 1.38rem;
  }

  .site-floating-cart .site-cart-link__count {
    position: absolute;
    top: -0.3rem;
    right: -0.18rem;
    min-width: 1.38rem;
    min-height: 1.38rem;
    padding: 0 0.24rem;
    border: 1px solid rgba(210, 125, 55, 0.22);
    background: #fff;
    color: var(--hm-accent-deep);
    box-shadow: 0 8px 16px rgba(18, 28, 38, 0.14);
    font-size: 0.76rem;
  }

  .site-floating-cart.is-highlighted {
    animation: hm-floating-cart-pop 360ms var(--hm-ease-panel);
  }

  body.has-hameleon-lead-shell .site-floating-cart,
  body.has-catalog-drawer-open .site-floating-cart {
    opacity: 0;
    pointer-events: none;
  }

  .site-header__catalogbar-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 0.38rem;
    padding: 0.52rem 0;
  }

  .catalog-trigger,
  .catalog-search,
  .catalog-search button {
    width: 100%;
  }

  .catalog-trigger,
  .catalog-search input,
  .catalog-search button {
    font-size: 0.78rem;
  }

  .catalog-search {
    flex-direction: row;
    align-items: stretch;
  }

  .catalog-trigger--mobile {
    width: 4.75rem;
    min-width: 4.75rem;
    max-width: 4.75rem;
    min-height: 2.3rem;
    justify-content: center;
    gap: 0.26rem;
    padding: 0.48rem 0.32rem;
    border-radius: 0.74rem;
    font-size: 0.66rem;
  }

  .catalog-trigger--mobile::before {
    font-size: 0.72rem;
  }

  .site-header__catalogbar .catalog-search {
    grid-column: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.32rem;
    min-width: 0;
  }

  .site-header__catalogbar .catalog-search input,
  .site-header__catalogbar .catalog-search button {
    min-height: 2.3rem;
    border-radius: 0.74rem;
    font-size: 0.78rem;
  }

  .site-header__catalogbar .catalog-search input {
    padding: 0.56rem 0.68rem;
  }

  .site-header__catalogbar .catalog-search button {
    width: auto;
    min-width: 4.55rem;
    padding: 0.56rem 0.62rem;
  }

  .home-hero {
    padding: 0;
  }

  .home-hero__copy {
    min-height: auto;
    padding: 1.3rem;
  }

  .home-hero__copy::before {
    content: none;
  }

  .home-hero__copy::after {
    content: none;
  }

  .home-category-spotlight__viewport {
    min-height: 12.8rem;
  }

  .home-category-spotlight__content {
    max-width: none;
    padding: 1rem;
    gap: 0.45rem;
  }

  .home-category-spotlight--category .home-category-spotlight__viewport {
    min-height: clamp(15rem, 58vw, 18rem);
  }

  .home-category-spotlight:not(.home-category-spotlight--category) .home-category-spotlight__viewport {
    min-height: clamp(14.2rem, 54vw, 17rem);
  }

  .home-category-spotlight__content strong {
    font-size: clamp(1rem, 5.5vw, 1.6rem);
  }

  .home-category-spotlight__meta {
    max-width: none;
    font-size: 0.78rem;
  }

  .home-category-spotlight__trust {
    gap: 0.44rem;
    max-width: min(25rem, 100%);
  }

  .home-category-spotlight:not(.home-category-spotlight--category) .home-category-spotlight__trust {
    max-width: min(25rem, 52%);
  }

  .home-category-spotlight__trust-text {
    max-width: 22rem;
    font-size: 0.86rem;
  }

  .home-category-spotlight__trust-chips {
    gap: 0.34rem;
  }

  .home-category-spotlight__trust-chips span {
    min-height: 1.66rem;
    padding: 0.28rem 0.5rem;
    font-size: 0.68rem;
  }

  .home-category-spotlight__controls {
    right: 0.75rem;
    bottom: 0.75rem;
  }

  .home-category-spotlight__arrow {
    width: 2.35rem;
    height: 2.35rem;
  }

  .home-category-spotlight__dots {
    padding: 0.45rem 0.55rem;
  }

  .home-hero__ambient {
    inset: -0.25rem 0 0;
  }

  .home-hero__ambient::after,
  .home-category-spotlight__ambient::before,
  .entry-groups-band__ambient {
    display: none;
  }

  .home-category-spotlight__ambient {
    inset: -0.45rem -0.2rem -0.2rem -0.35rem;
  }

  .home-benefits-band__route {
    display: none;
  }

  .home-hero__stack {
    width: 100%;
  }

  .home-hero__aside--2,
  .home-benefits .home-benefit:first-child {
    display: none;
  }

  .home-hero__aside {
    min-height: 6.5rem;
  }

  .home-hero__aside strong {
    max-width: none;
    font-size: 0.96rem;
  }

  .lead-modal {
    padding: 0.5rem;
    align-items: center;
    place-items: center;
  }

  .lead-modal__panel {
    display: grid;
    width: 100%;
    max-height: calc(100dvh - 1rem);
    overflow: hidden;
    border-radius: 1rem;
  }

  .lead-modal__layout {
    min-height: 0;
    max-height: inherit;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1fr);
    overflow: hidden;
  }

  .lead-modal__visual {
    display: none;
  }

  .lead-modal__content {
    max-height: calc(100dvh - 1rem);
    min-height: 0;
    gap: 0.52rem;
    padding: 0.92rem 0.78rem 0.86rem;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .lead-modal__content h1 {
    padding-right: 2.55rem;
    font-size: 1.34rem;
    line-height: 1.08;
  }

  .lead-modal__intro {
    max-width: none;
    padding-right: 2.55rem;
    font-size: 0.78rem;
    line-height: 1.28;
  }

  .lead-modal__close {
    top: 0.72rem;
    right: 0.72rem;
    width: 2.05rem;
    height: 2.05rem;
    font-size: 1.3rem;
  }

  .lead-shell__fields {
    gap: 0.46rem;
    margin-bottom: 0.42rem;
  }

  .lead-shell__field {
    gap: 0.32rem;
  }

  .lead-shell__field span {
    font-size: 0.78rem;
  }

  .lead-shell__field input,
  .lead-shell__field textarea {
    min-height: 2.38rem;
    padding: 0.54rem 0.66rem;
    border-radius: 0.72rem;
    font-size: 0.86rem;
  }

  .lead-shell__file-control {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.42rem;
    min-height: 2.38rem;
    padding: 0.26rem 0.3rem;
    border-radius: 0.72rem;
  }

  .lead-shell__file-control input[type="file"] {
    min-height: 0;
    padding: 0;
  }

  .lead-shell__file-button {
    min-height: 1.84rem;
    padding: 0.34rem 0.58rem;
    border-radius: 0.56rem;
    font-size: 0.78rem;
  }

  .lead-shell__file-summary {
    font-size: 0.76rem;
  }

  .lead-shell__field textarea {
    min-height: 3.7rem;
  }

  .lead-shell__field small,
  .lead-modal__checkbox {
    font-size: 0.7rem;
    line-height: 1.22;
  }

  .lead-modal__checkbox {
    gap: 0.44rem;
  }

  .lead-modal__actions {
    width: 100%;
  }

  .lead-modal__submit {
    width: 100%;
    min-width: 0;
    min-height: 2.55rem;
    padding: 0.62rem 0.78rem;
    border-radius: 0.78rem;
  }

  .entry-grid,
  .entry-groups,
  .home-benefits,
  .card-grid {
    grid-template-columns: 1fr;
  }

  .home-benefit {
    height: auto;
    min-height: 6.5rem;
  }

  .home-benefit span {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
    line-clamp: unset;
  }

  .entry-group:last-child {
    grid-column: auto;
  }

  .entry-group__meta {
    max-width: 100%;
  }

  .entry-group__title {
    font-size: 1.2rem;
  }

  .catalog-child-nav__grid {
    grid-template-columns: 1fr;
  }

  .catalog-shell.site-width.section,
  .home-stage.site-width {
    padding-top: 0.85rem;
  }

  .catalog-stage {
    padding: 0.85rem;
    border-radius: 1.2rem;
  }

  .catalog-stage--catalog-root {
    padding: 0.85rem;
  }

  .catalog-stage--catalog-root .card-grid--catalog-entry {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 14.5rem), 1fr));
    gap: 0.58rem;
  }

  .catalog-stage--catalog-root .catalog-entry-card {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    justify-items: start;
    align-content: center;
    gap: 0.2rem 0.65rem;
    min-height: 5.5rem;
    padding: 0.78rem 0.86rem;
    border-radius: 0.9rem;
    text-align: left;
  }

  .catalog-stage--catalog-root .catalog-entry-card::after {
    content: "›";
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    display: inline-grid;
    place-items: center;
    width: 1.55rem;
    height: 1.55rem;
    border-radius: 999px;
    background: rgba(212, 122, 50, 0.1);
    color: var(--hm-accent-deep);
    font-size: 1.2rem;
    line-height: 1;
  }

  .catalog-stage--catalog-root .catalog-entry-card__title {
    grid-column: 1;
    text-align: left;
  }

  .catalog-stage--catalog-root .catalog-entry-card__meta {
    grid-column: 1;
    margin-top: 0;
  }

  .catalog-root-navigation {
    gap: 0.85rem;
    margin-top: 0.85rem;
    padding-top: 0.85rem;
  }

  .catalog-root-navigation__section {
    gap: 0.48rem;
  }

  .catalog-root-navigation__section + .catalog-root-navigation__section {
    padding-top: 0.85rem;
  }

  .catalog-root-navigation__header h2 {
    font-size: 0.98rem;
  }

  .catalog-child-nav__surface {
    gap: 0.72rem;
    padding: 0.78rem;
    border-radius: 0.95rem;
  }

  .catalog-root-navigation__nav .catalog-child-nav__surface {
    padding: 0;
  }

  .catalog-root-navigation__nav .catalog-child-nav__grid,
  .catalog-root-navigation__nav .catalog-child-nav__standalone-list {
    gap: 0.45rem;
  }

  .catalog-root-navigation__nav .catalog-child-nav__group {
    gap: 0.34rem;
    padding: 0.62rem 0.68rem;
    border: 1px solid rgba(111, 131, 147, 0.16);
    border-radius: 0.82rem;
    background: rgba(255, 255, 255, 0.52);
  }

  .catalog-root-navigation__nav .catalog-child-nav__list a,
  .catalog-root-navigation__nav .catalog-child-nav__standalone-list a {
    display: block;
    padding: 0.32rem 0.42rem;
    border-radius: 0.52rem;
    background: rgba(255, 255, 255, 0.58);
  }

  .catalog-stage--category-top {
    display: grid;
    gap: 0.72rem;
  }

  .catalog-stage--category-top .breadcrumbs {
    order: 1;
    margin: 0;
    font-size: 0.96rem;
  }

  .catalog-category-intro {
    order: 2;
    gap: 0.36rem;
    padding-top: 0.78rem;
  }

  .catalog-category-intro h1 {
    font-size: 1.35rem;
  }

  .catalog-stage .breadcrumbs {
    flex-wrap: nowrap;
    gap: 0.42rem;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .catalog-stage .breadcrumbs a,
  .catalog-stage .breadcrumbs span {
    flex: 0 0 auto;
  }

  .catalog-stage__section--listing > .panel {
    padding: 1.05rem;
    border-radius: 1.08rem;
  }

  .catalog-stage__section--listing > .panel h3 {
    font-size: 1.28rem;
    line-height: 1.12;
  }

  .catalog-stage__section--listing > .panel .hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.52rem;
    width: 100%;
    margin-top: 0.95rem;
  }

  .catalog-stage__section--listing > .panel .hero__actions[data-catalog-pagination],
  [data-catalog-pagination] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.38rem;
    overflow-x: visible;
  }

  [data-catalog-pagination] .page-numbers {
    flex: 0 0 auto;
    min-width: 2.2rem;
    min-height: 2.2rem;
    padding: 0.42rem 0.62rem;
    font-size: 0.82rem;
  }

  .catalog-stage__section--listing > .panel .button,
  .cta-band .button {
    width: 100%;
    justify-content: center;
  }

  .catalog-entry-guide {
    padding: 1.05rem;
    border-radius: 1.08rem;
  }

  .catalog-entry-guide__grid {
    grid-template-columns: 1fr;
    gap: 0.82rem;
  }

  .catalog-entry-guide__links {
    flex-wrap: wrap;
  }

  .catalog-entry-guide__links .button {
    white-space: normal;
  }

  .catalog-entry-guide__head h2 {
    font-size: 1.28rem;
  }

  .catalog-stage__section--listing > .panel .button--secondary,
  .catalog-stage__section--listing > .panel a.button.button--secondary,
  .catalog-stage .cta-band a.button.button--primary,
  .cta-band .button--primary {
    background: var(--hm-cta-primary-bg) !important;
    border-color: var(--hm-cta-primary-border) !important;
    color: var(--hm-cta-primary-text) !important;
    box-shadow: 0 14px 28px rgba(184, 100, 33, 0.18) !important;
  }

  .catalog-stage__section--listing > .panel .button--ghost,
  .catalog-stage__section--listing > .panel a.button.button--ghost {
    background: rgba(255, 255, 255, 0.92) !important;
    border-color: rgba(199, 126, 67, 0.26) !important;
    color: var(--hm-accent-deep) !important;
    box-shadow: 0 10px 20px rgba(21, 32, 41, 0.05) !important;
  }

  .catalog-stage__section--listing .sort-bar {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.32rem;
    width: 100%;
    margin-bottom: 0.78rem;
    padding: 0.42rem;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    border-radius: 0.82rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .catalog-stage__section--listing .sort-bar::-webkit-scrollbar {
    display: none;
  }

  .catalog-stage__section--listing .sort-bar label {
    flex: 0 0 auto;
    width: auto;
    height: auto;
    margin: 0 0.04rem 0 0.18rem;
    padding: 0;
    overflow: visible;
    clip-path: none;
    color: var(--hm-muted);
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
  }

  .catalog-stage__section--listing .sort-bar select,
  .catalog-stage__section--listing .sort-bar input {
    flex: 0 0 auto;
    min-height: 2.12rem;
    padding: 0.42rem 0.5rem;
    border-radius: 0.64rem;
    font-size: 0.76rem;
  }

  .catalog-stage__section--listing .sort-bar input[type="number"] {
    width: 4.18rem;
    min-width: 4.18rem;
    text-align: center;
  }

  .catalog-stage__section--listing .sort-bar select {
    flex: 1 1 8.4rem;
    min-width: 0;
  }

  .catalog-stage__section--listing .sort-bar .button {
    flex: 0 0 auto;
    width: auto !important;
    min-width: 4.62rem;
    min-height: 2.12rem;
    padding: 0.42rem 0.9rem 0.42rem 0.48rem;
    font-size: 0.68rem;
    line-height: 1.05;
  }

  .cta-band {
    align-items: flex-start;
    padding: 1.05rem;
    border-radius: 1.08rem;
  }

  .site-footer {
    margin-top: 1.2rem;
    padding: 1.45rem 0 0.95rem;
  }

  .site-footer__layout {
    justify-items: center;
    gap: 1.05rem;
  }

  .site-footer__brand-link {
    justify-content: center;
    gap: 0.66rem;
  }

  .site-footer__brand-link .site-brand__logo {
    flex-basis: 2.65rem;
    width: 2.65rem;
    height: 2.65rem;
    border-radius: 0.78rem;
  }

  .site-footer__brand-link .site-brand__logo--image {
    flex-basis: 2.85rem;
    width: 2.85rem;
    height: 2.47rem;
    border-radius: 0;
  }

  .site-footer__brand-link .site-brand__copy {
    align-content: center;
    justify-items: center;
    text-align: center;
  }

  .site-footer__brand-link .site-brand__name {
    font-size: 1.12rem;
  }

  .site-footer__center {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    width: 100%;
  }

  .site-footer__column,
  .site-footer__contact {
    gap: 0.5rem;
  }

  .site-footer__column h2 {
    font-size: 0.72rem;
  }

  .site-footer__links,
  .site-footer__notes {
    gap: 0.34rem;
  }

  .site-footer__links a,
  .site-footer__notes li {
    font-size: 0.76rem;
    line-height: 1.35;
  }

  .site-footer__center .site-footer__column:last-child {
    grid-column: auto;
  }

  .site-footer__notes {
    grid-template-columns: 1fr;
  }

  .site-footer__contact {
    gap: 0.55rem;
  }

  .site-footer__contact-lines {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    width: 100%;
    gap: 0.62rem;
  }

  .site-footer__contact-text {
    font-size: 0.92rem;
  }

  .site-footer__contact-text--phone {
    justify-self: start;
  }

  .site-footer__contact-text--email {
    justify-self: end;
    font-size: 0.92rem;
    text-align: right;
  }

  .site-footer__contact-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.42rem;
    width: 100%;
  }

  .site-footer__callback.button,
  .site-footer__quote.button {
    width: 100%;
    min-width: 0;
    min-height: 2.15rem;
    padding: 0.46rem 0.58rem;
    font-size: 0.72rem;
  }

  .site-footer__bottom {
    margin-top: 0.95rem;
    padding-top: 0.75rem;
  }

  .pdp-shell--variant {
    grid-template-areas:
      "head"
      "gallery"
      "summary"
      "description";
    gap: 0.72rem;
    max-width: 100%;
    overflow: hidden;
  }

  .pdp-shell--variant > .pdp-product-head,
  .pdp-shell--variant > .pdp-gallery,
  .pdp-shell--variant > .pdp-summary,
  .pdp-shell--variant > .pdp-description-related {
    width: 100%;
    max-width: calc(100vw - 1rem);
  }

  body.single-product .section {
    padding-block: 0.72rem;
  }

  .pdp-product-head {
    gap: 0.28rem;
  }

  .pdp-product-head h1 {
    display: block;
    font-size: clamp(1.08rem, 4.7vw, 1.42rem);
    line-height: 1.13;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: auto;
    white-space: nowrap;
  }

  .pdp-product-head__meta {
    gap: 0.28rem 0.44rem;
  }

  .pdp-gallery,
  .pdp-summary {
    gap: 0.54rem;
  }

  .pdp-gallery::before,
  .pdp-summary::before {
    display: none;
  }

  .pdp-gallery__frame {
    min-height: clamp(13rem, 48vw, 20rem);
    padding: 0.52rem;
    border-radius: 1rem;
  }

  .pdp-gallery__image {
    max-height: clamp(12rem, 44vw, 19rem);
  }

  .pdp-gallery__thumbs {
    flex-wrap: nowrap;
    gap: 0.38rem;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .pdp-gallery__thumbs::-webkit-scrollbar {
    display: none;
  }

  .pdp-gallery__thumb {
    flex: 0 0 3rem;
    width: 3rem;
    height: 3rem;
    padding: 0.18rem;
    border-radius: 0.68rem;
  }

  .pdp-summary {
    padding: 0.64rem;
    border-radius: 1rem;
  }

  .pdp-summary__execution {
    order: 2;
    gap: 0.1rem;
    padding: 0.48rem 0.56rem;
    border-radius: 0.72rem;
  }

  .pdp-summary__execution-label {
    font-size: 0.6rem;
    letter-spacing: 0.04em;
  }

  .pdp-summary__execution-current {
    font-size: 0.82rem;
  }

  .pdp-summary__execution-note {
    display: -webkit-box;
    font-size: 0.7rem;
    line-height: 1.16;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .pdp-variants {
    order: 1;
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(3.9rem, auto);
    gap: 0.34rem;
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }

  .pdp-variant {
    grid-template-columns: 1.42rem minmax(0, 1fr) max-content;
    justify-items: stretch;
    min-height: 3.9rem;
    gap: 0.46rem;
    padding: 0.42rem 0.52rem;
    border-radius: 0.64rem;
    text-align: left;
  }

  .pdp-variant__badge {
    width: 1.46rem;
    height: 1.46rem;
    border-radius: 0.34rem;
    font-size: 0.68rem;
  }

  .pdp-variant__copy {
    display: grid;
    justify-items: start;
    gap: 0.08rem;
    max-width: 100%;
    overflow: hidden;
  }

  .pdp-variant__title {
    min-width: 0;
    max-width: 100%;
    font-size: 0.68rem;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .pdp-variant__note {
    display: -webkit-box;
    min-height: 1.4rem;
    font-size: 0.62rem;
    line-height: 1.12;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .pdp-variant__price {
    display: block;
    align-self: center;
    font-size: 0.72rem;
  }

  .pdp-specs {
    order: 3;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.26rem 0.48rem;
    padding: 0.44rem 0.52rem;
    border-radius: 0.72rem;
  }

  .pdp-spec {
    grid-template-columns: 1fr;
    gap: 0.08rem;
    padding: 0;
    border-bottom: 0;
  }

  .pdp-spec__dots {
    display: none;
  }

  .pdp-spec dt {
    font-size: 0.62rem;
    line-height: 1.08;
  }

  .pdp-spec dd:last-child {
    justify-self: start;
    max-width: 100%;
    text-align: left;
    font-size: 0.68rem;
    line-height: 1.12;
    -webkit-line-clamp: 1;
  }

  .pdp-spec--material {
    grid-column: 1 / -1;
  }

  .pdp-spec--material dd:last-child {
    line-height: 1.22;
    -webkit-line-clamp: unset;
  }

  .pdp-purchase {
    order: 4;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem;
    border-radius: 0.76rem;
  }

  .pdp-purchase__price {
    font-size: 1.14rem;
    white-space: nowrap;
  }

  .pdp-purchase__button {
    width: 100%;
    min-height: 2.12rem;
    padding: 0.48rem 1.22rem 0.48rem 0.68rem;
    font-size: 0.76rem;
  }

  .pdp-product-description {
    padding: 0.72rem 0.78rem;
    border-radius: 0.9rem;
  }

  .pdp-description-related {
    grid-template-columns: minmax(0, 1fr);
  }

  .pdp-gallery__description-title {
    font-size: 0.92rem;
  }

  .pdp-gallery__description-content {
    font-size: 0.82rem;
    line-height: 1.38;
  }

  .card-grid--products .product-card {
    height: auto;
  }

  .product-card__footer {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .home-trust {
    border-radius: 0.78rem;
    padding: 0.62rem;
  }

  .home-trust__clients {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.34rem;
  }

  .home-trust__clients li {
    min-height: 3.35rem;
    padding: 0.34rem;
  }

  .home-trust__clients img {
    max-height: 2.28rem;
  }

  body.single-product .section {
    padding-block: 0.55rem;
  }

  .commercial-related--products {
    gap: 0.48rem;
    padding-top: 0.48rem;
  }

  .commercial-related--products .commercial-related__head h2 {
    font-size: 1rem;
  }

  .commercial-related__products {
    gap: 0.42rem;
  }

  .commercial-related-product {
    grid-template-columns: 3.9rem minmax(0, 1fr);
    gap: 0.52rem;
    padding: 0.44rem;
  }

  .commercial-related-product__media {
    width: 3.9rem;
    height: 3.9rem;
  }

  .commercial-related-product__body {
    gap: 0.16rem;
  }

  .commercial-related-product__title {
    font-size: 0.82rem;
    line-height: 1.16;
  }

  .commercial-related-product__meta {
    font-size: 0.7rem;
    line-height: 1.18;
  }

  .commercial-related-product__footer {
    gap: 0.18rem 0.55rem;
  }

  .commercial-related-product__price {
    font-size: 0.78rem;
  }

  .commercial-related-product__more {
    font-size: 0.74rem;
  }

  .pdp-shell--variant {
    gap: 0.56rem;
  }

  .pdp-product-head h1 {
    font-size: clamp(1.02rem, 4.4vw, 1.26rem);
  }

  .pdp-gallery__frame {
    min-height: 12.2rem;
    padding: 0.42rem;
  }

  .pdp-gallery__image {
    max-height: 11.4rem;
  }

  .pdp-gallery__thumb {
    flex-basis: 2.56rem;
    width: 2.56rem;
    height: 2.56rem;
  }

  .pdp-summary {
    gap: 0.42rem;
    padding: 0.52rem;
  }

  .pdp-variants {
    grid-auto-rows: minmax(3.7rem, auto);
    gap: 0.26rem;
  }

  .pdp-variant {
    min-height: 3.7rem;
    gap: 0.38rem;
    padding: 0.36rem 0.44rem;
  }

  .pdp-variant__badge {
    width: 1.32rem;
    height: 1.32rem;
    font-size: 0.64rem;
  }

  .pdp-variant__title {
    font-size: 0.64rem;
  }

  .pdp-variant__copy {
    display: grid;
  }

  .pdp-summary__execution,
  .pdp-specs,
  .pdp-purchase {
    border-radius: 0.68rem;
  }

  .pdp-summary__execution {
    padding: 0.38rem 0.48rem;
  }

  .pdp-specs {
    gap: 0.22rem 0.36rem;
    padding: 0.38rem 0.46rem;
  }

  .pdp-purchase {
    gap: 0.38rem;
    padding: 0.42rem;
  }

  .pdp-purchase__price {
    font-size: 1.02rem;
  }

  .pdp-purchase__button {
    min-height: 1.98rem;
    padding: 0.43rem 1.05rem 0.43rem 0.58rem;
    font-size: 0.72rem;
  }

  .catalog-stage__section--listing .card-grid--products {
    gap: 0.38rem;
  }

  .catalog-stage__section--listing .product-card {
    grid-template-columns: clamp(4.65rem, 23vw, 5.35rem) minmax(0, 1fr);
    grid-template-rows: auto;
    min-height: 0;
    max-width: 100%;
    border-radius: 0.76rem;
  }

  .catalog-stage__section--listing .product-card__media {
    align-self: stretch;
    aspect-ratio: auto;
    min-height: clamp(5.6rem, 26vw, 6.25rem);
    padding: 0.14rem;
    border-right: 1px solid rgba(36, 48, 58, 0.06);
    border-bottom: 0;
  }

  .catalog-stage__section--listing .product-card__image {
    padding: 0.14rem;
    border-radius: 0.58rem;
    object-fit: contain;
  }

  .catalog-stage__section--listing .product-card__body {
    gap: 0.12rem;
    padding: 0.42rem 0.5rem 0.44rem;
    min-width: 0;
  }

  .catalog-stage__section--listing .panel.product-card .product-card__title {
    min-height: 0;
    font-size: 0.74rem;
    line-height: 1.1;
  }

  .catalog-stage__section--listing .panel.product-card .product-card__title a {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }

  .catalog-stage__section--listing .product-card__trail {
    display: none;
  }

  .catalog-stage__section--listing .product-card__purchase {
    gap: 0.12rem;
  }

  .catalog-stage__section--listing .product-card__variant-list {
    flex-wrap: nowrap;
    gap: 0.14rem;
    min-height: 0;
  }

  .catalog-stage__section--listing .product-card__variant-chip {
    min-width: 1.16rem;
    height: 1.16rem;
    border-radius: 0.28rem;
    font-size: 0.58rem;
  }

  .catalog-stage__section--listing .product-card__meta-group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.18rem;
  }

  .catalog-stage__section--listing .product-card__meta-line {
    overflow: hidden;
    font-size: 0.6rem;
    line-height: 1.12;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .catalog-stage__section--listing .product-card__footer {
    display: grid;
    grid-template-columns: minmax(0, max-content) minmax(4.9rem, 1fr);
    align-items: center;
    gap: 0.26rem;
    min-height: 0;
    margin-top: 0.04rem;
    padding-top: 0.24rem;
  }

  .catalog-stage__section--listing .product-card__price {
    font-size: 0.82rem;
    line-height: 1;
    white-space: nowrap;
  }

  .woocommerce .catalog-stage__section--listing a.product-card__button.button.button--primary,
  .catalog-stage__section--listing .product-card__button {
    justify-self: end;
    width: auto;
    min-width: 4.65rem;
    max-width: 100%;
    min-height: 1.54rem;
    padding: 0.34rem 0.9rem 0.34rem 0.44rem;
    border-radius: 0.46rem;
    font-size: 0.6rem;
    white-space: nowrap;
    --hm-button-line-left: 0.52rem;
    --hm-button-line-right: 0.96rem;
    --hm-button-line-bottom: 0.32rem;
    --hm-button-arrow-right: 0.44rem;
    --hm-button-arrow-size: 0.34rem;
  }

  .site-header .site-brand {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    gap: 0.66rem;
    padding: 0;
  }

  .site-header .site-brand__logo {
    flex-basis: 2.35rem;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 0.74rem;
  }

  .site-header .site-brand__logo--image {
    flex-basis: 2.65rem;
    width: 2.65rem;
    height: 2.3rem;
    border-radius: 0;
  }

  .site-header .site-brand__copy {
    min-height: auto;
  }

  .site-header .site-brand__name {
    font-size: 1.02rem;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .site-header .site-brand__name::after {
    height: 0.14rem;
    margin-top: 0.22rem;
  }

  .site-header .site-brand__tagline {
    font-size: 0.56rem;
    letter-spacing: 0.05em;
  }

  .site-header .site-brand__title {
    font-size: 0.88rem;
  }

  .site-header__pitch-title {
    font-size: 0.95rem;
  }

  .site-header__pitch-meta {
    font-size: 0.75rem;
  }

  .site-header__contact {
    row-gap: 0.42rem;
  }

  .site-header__masthead-row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
    grid-template-areas:
      "brand brand contact"
      "actions actions cart";
  }

  .site-header__catalogbar .catalog-search {
    grid-template-columns: minmax(0, 1fr);
  }

  .site-header__catalogbar .catalog-search button {
    display: none;
  }

  .site-header__contact-action {
    justify-content: center;
    padding-inline: 0.48rem;
    font-size: 0.72rem;
    white-space: nowrap;
  }

  .site-header__contact-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.32rem;
  }

  .button,
  .site-cart-link {
    width: 100%;
  }

  .site-header__actions .site-cart-link {
    width: auto;
    min-width: 2.86rem;
  }

  body.woocommerce-cart .cart-empty.woocommerce-info {
    display: grid;
    min-height: 4.1rem;
    place-items: center;
    padding: 1rem;
    text-align: center;
    color: var(--hm-text-strong);
    font-size: 1rem;
    font-weight: var(--hm-font-weight-strong);
  }

  body.woocommerce-cart .cart-empty.woocommerce-info::before {
    content: none;
  }

  body.woocommerce-cart .return-to-shop .button {
    background: var(--hm-cta-primary-bg);
    border-color: var(--hm-cta-primary-border);
    color: var(--hm-cta-primary-text);
    box-shadow: 0 14px 28px rgba(184, 100, 33, 0.18);
  }

  .hero__actions {
    width: 100%;
  }

  .hero__actions > * {
    width: 100%;
  }

  .hero__actions[data-catalog-pagination] {
    justify-content: flex-start;
  }

  .hero__actions[data-catalog-pagination] > * {
    width: auto;
  }

  .hero__actions[data-catalog-pagination] .prev,
  .hero__actions[data-catalog-pagination] .next {
    min-width: 5.6rem;
  }

}

@media (max-width: 1100px) {
  .checkout-header--constructor {
    grid-template-columns: minmax(0, 1fr);
    justify-items: start;
  }

  .checkout-header--constructor .checkout-header__actions {
    justify-content: flex-start;
  }

  .checkout-header--constructor .checkout-header__right {
    justify-items: start;
  }

  .checkout-header--constructor .checkout-header__contact {
    justify-items: start;
    text-align: left;
  }
}

@media (max-width: 767px) {
  body.hameleon-constructor-stage {
    --hm-site-header-height: 6.5rem;
  }

  .checkout-header--constructor {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.42rem;
    padding: 0.48rem 0;
  }

  .checkout-header--constructor .checkout-header__start {
    width: 100%;
    justify-content: space-between;
    gap: 0.48rem;
  }

  .checkout-header--constructor .checkout-header__brand.site-brand {
    min-width: 0;
  }

  .checkout-header--constructor .checkout-header__catalog.catalog-trigger-group {
    display: block;
    flex: 0 0 auto;
    width: auto;
  }

  .checkout-header--constructor .checkout-header__catalog-trigger.catalog-trigger--desktop {
    min-height: 2rem;
    padding: 0.38rem 0.64rem;
    font-size: 0.7rem;
  }

  .checkout-header--constructor .checkout-header__catalog .catalog-dropdown {
    left: auto;
    right: 0;
    width: min(20rem, calc(100vw - 2rem));
  }

  .checkout-header--constructor .checkout-header__right {
    width: 100%;
    justify-items: stretch;
    gap: 0.32rem;
  }

  .checkout-header--constructor .checkout-header__contact {
    grid-column: auto;
    grid-row: auto;
    justify-items: start;
    min-width: 0;
    text-align: left;
  }

  .checkout-header--constructor .checkout-header__contact-item,
  .checkout-header--constructor .checkout-header__contact-item--email {
    font-size: 0.7rem;
    white-space: normal;
  }

  .checkout-header--constructor .checkout-header__actions {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.32rem;
  }

  .checkout-header--constructor .checkout-header__action {
    width: 100%;
    min-height: 2rem;
    padding: 0.38rem 0.5rem;
    font-size: 0.68rem;
    white-space: normal;
  }
}

.works-page {
  display: grid;
  gap: clamp(1.1rem, 2vw, 2rem);
}

.works-page--service {
  padding-top: clamp(0.55rem, 1vw, 0.9rem);
}

.works-page--quote-landing {
  gap: clamp(0.85rem, 1.35vw, 1.25rem);
}

.works-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(26rem, 1.2fr);
  gap: clamp(1.25rem, 2.8vw, 2.8rem);
  align-items: stretch;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(32, 48, 58, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(38, 52, 63, 0.96), rgba(31, 43, 52, 0.98) 58%, rgba(196, 108, 41, 0.88)),
    #253542;
  box-shadow: var(--hm-shadow-elevated);
}

.works-hero__content {
  display: grid;
  align-content: center;
  gap: 1rem;
  min-width: 0;
  padding: clamp(1.35rem, 2.9vw, 2.8rem);
  color: #f8f4ee;
}

.works-hero h1 {
  margin: 0;
  max-width: 11ch;
  color: #fffaf3;
  font-size: clamp(2.75rem, 5.55vw, 5.7rem);
  line-height: 0.96;
}

.works-hero__lead {
  max-width: 42rem;
  margin: 0;
  color: rgba(255, 250, 243, 0.82);
  font-size: clamp(0.98rem, 1.18vw, 1.12rem);
  line-height: 1.42;
  overflow-wrap: anywhere;
}

.works-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.works-hero__stats span {
  display: inline-flex;
  min-height: 2.15rem;
  align-items: center;
  gap: 0.36rem;
  border: 1px solid rgba(255, 250, 243, 0.18);
  border-radius: 8px;
  padding: 0.38rem 0.62rem;
  background: rgba(255, 250, 243, 0.08);
  color: rgba(255, 250, 243, 0.84);
  font-size: 0.84rem;
}

.works-hero__stats strong {
  color: #fffaf3;
  font-size: 1.06rem;
}

.works-hero__actions {
  margin-top: 0.2rem;
}

.works-card__media-button {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: zoom-in;
}

.works-card__media-button:focus-visible {
  outline: 3px solid rgba(184, 100, 33, 0.72);
  outline-offset: -3px;
}

.works-card__media img {
  display: block;
  width: 100%;
}

.works-hero-collage {
  position: relative;
  min-width: 0;
  min-height: clamp(28rem, 39vw, 38rem);
  overflow: hidden;
  isolation: isolate;
  user-select: none;
  -webkit-user-select: none;
  background:
    linear-gradient(145deg, rgba(255, 250, 241, 0.98), rgba(236, 225, 209, 0.94) 54%, rgba(190, 102, 43, 0.28)),
    #f4eadb;
}

.works-hero-collage::before,
.works-hero-collage::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.works-hero-collage::before {
  inset: clamp(1rem, 2vw, 1.8rem);
  z-index: -1;
  border: 1px solid rgba(255, 250, 243, 0.55);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(35, 54, 58, 0.1), rgba(184, 100, 33, 0.08)),
    rgba(255, 255, 255, 0.3);
}

.works-hero-collage::after {
  inset: auto 0 0 auto;
  z-index: 4;
  width: 42%;
  height: 36%;
  background: linear-gradient(135deg, rgba(255, 250, 243, 0), rgba(184, 100, 33, 0.16));
}

.works-hero-collage__item {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 243, 0.82);
  border-radius: 8px;
  background: #17262d;
  box-shadow:
    0 24px 50px rgba(10, 18, 22, 0.26),
    0 1px 0 rgba(255, 255, 255, 0.36) inset;
}

.works-hero-collage__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(145deg, rgba(255, 242, 217, 0.13), rgba(42, 33, 25, 0.22)),
    linear-gradient(0deg, rgba(30, 43, 45, 0.24), rgba(30, 43, 45, 0));
  pointer-events: none;
}

.works-hero-collage__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  filter: saturate(0.78) contrast(1.04) brightness(0.88);
  transform: scale(1.01);
}

.works-hero-collage__item--main img {
  object-position: center 34%;
}

.works-hero-collage__item--main {
  z-index: 2;
  top: 18%;
  left: 7%;
  width: 58%;
  height: 55%;
}

.works-hero-collage__item--1 {
  z-index: 3;
  top: 9%;
  right: 9%;
  width: 35%;
  height: 32%;
}

.works-hero-collage__item--2 {
  z-index: 1;
  right: 6%;
  bottom: 27%;
  width: 38%;
  height: 31%;
}

.works-hero-collage__item--3 {
  z-index: 3;
  left: 11%;
  bottom: 9%;
  width: 34%;
  height: 28%;
}

.works-hero-collage__item--4 {
  z-index: 4;
  right: 13%;
  bottom: 8%;
  width: 32%;
  height: 25%;
}

.works-hero-collage__item--5 {
  z-index: 1;
  top: 6%;
  left: 35%;
  width: 26%;
  height: 25%;
}

.works-toolbar {
  position: sticky;
  top: calc(var(--hm-site-header-height) + 0.45rem);
  z-index: 24;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.34rem;
  align-items: center;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid rgba(124, 145, 160, 0.18);
  border-radius: 8px;
  padding: 0.42rem;
  background: rgba(247, 244, 238, 0.94);
  box-shadow: 0 16px 34px rgba(21, 32, 41, 0.1);
  backdrop-filter: blur(16px) saturate(106%);
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.works-toolbar::-webkit-scrollbar {
  display: none;
}

.works-filter {
  display: inline-flex;
  flex: 0 0 auto;
  min-width: 0;
  min-height: 2.04rem;
  align-items: center;
  justify-content: center;
  gap: 0.31rem;
  border: 1px solid rgba(124, 145, 160, 0.22);
  border-radius: 999px;
  padding: 0.38rem 0.58rem;
  background: rgba(255, 255, 255, 0.68);
  color: var(--hm-text-strong);
  font: inherit;
  font-size: 0.8rem;
  line-height: 1.15;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  overflow-wrap: normal;
  transition: border-color var(--hm-motion-fast) var(--hm-ease-ui), background var(--hm-motion-fast) var(--hm-ease-ui), color var(--hm-motion-fast) var(--hm-ease-ui), box-shadow var(--hm-motion-fast) var(--hm-ease-ui);
}

.works-filter span {
  display: inline-flex;
  min-width: 1.32rem;
  min-height: 1.32rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(32, 48, 58, 0.06);
  color: var(--hm-text-soft);
  font-size: 0.72rem;
}

.works-filter:hover,
.works-filter:focus-visible {
  border-color: rgba(184, 100, 33, 0.32);
  background: rgba(255, 250, 243, 0.94);
  color: var(--hm-text-strong);
}

.works-filter:hover span,
.works-filter:focus-visible span {
  color: var(--hm-brand-deep);
}

.works-filter.is-active {
  border-color: rgba(184, 100, 33, 0.42);
  background: #20343a;
  color: #fffaf3;
  box-shadow: 0 12px 24px rgba(20, 31, 39, 0.12);
}

.works-filter.is-active span {
  background: rgba(184, 100, 33, 0.95);
  color: #fffaf3;
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.86rem, 1.35vw, 1.15rem);
  align-items: stretch;
}

.works-grid.is-loading {
  opacity: 0.72;
}

.works-load-more {
  display: grid;
  justify-items: center;
  gap: 0.42rem;
}

.works-load-more[hidden] {
  display: none;
}

.works-load-more__button[aria-busy="true"] {
  opacity: 0.72;
  pointer-events: none;
}

.works-load-more__status {
  min-height: 1.25rem;
  margin: 0;
  color: var(--hm-text-muted);
  font-size: 0.88rem;
  line-height: 1.4;
  text-align: center;
}

.works-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(124, 145, 160, 0.18);
  border-radius: 8px;
  background: rgba(255, 252, 247, 0.96);
  box-shadow: 0 12px 30px rgba(20, 31, 39, 0.08);
  opacity: 1;
  transition:
    opacity 180ms var(--hm-ease-ui),
    transform var(--hm-motion-fast) var(--hm-ease-ui),
    border-color var(--hm-motion-fast) var(--hm-ease-ui),
    box-shadow var(--hm-motion-fast) var(--hm-ease-ui);
}

.works-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(184, 100, 33, 0.08) 46%, rgba(15, 23, 30, 0));
  opacity: 0;
  transition: opacity var(--hm-motion-fast) var(--hm-ease-ui);
}

.works-card:hover,
.works-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(184, 100, 33, 0.34);
  box-shadow: 0 24px 52px rgba(20, 31, 39, 0.14);
}

.works-card:hover::after,
.works-card:focus-within::after {
  opacity: 1;
}

.works-card[hidden] {
  display: none;
}

.works-card__media {
  position: relative;
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-bottom: 1px solid rgba(124, 145, 160, 0.14);
  background:
    linear-gradient(135deg, rgba(255, 250, 243, 0.92), rgba(238, 232, 222, 0.88)),
    #f4efe7;
}

.works-card__media::after {
  content: "";
  position: absolute;
  inset: 0.38rem;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 6px;
  pointer-events: none;
}

.works-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(0.985);
  transition: transform 420ms var(--hm-ease-ui), filter 420ms var(--hm-ease-ui);
}

.works-card:hover .works-card__media img,
.works-card:focus-within .works-card__media img {
  filter: saturate(1.06) contrast(1.03);
  transform: scale(1.015);
}

.works-card__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "title cta"
    "details details";
  gap: 0.36rem 0.72rem;
  min-height: 0;
  padding: 0.78rem 0.82rem 0.84rem;
}

.works-card__type,
.works-card__details {
  margin: 0;
  color: var(--hm-text-muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.works-card__type {
  position: absolute;
  z-index: 2;
  top: 0.62rem;
  left: 0.62rem;
  max-width: calc(100% - 1.24rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  padding: 0.28rem 0.52rem;
  background: rgba(21, 31, 38, 0.72);
  color: #fffaf3;
  box-shadow: 0 10px 22px rgba(15, 23, 30, 0.18);
  font-weight: var(--hm-font-weight-strong);
  pointer-events: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  backdrop-filter: blur(10px);
}

.works-page[data-active-work-filter]:not([data-active-work-filter="all"]) .works-card__type {
  display: none;
}

.works-card h2 {
  grid-area: title;
  margin: 0;
  color: var(--hm-text-strong);
  font-size: clamp(0.98rem, 1.04vw, 1.08rem);
  line-height: 1.18;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.works-card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.42;
}

.works-card__summary {
  display: none;
}

.works-card__details {
  grid-area: details;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 0.77rem;
}

.works-card__cta {
  position: relative;
  z-index: 1;
  grid-area: cta;
  align-self: start;
  display: inline-flex;
  min-width: 2.35rem;
  min-height: 2rem;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  border: 1px solid rgba(184, 100, 33, 0.26);
  border-radius: 999px;
  padding: 0.36rem 0.52rem;
  background: rgba(255, 247, 237, 0.86);
  color: var(--hm-brand-deep);
  font-size: 0;
  font-weight: var(--hm-font-weight-strong);
  text-decoration: none;
}

.works-card__cta::after {
  content: "КП";
  font-size: 0.74rem;
  line-height: 1;
}

.works-card__cta:hover,
.works-card__cta:focus-visible {
  background: var(--hm-cta-primary-bg);
  color: var(--hm-cta-primary-text);
}

.works-seo {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.42fr);
  gap: clamp(1rem, 2.2vw, 2rem);
  align-items: start;
  min-width: 0;
  border-block: 1px solid rgba(124, 145, 160, 0.18);
  padding: clamp(1.1rem, 2.4vw, 1.8rem) 0;
}

.works-seo h2 {
  max-width: 52rem;
  margin: 0 0 0.72rem;
  color: var(--hm-text-strong);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.12;
}

.works-seo p {
  max-width: 64rem;
  margin: 0;
  color: var(--hm-text-muted);
  font-size: 0.98rem;
  line-height: 1.58;
}

.works-seo p + p {
  margin-top: 0.62rem;
}

.works-seo ul {
  display: grid;
  gap: 0.52rem;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.works-seo li {
  border-left: 3px solid rgba(184, 100, 33, 0.64);
  padding: 0.28rem 0 0.28rem 0.7rem;
  color: var(--hm-text-strong);
  font-size: 0.92rem;
  font-weight: var(--hm-font-weight-strong);
  line-height: 1.34;
}

.works-trust {
  display: grid;
  grid-template-columns: minmax(15rem, 0.76fr) minmax(0, 1.24fr);
  gap: clamp(1rem, 2.4vw, 2rem);
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(124, 145, 160, 0.18);
  border-radius: 8px;
  padding: clamp(1rem, 2.2vw, 1.55rem);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(248, 241, 232, 0.82)),
    #fffaf3;
}

.works-trust__intro {
  display: grid;
  gap: 0.58rem;
  min-width: 0;
}

.works-trust h2,
.works-trust p,
.works-trust__clients {
  margin: 0;
}

.works-trust h2 {
  color: var(--hm-text-strong);
  font-size: clamp(1.45rem, 2.2vw, 2.1rem);
  line-height: 1.08;
}

.works-trust p {
  color: var(--hm-text-muted);
  font-size: 0.98rem;
  line-height: 1.48;
}

.works-trust__clients {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(8.2rem, 1fr));
  gap: 0.58rem;
  min-width: 0;
  padding: 0;
  list-style: none;
}

.works-trust__clients li {
  display: grid;
  min-width: 0;
  min-height: 5.7rem;
  place-items: center;
  border: 1px solid rgba(124, 145, 160, 0.18);
  border-radius: 8px;
  padding: 0.72rem;
  background: rgba(255, 255, 255, 0.68);
}

.works-trust__clients img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 4.15rem;
  object-fit: contain;
}

@media (prefers-reduced-motion: reduce) {
  .works-card,
  .works-card::after,
  .works-card__media img,
  .work-lightbox,
  .work-lightbox__panel,
  .work-lightbox__close,
  .work-lightbox__nav {
    transition: none;
  }

  .works-card:hover,
  .works-card:focus-within,
  .works-card:hover .works-card__media img,
  .works-card:focus-within .works-card__media img {
    transform: none;
  }
}

.works-final {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(124, 145, 160, 0.22);
  border-radius: 8px;
  padding: clamp(1rem, 2.2vw, 1.6rem);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(248, 241, 232, 0.94));
  box-shadow: var(--hm-shadow-soft);
}

.works-final h2,
.works-final p {
  margin: 0;
}

.works-final h2 {
  color: var(--hm-text-strong);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.12;
}

.works-final p {
  max-width: 46rem;
  color: var(--hm-text-muted);
}

.catalog-quote-landing {
  display: grid;
  gap: clamp(1rem, 1.8vw, 1.65rem);
  min-width: 0;
}

.catalog-quote-landing img {
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
}

.catalog-stage--quote-landing-top {
  position: relative;
  display: grid;
  gap: clamp(0.5rem, 0.9vw, 0.8rem);
  overflow: hidden;
  border: 0;
  padding: clamp(0.95rem, 1.65vw, 1.45rem);
  background:
    linear-gradient(135deg, rgba(31, 47, 57, 0.98), rgba(25, 36, 44, 0.98) 62%, rgba(145, 77, 31, 0.94)),
    #21313b;
  box-shadow: 0 28px 70px rgba(21, 32, 41, 0.2);
  color: #fffaf3;
  isolation: isolate;
}

.catalog-stage--quote-landing-top::before,
.catalog-stage--quote-landing-top::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.catalog-stage--quote-landing-top::before {
  inset: 0 0 auto;
  height: 42%;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 64%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 5.6rem);
  opacity: 0.4;
}

.catalog-stage--quote-landing-top::after {
  right: -7rem;
  bottom: -5rem;
  width: 30rem;
  height: 18rem;
  border: 1px solid rgba(255, 250, 243, 0.12);
  transform: rotate(-10deg);
}

.catalog-stage--quote-landing-top .breadcrumbs {
  position: relative;
  z-index: 1;
}

.catalog-stage--quote-landing-top .breadcrumbs,
.catalog-stage--quote-landing-top .breadcrumbs a {
  color: rgba(255, 250, 243, 0.78);
}

.catalog-quote-hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(24rem, 0.98fr);
  gap: clamp(1rem, 2.1vw, 2rem);
  align-items: center;
}

.catalog-quote-hero__content {
  display: grid;
  gap: clamp(0.5rem, 0.85vw, 0.76rem);
  align-content: center;
  min-width: 0;
}

.catalog-quote-hero h1,
.catalog-quote-hero p,
.catalog-quote-section h2,
.catalog-quote-section p {
  margin: 0;
}

.catalog-quote-hero h1 {
  max-width: 21ch;
  color: #fffaf3;
  font-size: clamp(1.86rem, 2.52vw, 2.58rem);
  line-height: 1;
}

.catalog-quote-hero p {
  max-width: 42rem;
  color: rgba(255, 250, 243, 0.82);
  font-size: clamp(0.9rem, 0.98vw, 1rem);
  line-height: 1.4;
}

.catalog-quote-hero .button--secondary {
  border-color: rgba(255, 250, 243, 0.22) !important;
  background: rgba(255, 250, 243, 0.1) !important;
  color: #fffaf3 !important;
  box-shadow: none !important;
}

.catalog-quote-hero .button--primary,
.catalog-quote-final .button--primary {
  border-color: var(--hm-cta-primary-border) !important;
  background: var(--hm-cta-primary-bg) !important;
  color: var(--hm-cta-primary-text) !important;
  box-shadow: 0 16px 34px rgba(184, 100, 33, 0.28) !important;
}

.catalog-quote-hero__chips,
.catalog-quote-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
  min-width: 0;
}

.catalog-quote-hero__chips span,
.catalog-quote-hero__trust li {
  display: inline-flex;
  min-width: 0;
  min-height: 1.72rem;
  align-items: center;
  border-radius: 999px;
  line-height: 1.15;
}

.catalog-quote-hero__chips span {
  border: 1px solid rgba(255, 250, 243, 0.18);
  padding: 0.28rem 0.54rem;
  background: rgba(255, 250, 243, 0.09);
  color: rgba(255, 250, 243, 0.9);
  font-size: 0.78rem;
  font-weight: var(--hm-font-weight-strong);
}

.catalog-quote-hero__trust {
  margin: 0;
  padding: 0;
  list-style: none;
}

.catalog-quote-hero__trust li {
  position: relative;
  padding: 0.2rem 0.52rem 0.2rem 1.25rem;
  color: rgba(255, 250, 243, 0.72);
  font-size: 0.8rem;
}

.catalog-quote-hero__trust li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.48rem;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 999px;
  background: var(--hm-brand);
  transform: translateY(-50%);
}

.catalog-quote-hero__visual {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(12, minmax(0, 1fr));
  gap: clamp(0.38rem, 0.65vw, 0.58rem);
  min-width: 0;
  height: clamp(18.5rem, 24vw, 23rem);
}

.catalog-quote-hero__photo {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 243, 0.2);
  border-radius: 8px;
  background: #17252d;
  box-shadow: 0 24px 54px rgba(8, 14, 18, 0.3);
}

.catalog-quote-hero__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 16, 20, 0), rgba(10, 16, 20, 0.34)),
    linear-gradient(135deg, rgba(255, 250, 243, 0.08), rgba(255, 250, 243, 0));
  pointer-events: none;
}

.catalog-quote-hero__photo--main {
  grid-column: 1 / span 8;
  grid-row: 2 / span 9;
}

.catalog-quote-hero__photo:not(.catalog-quote-hero__photo--main):nth-of-type(2) {
  grid-column: 9 / span 4;
  grid-row: 1 / span 4;
}

.catalog-quote-hero__photo:not(.catalog-quote-hero__photo--main):nth-of-type(3) {
  grid-column: 9 / span 4;
  grid-row: 5 / span 4;
}

.catalog-quote-hero__photo:not(.catalog-quote-hero__photo--main):nth-of-type(4) {
  grid-column: 9 / span 4;
  grid-row: 9 / span 4;
}

.catalog-quote-hero__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.92) contrast(1.04);
}

.catalog-quote-hero__photo img.catalog-quote-hero__image--focus-sign {
  object-position: center 42%;
}

.catalog-quote-hero__photo figcaption {
  position: absolute;
  left: 0.56rem;
  bottom: 0.56rem;
  max-width: calc(100% - 1.12rem);
  border-radius: 999px;
  padding: 0.22rem 0.56rem;
  background: rgba(19, 32, 36, 0.84);
  color: #fffaf3;
  font-size: 0.78rem;
  font-weight: var(--hm-font-weight-strong);
  line-height: 1.2;
}

.catalog-quote-hero__summary {
  display: grid;
  gap: 0.48rem;
  align-content: end;
  min-width: 0;
  border: 1px solid rgba(124, 145, 160, 0.2);
  border-radius: 8px;
  padding: 1rem;
  background:
    linear-gradient(135deg, rgba(255, 250, 243, 0.94), rgba(238, 232, 222, 0.82)),
    #fffaf3;
}

.catalog-quote-hero__summary strong {
  color: var(--hm-text-strong);
  font-size: 1.22rem;
  line-height: 1.15;
}

.catalog-quote-hero__summary span {
  color: var(--hm-text-muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.catalog-quote-section {
  display: grid;
  gap: clamp(1rem, 2vw, 1.6rem);
  min-width: 0;
}

.catalog-quote-section__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(14rem, 0.34fr);
  gap: 1rem;
  align-items: end;
}

.catalog-quote-section__head > p {
  color: var(--hm-text-muted);
  font-size: 0.94rem;
  line-height: 1.45;
}

.catalog-quote-section h2 {
  max-width: 44rem;
  color: var(--hm-text-strong);
  font-size: clamp(1.7rem, 2.55vw, 2.55rem);
  line-height: 1.04;
}

.catalog-quote-section--variants .catalog-quote-section__head,
.catalog-quote-section--steps .catalog-quote-section__head {
  grid-template-columns: minmax(0, 1fr);
  gap: 0.42rem;
  align-items: start;
  max-width: 56rem;
}

.catalog-quote-section--variants .catalog-quote-section__head > p,
.catalog-quote-section--steps .catalog-quote-section__head > p {
  max-width: 52rem;
}

.catalog-quote-card-grid,
.catalog-quote-task-grid,
.catalog-quote-checklist {
  display: grid;
  gap: clamp(0.78rem, 1.2vw, 1.15rem);
  min-width: 0;
}

.catalog-quote-card-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.catalog-quote-card {
  display: grid;
  grid-column: span 2;
  grid-template-rows: auto auto 1fr auto;
  gap: 0.58rem;
  min-width: 0;
  border: 1px solid rgba(124, 145, 160, 0.18);
  border-radius: 8px;
  padding: 0.68rem;
  background: rgba(255, 252, 247, 0.96);
  box-shadow: 0 18px 38px rgba(21, 32, 41, 0.07);
}

.catalog-quote-card:nth-child(-n+2) {
  grid-column: span 3;
}

.catalog-quote-card__media {
  position: relative;
  min-width: 0;
  margin: 0 0 0.18rem;
  overflow: hidden;
  border-radius: 6px;
  aspect-ratio: 16 / 9;
  background: #17252d;
}

.catalog-quote-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.9) contrast(1.03);
}

.catalog-quote-card__media img.catalog-quote-card__image--focus-interior-max {
  object-position: center 46%;
}

.catalog-quote-card__media img.catalog-quote-card__image--focus-techno {
  object-position: center top;
}

.catalog-quote-card__media img.catalog-quote-card__image--focus-romashka {
  object-position: center top;
}

.catalog-quote-card__media img.catalog-quote-card__image--lightbox-rotated {
  object-fit: contain;
  background: #17252d;
  transform: rotate(-90deg) scale(1.68);
  transform-origin: center;
}

.catalog-quote-card__media--backdrop {
  isolation: isolate;
  background: #e4ded6;
}

.catalog-quote-card__media--backdrop::before,
.catalog-quote-card__media--backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
}

.catalog-quote-card__media--backdrop::before {
  background-image: var(--catalog-quote-card-backdrop);
  background-size: cover;
  background-position: center;
  filter: blur(12px) saturate(0.9) contrast(1.02);
  opacity: 0.55;
  transform: scale(1.12);
}

.catalog-quote-card__media--backdrop::after {
  background:
    linear-gradient(90deg, rgba(255, 252, 247, 0.58), rgba(255, 252, 247, 0.18) 36%, rgba(255, 252, 247, 0.18) 64%, rgba(255, 252, 247, 0.58)),
    linear-gradient(180deg, rgba(23, 37, 45, 0.12), rgba(23, 37, 45, 0.08));
}

.catalog-quote-card__media--backdrop img {
  position: relative;
  z-index: 1;
}

.catalog-quote-card__media img.catalog-quote-card__image--focus-stele {
  object-fit: contain;
  object-position: center;
  background: transparent;
  transform: translateY(-1.5%) scale(1.24);
}

.catalog-quote-task,
.catalog-quote-price-note {
  display: grid;
  gap: 0.58rem;
  min-width: 0;
  border-radius: 8px;
}

.catalog-quote-card h3,
.catalog-quote-task h3,
.catalog-quote-price-note strong {
  margin: 0;
  color: var(--hm-text-strong);
  font-size: 1rem;
  line-height: 1.22;
}

.catalog-quote-card p,
.catalog-quote-task p,
.catalog-quote-price-note span {
  margin: 0;
  color: var(--hm-text-muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.catalog-quote-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  min-height: 2.15rem;
  border-radius: 999px;
  padding: 0.42rem 0.72rem;
  background: #20343a;
  color: #fffaf3;
  font-size: 0.82rem;
  font-weight: var(--hm-font-weight-strong);
  line-height: 1.15;
  text-decoration: none;
}

.catalog-quote-card__cta:hover,
.catalog-quote-card__cta:focus-visible {
  background: #31515a;
  color: #fff;
}

.catalog-quote-section--factors {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(1rem, 2.2vw, 2rem);
  overflow: hidden;
  border-radius: 8px;
  padding: clamp(1rem, 2.2vw, 2rem);
  background:
    linear-gradient(135deg, rgba(255, 250, 243, 0.96), rgba(239, 245, 247, 0.88)),
    #f8f5ef;
  box-shadow: var(--hm-shadow-soft);
}

.catalog-quote-section--factors .catalog-quote-section__head {
  grid-template-columns: minmax(0, 1fr);
  align-content: start;
}

.catalog-quote-price-note {
  border: 1px solid rgba(32, 48, 58, 0.16);
  padding: 1rem;
  background: #20343a;
  color: #fffaf3;
}

.catalog-quote-price-note strong {
  color: #fffaf3;
}

.catalog-quote-price-note span {
  color: rgba(255, 250, 243, 0.72);
}

.catalog-quote-factor-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.58rem 0.78rem;
  align-content: center;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.catalog-quote-factor-list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.56rem;
  align-items: center;
  min-width: 0;
  border-bottom: 1px solid rgba(124, 145, 160, 0.18);
  padding: 0.62rem 0;
  color: var(--hm-text-strong);
  font-size: 0.95rem;
  line-height: 1.38;
}

.catalog-quote-factor-list li span {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 999px;
  background: rgba(212, 122, 50, 0.12);
  color: var(--hm-brand-deep);
  font-size: 0.72rem;
  font-weight: var(--hm-font-weight-strong);
}

.catalog-quote-task-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid rgba(124, 145, 160, 0.18);
  padding-block: clamp(0.85rem, 1.7vw, 1.35rem);
}

.catalog-quote-task {
  align-content: start;
  border-left: 1px solid rgba(124, 145, 160, 0.22);
  padding: 0.15rem 0.9rem 0.2rem 1rem;
  background: transparent;
}

.catalog-quote-task span {
  color: var(--hm-brand-deep);
  font-size: 0.78rem;
  font-weight: var(--hm-font-weight-strong);
}

.catalog-quote-coverage {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(0.85rem, 1.6vw, 1.35rem);
  align-items: start;
  min-width: 0;
}

.catalog-quote-coverage__cities {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  min-width: 0;
}

.catalog-quote-coverage__cities span {
  display: inline-flex;
  align-items: center;
  min-height: 2.1rem;
  border: 1px solid rgba(32, 48, 58, 0.14);
  border-radius: 999px;
  padding: 0.46rem 0.72rem;
  background: rgba(255, 252, 247, 0.92);
  color: var(--hm-text-strong);
  font-size: 0.9rem;
  line-height: 1.2;
  white-space: nowrap;
}

.catalog-quote-task-grid--coverage {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-block: 0;
  padding-block: 0;
}

.catalog-quote-task-grid--coverage .catalog-quote-task {
  border: 1px solid rgba(124, 145, 160, 0.18);
  border-radius: 8px;
  padding: 0.82rem;
  background: rgba(255, 252, 247, 0.74);
}

.catalog-quote-proof-strip {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.75rem 1rem;
  align-items: center;
  border: 1px solid rgba(32, 48, 58, 0.14);
  border-radius: 8px;
  padding: 0.82rem 0.92rem;
  background: rgba(255, 252, 247, 0.88);
  color: var(--hm-text-muted);
}

.catalog-quote-proof-strip strong {
  color: var(--hm-text-strong);
  font-size: 0.95rem;
  line-height: 1.2;
}

.catalog-quote-proof-strip span {
  font-size: 0.88rem;
  line-height: 1.38;
}

.catalog-quote-proof-strip a {
  color: var(--hm-brand-deep);
  font-size: 0.86rem;
  font-weight: var(--hm-font-weight-strong);
  text-decoration: none;
}

.catalog-quote-proof-strip a:hover,
.catalog-quote-proof-strip a:focus-visible {
  color: var(--hm-text-strong);
}

.catalog-quote-portfolio-link {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1rem, 2vw, 1.8rem);
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(32, 48, 58, 0.14);
  border-radius: 8px;
  padding: clamp(0.85rem, 1.65vw, 1.35rem);
  background:
    linear-gradient(135deg, rgba(255, 252, 247, 0.96), rgba(238, 245, 247, 0.9)),
    #fffdfa;
  box-shadow: var(--hm-shadow-soft);
}

.catalog-quote-portfolio-link__media {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.55rem;
  min-width: 0;
}

.catalog-quote-portfolio-link__media figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 7px;
  background: #17252d;
}

.catalog-quote-portfolio-link__media figure:first-child {
  grid-column: span 6;
  aspect-ratio: 16 / 7;
}

.catalog-quote-portfolio-link__media figure:not(:first-child) {
  grid-column: span 3;
  aspect-ratio: 16 / 9;
}

.catalog-quote-portfolio-link__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.92) contrast(1.04);
}

.catalog-quote-portfolio-link__content {
  display: grid;
  gap: 0.65rem;
  min-width: 0;
}

.catalog-quote-portfolio-link__content p {
  max-width: 40rem;
  color: var(--hm-text-muted);
  font-size: 0.94rem;
  line-height: 1.45;
}

.catalog-quote-portfolio-link__content .button {
  width: fit-content;
}

.catalog-quote-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: quote-step;
}

.catalog-quote-steps::before {
  content: "";
  position: absolute;
  top: 1.1rem;
  right: 9%;
  left: 9%;
  height: 1px;
  background: rgba(124, 145, 160, 0.32);
}

.catalog-quote-steps {
  counter-reset: quote-step;
}

.catalog-quote-steps li {
  position: relative;
  counter-increment: quote-step;
  min-width: 0;
  padding: 2.7rem 0.78rem 0;
  color: var(--hm-text-strong);
  font-size: 0.92rem;
  line-height: 1.38;
  text-align: center;
}

.catalog-quote-steps li::before {
  content: counter(quote-step);
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  display: grid;
  width: 1.72rem;
  height: 1.72rem;
  place-items: center;
  border: 4px solid var(--hm-page-background);
  border-radius: 999px;
  background: #20343a;
  color: #fffaf3;
  font-size: 0.82rem;
  font-weight: var(--hm-font-weight-strong);
  transform: translateX(-50%);
}

.works-toolbar--quote {
  position: static;
  width: fit-content;
  max-width: 100%;
  border-color: rgba(32, 48, 58, 0.12);
  background: rgba(255, 252, 247, 0.82);
  box-shadow: none;
}

.works-grid--quote-landing {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.78rem, 1.2vw, 1.08rem);
}

.works-grid--quote-landing .works-card--quote:nth-child(-n+2) {
  grid-column: auto;
}

.works-card--quote {
  background: #fffdfa;
}

.works-card--quote .works-card__media {
  aspect-ratio: 16 / 10;
}

.works-grid--quote-landing .works-card--quote:nth-child(-n+2) .works-card__media {
  aspect-ratio: 16 / 10;
}

.works-card--quote .works-card__media img {
  object-fit: cover;
  transform: scale(1);
}

.works-card--quote .works-card__body {
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "title"
    "summary"
    "cta";
  gap: 0.45rem;
  padding: 0.78rem 0.82rem 0.9rem;
}

.works-card--quote .works-card__summary {
  grid-area: summary;
  display: -webkit-box;
  overflow: hidden;
  color: var(--hm-text-muted);
  font-size: 0.82rem;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.works-card--quote .works-card__details {
  display: none;
}

.works-card__cta--quote {
  width: fit-content;
  min-width: 0;
  min-height: 2.1rem;
  border-radius: 999px;
  padding-inline: 0.68rem;
  font-size: 0.78rem;
  white-space: nowrap;
}

.works-card__cta--quote::after {
  content: none;
}

.catalog-quote-more {
  display: flex;
  justify-content: center;
}

.catalog-quote-section--brief {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: start;
  border-radius: 8px;
  padding: clamp(1rem, 2.2vw, 1.8rem);
  background: rgba(255, 252, 247, 0.9);
  box-shadow: var(--hm-shadow-soft);
}

.catalog-quote-section--brief .catalog-quote-section__head {
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
}

.catalog-quote-checklist {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  margin: 0;
  padding: 0;
  list-style: none;
}

.catalog-quote-checklist li {
  position: relative;
  min-width: 0;
  border-radius: 6px;
  padding: 0.76rem 0.82rem 0.76rem 2.25rem;
  background: rgba(239, 245, 247, 0.72);
  color: var(--hm-text-strong);
  font-size: 0.92rem;
  line-height: 1.35;
}

.catalog-quote-checklist li::before {
  content: "";
  position: absolute;
  top: 0.86rem;
  left: 0.82rem;
  width: 0.72rem;
  height: 0.42rem;
  border-left: 2px solid #2f7d5a;
  border-bottom: 2px solid #2f7d5a;
  transform: rotate(-45deg);
}

.catalog-quote-final {
  margin-top: 0;
  border: 0;
  padding: clamp(1.3rem, 2.7vw, 2.4rem);
  background:
    linear-gradient(135deg, rgba(35, 52, 61, 0.98), rgba(27, 39, 47, 0.98) 62%, rgba(184, 100, 33, 0.92)),
    #20343a;
  box-shadow: 0 26px 62px rgba(21, 32, 41, 0.18);
  color: #fffaf3;
}

.catalog-quote-final h2 {
  margin: 0 0 0.42rem;
  color: #fffaf3;
  font-size: clamp(1.7rem, 2.7vw, 2.7rem);
  line-height: 1.04;
}

.catalog-quote-final p {
  max-width: 48rem;
  margin: 0;
  color: rgba(255, 250, 243, 0.76);
  font-size: 1rem;
  line-height: 1.5;
}

@media (max-width: 1180px) {
  .works-hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .works-hero h1 {
    max-width: 100%;
  }

  .works-hero-collage {
    min-height: 27rem;
  }

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

@media (max-width: 900px) {
  .works-toolbar {
    top: 0.5rem;
  }
}

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

  .catalog-quote-hero h1 {
    font-size: 2.72rem;
  }

  .catalog-quote-hero,
  .catalog-quote-hero__visual,
  .catalog-quote-section__head,
  .catalog-quote-coverage,
  .catalog-quote-card-grid,
  .catalog-quote-task-grid,
  .catalog-quote-factor-list,
  .catalog-quote-steps,
  .catalog-quote-checklist {
    grid-template-columns: minmax(0, 1fr);
  }

  .catalog-quote-hero__visual {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: none;
    min-height: 0;
  }

  .catalog-quote-hero__photo {
    aspect-ratio: 16 / 9;
  }

  .catalog-quote-hero__photo--main,
  .catalog-quote-hero__photo:not(.catalog-quote-hero__photo--main):nth-of-type(2),
  .catalog-quote-hero__photo:not(.catalog-quote-hero__photo--main):nth-of-type(3),
  .catalog-quote-hero__photo:not(.catalog-quote-hero__photo--main):nth-of-type(4) {
    grid-column: auto;
    grid-row: auto;
  }

  .catalog-quote-hero__photo--main {
    grid-column: 1 / -1;
  }

  .catalog-quote-card,
  .catalog-quote-card:nth-child(-n+2),
  .works-grid--quote-landing .works-card--quote:nth-child(-n+2) {
    grid-column: auto;
  }

  .catalog-quote-section--factors,
  .catalog-quote-section--brief,
  .catalog-quote-proof-strip,
  .catalog-quote-portfolio-link {
    grid-template-columns: minmax(0, 1fr);
  }

  .catalog-quote-steps::before {
    display: none;
  }

  .catalog-quote-steps li {
    padding: 0.08rem 0 0.08rem 2.55rem;
    text-align: left;
  }

  .catalog-quote-steps li::before {
    top: 0;
    left: 0;
    transform: none;
  }

  .works-final {
    grid-template-columns: minmax(0, 1fr);
  }

  .works-seo,
  .works-trust {
    grid-template-columns: minmax(0, 1fr);
  }

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

  .works-final__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .works-page {
    gap: 1rem;
  }

  .catalog-quote-hero h1 {
    font-size: 2.24rem;
  }

  .catalog-quote-factor-list li,
  .catalog-quote-steps li,
  .catalog-quote-checklist li {
    font-size: 0.88rem;
  }

  .catalog-stage--quote-landing-top {
    padding: 0.9rem;
  }

  .catalog-quote-hero__visual,
  .catalog-quote-checklist,
  .works-grid--quote-landing {
    grid-template-columns: minmax(0, 1fr);
  }

  .catalog-quote-hero__visual {
    gap: 0.7rem;
  }

  .catalog-quote-hero__photo:not(.catalog-quote-hero__photo--main) {
    display: none;
  }

  .catalog-quote-hero__photo--main,
  .catalog-quote-hero__photo:not(.catalog-quote-hero__photo--main):nth-of-type(2),
  .catalog-quote-hero__photo:not(.catalog-quote-hero__photo--main):nth-of-type(3),
  .catalog-quote-hero__photo:not(.catalog-quote-hero__photo--main):nth-of-type(4),
  .works-grid--quote-landing .works-card--quote:nth-child(-n+2) {
    grid-column: auto;
  }

  .catalog-quote-hero__photo--main {
    aspect-ratio: 4 / 3;
  }

  .catalog-quote-proof-strip {
    justify-items: start;
  }

  .catalog-quote-portfolio-link__media {
    grid-template-columns: minmax(0, 1fr);
  }

  .catalog-quote-portfolio-link__media figure:first-child,
  .catalog-quote-portfolio-link__media figure:not(:first-child) {
    grid-column: auto;
    aspect-ratio: 16 / 10;
  }

  .catalog-quote-portfolio-link__media figure:not(:first-child) {
    display: none;
  }

  .works-hero {
    width: min(100%, calc(100vw - 1rem));
  }

  .works-hero__content {
    width: 100%;
    padding: 1rem;
  }

  .works-hero h1,
  .works-hero__lead,
  .works-hero__stats,
  .works-hero__actions {
    max-width: min(21rem, calc(100vw - 3rem));
  }

  .works-hero__lead {
    width: min(21rem, calc(100vw - 3rem));
    white-space: normal;
  }

  .works-hero-collage {
    min-height: 17rem;
  }

  .works-hero-collage::before {
    inset: 0.7rem;
  }

  .works-hero-collage__item--main {
    top: 0.9rem;
    left: 0.9rem;
    width: 67%;
    height: calc(100% - 1.8rem);
  }

  .works-hero-collage__item--1 {
    top: 1.1rem;
    right: 0.9rem;
    width: 35%;
    height: 43%;
  }

  .works-hero-collage__item--2 {
    right: 1.1rem;
    bottom: 1rem;
    width: 38%;
    height: 38%;
  }

  .works-hero-collage__item--3,
  .works-hero-collage__item--4,
  .works-hero-collage__item--5 {
    display: none;
  }

  .works-toolbar {
    display: flex;
    top: 0.5rem;
  }

  .works-filter {
    width: auto;
  }

  .works-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .works-seo {
    padding-block: 1rem;
  }

  .works-seo h2 {
    font-size: 1.22rem;
  }

  .works-seo p,
  .works-seo li {
    font-size: 0.9rem;
  }

  .works-trust__clients {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 760px) {
  .site-header__masthead-row {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "brand cart"
      "contact contact"
      "actions actions";
  }

  .site-header__contact-lines {
    width: 100%;
    justify-self: center;
    justify-items: center;
    text-align: center;
  }

  .site-header__contact-line--phone {
    overflow: visible;
    white-space: normal;
    font-size: 0.74rem;
    justify-content: center;
  }

  .site-header__contact-line--email {
    display: none;
  }

  .site-header__contact-line--phone .site-header__contact-value {
    display: inline-flex;
    justify-content: center;
    max-width: 100%;
    overflow: visible;
    row-gap: 0.12rem;
    text-align: center;
  }

  .site-header__contact-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.32rem;
    width: min(100%, calc(100vw - 1rem));
    max-width: calc(100vw - 1rem);
    min-width: 0;
    justify-self: center;
  }

  .site-header__contact-action {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding-inline: 0.38rem;
    white-space: normal;
  }

  .phone-operator-badge {
    padding: 0.1rem 0.28rem 0.1rem 0.16rem;
    font-size: 0.5rem;
  }

  .phone-operator-badge__mark {
    width: 0.78rem;
    height: 0.78rem;
    flex-basis: 0.78rem;
  }

  .phone-operator-badge__mark span,
  .phone-operator-badge__mark::after {
    left: 0.1rem;
    width: 0.66rem;
    height: 0.28rem;
    border-width: 0.1rem;
    border-top: 0;
  }

  .phone-operator-badge__mark span {
    top: 0.17rem;
  }

  .phone-operator-badge__mark::after {
    top: 0.38rem;
  }
}
