/* Patch Notes: Replaces Flatsome/WooCommerce styling with a lightweight responsive storefront system. */

:root {
  --ink: #14282c;
  --ink-strong: #061719;
  --surface: #ffffff;
  --surface-soft: #f7faf9;
  --surface-blue: #edf8f6;
  --teal: #55d8ca;
  --teal-deep: #087b73;
  --gold: #caa14f;
  --muted: #5d6f72;
  --line: rgba(18, 58, 63, 0.14);
  --danger: #b33939;
  --radius: 6px;
  --shadow: 0 18px 44px rgba(6, 23, 25, 0.1);
  --shadow-soft: 0 10px 28px rgba(6, 23, 25, 0.07);
  --font-sans: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  --font-display: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  --max: 1180px;
  --header: 72px;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink-strong);
}

body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--surface);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

html,
body,
button,
input,
select,
textarea,
a,
p,
span,
small,
strong,
em,
li,
dt,
dd,
label,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-sans);
}

body.menu-open {
  overflow: hidden;
}

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

video {
  border-radius: var(--radius);
  background: var(--ink-strong);
}

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 100;
  transform: translateY(-140%);
  background: var(--teal);
  color: var(--ink-strong);
  padding: 10px 14px;
  border-radius: var(--radius);
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  min-height: var(--header);
  background: rgba(6, 23, 25, 0.97);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 rgba(6, 23, 25, 0.12);
}

.header-inner {
  width: min(var(--max), calc(100% - 32px));
  min-height: var(--header);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
  text-decoration: none;
  font-family: var(--font-display);
  font-weight: 750;
}

.brand img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(85, 216, 202, 0.18);
}

.brand span {
  font-size: 1rem;
}

.site-menu {
  display: flex;
  align-items: center;
  gap: 34px;
}

.site-menu a {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 850;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.86);
  transition: color 160ms ease;
}

.site-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--teal);
  transition: transform 180ms ease;
}

.site-menu a:hover,
.site-menu a.is-active {
  color: #fff;
}

.site-menu a:hover::after,
.site-menu a.is-active::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.gtranslate-shell {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 104px;
}

.gtranslate_wrapper {
  display: inline-flex;
  align-items: center;
}

.gtranslate_wrapper select,
.gtranslate_wrapper .gt_selector {
  width: 104px;
  min-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 0 34px 0 13px;
  background-color: transparent;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, currentColor 50%),
    linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 50%,
    calc(100% - 13px) 50%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.gtranslate_wrapper select:hover,
.gtranslate_wrapper select:focus,
.gtranslate_wrapper .gt_selector:hover,
.gtranslate_wrapper .gt_selector:focus {
  border-color: rgba(85, 216, 202, 0.5);
  background-color: rgba(255, 255, 255, 0.08);
  outline: 0;
}

.gtranslate_wrapper select option,
.gtranslate_wrapper .gt_selector option {
  color: var(--ink-strong);
  background: #fff;
}

.language-switcher.is-enhanced .gtranslate_wrapper {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.language-switcher__button {
  position: relative;
  width: 104px;
  min-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 0 34px 0 13px;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.language-switcher__button::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-62%) rotate(45deg);
  pointer-events: none;
}

.language-switcher__button:hover,
.language-switcher__button[aria-expanded="true"] {
  border-color: rgba(85, 216, 202, 0.5);
  background-color: rgba(255, 255, 255, 0.08);
}

.language-switcher__menu[hidden] {
  display: none;
}

.language-switcher__menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 90;
  width: min(320px, calc(100vw - 28px));
  padding: 10px;
  border: 1px solid rgba(23, 41, 43, 0.15);
  border-radius: 8px;
  background: #fff;
  color: var(--ink-strong);
  box-shadow: 0 22px 52px rgba(7, 18, 20, 0.22);
}

.language-switcher__search {
  width: 100%;
  min-height: 40px;
  padding: 8px 10px;
  border: 1px solid rgba(23, 41, 43, 0.18);
  border-radius: 8px;
  background: #fff;
  color: var(--ink-strong);
  font: inherit;
  font-size: 0.86rem;
  font-weight: 700;
}

.language-switcher__search:focus {
  outline: 3px solid rgba(85, 216, 202, 0.32);
  outline-offset: 2px;
}

.language-switcher__quick {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(23, 41, 43, 0.1);
}

.language-switcher__results {
  display: grid;
  gap: 6px;
  max-height: 246px;
  margin-top: 8px;
  overflow-y: auto;
}

.language-switcher__option {
  display: grid;
  gap: 2px;
  min-height: 42px;
  padding: 7px 9px;
  border: 1px solid rgba(23, 41, 43, 0.14);
  border-radius: 8px;
  background: #f7fbfa;
  color: var(--ink-strong);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease;
}

.language-switcher__quick .language-switcher__option {
  width: calc(50% - 3px);
}

.language-switcher__results .language-switcher__option {
  width: 100%;
}

.language-switcher__option:hover,
.language-switcher__option[aria-current="true"] {
  border-color: rgba(26, 154, 143, 0.52);
  background: #edf8f6;
}

.language-switcher__option-native,
.language-switcher__option-detail {
  overflow: hidden;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.language-switcher__option-native {
  font-size: 0.78rem;
  font-weight: 800;
}

.language-switcher__option-detail {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 700;
}

.language-switcher__empty {
  margin: 4px 2px 0;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
}

.cart-link,
.menu-toggle,
.icon-button {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: transparent;
  color: inherit;
  text-decoration: none;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.cart-link:hover,
.menu-toggle:hover,
.icon-button:hover {
  transform: translateY(-1px);
  border-color: rgba(85, 216, 202, 0.5);
  background: rgba(255, 255, 255, 0.08);
}

.cart-link {
  position: relative;
}

.cart-link svg,
.menu-toggle svg {
  width: 20px;
  height: 20px;
}

.cart-count {
  position: absolute;
  right: -4px;
  top: -4px;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--teal);
  color: var(--ink-strong);
  font-size: 0.73rem;
  font-weight: 800;
  box-shadow: 0 0 0 2px var(--ink-strong);
}

.menu-toggle {
  display: none;
}

.site-order-banner {
  background: #edf8f6;
  border-bottom: 1px solid rgba(18, 58, 63, 0.12);
  color: var(--ink-strong);
}

.site-order-banner__inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-order-banner__text {
  margin: 0;
  font-size: 0.89rem;
  font-weight: 650;
  white-space: nowrap;
  text-align: center;
}

.site-order-banner__links {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  white-space: nowrap;
  margin-left: 10px;
}

.site-order-banner__links a {
  font-weight: 800;
  text-decoration: none;
}

.site-order-banner__separator {
  opacity: 0.7;
}

.direct-order-mode .cart-link,
.direct-order-mode .cart-count {
  display: none !important;
}

@media (max-width: 860px) {
  .site-order-banner__inner {
    justify-content: flex-start;
  }

  .site-order-banner__text {
    white-space: normal;
    text-align: left;
  }

  .site-order-banner__links {
    display: inline;
    margin-left: 0;
  }

  .site-order-banner__links a,
  .site-order-banner__separator {
    display: inline;
  }
}

.section {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 82px 0;
}

.section--tight {
  padding: 56px 0;
}

.section--wide {
  width: 100%;
  padding: 92px max(16px, calc((100% - var(--max)) / 2));
}

.section-heading {
  display: grid;
  gap: 12px;
  max-width: 720px;
  margin-bottom: 30px;
}

.section-heading.center {
  margin-inline: auto;
  text-align: center;
}

.eyebrow {
  margin: 0;
  color: var(--teal-deep);
  text-transform: uppercase;
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  color: var(--ink-strong);
  font-family: var(--font-display);
  line-height: 1.1;
  font-weight: 760;
  letter-spacing: 0;
  text-wrap: balance;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 2.65rem;
}

h3 {
  font-size: 1.18rem;
}

p {
  margin: 0;
}

.lead {
  font-size: 1.14rem;
  color: #334b50;
  line-height: 1.6;
}

.small-note,
small {
  color: var(--muted);
  font-size: 0.91rem;
}

.button,
.text-link {
  font-family: var(--font-display);
  font-weight: 750;
  letter-spacing: 0;
}

.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 12px 18px;
  text-decoration: none;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-soft);
}

.button:active {
  transform: translateY(0);
  box-shadow: none;
}

.button--dark {
  background: var(--ink-strong);
  color: #fff;
}

.button--dark:hover {
  background: #0c2629;
}

.button--light {
  background: #fff;
  color: var(--ink-strong);
  border-color: var(--line);
}

.button--light:hover {
  border-color: rgba(8, 123, 115, 0.32);
}

.button--accent {
  background: var(--teal);
  color: var(--ink-strong);
  border-color: rgba(6, 23, 25, 0.08);
}

.button--accent:hover {
  background: #66dfd3;
}

.button--small {
  min-height: 40px;
  padding: 9px 13px;
  font-size: 0.91rem;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.text-link {
  color: var(--teal-deep);
  text-underline-offset: 4px;
}

.hero {
  position: relative;
  min-height: 640px;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 91% 16%, rgba(136, 255, 244, 0.22), transparent 28%),
    radial-gradient(circle at 9% 76%, rgba(202, 161, 79, 0.14), transparent 32%),
    linear-gradient(118deg, #041416 0%, #092326 48%, #0e3a3e 100%);
  box-shadow: inset 0 -1px 0 rgba(8, 123, 115, 0.08);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(rgba(124, 246, 235, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 246, 235, 0.07) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at 36% 52%, #000 0 34%, transparent 72%);
  opacity: 0.64;
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  z-index: 0;
  width: min(58vw, 820px);
  background:
    linear-gradient(144deg, rgba(255, 255, 255, 0.92) 0%, rgba(221, 251, 247, 0.8) 42%, rgba(74, 218, 207, 0.2) 100%);
  clip-path: polygon(29% 0, 100% 0, 100% 100%, 0 100%);
  opacity: 0.9;
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  align-items: center;
  gap: 58px;
  padding: 64px 0 68px;
}

.hero-copy {
  color: #fff;
  animation: riseIn 680ms ease both;
}

.hero-copy .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #75f4e8;
}

.hero-copy .eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 18px rgba(202, 161, 79, 0.78);
}

.hero-copy h1 {
  max-width: 610px;
  color: #fff;
  margin-top: 12px;
  font-size: 4.75rem;
  line-height: 0.98;
}

.hero-copy .lead {
  max-width: 560px;
  margin-top: 22px;
  color: rgba(236, 255, 252, 0.84);
}

.hero-copy .button-row {
  margin-top: 30px;
}

.hero .button {
  min-height: 52px;
  padding: 14px 20px;
  font-weight: 850;
}

.hero .button--accent {
  background: linear-gradient(135deg, #8cf8ed 0%, #4cd8cc 100%);
  box-shadow: 0 18px 42px rgba(85, 216, 202, 0.2);
}

.hero .button--accent:hover {
  background: linear-gradient(135deg, #a5fff6 0%, #5be6db 100%);
}

.hero .button--light {
  color: #f3fffd;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(199, 255, 249, 0.28);
  backdrop-filter: blur(16px);
}

.hero .button--light:hover {
  border-color: rgba(199, 255, 249, 0.5);
  background: rgba(255, 255, 255, 0.13);
}

.hero-visual {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: center;
  isolation: isolate;
  perspective: 1100px;
}

.hero-visual::before,
.hero-visual::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.hero-visual::before {
  width: min(44vw, 440px);
  aspect-ratio: 1;
  background:
    radial-gradient(circle, rgba(116, 238, 225, 0.34), rgba(85, 216, 202, 0.09) 54%, transparent 74%);
  filter: blur(2px);
  animation: pulseGlow 5.8s ease-in-out infinite;
}

.hero-visual::after {
  width: min(36vw, 420px);
  aspect-ratio: 1;
  border: 1px solid rgba(116, 238, 225, 0.16);
  background:
    radial-gradient(circle at 50% 45%, rgba(6, 23, 25, 0.74), rgba(9, 46, 50, 0.42) 58%, rgba(255, 255, 255, 0.68) 59%, rgba(255, 255, 255, 0.82));
  box-shadow:
    inset 0 0 34px rgba(116, 238, 225, 0.2),
    0 30px 74px rgba(6, 23, 25, 0.17);
}

.hero-heart-stage {
  position: relative;
  z-index: 2;
  width: min(36vw, 420px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  transform-style: preserve-3d;
}

.hero-heart-stage::before {
  content: "";
  position: absolute;
  inset: -8%;
  z-index: 4;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, transparent 0 63%, rgba(147, 255, 246, 0.14) 63.2% 63.6%, transparent 63.9%),
    radial-gradient(circle at 50% 50%, transparent 0 75%, rgba(147, 255, 246, 0.08) 75.2% 75.6%, transparent 75.9%);
  opacity: 0.58;
  filter: drop-shadow(0 0 8px rgba(116, 238, 225, 0.14));
  animation: molecularField 10.8s ease-in-out infinite;
  pointer-events: none;
}

.hero-heart-image {
  position: relative;
  z-index: 3;
  width: 92%;
  border-radius: 50%;
  object-fit: cover;
  filter:
    drop-shadow(0 24px 34px rgba(7, 20, 22, 0.28))
    drop-shadow(0 0 20px rgba(116, 238, 225, 0.22));
  animation: heartFloat 6.8s ease-in-out infinite;
}

.heart-orbit {
  position: absolute;
  z-index: 4;
  width: 92px;
  height: 24px;
  border: 0;
  border-radius: 999px;
  opacity: 0.86;
  background: linear-gradient(90deg, transparent 12px, rgba(220, 255, 252, 0.82) 12px 80px, transparent 80px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 2px;
  filter: drop-shadow(0 0 12px rgba(116, 238, 225, 0.32));
  transform-origin: center;
  animation: moleculeEmanate 12s ease-in-out infinite;
}

.heart-orbit--one {
  right: -3%;
  top: 31%;
  transform: rotate(-22deg);
}

.heart-orbit::before,
.heart-orbit::after,
.heart-particle::before,
.heart-particle::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 30%, #ffffff 0 18%, #ccfffb 19% 48%, #74eee2 49% 100%);
  border: 1px solid rgba(255, 255, 255, 0.66);
  box-shadow:
    inset 0 -2px 4px rgba(6, 23, 25, 0.16),
    0 0 14px rgba(116, 238, 225, 0.5);
}

.heart-orbit::before {
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
}

.heart-orbit::after {
  width: 24px;
  height: 24px;
  right: 0;
  top: 0;
}

.heart-orbit--two {
  left: -2%;
  bottom: 31%;
  width: 78px;
  height: 20px;
  opacity: 0.62;
  rotate: 158deg;
  animation-duration: 14s;
  animation-delay: -4.2s;
}

.heart-orbit--two::before,
.heart-orbit--two::after {
  width: 20px;
  height: 20px;
}

.heart-particle {
  position: absolute;
  z-index: 7;
  width: 70px;
  height: 18px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent 9px, rgba(220, 255, 252, 0.7) 9px 61px, transparent 61px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 2px;
  filter: drop-shadow(0 0 10px rgba(116, 238, 225, 0.28));
  animation: moleculeDrift 8.8s ease-in-out infinite;
}

.heart-particle::before {
  width: 18px;
  height: 18px;
  left: 0;
  top: 0;
}

.heart-particle::after {
  width: 18px;
  height: 18px;
  right: 0;
  top: 0;
}

.heart-particle--one {
  top: 13%;
  left: -7%;
  transform: rotate(-26deg);
}

.heart-particle--two {
  right: -5%;
  top: 18%;
  transform: rotate(20deg) scale(0.86);
  animation-delay: -2.4s;
}

.heart-particle--three {
  right: -1%;
  bottom: 12%;
  transform: rotate(-32deg) scale(0.78);
  animation-delay: -4.8s;
}

.heart-particle--four {
  left: -3%;
  bottom: 18%;
  transform: rotate(28deg) scale(0.74);
  animation-delay: -1.2s;
}

.heart-particle--five {
  right: 28%;
  top: -3%;
  transform: rotate(-12deg) scale(0.66);
  animation-delay: -5.6s;
}

.heart-glint {
  position: absolute;
  z-index: 6;
  inset: 8%;
  border-radius: 50%;
  background: linear-gradient(115deg, transparent 18%, rgba(255, 255, 255, 0.34) 42%, transparent 58%);
  mix-blend-mode: screen;
  opacity: 0;
  animation: heartGlint 6.8s ease-in-out infinite;
  pointer-events: none;
}

.bubble-field {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.5;
}

.bubble-field span {
  position: absolute;
  bottom: -16px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 50%;
  background: rgba(85, 216, 202, 0.18);
  animation: bubbleRise linear forwards;
}

.notice {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  color: #fff;
  background: var(--teal-deep);
  text-align: center;
  font-weight: 700;
}

.notice a {
  color: #fff;
}

.category-row,
.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.category-chip,
.filter-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 14px;
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  font-weight: 800;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.filter-button small {
  display: inline-flex;
  min-width: 23px;
  height: 23px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--surface-blue);
  color: var(--teal-deep);
  font-size: 0.76rem;
  font-weight: 900;
}

.category-chip:hover,
.filter-button:hover {
  transform: translateY(-1px);
  border-color: rgba(8, 123, 115, 0.28);
  box-shadow: 0 8px 18px rgba(6, 23, 25, 0.06);
}

.category-chip small {
  display: inline-flex;
  min-width: 23px;
  height: 23px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--surface-blue);
  color: var(--teal-deep);
  font-weight: 900;
}

.filter-button.is-active {
  background: var(--ink-strong);
  color: #fff;
  border-color: var(--ink-strong);
}

.filter-button.is-active small {
  background: var(--teal);
  color: var(--ink-strong);
}

.home-offer {
  position: relative;
  width: min(calc(var(--max) + 64px), calc(100% - 32px));
  margin-top: 18px;
  padding: 54px 32px;
  overflow: hidden;
  border: 1px solid rgba(18, 58, 63, 0.1);
  border-radius: 8px;
  background:
    radial-gradient(circle at 9% 10%, rgba(202, 161, 79, 0.14), transparent 24%),
    radial-gradient(circle at 86% 0%, rgba(85, 216, 202, 0.18), transparent 30%),
    linear-gradient(180deg, #fbfdfd 0%, #f3faf8 100%);
}

.home-offer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(8, 123, 115, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 123, 115, 0.045) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 72%);
}

.home-offer > * {
  position: relative;
}

.home-offer__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 0.28fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 30px;
}

.home-offer__header .section-heading {
  max-width: 760px;
  margin-bottom: 0;
}

.home-offer__header h2 {
  max-width: 700px;
}

.home-offer__aside {
  display: grid;
  gap: 8px;
  justify-items: start;
  padding: 20px;
  border: 1px solid rgba(18, 58, 63, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 34px rgba(6, 23, 25, 0.06);
}

.home-offer__aside span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.home-offer__aside strong {
  color: var(--ink-strong);
  font-size: 1.85rem;
  line-height: 1;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

#featured-products,
#shop-products {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

#featured-products .product-card,
#shop-products .product-card {
  grid-column: span 2;
}

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

.product-card {
  min-width: 0;
  display: grid;
  grid-template-rows: 252px 1fr;
  overflow: hidden;
  border: 1px solid rgba(18, 58, 63, 0.08);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at top right, rgba(85, 216, 202, 0.12), transparent 34%),
    #fff;
  box-shadow: 0 12px 28px rgba(6, 23, 25, 0.05);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  height: 100%;
}

.product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(8, 123, 115, 0.26);
  box-shadow: 0 20px 42px rgba(6, 23, 25, 0.1);
}

.product-card__image {
  display: grid;
  place-items: center;
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(248, 252, 251, 0.98), rgba(234, 247, 245, 0.92));
}

.product-card__image img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(6, 23, 25, 0.1));
}

.product-card__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 22px 22px 24px;
}

.product-card h3 a {
  text-decoration: none;
}

.product-card h3 {
  font-size: 1.08rem;
  line-height: 1.18;
}

.product-card h3,
.product-card p:not(.eyebrow) {
  overflow-wrap: anywhere;
}

.product-card p:not(.eyebrow) {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.45;
}

.product-card__meta,
.summary-row,
.summary-product {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.product-card__badges,
.product-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px 10px;
  background: var(--surface-soft);
  color: var(--ink-strong);
  font-size: 0.78rem;
  font-weight: 800;
}

.product-card__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-card__stats span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.product-card__meta {
  margin-top: auto;
  align-items: end;
}

.product-card__meta strong {
  display: block;
  font-size: 1.08rem;
  line-height: 1;
}

.product-card__price {
  display: grid;
  gap: 3px;
}

.product-card__price span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.1;
}

.product-card__meta .text-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(18, 58, 63, 0.08);
  border-radius: 999px;
  background: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.product-card .button--small {
  width: 100%;
  justify-content: center;
  min-height: 44px;
}

.product-card--compact {
  grid-template-rows: 242px 1fr;
}

.product-card--compact .product-card__image img {
  height: 190px;
}

.home-offer__grid {
  gap: 16px;
}

#featured-products.home-offer__grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

#featured-products.home-offer__grid .product-card {
  grid-column: span 3;
  grid-template-rows: 218px 1fr;
  border-color: rgba(18, 58, 63, 0.1);
  background: #fff;
  box-shadow: 0 18px 38px rgba(6, 23, 25, 0.075);
}

#featured-products.home-offer__grid .product-card:nth-child(-n + 2) {
  grid-column: span 6;
  grid-template-columns: minmax(210px, 0.43fr) minmax(0, 1fr);
  grid-template-rows: 1fr;
}

#featured-products.home-offer__grid .product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 50px rgba(6, 23, 25, 0.12);
}

#featured-products.home-offer__grid .product-card__image {
  min-height: 218px;
  padding: 22px;
  background:
    radial-gradient(circle at 68% 20%, rgba(85, 216, 202, 0.22), transparent 38%),
    linear-gradient(145deg, #f8fcfb 0%, #e8f5f2 100%);
}

#featured-products.home-offer__grid .product-card__image img {
  height: 174px;
}

#featured-products.home-offer__grid .product-card:nth-child(-n + 2) .product-card__image img {
  height: 216px;
}

#featured-products.home-offer__grid .product-card__body {
  gap: 12px;
  padding: 20px;
}

#featured-products.home-offer__grid .product-card .eyebrow {
  width: fit-content;
  max-width: 100%;
  padding: 6px 10px;
  border: 1px solid rgba(8, 123, 115, 0.14);
  border-radius: 999px;
  background: #f0faf8;
  color: var(--teal-deep);
  font-size: 0.68rem;
}

#featured-products.home-offer__grid .product-card h3 {
  font-size: 1.26rem;
}

#featured-products.home-offer__grid .product-card p:not(.eyebrow) {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #405b60;
}

#featured-products.home-offer__grid .product-card__badges {
  gap: 6px;
}

#featured-products.home-offer__grid .product-badge {
  min-height: 26px;
  border-color: rgba(18, 58, 63, 0.1);
  background: #fff;
  font-size: 0.74rem;
}

#featured-products.home-offer__grid .product-card__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

#featured-products.home-offer__grid .product-card__stats span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(18, 58, 63, 0.09);
  border-radius: 6px;
  padding: 7px 9px;
  background: #f8fbfa;
  color: #324b50;
  font-size: 0.78rem;
}

#featured-products.home-offer__grid .product-card__meta {
  padding-top: 4px;
}

#featured-products.home-offer__grid .product-card__meta strong {
  font-size: 1.2rem;
}

#featured-products.home-offer__grid .product-card__meta .text-link {
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 0.9rem;
}

#featured-products.home-offer__grid .button--small {
  min-height: 42px;
}

.home-offer__catalog {
  display: grid;
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  margin-top: 18px;
  padding: 24px;
  border: 1px solid rgba(18, 58, 63, 0.09);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(247, 252, 251, 0.92));
  box-shadow: 0 18px 42px rgba(6, 23, 25, 0.055);
}

.home-offer__catalog h3 {
  margin: 4px 0 0;
  max-width: 300px;
  font-size: 1.28rem;
  line-height: 1.12;
}

.home-offer__catalog .category-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.home-offer__catalog .category-chip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  min-height: 72px;
  align-items: center;
  border-color: rgba(8, 123, 115, 0.13);
  border-radius: 8px;
  padding: 14px;
  background: #fff;
  line-height: 1.12;
}

.home-offer__catalog .category-chip:hover {
  transform: translateY(-2px);
  border-color: rgba(8, 123, 115, 0.32);
  box-shadow: 0 10px 24px rgba(6, 23, 25, 0.07);
}

.home-offer__catalog .category-chip span {
  overflow-wrap: anywhere;
}

.home-offer__catalog .category-chip small {
  min-width: 36px;
  height: 36px;
  border: 1px solid rgba(8, 123, 115, 0.14);
  background: #edf9f6;
  font-size: 0.9rem;
}

.home-offer {
  width: 100%;
  max-width: none;
  margin-top: 0;
  padding: 96px max(18px, calc((100% - var(--max)) / 2)) 90px;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(8, 123, 115, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(8, 123, 115, 0.055) 1px, transparent 1px),
    radial-gradient(circle at 8% 10%, rgba(85, 216, 202, 0.2), transparent 28%),
    radial-gradient(circle at 86% 4%, rgba(202, 161, 79, 0.13), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f7fbfa 44%, #edf7f5 100%);
  background-size: 64px 64px, 64px 64px, auto, auto, auto;
}

.home-offer::before {
  inset: 22px max(18px, calc((100% - var(--max)) / 2)) auto;
  height: 1px;
  opacity: 1;
  background: linear-gradient(90deg, rgba(8, 123, 115, 0.5), rgba(202, 161, 79, 0.48), transparent);
  mask-image: none;
}

.home-offer__header {
  grid-template-columns: minmax(0, 0.74fr) minmax(260px, 0.26fr);
  align-items: end;
  gap: 42px;
  margin-bottom: 34px;
}

.home-offer__header h2 {
  max-width: 780px;
  color: var(--ink-strong);
  font-size: clamp(2.5rem, 4.5vw, 4.35rem);
  line-height: 0.98;
}

.home-offer__header .lead {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.1rem;
}

.home-offer__header .eyebrow {
  color: var(--teal);
}

.home-offer__aside {
  justify-self: end;
  min-width: 250px;
  padding: 18px;
  color: var(--ink-strong);
  border: 1px solid rgba(8, 123, 115, 0.16);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 46px rgba(6, 23, 25, 0.08);
  backdrop-filter: blur(18px);
}

.home-offer__aside strong {
  color: inherit;
  font-size: 2.35rem;
}

.home-offer__aside span {
  color: var(--muted);
}

.home-offer__aside .text-link {
  color: var(--teal-deep);
}

.home-offer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: stretch;
}

#featured-products.home-offer__grid {
  display: grid;
  grid-template-columns: 1fr;
}

.line-showcase {
  position: relative;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(280px, 0.3fr) minmax(0, 1fr);
  grid-template-rows: auto;
  overflow: hidden;
  border: 1px solid rgba(18, 58, 63, 0.11);
  border-radius: 8px;
  background:
    radial-gradient(circle at 85% 0%, rgba(85, 216, 202, 0.2), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 251, 250, 0.98));
  color: var(--ink);
  box-shadow: 0 18px 42px rgba(6, 23, 25, 0.075);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.line-showcase::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--teal), rgba(202, 161, 79, 0.74));
  z-index: 2;
}

.line-showcase--intensive::before {
  background: linear-gradient(90deg, #55d8ca, #2aa6a0);
}

.line-showcase--advanced::before {
  background: linear-gradient(90deg, #caa14f, #55d8ca);
}

.line-showcase--water::before {
  background: linear-gradient(90deg, #78d7ff, #55d8ca);
}

.line-showcase:first-child {
  grid-column: auto;
}

.line-showcase:hover {
  transform: translateY(-5px);
  border-color: rgba(8, 123, 115, 0.28);
  box-shadow: 0 28px 62px rgba(6, 23, 25, 0.13);
}

.line-showcase__media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 260px;
  padding: 30px 24px 16px;
  text-decoration: none;
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.96), transparent 34%),
    linear-gradient(180deg, #edf8f6 0%, #f9fcfb 100%);
}

.line-showcase__media::after {
  content: "";
  position: absolute;
  inset: auto 24px 12px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(8, 123, 115, 0.18), transparent);
}

.line-showcase__media img {
  position: relative;
  z-index: 1;
  width: min(88%, 292px);
  height: 196px;
  object-fit: contain;
  opacity: 0.96;
  filter: drop-shadow(0 22px 28px rgba(6, 23, 25, 0.14));
  transition: transform 220ms ease;
}

.line-showcase:first-child .line-showcase__media {
  place-items: center;
  padding: 30px 24px 16px;
}

.line-showcase:first-child .line-showcase__media img {
  width: min(88%, 292px);
  height: 196px;
}

.line-showcase:hover .line-showcase__media img {
  transform: translateY(-5px) scale(1.025);
}

.line-showcase__content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  gap: 12px;
  padding: 26px 30px;
  text-shadow: none;
}

.line-showcase:first-child .line-showcase__content {
  max-width: none;
}

.line-showcase .eyebrow {
  width: fit-content;
  max-width: 100%;
  padding: 6px 10px;
  border: 1px solid rgba(8, 123, 115, 0.14);
  border-radius: 999px;
  background: #eef9f7;
  color: var(--teal-deep);
  font-size: 0.68rem;
}

.line-showcase h3 {
  color: var(--ink-strong);
  font-size: clamp(1.35rem, 2vw, 1.86rem);
  line-height: 1.16;
}

.line-showcase:first-child h3 {
  font-size: clamp(1.35rem, 2vw, 1.86rem);
}

.line-showcase h3 a {
  text-decoration: none;
}

.line-showcase p:not(.eyebrow) {
  display: -webkit-box;
  max-width: 760px;
  min-height: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #4c666a;
  font-size: 0.98rem;
  line-height: 1.45;
}

.line-showcase__models {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.line-showcase__models span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(8, 123, 115, 0.12);
  border-radius: 999px;
  padding: 5px 10px;
  background: #fff;
  color: #25454a;
  font-size: 0.8rem;
  font-weight: 800;
}

.line-showcase__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  align-self: end;
  margin-top: 4px;
  padding-top: 14px;
  border-top: 1px solid rgba(18, 58, 63, 0.1);
}

.line-showcase__footer strong {
  color: var(--ink-strong);
  font-size: 0.96rem;
}

.line-showcase__footer .text-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(8, 123, 115, 0.16);
  border-radius: 999px;
  background: #fff;
  color: var(--teal-deep);
  text-decoration: none;
}

.home-offer__catalog {
  margin-top: 22px;
  border-color: rgba(8, 123, 115, 0.13);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(6, 23, 25, 0.065);
  backdrop-filter: blur(14px);
}

.home-offer__catalog h3,
.home-offer__catalog .eyebrow {
  color: var(--ink-strong);
}

.home-offer__catalog .category-chip {
  min-height: 48px;
  background: #fff;
}

.home-offer__catalog .category-chip small {
  background: var(--surface-blue);
  color: var(--teal-deep);
}

#shop-products {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 22px;
}

.shop-results-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid rgba(18, 58, 63, 0.1);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #ffffff, #f7fbfa);
}

.shop-results-bar h3 {
  margin-top: 3px;
  font-size: 1.2rem;
}

.shop-results-lines {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.shop-results-lines a {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  border: 1px solid rgba(8, 123, 115, 0.16);
  border-radius: 999px;
  padding: 6px 10px;
  background: #fff;
  color: var(--teal-deep);
  font-size: 0.82rem;
  font-weight: 850;
  text-decoration: none;
}

.shop-model-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.shop-product-card {
  min-width: 0;
  display: grid;
  grid-template-rows: 176px 1fr;
  overflow: hidden;
  border: 1px solid rgba(18, 58, 63, 0.1);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 8px 22px rgba(6, 23, 25, 0.045);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.shop-product-card:hover {
  transform: translateY(-2px);
  border-color: rgba(8, 123, 115, 0.25);
  box-shadow: 0 16px 32px rgba(6, 23, 25, 0.085);
}

.shop-product-card__media {
  display: grid;
  place-items: center;
  padding: 16px;
  background:
    radial-gradient(circle at 74% 16%, rgba(85, 216, 202, 0.15), transparent 34%),
    linear-gradient(180deg, #fbfdfd, #eef8f6);
  text-decoration: none;
}

.shop-product-card__media img {
  width: 100%;
  height: 140px;
  object-fit: contain;
  filter: drop-shadow(0 16px 22px rgba(6, 23, 25, 0.1));
}

.shop-product-card__body {
  min-width: 0;
  display: grid;
  grid-template-rows: auto auto minmax(2.7em, auto) auto auto 1fr;
  gap: 9px;
  padding: 15px;
}

.shop-product-card__top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.shop-product-card__top span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border-radius: 999px;
  padding: 5px 9px;
  background: var(--ink-strong);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  white-space: nowrap;
}

.shop-product-card h3 {
  font-size: 1.02rem;
  line-height: 1.15;
}

.shop-product-card h3 a {
  text-decoration: none;
}

.shop-product-card__body > p:not(.eyebrow) {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.42;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.shop-product-card__specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.shop-product-card__specs span {
  min-width: 0;
  display: grid;
  gap: 2px;
  min-height: 50px;
  align-content: center;
  border: 1px solid rgba(18, 58, 63, 0.08);
  border-radius: var(--radius);
  padding: 7px 8px;
  background: var(--surface-soft);
}

.shop-product-card__specs small {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 850;
  text-transform: uppercase;
}

.shop-product-card__specs strong {
  color: var(--ink-strong);
  font-size: 0.84rem;
  line-height: 1.15;
}

.shop-product-card__uses {
  min-height: 1.35em;
  color: #486267;
}

.shop-product-card__footer {
  display: flex;
  align-self: end;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px solid rgba(18, 58, 63, 0.08);
}

.shop-product-card__footer > strong {
  color: var(--ink-strong);
  font-size: 1rem;
  white-space: nowrap;
}

.shop-product-card__footer > div {
  display: flex;
  align-items: center;
  gap: 9px;
}

.shop-product-card__footer .text-link {
  font-size: 0.86rem;
  white-space: nowrap;
}

.shop-line-section {
  min-width: 0;
  display: grid;
  gap: 16px;
  padding: 20px;
  border: 1px solid rgba(18, 58, 63, 0.1);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(247, 250, 249, 0.58), rgba(255, 255, 255, 0.98)),
    #fff;
  box-shadow: 0 8px 22px rgba(6, 23, 25, 0.045);
}

.shop-line-section__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.shop-line-section__heading h2 {
  margin: 4px 0 8px;
  font-size: clamp(1.35rem, 1.7vw, 1.9rem);
}

.shop-line-section__heading p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
}

.shop-line-section__meta {
  display: grid;
  justify-items: end;
  gap: 6px;
  white-space: nowrap;
}

.shop-line-section__meta span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border: 1px solid rgba(8, 123, 115, 0.16);
  border-radius: 999px;
  padding: 5px 10px;
  background: #fff;
  color: var(--teal-deep);
  font-size: 0.8rem;
  font-weight: 900;
}

.shop-family-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.shop-family-card {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(132px, 0.42fr) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(18, 58, 63, 0.1);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 8px 20px rgba(6, 23, 25, 0.04);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.shop-family-card:hover {
  transform: translateY(-2px);
  border-color: rgba(8, 123, 115, 0.24);
  box-shadow: 0 14px 28px rgba(6, 23, 25, 0.08);
}

.shop-family-card__media {
  position: relative;
  display: grid;
  min-height: 210px;
  place-items: center;
  padding: 18px;
  background:
    radial-gradient(circle at 70% 18%, rgba(85, 216, 202, 0.18), transparent 38%),
    linear-gradient(180deg, #f8fcfb, #edf8f6);
  text-decoration: none;
}

.shop-family-card__media img {
  width: 100%;
  max-height: 166px;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(6, 23, 25, 0.11));
}

.shop-family-card__media span {
  position: absolute;
  left: 16px;
  top: 16px;
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border: 1px solid rgba(8, 123, 115, 0.18);
  border-radius: 999px;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--teal-deep);
  font-size: 0.78rem;
  font-weight: 900;
}

.shop-family-card__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
}

.shop-family-card__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  align-items: start;
}

.shop-family-card__header h3 {
  margin-top: 4px;
  font-size: 1.08rem;
  line-height: 1.16;
}

.shop-family-card__header h3 a {
  text-decoration: none;
}

.shop-family-card__header > strong {
  display: inline-flex;
  justify-self: start;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 6px 11px;
  background: var(--ink-strong);
  color: #fff;
  font-size: 0.8rem;
  white-space: nowrap;
}

.shop-family-card__content > p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.42;
}

.shop-family-card__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.shop-family-card__metrics span {
  min-width: 0;
  display: grid;
  gap: 3px;
  border: 1px solid rgba(18, 58, 63, 0.09);
  border-radius: var(--radius);
  padding: 8px 10px;
  background: var(--surface-soft);
  color: var(--ink-strong);
  font-size: 0.88rem;
  font-weight: 850;
  overflow-wrap: anywhere;
}

.shop-family-card__metrics small {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.shop-family-card__uses {
  display: -webkit-box;
  max-height: 2.8em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.shop-variant-list {
  display: grid;
  gap: 6px;
  margin-top: auto;
}

.shop-variant-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto 34px;
  gap: 8px;
  align-items: center;
  min-height: 48px;
  border: 1px solid rgba(18, 58, 63, 0.1);
  border-radius: var(--radius);
  padding: 7px 7px 7px 11px;
  background: #fff;
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.shop-variant-row:hover {
  transform: translateY(-1px);
  border-color: rgba(8, 123, 115, 0.28);
  box-shadow: 0 10px 20px rgba(6, 23, 25, 0.06);
}

.shop-variant-row__main {
  min-width: 0;
  display: grid;
  gap: 2px;
  text-decoration: none;
}

.shop-variant-row__main strong {
  color: var(--ink-strong);
  font-size: 0.92rem;
  line-height: 1.12;
}

.shop-variant-row__main span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 750;
  overflow-wrap: anywhere;
}

.shop-variant-row__price {
  color: var(--ink-strong);
  font-size: 0.9rem;
  font-weight: 900;
  white-space: nowrap;
}

.shop-variant-row__details {
  color: var(--teal-deep);
  font-size: 0.82rem;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.icon-add {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: var(--teal);
  color: var(--ink-strong);
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
  transition: transform 160ms ease, background-color 160ms ease;
}

.icon-add:hover {
  transform: translateY(-1px);
  background: #74eee1;
}

/* Store redesign: grouped offer cards, same visual family together. */
.shop-line-section {
  gap: 18px;
  padding: 18px;
  border-color: rgba(18, 58, 63, 0.1);
  background: #fff;
  box-shadow: 0 10px 26px rgba(6, 23, 25, 0.05);
}

.shop-line-section__heading {
  align-items: center;
  padding-bottom: 16px;
}

.shop-line-section__heading h2 {
  font-size: clamp(1.45rem, 1.8vw, 2rem);
}

.shop-family-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.shop-family-card {
  display: grid;
  grid-template-columns: minmax(168px, 0.42fr) minmax(0, 1fr);
  min-height: 380px;
  border: 1px solid rgba(18, 58, 63, 0.1);
  border-radius: var(--radius);
  background: #fff;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(6, 23, 25, 0.045);
}

.shop-family-card:hover {
  transform: translateY(-2px);
  border-color: rgba(8, 123, 115, 0.25);
  box-shadow: 0 16px 32px rgba(6, 23, 25, 0.085);
}

.shop-family-card__media {
  min-height: auto;
  padding: 18px;
  background:
    radial-gradient(circle at 75% 16%, rgba(85, 216, 202, 0.16), transparent 34%),
    linear-gradient(180deg, #fbfdfd, #eef8f6);
}

.shop-family-card__media img {
  width: 100%;
  height: 260px;
  max-height: none;
  object-fit: contain;
}

.shop-family-card__media span {
  left: 12px;
  top: 12px;
}

.shop-family-card__content {
  display: grid;
  grid-template-rows: auto auto auto auto 1fr;
  gap: 12px;
  padding: 18px;
}

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

.shop-family-card__header h3 {
  font-size: 1.1rem;
}

.shop-family-card__content > p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.shop-family-card__metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.shop-family-card__uses {
  min-height: 1.35em;
}

.shop-variant-list {
  align-self: end;
  margin-top: 0;
}

.shop-variant-row {
  grid-template-columns: minmax(0, 1fr) auto auto 34px;
  min-height: 48px;
}

.info-band {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(ellipse at 12% 18%, rgba(85, 216, 202, 0.2), transparent 36%),
    linear-gradient(135deg, #061719, #0c3b3f 72%, #092225);
}

.info-band .section {
  position: relative;
  z-index: 1;
}

.info-band h2,
.info-band h3,
.info-band p {
  color: #fff;
}

.info-band .eyebrow,
.info-band .copy-stack p {
  color: rgba(255, 255, 255, 0.82);
}

.info-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}

.info-band .button {
  justify-self: start;
  min-width: 240px;
}

.molecule-graphic {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 24% 24%, rgba(255, 255, 255, 0.12), transparent 34%),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
}

.molecule-graphic::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent 42%),
    radial-gradient(circle at 80% 16%, rgba(255, 255, 255, 0.16), transparent 32%);
  pointer-events: none;
}

.molecule-graphic img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: 42% 54%;
}

.page-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(85, 216, 202, 0.16), transparent 34%),
    linear-gradient(135deg, #f6fbfa, #ffffff 58%, #eef8f6);
  border-bottom: 1px solid var(--line);
}

.page-hero .section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(160px, 0.28fr);
  gap: 34px;
  align-items: center;
  padding-top: 54px;
  padding-bottom: 54px;
}

.page-hero .copy-stack {
  max-width: 760px;
}

.page-hero h1 {
  font-size: 2.85rem;
  line-height: 1.04;
}

.page-hero .lead {
  max-width: 650px;
}

.page-hero img {
  width: 156px;
  max-height: 156px;
  margin-left: auto;
  object-fit: contain;
  padding: 18px;
  border: 1px solid rgba(18, 58, 63, 0.08);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 30px rgba(6, 23, 25, 0.06);
  filter: drop-shadow(0 12px 18px rgba(6, 23, 25, 0.06));
}

.page-hero--about .section {
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.58fr);
}

.page-hero--text .section {
  grid-template-columns: minmax(0, 1fr);
}

.page-hero--shop .section {
  grid-template-columns: minmax(0, 0.86fr) minmax(330px, 0.42fr);
  padding-top: 42px;
  padding-bottom: 42px;
}

.page-hero--shop h1 {
  max-width: 680px;
}

.shop-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.shop-hero-panel {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(18, 58, 63, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 30px rgba(6, 23, 25, 0.06);
}

.shop-hero-panel div {
  display: grid;
  grid-template-columns: 34px minmax(0, 0.6fr) minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 48px;
  padding: 8px 10px;
  border: 1px solid rgba(18, 58, 63, 0.08);
  border-radius: var(--radius);
  background: #fff;
}

.shop-hero-panel span {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: var(--ink-strong);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
}

.shop-hero-panel strong {
  color: var(--ink-strong);
  font-weight: 900;
}

.shop-hero-panel small {
  color: var(--muted);
  font-weight: 750;
}

.shop-section {
  padding-top: 50px;
}

.shop-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 18px;
}

.shop-toolbar .section-heading {
  margin-bottom: 0;
}

.shop-toolbar h2 {
  font-size: clamp(1.7rem, 2.6vw, 2.3rem);
}

.page-hero--about h1 {
  max-width: 680px;
}

.about-hero-card {
  display: grid;
  gap: 18px;
  padding: 26px;
  border: 1px solid rgba(18, 58, 63, 0.09);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 34px rgba(6, 23, 25, 0.07);
}

.about-hero-card p {
  color: #334b50;
}

.about-hero-card__kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.about-hero-card__kicker span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid rgba(8, 123, 115, 0.18);
  border-radius: 999px;
  padding: 5px 10px;
  background: #fff;
  color: var(--teal-deep);
  font-size: 0.8rem;
  font-weight: 850;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(300px, 0.38fr);
  gap: 42px;
  align-items: start;
}

.about-copy {
  display: grid;
  gap: 18px;
  max-width: 72ch;
}

.about-copy p {
  color: #334b50;
  font-size: 1.06rem;
}

.about-aside {
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(18, 58, 63, 0.08);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at top right, rgba(85, 216, 202, 0.14), transparent 38%),
    #fff;
  box-shadow: var(--shadow-soft);
}

.about-aside h2 {
  font-size: 1.55rem;
  line-height: 1.08;
}

.about-aside p {
  color: #334b50;
}

.about-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(6, 23, 25, 0.98), rgba(6, 23, 25, 0.9) 50%, rgba(6, 23, 25, 0.5)),
    linear-gradient(135deg, #061719, #0a3f43 64%, #edf8f6);
}

.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, #000, transparent 76%);
  pointer-events: none;
}

.about-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(390px, 0.72fr);
  gap: 64px;
  align-items: center;
  min-height: calc(100vh - var(--header));
  padding-top: 72px;
  padding-bottom: 72px;
}

.about-hero__copy {
  display: grid;
  gap: 22px;
  align-content: center;
}

.about-hero .eyebrow {
  color: var(--teal);
}

.about-hero h1 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(3rem, 6vw, 6.65rem);
  line-height: 0.94;
}

.about-hero .lead {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.2rem;
}

.about-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 620px;
  margin: 8px 0 0;
}

.about-hero__stats div {
  min-height: 98px;
  display: grid;
  align-content: center;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  padding: 14px;
  background: rgba(255, 255, 255, 0.07);
}

.about-hero__stats dt {
  color: #fff;
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1;
}

.about-hero__stats dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.about-hero__visual {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
}

.about-hero__visual::before {
  content: "";
  position: absolute;
  width: min(38vw, 500px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(85, 216, 202, 0.22), rgba(255, 255, 255, 0.08) 48%, transparent 70%);
  box-shadow: inset 0 0 70px rgba(255, 255, 255, 0.08), 0 26px 70px rgba(0, 0, 0, 0.24);
}

.about-brand-mark,
.about-product {
  position: absolute;
  z-index: 1;
}

.about-brand-mark {
  left: 0;
  top: 34px;
  width: 156px;
  height: 156px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
}

.about-brand-mark img {
  width: 104px;
  height: 104px;
  object-fit: contain;
}

.about-product {
  object-fit: contain;
  filter: drop-shadow(0 28px 38px rgba(0, 0, 0, 0.28));
}

.about-product--main {
  width: min(28vw, 360px);
  right: 10%;
  bottom: 40px;
}

.about-product--side {
  width: min(19vw, 235px);
  left: 8%;
  bottom: 42px;
  opacity: 0.92;
}

.about-statement {
  background: var(--surface-soft);
  border-bottom: 1px solid rgba(18, 58, 63, 0.08);
}

.about-statement__inner {
  display: grid;
  grid-template-columns: minmax(160px, 0.28fr) minmax(0, 1fr);
  gap: 44px;
  align-items: start;
  padding-top: 64px;
  padding-bottom: 64px;
}

.about-statement h2 {
  max-width: 920px;
  font-size: clamp(2rem, 4.1vw, 4.4rem);
  line-height: 0.98;
}

.about-statement p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 20px;
  color: #334b50;
  font-size: 1.12rem;
}

.about-process {
  display: grid;
  gap: 30px;
}

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

.about-step {
  display: grid;
  gap: 14px;
  align-content: start;
  min-height: 250px;
  padding: 24px;
  border: 1px solid rgba(18, 58, 63, 0.1);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 14px 30px rgba(6, 23, 25, 0.05);
}

.about-step span {
  color: var(--teal-deep);
  font-weight: 900;
}

.about-step h3 {
  font-size: 1.35rem;
  line-height: 1.08;
}

.about-step p {
  color: #334b50;
}

.about-showcase {
  overflow: hidden;
  border-top: 1px solid rgba(18, 58, 63, 0.08);
  border-bottom: 1px solid rgba(18, 58, 63, 0.08);
  background:
    radial-gradient(circle at 16% 12%, rgba(202, 161, 79, 0.12), transparent 28%),
    radial-gradient(circle at 84% 4%, rgba(85, 216, 202, 0.16), transparent 32%),
    linear-gradient(180deg, #f7fbfa, #ffffff);
}

.about-showcase__inner {
  display: grid;
  gap: 28px;
}

.about-showcase__inner > div:first-child {
  display: grid;
  grid-template-columns: minmax(180px, 0.3fr) minmax(0, 1fr);
  gap: 34px;
  align-items: end;
}

.about-showcase h2 {
  max-width: 760px;
  font-size: clamp(2rem, 3.6vw, 4rem);
  line-height: 0.98;
}

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

.about-showcase__grid article {
  min-width: 0;
  display: grid;
  grid-template-rows: 220px auto 1fr;
  gap: 13px;
  overflow: hidden;
  border: 1px solid rgba(18, 58, 63, 0.1);
  border-radius: var(--radius);
  padding: 20px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(6, 23, 25, 0.055);
}

.about-showcase__grid img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  padding: 16px;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 50% 30%, rgba(85, 216, 202, 0.18), transparent 42%),
    linear-gradient(180deg, #fbfefe, #eaf6f4);
  filter: drop-shadow(0 18px 20px rgba(6, 23, 25, 0.1));
}

.about-showcase__grid h3 {
  font-size: 1.28rem;
}

.about-showcase__grid p {
  color: #334b50;
}

.about-boundaries {
  color: #fff;
  background:
    radial-gradient(circle at 86% 18%, rgba(85, 216, 202, 0.18), transparent 34%),
    linear-gradient(135deg, #061719, #0b3337 72%, #092225);
}

.about-boundaries__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(340px, 0.58fr);
  gap: 64px;
  align-items: start;
}

.about-boundaries .eyebrow {
  color: var(--teal);
}

.about-boundaries h2 {
  margin-top: 16px;
  color: #fff;
  font-size: clamp(2.2rem, 4vw, 4.6rem);
  line-height: 0.98;
}

.about-boundaries__list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.about-boundaries__list p {
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
}

.about-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
}

.about-contact__person {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
}

.about-contact__person img {
  width: 132px;
  height: 158px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(6, 23, 25, 0.1);
}

.about-contact h2 {
  max-width: 760px;
  margin-top: 8px;
  font-size: clamp(1.8rem, 3vw, 3.1rem);
}

.about-contact p:not(.eyebrow) {
  max-width: 620px;
  margin-top: 12px;
  color: #334b50;
}

.about-contact__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.about-page {
  display: grid;
  gap: 58px;
}

.about-page__intro {
  display: grid;
  gap: 16px;
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
}

.about-page__intro h2 {
  font-size: clamp(2.1rem, 4.2vw, 4.35rem);
  line-height: 0.98;
}

.about-page__body {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(280px, 0.34fr);
  gap: 44px;
  align-items: center;
}

.about-page__main {
  display: grid;
  gap: 18px;
}

.about-page__main p {
  color: #334b50;
  font-size: 1.08rem;
  line-height: 1.72;
}

.about-page__note {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: 30px;
  border: 1px solid rgba(18, 58, 63, 0.1);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at top right, rgba(85, 216, 202, 0.14), transparent 38%),
    linear-gradient(180deg, #fff, #f7fbfa);
  text-align: center;
  box-shadow: 0 18px 42px rgba(6, 23, 25, 0.07);
}

.about-page__note img {
  width: 118px;
  height: 118px;
  object-fit: contain;
}

.about-page__note p {
  color: #334b50;
  font-size: 1.04rem;
  line-height: 1.62;
}

.about-values {
  display: grid;
  gap: 26px;
  padding-top: 48px;
  border-top: 1px solid rgba(18, 58, 63, 0.1);
}

.about-values__heading {
  display: grid;
  grid-template-columns: minmax(160px, 0.32fr) minmax(0, 1fr);
  gap: 36px;
  align-items: end;
}

.about-values__heading h2 {
  max-width: 760px;
  font-size: clamp(1.9rem, 3vw, 3rem);
}

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

.about-values__grid article {
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 190px;
  padding: 22px;
  border: 1px solid rgba(18, 58, 63, 0.1);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 28px rgba(6, 23, 25, 0.045);
}

.about-values__grid h3 {
  font-size: 1.18rem;
}

.about-values__grid p {
  color: #334b50;
}

.about-info__content {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(260px, 0.28fr);
  gap: 42px 52px;
  padding-top: 58px;
  padding-bottom: 68px;
}

.about-info__main {
  display: grid;
  gap: 18px;
  max-width: 76ch;
}

.about-info__main h2 {
  max-width: 760px;
  font-size: clamp(1.55rem, 2.3vw, 2.25rem);
  line-height: 1.16;
}

.about-info__main p,
.about-info__note p,
.about-info__principle p {
  color: #334b50;
}

.about-info__main p {
  font-size: 1.05rem;
  line-height: 1.72;
}

.about-info__note {
  align-self: start;
  display: grid;
  gap: 14px;
  border-left: 3px solid var(--teal);
  border-radius: var(--radius);
  padding: 22px;
  background: var(--surface-soft);
}

.about-info__note img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.about-info__note h2 {
  font-size: 1.25rem;
  line-height: 1.15;
}

.about-info__note p {
  font-size: 0.98rem;
  line-height: 1.62;
}

.about-info__principles {
  grid-column: 1 / -1;
  display: grid;
  gap: 18px;
  padding-top: 36px;
  border-top: 1px solid var(--line);
}

.about-info__principles h2 {
  font-size: 1.6rem;
}

.about-info__principle-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.about-info__principle {
  display: grid;
  grid-template-columns: minmax(140px, 0.24fr) minmax(0, 1fr);
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.about-info__principle h3 {
  font-size: 1.05rem;
}

.about-info__principle p {
  line-height: 1.6;
}

@media (max-width: 920px) {
  .about-info__content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .about-info__note {
    max-width: 520px;
  }

  .about-info__principle {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (max-width: 620px) {
  .about-info__content {
    padding-top: 42px;
    padding-bottom: 52px;
  }

  .about-info__main p {
    font-size: 1rem;
  }

  .about-info__note {
    padding: 18px;
  }
}

.rental-page {
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fbfa 46%, #ffffff 100%);
}

.rental-hero {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 44px 0 28px;
  background:
    radial-gradient(circle at 78% 20%, rgba(85, 216, 202, 0.16), transparent 26%),
    radial-gradient(circle at 14% 86%, rgba(202, 161, 79, 0.12), transparent 24%),
    linear-gradient(180deg, #f8fbfa 0%, #ffffff 100%);
  border-bottom: 1px solid rgba(18, 58, 63, 0.08);
}

.rental-hero__copy {
  position: relative;
  display: grid;
  place-items: center;
  width: min(var(--max), calc(100% - 32px));
  min-height: 0;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}

.rental-hero__copy::after {
  content: "";
  position: absolute;
  inset: auto 18px -56px auto;
  width: 180px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(8, 123, 115, 0.1);
  background:
    radial-gradient(circle at 50% 50%, rgba(85, 216, 202, 0.16), transparent 62%);
  pointer-events: none;
}

.rental-hero__stack {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: min(1020px, 100%);
  margin-inline: auto;
  text-align: center;
}

.rental-hero__stack > * {
  margin-inline: auto;
}

.rental-hero__copy h1 {
  width: auto;
  font-size: clamp(2.25rem, 4.4vw, 3.9rem);
  line-height: 0.98;
  text-align: center;
}

.rental-hero__copy .lead {
  width: auto;
  font-size: 1.08rem;
  text-align: center;
}

.rental-hero .button-row {
  justify-content: center;
}

.rental-hero__copy p:not(.eyebrow):not(.lead) {
  width: auto;
  color: #334b50;
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
}

.rental-hero__note {
  display: grid;
  gap: 6px;
  width: auto;
  justify-items: center;
  border-top: 3px solid var(--teal);
  margin-top: 4px;
  padding: 10px 0 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.rental-hero__note span,
.rental-step span {
  color: var(--teal-deep);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.rental-hero__note p {
  color: #334b50;
  font-size: 0.94rem;
  line-height: 1.5;
}

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

.rental-step {
  display: grid;
  gap: 13px;
  align-content: start;
  min-height: 218px;
  border: 1px solid rgba(18, 58, 63, 0.1);
  border-radius: 8px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(6, 23, 25, 0.055);
}

.rental-step h3 {
  font-size: 1.34rem;
}

.rental-step p {
  color: #334b50;
}

.rental-band {
  color: #fff;
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(135deg, #061719 0%, #0d373a 72%, #214536 100%);
  background-size: 38px 38px, 38px 38px, auto;
}

.rental-band__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.rental-band h2 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(1.75rem, 3.4vw, 3rem);
}

.rental-band .eyebrow {
  margin-bottom: 9px;
  color: rgba(255, 255, 255, 0.72);
}

.rental-band p:not(.eyebrow) {
  max-width: 740px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.76);
}

.catalog-grid,
.support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.catalog-card,
.support-card {
  display: grid;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 20px;
  box-shadow: var(--shadow-soft);
}

.catalog-card {
  grid-template-columns: 140px minmax(0, 1fr);
  align-items: center;
}

.catalog-card img {
  width: 100%;
  max-height: 140px;
  object-fit: contain;
}

.support-card {
  align-content: start;
}

.copy-stack {
  display: grid;
  gap: 20px;
}

.copy-stack .button {
  justify-self: start;
}

.copy-stack p {
  font-size: 1.08rem;
  color: #334b50;
}

.hydrogen-page {
  background: #fff;
}

.hydrogen-heading {
  display: grid;
  gap: 16px;
  max-width: 880px;
  padding-top: 64px;
  padding-bottom: 42px;
}

.hydrogen-heading h1 {
  max-width: 820px;
  font-size: clamp(2.25rem, 4.1vw, 4.25rem);
  line-height: 1.02;
}

.hydrogen-heading .lead {
  max-width: 760px;
}

.hydrogen-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.5fr);
  gap: 54px;
  align-items: start;
}

.hydrogen-intro__statement {
  position: sticky;
  top: calc(var(--header) + 24px);
  display: grid;
  gap: 16px;
}

.hydrogen-intro__statement h2 {
  max-width: 760px;
  font-size: clamp(2.05rem, 4vw, 4.15rem);
  line-height: 1.02;
}

.hydrogen-intro__copy {
  display: grid;
  gap: 18px;
  border-left: 3px solid var(--teal);
  padding: 6px 0 6px 28px;
}

.hydrogen-intro__copy p,
.hydrogen-section-head p,
.hydrogen-sources__copy p {
  color: #334b50;
  font-size: 1.08rem;
  line-height: 1.72;
}

.hydrogen-science {
  color: #fff;
  background: linear-gradient(135deg, #061719 0%, #0b2d31 100%);
}

.hydrogen-science .section {
  display: grid;
  gap: 34px;
}

.hydrogen-science h2,
.hydrogen-science h3,
.hydrogen-science p {
  color: #fff;
}

.hydrogen-science .eyebrow {
  color: #8cf8ed;
}

.hydrogen-science .hydrogen-section-head p {
  color: rgba(242, 255, 253, 0.78);
}

.hydrogen-section-head {
  display: grid;
  gap: 14px;
  max-width: 860px;
}

.hydrogen-section-head h2 {
  font-size: clamp(2.15rem, 4.3vw, 4.35rem);
  line-height: 1;
}

.hydrogen-section-head--split {
  max-width: none;
  grid-template-columns: minmax(0, 0.82fr) minmax(300px, 0.48fr);
  align-items: end;
  margin-bottom: 28px;
}

.hydrogen-section-head--split p {
  max-width: 560px;
}

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

.hydrogen-mechanism-card {
  display: grid;
  gap: 14px;
  min-height: 272px;
  align-content: start;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.055);
}

.hydrogen-mechanism-card span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 999px;
  background: rgba(85, 216, 202, 0.14);
  color: #8cf8ed;
  font-size: 0.78rem;
  font-weight: 900;
}

.hydrogen-mechanism-card h3 {
  font-size: 1.22rem;
  text-transform: uppercase;
}

.hydrogen-mechanism-card p {
  color: rgba(242, 255, 253, 0.78);
  line-height: 1.62;
}

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

.hydrogen-support-grid article {
  min-height: 180px;
  border: 1px solid rgba(18, 58, 63, 0.1);
  border-radius: 8px;
  padding: 22px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fcfb 100%);
  box-shadow: 0 12px 28px rgba(6, 23, 25, 0.045);
}

.hydrogen-support-grid h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
}

.hydrogen-support-grid p {
  color: #385358;
  line-height: 1.62;
}

.hydrogen-faq {
  padding-top: 76px;
  padding-bottom: 86px;
}

.hydrogen-faq-list {
  display: grid;
  gap: 10px;
}

.hydrogen-faq-item {
  border: 1px solid rgba(18, 58, 63, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(6, 23, 25, 0.045);
}

.hydrogen-faq-item summary {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 28px;
  gap: 14px;
  align-items: center;
  min-height: 72px;
  padding: 18px 20px;
  color: var(--ink-strong);
  font-size: 1.08rem;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.hydrogen-faq-item summary::-webkit-details-marker {
  display: none;
}

.hydrogen-faq-item summary::after {
  content: "+";
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 999px;
  background: rgba(8, 123, 115, 0.1);
  color: var(--teal-deep);
  font-size: 1.25rem;
  line-height: 1;
}

.hydrogen-faq-item[open] summary::after {
  content: "-";
}

.hydrogen-faq-item summary span,
.hydrogen-faq-answer span {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
}

.hydrogen-faq-item summary span {
  background: var(--ink-strong);
}

.hydrogen-faq-answer {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  padding: 0 20px 22px;
}

.hydrogen-faq-answer span {
  background: var(--teal-deep);
}

.hydrogen-faq-answer p {
  color: #385358;
  line-height: 1.68;
}

.hydrogen-session {
  background:
    linear-gradient(180deg, #f6fbfa 0%, #ffffff 100%);
  border-top: 1px solid rgba(18, 58, 63, 0.08);
  border-bottom: 1px solid rgba(18, 58, 63, 0.08);
}

.hydrogen-session__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.52fr) minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}

.hydrogen-session__inner h2 {
  font-size: clamp(2rem, 3.4vw, 3.35rem);
}

.hydrogen-steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.hydrogen-steps li {
  display: grid;
  grid-template-columns: 54px minmax(0, 0.36fr) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  border: 1px solid rgba(18, 58, 63, 0.1);
  border-radius: 8px;
  padding: 18px;
  background: #fff;
}

.hydrogen-steps span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 999px;
  background: var(--ink-strong);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
}

.hydrogen-steps strong {
  color: var(--ink-strong);
  font-size: 1.05rem;
  line-height: 1.25;
}

.hydrogen-steps p {
  color: #385358;
}

.hydrogen-sources {
  display: grid;
  grid-template-columns: minmax(0, 0.48fr) minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}

.hydrogen-sources h2 {
  font-size: clamp(1.9rem, 3.2vw, 3.15rem);
}

.hydrogen-sources__copy {
  display: grid;
  gap: 16px;
}

.hydrogen-source-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 4px;
}

.hydrogen-source-links a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  border: 1px solid rgba(8, 123, 115, 0.18);
  border-radius: 999px;
  padding: 9px 14px;
  background: #fff;
  color: var(--teal-deep);
  font-weight: 800;
  text-decoration: none;
}

.hydrogen-source-links a:hover {
  border-color: rgba(8, 123, 115, 0.36);
  background: var(--surface-blue);
}

@media (max-width: 980px) {
  .hydrogen-intro,
  .hydrogen-section-head--split,
  .hydrogen-session__inner,
  .hydrogen-sources {
    grid-template-columns: 1fr;
  }

  .hydrogen-intro__statement {
    position: static;
  }

  .hydrogen-mechanism-grid,
  .hydrogen-support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hydrogen-steps li {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .hydrogen-steps p {
    grid-column: 2;
  }
}

@media (max-width: 620px) {
  .hydrogen-heading {
    padding-top: 42px;
    padding-bottom: 30px;
  }

  .hydrogen-intro__copy {
    padding-left: 18px;
  }

  .hydrogen-mechanism-grid,
  .hydrogen-support-grid {
    grid-template-columns: 1fr;
  }

  .hydrogen-mechanism-card,
  .hydrogen-support-grid article {
    min-height: 0;
    padding: 20px;
  }

  .hydrogen-faq {
    padding-top: 54px;
    padding-bottom: 64px;
  }

  .hydrogen-faq-item summary {
    grid-template-columns: 38px minmax(0, 1fr) 28px;
    gap: 12px;
    min-height: 0;
    padding: 16px;
    font-size: 1rem;
  }

  .hydrogen-faq-answer {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    padding: 0 16px 18px;
  }

  .hydrogen-steps li {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    padding: 16px;
  }

  .hydrogen-steps span {
    width: 38px;
    height: 38px;
  }

  .hydrogen-source-links {
    display: grid;
  }

  .hydrogen-source-links a {
    border-radius: 8px;
  }
}

.contact-grid,
.cart-layout,
.checkout-layout,
.product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 0.42fr);
  gap: 34px;
  align-items: start;
}

.contact-grid {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.5fr);
}

.contact-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
  gap: 24px;
  align-items: stretch;
  padding-top: 62px;
}

.contact-primary,
.contact-person {
  border: 1px solid rgba(18, 58, 63, 0.1);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.contact-primary {
  display: grid;
  gap: 24px;
  padding: 30px;
}

.contact-primary .section-heading {
  margin-bottom: 0;
}

.contact-primary h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
}

.contact-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.contact-method {
  min-width: 0;
  display: grid;
  gap: 8px;
  min-height: 132px;
  align-content: center;
  border: 1px solid rgba(18, 58, 63, 0.1);
  border-radius: var(--radius);
  padding: 20px;
  background:
    radial-gradient(circle at top right, rgba(85, 216, 202, 0.12), transparent 38%),
    var(--surface-soft);
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.contact-method:hover {
  transform: translateY(-2px);
  border-color: rgba(8, 123, 115, 0.28);
  box-shadow: 0 14px 26px rgba(6, 23, 25, 0.08);
}

.contact-method span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 850;
  text-transform: uppercase;
}

.contact-method strong {
  color: var(--ink-strong);
  font-size: clamp(1.18rem, 2.2vw, 1.55rem);
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.contact-person {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 24px;
}

.contact-person img {
  width: 96px;
  height: 124px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: 0 10px 22px rgba(6, 23, 25, 0.1);
}

.contact-person h2 {
  margin: 7px 0 6px;
  font-size: 1.55rem;
}

.contact-person p:not(.eyebrow) {
  color: #334b50;
}

.contact-note {
  grid-column: 1 / -1;
  max-width: 760px;
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.contact-note a {
  color: var(--teal-deep);
  font-weight: 800;
  text-underline-offset: 4px;
}

.product-hero {
  grid-template-columns: minmax(0, 1.04fr) minmax(380px, 0.86fr);
  column-gap: 46px;
  row-gap: 18px;
}

.product-detail-surface {
  position: relative;
  isolation: isolate;
  align-items: start;
  padding-top: 24px;
}

.section.product-detail-surface {
  padding-top: 24px;
}

.product-detail-surface::before {
  content: "";
  position: absolute;
  inset: 0 max(16px, calc((100vw - var(--max)) / -2));
  z-index: -1;
  background:
    linear-gradient(rgba(8, 123, 115, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 123, 115, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 16% 8%, rgba(85, 216, 202, 0.18), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f5fbfa 58%, #ffffff 100%);
  background-size: 54px 54px, 54px 54px, auto, auto;
}

.product-shop-back {
  display: inline-flex;
  grid-column: 1 / -1;
  gap: 9px;
  align-items: center;
  justify-self: start;
  color: var(--teal-deep);
  font-size: 0.94rem;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  transition: color 160ms ease, transform 160ms ease;
}

.product-shop-back::before {
  content: "←";
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(8, 123, 115, 0.22);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink-strong);
  font-size: 1rem;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(6, 23, 25, 0.06);
}

.product-shop-back:hover {
  color: var(--ink-strong);
  transform: translateX(-2px);
}

.contact-panel,
.cart-summary,
.checkout-panel,
.empty-state {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 28px;
  box-shadow: var(--shadow-soft);
}

.contact-panel {
  display: grid;
  gap: 18px;
}

.contact-panel h2 {
  font-size: 1.95rem;
  line-height: 1.06;
}

.contact-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-strip a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 13px;
  text-decoration: none;
  font-weight: 800;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.contact-strip a:hover {
  transform: translateY(-1px);
  border-color: rgba(8, 123, 115, 0.28);
  box-shadow: 0 8px 18px rgba(6, 23, 25, 0.06);
}

.person {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 18px;
  align-items: center;
}

.person img {
  width: 92px;
  height: 120px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: 0 8px 18px rgba(6, 23, 25, 0.08);
}

.product-media {
  min-width: 0;
}

.product-media__frame {
  display: grid;
  gap: 16px;
  min-height: 0;
  padding: 20px;
  border: 1px solid rgba(18, 58, 63, 0.11);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 50% 58%, rgba(85, 216, 202, 0.16), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(237, 248, 246, 0.94));
  box-shadow: 0 24px 58px rgba(6, 23, 25, 0.1);
}

.product-media__header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
}

.product-media__header h2 {
  margin: 6px 0 0;
  font-size: 1.55rem;
  line-height: 1.08;
}

.product-media__main {
  position: relative;
  display: grid;
  min-height: 500px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(18, 58, 63, 0.08);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 50% 68%, rgba(8, 123, 115, 0.16), transparent 34%),
    linear-gradient(rgba(8, 123, 115, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 123, 115, 0.035) 1px, transparent 1px),
    rgba(255, 255, 255, 0.9);
  background-size: auto, 34px 34px, 34px 34px, auto;
  padding: 36px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.product-media__main::after {
  content: "";
  position: absolute;
  inset: auto 17% 44px;
  height: 42px;
  border-radius: 999px;
  background: rgba(6, 23, 25, 0.12);
  filter: blur(22px);
}

.product-media__main img {
  position: relative;
  z-index: 1;
  max-height: 430px;
  object-fit: contain;
  filter: drop-shadow(0 28px 36px rgba(6, 23, 25, 0.15));
}

.thumbnail-row {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.thumbnail-row button {
  width: 74px;
  height: 74px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 6px;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.thumbnail-row button.is-active {
  border-color: var(--teal-deep);
}

.thumbnail-row button:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(6, 23, 25, 0.06);
}

.thumbnail-row img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-summary {
  position: sticky;
  top: calc(var(--header) + 24px);
}

.product-summary__card {
  display: grid;
  gap: 16px;
  padding: 26px;
  border: 1px solid rgba(18, 58, 63, 0.08);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at top right, rgba(85, 216, 202, 0.18), transparent 34%),
    #fff;
  box-shadow: 0 18px 44px rgba(6, 23, 25, 0.07);
}

.product-summary h1 {
  font-size: 3rem;
  line-height: 0.98;
  margin: 0;
}

.product-price {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: baseline;
  color: var(--teal-deep);
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 800;
  margin: -2px 0 0;
}

.product-price small,
.product-price-net small,
.product-card__price small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
}

.product-price-block {
  display: grid;
  gap: 4px;
}

.product-price-net {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: baseline;
  color: var(--ink-strong);
  font-size: 1rem;
  font-weight: 800;
}

.product-summary .lead {
  margin: 0;
  font-size: 1.1rem;
}

.product-summary__intro {
  display: grid;
  gap: 7px;
  border: 1px solid rgba(18, 58, 63, 0.09);
  border-radius: 8px;
  padding: 14px;
  background: linear-gradient(180deg, #ffffff, #f7fbfa);
}

.product-summary__intro span {
  color: var(--teal-deep);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.product-summary__intro p {
  margin: 0;
  color: #29464b;
  font-size: 1.02rem;
  line-height: 1.5;
}

.product-summary__copy {
  display: grid;
  gap: 10px;
}

.product-summary__copy p {
  margin: 0;
}

.quantity-row,
.variation-group {
  display: grid;
  gap: 8px;
}

.product-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.product-highlight {
  display: grid;
  gap: 6px;
  min-height: 92px;
  padding: 16px;
  border: 1px solid rgba(18, 58, 63, 0.08);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #ffffff, #f7fbfa);
}

.product-highlight span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
}

.product-highlight strong {
  color: var(--ink-strong);
  font-size: 1.08rem;
  font-weight: 800;
}

.product-purchase {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(18, 58, 63, 0.08);
  border-radius: var(--radius);
  background: var(--surface-soft);
}

.field-label,
.quantity-row label {
  color: var(--muted);
  font-weight: 800;
}

.quantity-row {
  grid-template-columns: 88px minmax(0, 120px);
  align-items: center;
}

.quantity-row input,
.form-field input,
.form-field textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 10px 12px;
  background: #fff;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.quantity-row input:focus,
.form-field input:focus,
.form-field textarea:focus {
  border-color: rgba(8, 123, 115, 0.48);
  box-shadow: 0 0 0 4px rgba(85, 216, 202, 0.18);
  outline: 0;
}

.segmented {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.segmented button {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 13px;
  background: #fff;
  font-weight: 800;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.segmented button.is-active {
  background: var(--ink-strong);
  color: #fff;
  border-color: var(--ink-strong);
}

.segmented button:hover {
  transform: translateY(-1px);
  border-color: rgba(8, 123, 115, 0.28);
}

.detail-block h2 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.02;
}

.product-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
  gap: 34px 56px;
  align-items: start;
}

.product-content--refined {
  align-items: start;
  padding-top: 30px;
}

.product-stack,
.product-aside {
  display: grid;
  gap: 34px;
}

.detail-block {
  display: grid;
  gap: 16px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.detail-block p {
  margin: 0;
}

.detail-block--media {
  overflow: hidden;
}

.detail-block--story,
.detail-block--plain {
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(18, 58, 63, 0.08);
}

.detail-block--story h2 {
  font-size: 2.35rem;
}

.detail-block--plain p {
  max-width: 62ch;
  color: #334b50;
}

.detail-block--spec,
.detail-block--support {
  padding: 26px;
  border: 1px solid rgba(18, 58, 63, 0.08);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at top right, rgba(85, 216, 202, 0.12), transparent 34%),
    #fff;
  box-shadow: 0 16px 34px rgba(6, 23, 25, 0.05);
}

.detail-block--spec {
  position: sticky;
  top: calc(var(--header) + 22px);
  overflow: hidden;
  padding: 0;
  background:
    linear-gradient(rgba(8, 123, 115, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 123, 115, 0.028) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, #f7fbfa 100%);
  background-size: 28px 28px, 28px 28px, auto;
}

.product-spec-wide {
  position: relative;
  top: auto;
  grid-column: 1 / -1;
}

.product-support-wide {
  grid-column: 1 / -1;
}

.product-support-wide .detail-block--support {
  overflow: hidden;
  padding: 0;
  background:
    linear-gradient(rgba(8, 123, 115, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 123, 115, 0.025) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, #f7fbfa 100%);
  background-size: 30px 30px, 30px 30px, auto;
}

.product-support-wide .detail-block--support > h2 {
  padding: 20px 22px 15px;
  border-bottom: 1px solid rgba(18, 58, 63, 0.08);
  font-size: clamp(1.45rem, 2.1vw, 2.05rem);
}

.product-support-wide .support-grid--compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 18px;
}

.product-support-wide .support-grid--water-product {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-knowledge-cta {
  padding-top: 18px;
  padding-bottom: 18px;
}

.product-knowledge-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  border-top: 1px solid rgba(18, 58, 63, 0.12);
  border-bottom: 1px solid rgba(18, 58, 63, 0.12);
  padding: 24px 0;
}

.product-knowledge-cta h2 {
  margin: 0;
  font-size: clamp(1.75rem, 2.7vw, 2.55rem);
  line-height: 1.05;
}

.product-knowledge-cta p:not(.eyebrow) {
  max-width: 680px;
  margin: 10px 0 0;
  color: #334b50;
  font-size: 1.05rem;
  line-height: 1.62;
}

.product-knowledge-cta .button {
  white-space: nowrap;
}

@media (max-width: 980px) {
  .product-knowledge-cta__inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .product-knowledge-cta .button {
    justify-self: start;
  }

  .product-support-wide .support-grid--compact,
  .product-support-wide .support-grid--water-product {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .product-knowledge-cta {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .product-knowledge-cta__inner {
    gap: 18px;
    padding: 22px 0;
  }

  .product-knowledge-cta .button {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .product-support-wide .support-grid--compact,
  .product-support-wide .support-grid--water-product {
    grid-template-columns: 1fr;
  }
}

.product-kit {
  color: var(--ink);
}

.product-kit__intro {
  display: grid;
  gap: 14px;
  padding: 30px 30px 26px;
  border-bottom: 1px solid rgba(18, 58, 63, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0%, rgba(247, 251, 250, 0.72) 100%);
}

.product-kit__eyebrow {
  margin: 0;
  color: var(--teal-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
}

.product-kit__intro h2 {
  display: grid;
  gap: 2px;
  margin: 0;
  color: var(--ink-strong);
  font-size: 3.7rem;
  line-height: 0.94;
  letter-spacing: 0;
}

.product-kit__intro h2 span {
  display: block;
}

.product-kit__intro p:last-child {
  max-width: 76ch;
  margin: 0;
  color: #334b50;
  font-size: 1.04rem;
  line-height: 1.55;
}

.product-kit__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 20px;
}

.product-kit-card {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  min-width: 0;
  border: 1px solid rgba(18, 58, 63, 0.1);
  border-radius: 8px;
  padding: 18px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(6, 23, 25, 0.045);
}

.product-kit-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(90deg, var(--teal), rgba(202, 161, 79, 0.78));
}

.product-kit-card__number {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(18, 58, 63, 0.12);
  border-radius: 8px;
  background: var(--ink-strong);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
}

.product-kit-card__copy {
  display: grid;
  gap: 9px;
  min-width: 0;
}

.product-kit-card h3,
.product-kit-card p,
.product-kit-card strong {
  margin: 0;
}

.product-kit-card h3 {
  color: var(--ink-strong);
  font-size: 1.22rem;
  line-height: 1.14;
}

.product-kit-card p {
  color: #385358;
  font-size: 0.94rem;
  line-height: 1.48;
}

.product-kit-card strong {
  margin-top: 4px;
  border-top: 1px solid rgba(18, 58, 63, 0.08);
  padding-top: 12px;
  color: var(--teal-dark);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
}

.product-kit__standard {
  display: grid;
  gap: 18px;
  border-top: 1px solid rgba(18, 58, 63, 0.08);
  padding: 24px 20px 22px;
  background: rgba(247, 251, 250, 0.9);
}

.product-kit__standard-head {
  display: grid;
  gap: 8px;
  max-width: 76ch;
}

.product-kit__standard-head h3 {
  margin: 0;
  color: var(--ink-strong);
  font-size: 1.42rem;
  line-height: 1.18;
  letter-spacing: 0;
}

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

.product-kit-standard-card {
  display: grid;
  gap: 8px;
  min-width: 0;
  border: 1px solid rgba(18, 58, 63, 0.09);
  border-radius: 8px;
  padding: 16px;
  background: #fff;
}

.product-kit-standard-card h4,
.product-kit-standard-card p {
  margin: 0;
}

.product-kit-standard-card h4 {
  color: var(--ink-strong);
  font-size: 1rem;
  line-height: 1.2;
}

.product-kit-standard-card p {
  color: #385358;
  font-size: 0.9rem;
  line-height: 1.44;
}

@media (max-width: 980px) {
  .product-kit__intro h2 {
    font-size: 3rem;
  }

  .product-kit__standard-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .product-kit__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .product-kit__intro {
    padding: 24px 18px 22px;
  }

  .product-kit__intro h2 {
    font-size: 2.25rem;
    line-height: 0.98;
  }

  .product-kit__intro p:last-child {
    font-size: 0.98rem;
    line-height: 1.5;
  }

  .product-kit__grid,
  .product-kit__standard {
    padding-inline: 14px;
  }

  .product-kit-card {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px;
  }

  .product-kit-card__number {
    width: 40px;
    height: 40px;
  }

  .product-kit__standard-head h3 {
    font-size: 1.2rem;
    line-height: 1.25;
  }
}

.spec-heading {
  display: flex;
  gap: 18px;
  align-items: end;
  justify-content: space-between;
  padding: 20px 22px 15px;
  border-bottom: 1px solid rgba(18, 58, 63, 0.08);
  background:
    radial-gradient(circle at 100% 0%, rgba(85, 216, 202, 0.16), transparent 34%),
    rgba(255, 255, 255, 0.72);
}

.spec-heading h2 {
  max-width: none;
  font-size: clamp(1.55rem, 2.4vw, 2rem);
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 12px;
  height: 8px;
  border-left: 3px solid var(--teal-deep);
  border-bottom: 3px solid var(--teal-deep);
  transform: rotate(-45deg);
}

.spec-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 16px;
  border-top: 0;
  background: transparent;
}

.spec-list div {
  position: relative;
  isolation: isolate;
  display: grid;
  gap: 6px;
  min-height: 78px;
  align-content: center;
  overflow: hidden;
  border: 1px solid rgba(18, 58, 63, 0.09);
  border-radius: 8px;
  padding: 13px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 18px rgba(6, 23, 25, 0.035);
}

.spec-list div::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: rgba(8, 123, 115, 0.28);
}

.spec-list div.is-featured {
  min-height: 84px;
  border-color: rgba(8, 123, 115, 0.2);
  background:
    radial-gradient(circle at 100% 0%, rgba(85, 216, 202, 0.14), transparent 40%),
    #ffffff;
}

.spec-list div.is-featured::before {
  background: linear-gradient(180deg, var(--teal), var(--gold));
}

.spec-list div:last-child {
  border-bottom: 1px solid rgba(18, 58, 63, 0.08);
}

.spec-list dt {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.spec-list dd {
  margin: 0;
  color: var(--ink-strong);
  font-size: 0.94rem;
  font-weight: 850;
  line-height: 1.22;
  overflow-wrap: anywhere;
}

.product-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px;
}

@media (min-width: 981px) {
  .product-detail-surface {
    --product-detail-frame-height: 546px;
    align-items: start;
  }

  .product-media__frame,
  .product-summary__card {
    height: var(--product-detail-frame-height);
  }

  .product-summary__card {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "eyebrow price"
      "title price"
      "intro intro"
      "copy copy"
      "badges badges"
      "highlights highlights"
      "purchase purchase";
    align-content: space-between;
    gap: 8px 14px;
    padding: 18px;
  }

  .product-summary__card > .eyebrow {
    grid-area: eyebrow;
    align-self: end;
  }

  .product-summary__card > h1 {
    grid-area: title;
    font-size: clamp(2rem, 2.4vw, 2.55rem);
  }

  .product-summary__card > .product-price-block {
    grid-area: price;
    align-self: center;
    justify-self: end;
    text-align: right;
  }

  .product-summary__card > .product-price-block .product-price,
  .product-summary__card > .product-price-block .product-price-net {
    justify-content: flex-end;
    margin: 0;
  }

  .product-summary__card > .product-price-block .product-price {
    font-size: 1.38rem;
    white-space: nowrap;
  }

  .product-summary__card > .product-summary__intro {
    grid-area: intro;
  }

  .product-summary__card > .product-summary__copy {
    grid-area: copy;
  }

  .product-summary__card > .product-badges {
    grid-area: badges;
  }

  .product-summary__card > .product-highlights {
    grid-area: highlights;
  }

  .product-summary__card > .variation-group {
    grid-column: 1 / -1;
  }

  .product-summary__card > .product-purchase {
    grid-area: purchase;
  }

  .product-summary__intro {
    gap: 4px;
    padding: 10px 12px;
  }

  .product-summary__intro p {
    font-size: 0.9rem;
    line-height: 1.35;
  }

  .product-summary__copy {
    gap: 5px;
  }

  .product-summary__copy p {
    font-size: 0.92rem;
    line-height: 1.35;
  }

  .product-summary__copy .small-note {
    font-size: 0.78rem;
    line-height: 1.32;
  }

  .product-summary__card .product-badges {
    gap: 6px;
  }

  .product-summary__card .product-badge {
    min-height: 24px;
    padding: 3px 8px;
    font-size: 0.7rem;
  }

  .product-summary__card .product-highlights {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .product-summary__card .product-highlight {
    min-height: 56px;
    gap: 3px;
    padding: 9px 10px;
  }

  .product-summary__card .product-highlight span {
    font-size: 0.64rem;
    line-height: 1.12;
  }

  .product-summary__card .product-highlight strong {
    font-size: 0.88rem;
    line-height: 1.14;
    overflow-wrap: anywhere;
  }

  .product-summary__card .product-purchase {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 10px 12px;
  }

  .product-summary__card .product-actions {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    gap: 8px;
  }

  .product-summary__card .product-actions .button {
    min-height: 38px;
    padding: 8px 10px;
    font-size: 0.82rem;
    line-height: 1.1;
  }

  .product-summary__card .product-purchase .small-note {
    font-size: 0.77rem;
    line-height: 1.32;
  }
}

.support-grid--compact {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.support-grid--compact .support-card {
  position: relative;
  isolation: isolate;
  grid-template-columns: 1fr;
  gap: 9px;
  min-height: 230px;
  overflow: hidden;
  border: 1px solid rgba(18, 58, 63, 0.1);
  border-radius: 8px;
  padding: 52px 16px 16px;
  background:
    radial-gradient(circle at 100% 0%, rgba(85, 216, 202, 0.13), transparent 36%),
    linear-gradient(180deg, #ffffff 0%, #f8fcfb 100%);
  box-shadow: 0 10px 24px rgba(6, 23, 25, 0.045);
}

.support-grid--compact .support-card::before {
  content: var(--support-index);
  position: absolute;
  top: 14px;
  left: 14px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 999px;
  background: var(--ink-strong);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
}

.support-grid--compact .support-card::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--teal), rgba(202, 161, 79, 0.78));
}

.support-grid--compact .support-card h3 {
  color: var(--ink-strong);
  font-size: 1.04rem;
  line-height: 1.12;
}

.support-grid--compact .support-card h3,
.support-grid--compact .support-card p {
  margin: 0;
}

.support-grid--compact .support-card p {
  color: #385358;
  font-size: 0.88rem;
  line-height: 1.36;
}

.support-grid--compact .support-card .small-note {
  margin-top: auto;
  border-top: 1px solid rgba(18, 58, 63, 0.08);
  padding-top: 10px;
  color: var(--muted);
  font-size: 0.8rem;
}

.cart-lines {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.cart-line {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) 98px minmax(92px, auto) 44px;
  gap: 14px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(6, 23, 25, 0.045);
}

.cart-line img {
  width: 92px;
  height: 92px;
  object-fit: contain;
  background: var(--surface-soft);
  border-radius: var(--radius);
}

.cart-line h2 {
  font-size: 1rem;
}

.cart-line input {
  width: 82px;
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 8px;
}

.cart-line .icon-button {
  border-color: var(--line);
  color: var(--danger);
}

.cart-summary,
.checkout-panel {
  display: grid;
  gap: 18px;
}

.summary-product {
  align-items: start;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--line);
}

.summary-row {
  padding-top: 12px;
  border-top: 1px solid var(--line);
  font-size: 1.12rem;
}

.empty-state {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 16px;
}

.account-form {
  display: grid;
  gap: 16px;
  max-width: 520px;
}

.form-field {
  display: grid;
  gap: 7px;
  font-weight: 800;
}

.site-footer {
  color: rgba(255, 255, 255, 0.78);
  background: var(--ink-strong);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
  padding: 30px 0;
}

.footer-inner a {
  color: #fff;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-links a {
  text-underline-offset: 4px;
  transition: color 160ms ease;
}

.footer-links a:hover {
  color: var(--teal);
}

.sr-only,
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heartFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 18px) rotateZ(-1deg) scale(1);
  }
  48% {
    transform: translate3d(0, -16px, 34px) rotateZ(1.2deg) scale(1.018);
  }
}

@keyframes molecularField {
  0%,
  100% {
    opacity: 0.78;
    transform: translate3d(0, 0, 0) scale(0.985);
  }
  48% {
    opacity: 0.94;
    transform: translate3d(0, -8px, 0) scale(1.015);
  }
}

@keyframes moleculeEmanate {
  0% {
    opacity: 0.46;
    transform: translate3d(-8px, 8px, 0) rotate(-8deg) scale(0.94);
  }
  24% {
    opacity: 0.78;
  }
  54% {
    opacity: 0.72;
    transform: translate3d(18px, -10px, 0) rotate(-2deg) scale(1);
  }
  100% {
    opacity: 0.42;
    transform: translate3d(36px, -22px, 0) rotate(6deg) scale(0.96);
  }
}

@keyframes moleculeDrift {
  0%,
  100% {
    opacity: 0.78;
    translate: 0 0;
  }
  50% {
    opacity: 1;
    translate: 0 -10px;
  }
}

@keyframes heartGlint {
  0%,
  42%,
  100% {
    opacity: 0;
    transform: translateX(-28%) rotate(8deg);
  }
  58% {
    opacity: 0.52;
    transform: translateX(22%) rotate(8deg);
  }
}

@keyframes pulseGlow {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.9;
  }
  50% {
    transform: scale(1.06);
    opacity: 0.65;
  }
}

@keyframes bubbleRise {
  from {
    transform: translateY(0) scale(0.8);
    opacity: 0;
  }
  14% {
    opacity: 0.76;
  }
  to {
    transform: translateY(-105vh) scale(1.2);
    opacity: 0;
  }
}

@media (max-width: 980px) {
  :root {
    --header: 74px;
  }

  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  .hero-copy h1 {
    font-size: 3.45rem;
  }

  .product-summary h1 {
    font-size: 2.3rem;
  }

  .menu-toggle {
    display: inline-grid;
  }

  .site-menu {
    position: fixed;
    inset: var(--header) 12px auto 12px;
    z-index: 60;
    display: none;
    padding: 8px 18px;
    background: var(--ink-strong);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-top: 0;
    border-radius: 0 0 var(--radius) var(--radius);
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.32);
  }

  .site-menu.is-open {
    display: grid;
  }

  .site-menu a {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    font-size: 1.08rem;
  }

  .site-menu a:last-child {
    border-bottom: 0;
  }

  .site-menu a::after {
    bottom: 8px;
  }

  .gtranslate-shell {
    min-width: 96px;
  }

  .gtranslate_wrapper select,
  .gtranslate_wrapper .gt_selector {
    width: 96px;
    font-size: 0.74rem;
  }

  .language-switcher__button {
    width: 96px;
    font-size: 0.74rem;
  }

  .hero {
    min-height: auto;
    background:
      radial-gradient(circle at 82% 34%, rgba(116, 238, 225, 0.18), transparent 34%),
      radial-gradient(circle at 12% 76%, rgba(202, 161, 79, 0.12), transparent 30%),
      linear-gradient(160deg, #041416 0%, #092326 62%, #0d383b 100%);
  }

  .hero::after {
    width: 100%;
    clip-path: polygon(0 58%, 100% 38%, 100% 100%, 0 100%);
    opacity: 0.32;
  }

  .hero-inner,
  .about-hero__inner,
  .about-statement__inner,
  .about-boundaries__inner,
  .about-contact,
  .about-page__body,
  .about-values__heading,
  .page-hero .section,
  .info-layout,
  .page-hero--about .section,
  .page-hero--shop .section,
  .about-layout,
  .contact-shell,
  .contact-grid,
  .cart-layout,
  .checkout-layout,
  .rental-hero,
  .rental-band__inner,
  .product-hero,
  .product-content {
    grid-template-columns: 1fr;
  }

  .product-detail-surface {
    padding-top: 20px;
  }

  .section.product-detail-surface {
    padding-top: 20px;
  }

  .product-summary,
  .detail-block--spec {
    position: static;
  }

  .product-spec-wide .spec-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-visual {
    min-height: 430px;
  }

  .hero-inner {
    gap: 32px;
    padding: 52px 0 58px;
  }

  .about-hero__inner {
    min-height: auto;
    gap: 30px;
  }

  .about-hero__visual {
    min-height: 390px;
  }

  .about-product--main {
    width: min(42vw, 310px);
  }

  .about-product--side {
    width: min(30vw, 220px);
  }

  .about-process__grid {
    grid-template-columns: 1fr;
  }

  .about-showcase__inner > div:first-child,
  .about-showcase__grid {
    grid-template-columns: 1fr;
  }

  .about-showcase__grid article {
    grid-template-rows: 190px auto 1fr;
  }

  .about-showcase__grid img {
    height: 190px;
  }

  .about-step {
    min-height: 0;
  }

  .about-contact__actions {
    justify-content: flex-start;
  }

  .about-values__grid {
    grid-template-columns: 1fr;
  }

  .hero-heart-stage {
    width: min(58vw, 360px);
  }

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

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

  .home-offer {
    width: 100%;
    padding: 68px 20px;
    background:
      radial-gradient(circle at 14% 6%, rgba(85, 216, 202, 0.18), transparent 28%),
      radial-gradient(circle at 92% 0%, rgba(202, 161, 79, 0.12), transparent 24%),
      linear-gradient(180deg, #ffffff 0%, #f5fbfa 46%, #edf7f5 100%);
  }

  .home-offer__header,
  .home-offer__catalog {
    grid-template-columns: 1fr;
  }

  .home-offer__aside {
    justify-self: start;
    max-width: 360px;
  }

  .home-offer__header h2 {
    font-size: 2.45rem;
  }

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

  .line-showcase,
  .line-showcase:first-child {
    grid-column: auto;
    grid-template-columns: minmax(230px, 0.34fr) minmax(0, 1fr);
    grid-template-rows: auto;
    min-height: 0;
  }

  .line-showcase:first-child .line-showcase__content {
    max-width: none;
  }

  .line-showcase:first-child .line-showcase__media {
    place-items: center;
  }

  .line-showcase:first-child .line-showcase__media img {
    width: min(88%, 270px);
    height: 178px;
  }

  #featured-products,
  #shop-products {
    grid-template-columns: 1fr;
  }

  #featured-products .product-card,
  #shop-products .product-card {
    grid-column: auto;
  }

  #featured-products.home-offer__grid {
    grid-template-columns: 1fr;
  }

  #featured-products.home-offer__grid .product-card,
  #featured-products.home-offer__grid .product-card:nth-child(-n + 2) {
    grid-column: auto;
    grid-template-columns: 1fr;
    grid-template-rows: 210px 1fr;
  }

  .home-offer__catalog .category-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-card,
  .product-card--compact {
    grid-template-rows: 236px 1fr;
  }

  .product-summary {
    position: static;
  }

  .product-summary__card,
  .product-media__frame,
  .detail-block {
    padding: 22px;
  }

  .detail-block--story,
  .detail-block--plain {
    padding: 0 0 22px;
  }

  .product-highlights,
  .product-actions {
    grid-template-columns: 1fr 1fr;
  }

  .catalog-grid,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .rental-steps {
    grid-template-columns: 1fr;
  }

  .shop-toolbar,
  .shop-line-section__heading,
  .shop-results-bar {
    grid-template-columns: 1fr;
  }

  .shop-toolbar {
    align-items: start;
  }

  .shop-line-section {
    padding: 18px;
  }

  .shop-line-section__heading,
  .shop-family-card__header {
    grid-template-columns: 1fr;
  }

  .shop-line-section__heading {
    align-items: start;
  }

  .shop-line-section__meta {
    justify-items: start;
  }

  .shop-results-lines {
    justify-content: flex-start;
  }

  .shop-family-grid {
    grid-template-columns: 1fr;
  }

  .shop-family-card {
    grid-template-columns: minmax(120px, 0.32fr) minmax(0, 1fr);
  }

  .shop-family-card__media {
    min-height: 198px;
  }

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

  .contact-methods {
    grid-template-columns: 1fr;
  }

  .rental-hero__copy {
    min-height: 0;
  }

  .rental-hero__note {
    max-width: 520px;
  }

  .page-hero .section {
    gap: 30px;
  }

  .page-hero h1 {
    font-size: 2.45rem;
  }

  .page-hero img {
    width: 132px;
    max-height: 132px;
    margin-inline: auto;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .header-inner,
  .section,
  .hero-inner,
  .footer-inner {
    width: min(100% - 24px, var(--max));
  }

  .brand span {
    display: none;
  }

  .header-inner {
    gap: 12px;
  }

  .header-actions {
    gap: 7px;
  }

  .gtranslate-shell {
    min-width: 76px;
  }

  .gtranslate_wrapper select,
  .gtranslate_wrapper .gt_selector {
    width: 76px;
    min-height: 38px;
    padding-left: 10px;
    padding-right: 24px;
    font-size: 0.7rem;
    background-position:
      calc(100% - 13px) 50%,
      calc(100% - 9px) 50%;
    background-size: 4px 4px, 4px 4px;
  }

  .language-switcher__button {
    width: 76px;
    min-height: 38px;
    padding-left: 10px;
    padding-right: 24px;
    font-size: 0.7rem;
  }

  .language-switcher__button::after {
    right: 10px;
    width: 6px;
    height: 6px;
  }

  .language-switcher__menu {
    position: fixed;
    top: 58px;
    right: 10px;
    left: 10px;
    width: auto;
  }

  h1 {
    font-size: 2.55rem;
  }

  h2 {
    font-size: 2.05rem;
  }

  h3 {
    font-size: 1.1rem;
  }

  .lead {
    font-size: 1.03rem;
  }

  .site-menu {
    inset: var(--header) 10px auto 10px;
  }

  .hero-inner {
    gap: 22px;
    padding: 34px 0 44px;
  }

  .about-hero__inner {
    padding-top: 44px;
    padding-bottom: 48px;
  }

  .about-hero h1 {
    font-size: 3.15rem;
    line-height: 0.98;
  }

  .about-hero .button-row .button {
    flex: 1 1 180px;
  }

  .about-hero__stats {
    grid-template-columns: 1fr;
  }

  .about-hero__stats div {
    min-height: 78px;
  }

  .about-hero__visual {
    min-height: 310px;
  }

  .about-hero__visual::before {
    width: min(82vw, 310px);
  }

  .about-brand-mark {
    width: 102px;
    height: 102px;
    top: 4px;
  }

  .about-brand-mark img {
    width: 72px;
    height: 72px;
  }

  .about-product--main {
    width: min(64vw, 238px);
    right: 0;
    bottom: 20px;
  }

  .about-product--side {
    width: min(42vw, 150px);
    left: 0;
    bottom: 32px;
  }

  .about-statement__inner,
  .about-boundaries__inner {
    gap: 18px;
  }

  .about-contact__person {
    grid-template-columns: 1fr;
  }

  .about-contact__person img {
    width: 96px;
    height: 116px;
  }

  .about-contact__actions .button {
    width: 100%;
  }

  .about-page {
    gap: 40px;
  }

  .about-page__intro {
    text-align: left;
  }

  .about-page__intro h2 {
    font-size: 2.05rem;
  }

  .about-page__note {
    padding: 20px;
  }

  .about-page__note img {
    width: 92px;
    height: 92px;
  }

  .about-values {
    padding-top: 36px;
  }

  .about-values__heading {
    gap: 12px;
  }

  .hero-copy h1 {
    font-size: 2.7rem;
    line-height: 1.06;
    max-width: 100%;
  }

  .product-summary h1,
  .detail-block h2 {
    font-size: 2.2rem;
  }

  .page-hero h1 {
    font-size: 2.1rem;
  }

  .page-hero .section {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .page-hero--shop .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .shop-hero-actions .button {
    flex: 1 1 160px;
  }

  .shop-hero-panel {
    padding: 10px;
  }

  .shop-hero-panel div {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 8px;
  }

  .shop-hero-panel small {
    grid-column: 2;
  }

  .about-hero-card,
  .about-aside {
    padding: 20px;
  }

  .product-media__header {
    grid-template-columns: 1fr;
    display: grid;
  }

  .product-highlights,
  .product-actions {
    grid-template-columns: 1fr;
  }

  .rental-hero {
    padding: 34px 0 20px;
  }

  .rental-hero__copy,
  .rental-step {
    padding: 0;
  }

  .rental-hero__copy h1 {
    font-size: clamp(2.2rem, 11vw, 3.15rem);
  }

  .rental-band .button {
    width: 100%;
  }

  .rental-hero__note {
    padding-left: 12px;
  }

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

  .support-grid--compact .support-card {
    min-height: 0;
  }

  .quantity-row {
    grid-template-columns: 1fr;
  }

  .hero-copy .lead {
    max-width: 100%;
    margin-top: 16px;
  }

  .hero-copy .button-row {
    margin-top: 20px;
  }

  .hero-copy .button-row .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 300px;
  }

  .hero-visual::before {
    width: min(74vw, 320px);
  }

  .hero-visual::after {
    width: min(70vw, 306px);
  }

  .hero-heart-stage {
    width: min(72vw, 310px);
  }

  .heart-particle {
    width: 42px;
    height: 11px;
  }

  .heart-particle::before,
  .heart-particle::after {
    width: 11px;
    height: 11px;
  }

  .section,
  .section--wide {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .shop-section {
    padding-top: 38px;
  }

  .product-grid,
  .product-grid--three {
    grid-template-columns: 1fr;
  }

  .shop-model-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .home-offer {
    width: 100%;
    padding: 52px 12px;
    border-radius: 0;
  }

  .home-offer__header {
    gap: 20px;
    margin-bottom: 18px;
  }

  .home-offer__aside,
  .home-offer__catalog {
    padding: 16px;
  }

  .home-offer__catalog .category-row {
    grid-template-columns: 1fr;
  }

  .home-offer__catalog .category-chip {
    min-height: 58px;
  }

  .home-offer__header h2 {
    font-size: 2.12rem;
  }

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

  .line-showcase,
  .line-showcase:first-child {
    grid-template-columns: 1fr;
    grid-template-rows: 190px 1fr;
    min-height: 0;
  }

  .line-showcase__content,
  .line-showcase:first-child .line-showcase__content {
    max-width: none;
    padding: 18px;
  }

  .line-showcase h3,
  .line-showcase:first-child h3 {
    font-size: 1.18rem;
  }

  .line-showcase p:not(.eyebrow) {
    min-height: 0;
  }

  .line-showcase__media img,
  .line-showcase:first-child .line-showcase__media img {
    width: min(82%, 245px);
    height: 150px;
  }

  #featured-products,
  #shop-products {
    grid-template-columns: 1fr;
  }

  #featured-products.home-offer__grid {
    grid-template-columns: 1fr;
  }

  #featured-products.home-offer__grid .product-card,
  #featured-products.home-offer__grid .product-card:nth-child(-n + 2) {
    grid-template-rows: 188px 1fr;
  }

  #featured-products.home-offer__grid .product-card__image {
    min-height: 188px;
  }

  #featured-products.home-offer__grid .product-card__image img,
  #featured-products.home-offer__grid .product-card:nth-child(-n + 2) .product-card__image img {
    height: 152px;
  }

  #featured-products.home-offer__grid .product-card__stats {
    grid-template-columns: 1fr;
  }

  #featured-products.home-offer__grid .product-card__meta {
    display: grid;
    gap: 10px;
  }

  .product-card {
    grid-template-rows: 220px 1fr;
  }

  .product-card__image img {
    height: 175px;
  }

  .product-card__body {
    display: flex;
    flex-direction: column;
  }

  .shop-results-bar {
    padding: 13px;
  }

  .shop-results-lines a {
    min-height: 30px;
    font-size: 0.78rem;
  }

  .shop-product-card {
    grid-template-columns: 1fr;
    grid-template-rows: 148px 1fr;
  }

  .shop-product-card__media {
    padding: 12px;
  }

  .shop-product-card__media img {
    height: 122px;
  }

  .shop-product-card__body {
    grid-template-rows: auto auto auto auto auto 1fr;
    gap: 8px;
    padding: 12px;
  }

  .shop-product-card__top {
    display: grid;
    align-items: start;
  }

  .shop-product-card__top span {
    justify-self: start;
  }

  .shop-product-card h3 {
    font-size: 0.98rem;
  }

  .shop-product-card__body > p:not(.eyebrow) {
    -webkit-line-clamp: 2;
    font-size: 0.84rem;
  }

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

  .shop-product-card__specs span {
    min-height: auto;
  }

  .shop-product-card__uses {
    min-height: 0;
  }

  .shop-product-card__footer {
    align-items: end;
  }

  .shop-product-card__footer {
    display: grid;
  }

  .shop-product-card__footer > div {
    justify-content: space-between;
  }

  .shop-line-section {
    padding: 12px;
  }

  .shop-line-section__heading {
    padding-bottom: 16px;
  }

  .shop-family-card__content {
    padding: 14px;
  }

  .shop-family-card {
    grid-template-columns: 104px minmax(0, 1fr);
  }

  .shop-family-card__media {
    min-height: 164px;
    padding: 12px;
  }

  .shop-family-card__media img {
    max-height: 130px;
  }

  .shop-family-card__metrics {
    grid-template-columns: 1fr;
  }

  .shop-variant-row {
    grid-template-columns: minmax(0, 1fr) 34px;
    gap: 8px;
    padding: 10px;
  }

  .shop-variant-row__price {
    grid-column: 1;
    grid-row: 2;
    font-size: 0.94rem;
  }

  .shop-variant-row__details {
    grid-column: 1;
    grid-row: 3;
  }

  .icon-add {
    grid-column: 2;
    grid-row: 1;
  }

  .contact-panel,
  .contact-primary,
  .contact-person,
  .cart-summary,
  .checkout-panel,
  .empty-state {
    padding: 24px;
  }

  .contact-shell {
    gap: 18px;
  }

  .contact-person {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .contact-person img {
    width: 82px;
    height: 106px;
  }

  .contact-method {
    min-height: 112px;
  }

  .contact-panel h2 {
    font-size: 1.7rem;
  }

  .page-hero img {
    margin-inline: auto;
  }

  .product-media__main {
    min-height: 320px;
    padding: 18px;
  }

  .product-media__main img {
    max-height: 300px;
  }

  .spec-heading {
    display: grid;
    gap: 6px;
    align-items: start;
  }

  .spec-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 14px;
  }

  .spec-list div,
  .spec-list div.is-featured {
    min-height: 74px;
  }

  .support-grid--compact {
    grid-template-columns: 1fr;
  }

  .support-grid--compact .support-card {
    min-height: 0;
    padding: 48px 14px 14px;
  }

  .product-summary h1 {
    font-size: clamp(2.15rem, 13vw, 3rem);
  }

  .product-story-copy p {
    font-size: 0.98rem;
  }

  .thumbnail-row {
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .cart-line {
    grid-template-columns: 76px 1fr 42px;
  }

  .cart-line label,
  .cart-line strong {
    grid-column: 2 / -1;
  }

  .cart-line img {
    width: 76px;
    height: 76px;
  }

  .spec-list div {
    gap: 4px;
  }

  .shop-family-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .shop-family-card__media {
    min-height: 164px;
    padding: 12px;
  }

  .shop-family-card__media img {
    height: 140px;
    max-height: none;
  }

  .shop-family-card__content {
    padding: 14px;
  }

  .shop-family-card__header {
    grid-template-columns: 1fr;
  }

  .shop-family-card__metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shop-variant-row {
    grid-template-columns: minmax(0, 1fr) 34px;
  }

  .shop-variant-row__price,
  .shop-variant-row__details {
    grid-column: 1;
  }
}

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

/* Shop atelier: symmetric product command center for the hydrogen catalog. */
body[data-shop] {
  background: #f5f4ef;
}

.shop-atelier {
  overflow: hidden;
  background:
    linear-gradient(180deg, #f5f4ef 0, #ffffff 54%, #eef7f5 100%);
  color: #172a2d;
}

.shop-atelier-hero {
  position: relative;
  min-height: calc(100svh - var(--header));
  border-bottom: 1px solid rgba(18, 58, 63, 0.1);
  background:
    linear-gradient(90deg, rgba(202, 161, 79, 0.1), transparent 21%, transparent 79%, rgba(85, 216, 202, 0.12)),
    linear-gradient(180deg, #fbfaf5 0%, #eef7f5 100%);
}

.shop-atelier-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(18, 58, 63, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 58, 63, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent 78%);
  pointer-events: none;
}

.shop-atelier-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  padding-top: 32px;
  padding-bottom: 34px;
}

.shop-atelier-kicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 44px;
  border: 1px solid rgba(18, 58, 63, 0.1);
  border-radius: var(--radius);
  padding: 9px 13px;
  background: rgba(255, 255, 255, 0.72);
  color: #4a5d60;
  backdrop-filter: blur(14px);
}

.shop-atelier-kicker span,
.shop-atelier-kicker strong {
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
}

.shop-atelier-kicker strong {
  color: var(--teal-deep);
}

.shop-atelier-command {
  display: grid;
  grid-template-columns: minmax(220px, 0.78fr) minmax(390px, 1.36fr) minmax(220px, 0.78fr);
  gap: 18px;
  align-items: stretch;
}

.shop-atelier-panel,
.shop-atelier-feature-card,
.shop-atelier-lines-shell,
.shop-atelier-results,
.shop-atelier-line-section,
.shop-atelier-compare,
.shop-atelier-matrix,
.shop-atelier-support {
  border: 1px solid rgba(18, 58, 63, 0.11);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 44px rgba(6, 23, 25, 0.08);
}

.shop-atelier-panel {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 548px;
  padding: 20px;
}

.shop-atelier-panel h2 {
  font-size: 1.6rem;
  line-height: 1.02;
}

.shop-atelier-intents {
  display: grid;
  gap: 10px;
}

.shop-atelier-intent,
.shop-atelier-line,
.shop-atelier-reset,
.shop-atelier-contact,
.shop-atelier-compare-button {
  border-radius: var(--radius);
  font-weight: 850;
  letter-spacing: 0;
}

.shop-atelier-intent {
  display: grid;
  gap: 5px;
  min-height: 98px;
  border: 1px solid rgba(18, 58, 63, 0.12);
  padding: 13px;
  background: #fff;
  color: var(--ink-strong);
  text-align: left;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.shop-atelier-intent:hover,
.shop-atelier-intent.is-active {
  transform: translateY(-1px);
  border-color: rgba(8, 123, 115, 0.38);
  background: #ecfaf7;
  box-shadow: 0 10px 24px rgba(6, 23, 25, 0.06);
}

.shop-atelier-intent span {
  color: var(--teal-deep);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.shop-atelier-intent strong {
  font-size: 1rem;
  line-height: 1.08;
}

.shop-atelier-intent small {
  color: #5b6b6e;
  font-size: 0.8rem;
  line-height: 1.35;
}

.shop-atelier-feature-card {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(210px, 1fr) auto;
  min-height: 548px;
  overflow: hidden;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(235, 248, 245, 0.96)),
    #fff;
}

.shop-atelier-feature-card__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 38px;
  color: #566b6f;
  font-size: 0.82rem;
  font-weight: 850;
}

.shop-atelier-feature-card__topline strong {
  color: var(--teal-deep);
}

.shop-atelier-feature-card__media {
  position: relative;
  display: grid;
  min-height: 268px;
  place-items: center;
  margin: 8px 0 12px;
  border: 1px solid rgba(18, 58, 63, 0.08);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, #ffffff, #f0f8f6);
  text-decoration: none;
}

.shop-atelier-feature-card__media::before,
.shop-atelier-family-card__media::before {
  content: "";
  position: absolute;
  left: 16%;
  right: 16%;
  bottom: 24px;
  height: 14px;
  border-radius: 999px;
  background: rgba(6, 23, 25, 0.08);
  filter: blur(12px);
}

.shop-atelier-feature-card__media img {
  position: relative;
  z-index: 1;
  width: min(74%, 340px);
  max-height: 246px;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(6, 23, 25, 0.13));
}

.shop-atelier-feature-card__body {
  display: grid;
  gap: 12px;
}

.shop-atelier-feature-card h1 {
  font-size: 2.55rem;
  line-height: 0.98;
}

.shop-atelier-feature-card h2 {
  color: #244044;
  font-size: 1.28rem;
}

.shop-atelier-feature-card p:not(.eyebrow) {
  color: #5b6b6e;
}

.shop-atelier-feature-card__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.shop-atelier-feature-card__metrics span,
.shop-atelier-family-card__metrics span {
  display: grid;
  gap: 3px;
  min-height: 60px;
  align-content: center;
  border: 1px solid rgba(18, 58, 63, 0.09);
  border-radius: var(--radius);
  padding: 8px 10px;
  background: #fbfdfc;
  color: var(--ink-strong);
  font-size: 0.86rem;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.shop-atelier-feature-card__metrics small,
.shop-atelier-family-card__metrics small {
  color: #6a7779;
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
}

.shop-atelier-feature-card__actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.shop-atelier-feature-card__actions .button,
.shop-atelier-feature-card__actions .shop-atelier-compare-button {
  width: 100%;
  min-height: 42px;
}

.shop-atelier-selection-stat {
  display: grid;
  gap: 5px;
  border: 1px solid rgba(18, 58, 63, 0.1);
  border-radius: var(--radius);
  padding: 13px;
  background: #fff;
}

.shop-atelier-selection-stat + .shop-atelier-selection-stat {
  margin-top: 10px;
}

.shop-atelier-selection-stat span {
  color: var(--teal-deep);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.shop-atelier-selection-stat strong {
  color: var(--ink-strong);
  font-size: 1.08rem;
}

.shop-atelier-selection-stat small {
  line-height: 1.38;
}

.shop-atelier-reset,
.shop-atelier-contact {
  display: inline-flex;
  width: 100%;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  border: 1px solid rgba(18, 58, 63, 0.13);
  padding: 10px 12px;
  background: #fff;
  color: var(--ink-strong);
  text-decoration: none;
}

.shop-atelier-reset:hover,
.shop-atelier-contact:hover {
  border-color: rgba(8, 123, 115, 0.35);
  background: #ecfaf7;
}

.shop-atelier-lines-shell {
  display: grid;
  grid-template-columns: minmax(220px, 0.38fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px;
}

.shop-atelier-lines-shell h2 {
  margin-top: 5px;
  font-size: 1.45rem;
}

.shop-atelier-lines {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.shop-atelier-line {
  display: grid;
  gap: 7px;
  min-height: 132px;
  align-content: start;
  border: 1px solid rgba(18, 58, 63, 0.11);
  padding: 13px;
  background: #fff;
  color: var(--ink-strong);
  text-align: left;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.shop-atelier-line:hover,
.shop-atelier-line.is-active {
  transform: translateY(-1px);
  border-color: rgba(202, 161, 79, 0.5);
  background: #fffaf0;
  box-shadow: 0 10px 24px rgba(6, 23, 25, 0.06);
}

.shop-atelier-line span {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 950;
}

.shop-atelier-line strong {
  font-size: 1rem;
  line-height: 1.08;
}

.shop-atelier-line small,
.shop-atelier-line em {
  color: #5d6f72;
  font-size: 0.78rem;
  font-style: normal;
  line-height: 1.34;
}

.shop-atelier-catalog,
.shop-atelier-compare-section {
  position: relative;
  z-index: 1;
}

.shop-atelier-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: end;
  margin-bottom: 20px;
}

.shop-atelier-section-head h2 {
  max-width: 820px;
  font-size: 2.45rem;
  line-height: 1;
}

.shop-atelier-section-head .lead {
  max-width: 800px;
}

.shop-atelier-sort {
  display: grid;
  gap: 6px;
  min-width: 210px;
  color: #5f7073;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.shop-atelier-sort select {
  min-height: 44px;
  border: 1px solid rgba(18, 58, 63, 0.14);
  border-radius: var(--radius);
  padding: 0 12px;
  background: #fff;
  color: var(--ink-strong);
  font-weight: 800;
}

.shop-atelier-results {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin-bottom: 16px;
  padding: 14px 16px;
  background: #fff;
}

.shop-atelier-results h3 {
  margin-top: 3px;
  font-size: 1.14rem;
}

.shop-atelier-results__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  align-items: center;
}

.shop-atelier-results__actions span,
.shop-atelier-results__actions button {
  display: inline-flex;
  min-height: 33px;
  align-items: center;
  border-radius: 999px;
  padding: 6px 11px;
  font-size: 0.8rem;
  font-weight: 900;
}

.shop-atelier-results__actions span {
  border: 1px solid rgba(8, 123, 115, 0.16);
  background: #edf8f6;
  color: var(--teal-deep);
}

.shop-atelier-results__actions button {
  border: 1px solid rgba(18, 58, 63, 0.13);
  background: #fff;
  color: var(--ink-strong);
}

.shop-atelier-products {
  display: grid;
  gap: 18px;
}

.shop-atelier-line-section {
  display: grid;
  gap: 16px;
  padding: 18px;
  background: #fff;
}

.shop-atelier-line-section__head {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  border-bottom: 1px solid rgba(18, 58, 63, 0.09);
  padding-bottom: 16px;
}

.shop-atelier-line-section__head > span {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 1px solid rgba(202, 161, 79, 0.42);
  border-radius: var(--radius);
  background: #fffaf0;
  color: #8a6722;
  font-weight: 950;
}

.shop-atelier-line-section__head h3 {
  margin-top: 4px;
  font-size: 1.55rem;
}

.shop-atelier-line-section__head p:not(.eyebrow) {
  max-width: 760px;
  color: #5d6f72;
}

.shop-atelier-family-stack {
  display: grid;
  gap: 13px;
}

.shop-atelier-family-card {
  display: grid;
  grid-template-columns: minmax(190px, 0.34fr) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(18, 58, 63, 0.1);
  border-radius: var(--radius);
  background: #fbfdfc;
}

.shop-atelier-family-card__media {
  position: relative;
  display: grid;
  min-height: 270px;
  place-items: center;
  padding: 18px;
  background:
    linear-gradient(180deg, #ffffff, #edf7f5);
  text-decoration: none;
}

.shop-atelier-family-card__media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 220px;
  object-fit: contain;
  filter: drop-shadow(0 18px 20px rgba(6, 23, 25, 0.1));
}

.shop-atelier-family-card__media span {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 2;
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border: 1px solid rgba(8, 123, 115, 0.14);
  border-radius: 999px;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--teal-deep);
  font-size: 0.75rem;
  font-weight: 950;
}

.shop-atelier-family-card__body {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.shop-atelier-family-card__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
}

.shop-atelier-family-card__head h3 {
  margin-top: 4px;
  font-size: 1.28rem;
}

.shop-atelier-family-card__head h3 a {
  text-decoration: none;
}

.shop-atelier-family-card__head > strong {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border-radius: 999px;
  padding: 6px 10px;
  background: var(--ink-strong);
  color: #fff;
  font-size: 0.78rem;
  white-space: nowrap;
}

.shop-atelier-family-card__body > p {
  color: #5d6f72;
  line-height: 1.45;
}

.shop-atelier-family-card__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.shop-atelier-family-card__uses {
  color: #466164;
  font-size: 0.88rem;
  font-weight: 800;
}

.shop-atelier-variants {
  display: grid;
  gap: 7px;
}

.shop-atelier-variant {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(98px, auto) auto auto 34px;
  gap: 8px;
  align-items: center;
  min-height: 50px;
  border: 1px solid rgba(18, 58, 63, 0.1);
  border-radius: var(--radius);
  padding: 7px;
  background: #fff;
}

.shop-atelier-variant__main {
  display: grid;
  gap: 2px;
  min-width: 0;
  padding-left: 4px;
  text-decoration: none;
}

.shop-atelier-variant__main strong {
  color: var(--ink-strong);
  font-size: 0.92rem;
  line-height: 1.1;
}

.shop-atelier-variant__main span {
  color: #617275;
  font-size: 0.78rem;
  font-weight: 750;
  overflow-wrap: anywhere;
}

.shop-atelier-variant__price {
  color: var(--ink-strong);
  font-size: 0.86rem;
  font-weight: 950;
  white-space: nowrap;
}

.shop-atelier-variant__details {
  color: var(--teal-deep);
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.shop-atelier-compare-button {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(8, 123, 115, 0.2);
  padding: 7px 11px;
  background: #fff;
  color: var(--teal-deep);
  font-size: 0.82rem;
  text-align: center;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.shop-atelier-compare-button:hover,
.shop-atelier-compare-button.is-active {
  transform: translateY(-1px);
  border-color: rgba(8, 123, 115, 0.42);
  background: #dff8f4;
}

.shop-atelier-compare-button--compact {
  min-width: 88px;
  min-height: 34px;
  padding: 6px 9px;
  font-size: 0.78rem;
}

.shop-atelier-compare {
  min-height: 104px;
  margin-bottom: 16px;
  padding: 14px;
  background: #fff;
}

.shop-atelier-compare-empty {
  display: grid;
  gap: 5px;
  min-height: 74px;
  align-content: center;
  border: 1px dashed rgba(18, 58, 63, 0.18);
  border-radius: var(--radius);
  padding: 16px;
  color: #5d6f72;
  text-align: center;
}

.shop-atelier-compare-empty strong {
  color: var(--ink-strong);
}

.shop-atelier-compare-grid {
  display: grid;
  grid-template-columns: repeat(var(--compare-count), minmax(0, 1fr));
  gap: 10px;
}

.shop-atelier-compare-card {
  position: relative;
  display: grid;
  gap: 10px;
  border: 1px solid rgba(18, 58, 63, 0.1);
  border-radius: var(--radius);
  padding: 14px;
  background: #fbfdfc;
}

.shop-atelier-compare-card > button[data-remove-compare] {
  position: absolute;
  right: 9px;
  top: 9px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(18, 58, 63, 0.12);
  border-radius: 50%;
  background: #fff;
  color: var(--ink-strong);
  font-size: 1.1rem;
  font-weight: 900;
}

.shop-atelier-compare-card img {
  width: 100%;
  height: 126px;
  object-fit: contain;
}

.shop-atelier-compare-card h3 a {
  text-decoration: none;
}

.shop-atelier-compare-card dl {
  display: grid;
  gap: 6px;
  margin: 0;
}

.shop-atelier-compare-card dl div {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 8px;
}

.shop-atelier-compare-card dt {
  color: #68787a;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.shop-atelier-compare-card dd {
  margin: 0;
  color: var(--ink-strong);
  font-size: 0.86rem;
  font-weight: 850;
}

.shop-atelier-compare-card__actions,
.shop-atelier-table-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.shop-atelier-matrix {
  overflow: hidden;
  background: #fff;
}

.shop-atelier-table-scroll {
  overflow-x: auto;
}

.shop-atelier-matrix table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
}

.shop-atelier-matrix th,
.shop-atelier-matrix td {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(18, 58, 63, 0.08);
  text-align: left;
  vertical-align: middle;
}

.shop-atelier-matrix th {
  background: #f4f8f7;
  color: #637476;
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.shop-atelier-matrix tbody tr:hover {
  background: #fbfdfc;
}

.shop-atelier-model {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 230px;
  text-decoration: none;
}

.shop-atelier-model img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.shop-atelier-model span {
  display: grid;
  gap: 2px;
}

.shop-atelier-model small {
  color: #667679;
  font-size: 0.78rem;
}

.shop-atelier-empty {
  border: 1px dashed rgba(18, 58, 63, 0.18);
  border-radius: var(--radius);
  padding: 34px;
  background: #fff;
  text-align: center;
}

.shop-atelier-support {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  width: min(var(--max), calc(100% - 32px));
  margin: 26px auto 72px;
  padding: 32px;
  background:
    linear-gradient(135deg, #07191c, #0d373a 62%, #173d3b);
  color: #fff;
}

.shop-atelier-support h2 {
  color: #fff;
  font-size: 2.35rem;
}

.shop-atelier-support .eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.shop-atelier-support p {
  max-width: 760px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.76);
}

.shop-atelier-support__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.shop-atelier-support .button--light {
  border-color: rgba(255, 255, 255, 0.16);
}

@media (max-width: 1160px) {
  .shop-atelier-command {
    grid-template-columns: 1fr 1.18fr;
  }

  .shop-atelier-feature {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .shop-atelier-panel {
    min-height: 0;
  }

  .shop-atelier-lines-shell {
    grid-template-columns: 1fr;
  }

  .shop-atelier-lines {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .shop-atelier-hero {
    min-height: 0;
  }

  .shop-atelier-command,
  .shop-atelier-section-head,
  .shop-atelier-results,
  .shop-atelier-support {
    grid-template-columns: 1fr;
  }

  .shop-atelier-feature {
    grid-column: auto;
    grid-row: auto;
  }

  .shop-atelier-panel {
    min-height: 0;
  }

  .shop-atelier-intents {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shop-atelier-feature-card {
    min-height: 0;
  }

  .shop-atelier-section-head {
    align-items: start;
  }

  .shop-atelier-sort {
    width: 100%;
  }

  .shop-atelier-line-section__head,
  .shop-atelier-family-card {
    grid-template-columns: 1fr;
  }

  .shop-atelier-line-section__head > span {
    width: 46px;
    height: 46px;
  }

  .shop-atelier-compare-grid {
    grid-template-columns: 1fr;
  }

  .shop-atelier-support__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .shop-atelier-hero__inner {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .shop-atelier-kicker {
    align-items: flex-start;
    flex-direction: column;
  }

  .shop-atelier-panel,
  .shop-atelier-feature-card,
  .shop-atelier-lines-shell,
  .shop-atelier-line-section,
  .shop-atelier-compare,
  .shop-atelier-support {
    padding: 14px;
  }

  .shop-atelier-intents,
  .shop-atelier-lines,
  .shop-atelier-feature-card__metrics,
  .shop-atelier-feature-card__actions,
  .shop-atelier-family-card__metrics {
    grid-template-columns: 1fr;
  }

  .shop-atelier-feature-card h1 {
    font-size: 2.05rem;
  }

  .shop-atelier-feature-card__media {
    min-height: 220px;
  }

  .shop-atelier-feature-card__media img {
    max-height: 190px;
  }

  .shop-atelier-section-head h2,
  .shop-atelier-support h2 {
    font-size: 1.95rem;
  }

  .shop-atelier-results__actions {
    justify-content: flex-start;
  }

  .shop-atelier-family-card__media {
    min-height: 210px;
  }

  .shop-atelier-family-card__media img {
    height: 170px;
  }

  .shop-atelier-family-card__head {
    grid-template-columns: 1fr;
  }

  .shop-atelier-family-card__head > strong {
    justify-self: start;
  }

  .shop-atelier-variant {
    grid-template-columns: minmax(0, 1fr) 34px;
    min-height: 64px;
  }

  .shop-atelier-variant__price,
  .shop-atelier-variant__details,
  .shop-atelier-variant .shop-atelier-compare-button {
    grid-column: 1;
    justify-self: start;
  }

  .shop-atelier-matrix {
    margin-inline: -16px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .shop-atelier-support {
    width: min(100% - 32px, var(--max));
  }

  .shop-atelier-support__actions .button {
    width: 100%;
  }
}

/* Shop showroom correction: calmer 2026 product experience, less dashboard density. */
body[data-shop] {
  background: #f8f7f3;
}

.shop-atelier--showroom {
  background:
    linear-gradient(180deg, #f8f7f3 0%, #f4fbf9 46%, #ffffff 100%);
}

.shop-atelier--showroom .shop-atelier-hero {
  min-height: calc(100svh - var(--header));
  background:
    linear-gradient(180deg, #fbfaf6 0%, #f3faf8 100%);
}

.shop-atelier--showroom .shop-atelier-hero::before {
  opacity: 0.55;
  background-size: 88px 88px;
}

.shop-atelier--showroom .shop-atelier-hero__inner {
  gap: 26px;
  padding-top: 48px;
  padding-bottom: 38px;
}

.shop-atelier--showroom .shop-atelier-command {
  grid-template-columns: minmax(330px, 0.9fr) minmax(460px, 1.1fr);
  gap: 38px;
  align-items: center;
  min-height: 560px;
}

.shop-atelier-hero-copy {
  display: grid;
  gap: 18px;
  align-content: center;
}

.shop-atelier-hero-copy h1 {
  max-width: 660px;
  font-size: 4.7rem;
  line-height: 0.93;
}

.shop-atelier-hero-copy .lead {
  max-width: 560px;
  color: #3e5558;
  font-size: 1.14rem;
}

.shop-atelier--showroom .shop-atelier-intents {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  width: min(100%, 610px);
  margin-top: 6px;
  border: 1px solid rgba(18, 58, 63, 0.1);
  border-radius: var(--radius);
  padding: 6px;
  background: rgba(255, 255, 255, 0.72);
}

.shop-atelier--showroom .shop-atelier-intent {
  min-height: 58px;
  border: 0;
  padding: 9px 10px;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.shop-atelier--showroom .shop-atelier-intent:hover,
.shop-atelier--showroom .shop-atelier-intent.is-active {
  transform: none;
  background: #061719;
  color: #fff;
  box-shadow: 0 10px 24px rgba(6, 23, 25, 0.12);
}

.shop-atelier--showroom .shop-atelier-intent span {
  color: inherit;
  font-size: 0.78rem;
}

.shop-atelier--showroom .shop-atelier-intent strong {
  font-size: 0.86rem;
}

.shop-atelier--showroom .shop-atelier-intent small {
  display: none;
}

.shop-atelier-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 2px;
}

.shop-atelier--showroom .shop-atelier-feature-card {
  display: grid;
  grid-template-columns: minmax(230px, 0.72fr) minmax(280px, 1fr);
  grid-template-rows: auto auto;
  gap: 22px;
  align-items: center;
  min-height: 500px;
  padding: 24px;
  border: 1px solid rgba(18, 58, 63, 0.1);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(237, 248, 246, 0.92));
  box-shadow: 0 30px 76px rgba(6, 23, 25, 0.11);
}

.shop-atelier--showroom .shop-atelier-feature-card__body {
  gap: 14px;
  align-self: end;
}

.shop-atelier--showroom .shop-atelier-feature-card__body h2 {
  max-width: 380px;
  font-size: 2.1rem;
  line-height: 1;
}

.shop-atelier--showroom .shop-atelier-feature-card__body p:not(.eyebrow) {
  max-width: 420px;
  line-height: 1.5;
}

.shop-atelier--showroom .shop-atelier-feature-card__media {
  grid-column: 2;
  grid-row: 1 / span 2;
  min-height: 432px;
  margin: 0;
  border: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.74));
}

.shop-atelier--showroom .shop-atelier-feature-card__media::before {
  left: 8%;
  right: 8%;
  bottom: 58px;
  height: 22px;
  background: rgba(6, 23, 25, 0.1);
}

.shop-atelier--showroom .shop-atelier-feature-card__media img {
  width: min(92%, 430px);
  max-height: 390px;
}

.shop-atelier-feature-card__footer {
  display: flex;
  grid-column: 1;
  gap: 10px;
  align-items: center;
  align-self: start;
  color: #596c6f;
  font-size: 0.82rem;
  font-weight: 900;
}

.shop-atelier-feature-card__footer span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border-radius: 999px;
  padding: 5px 10px;
  background: #061719;
  color: #fff;
}

.shop-atelier--showroom .shop-atelier-feature-card__metrics {
  grid-template-columns: 1fr;
  max-width: 380px;
}

.shop-atelier--showroom .shop-atelier-feature-card__metrics span {
  min-height: 48px;
  grid-template-columns: 82px minmax(0, 1fr);
  align-items: center;
}

.shop-atelier--showroom .shop-atelier-feature-card__metrics small {
  align-self: center;
}

.shop-atelier--showroom .shop-atelier-feature-card__actions {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 420px;
}

.shop-atelier--showroom .shop-atelier-lines-shell {
  grid-template-columns: minmax(240px, 0.34fr) minmax(0, 1fr);
  gap: 24px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 44px rgba(6, 23, 25, 0.06);
}

.shop-atelier--showroom .shop-atelier-lines-shell h2 {
  font-size: 1.28rem;
}

.shop-atelier--showroom .shop-atelier-line {
  min-height: 106px;
  border-color: rgba(18, 58, 63, 0.09);
  padding: 14px;
  background: #fff;
}

.shop-atelier--showroom .shop-atelier-line:hover,
.shop-atelier--showroom .shop-atelier-line.is-active {
  transform: translateY(-1px);
  border-color: rgba(8, 123, 115, 0.42);
  background: #f1fbf8;
}

.shop-atelier--showroom .shop-atelier-line em {
  display: none;
}

.shop-atelier--showroom .shop-atelier-catalog {
  padding-top: 76px;
}

.shop-atelier--showroom .shop-atelier-section-head {
  margin-bottom: 14px;
}

.shop-atelier--showroom .shop-atelier-section-head h2 {
  font-size: 3.1rem;
}

.shop-atelier-tools {
  display: flex;
  gap: 10px;
  align-items: end;
  justify-content: flex-end;
}

.shop-atelier-selection {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 10px;
  margin-bottom: 12px;
}

.shop-atelier-selection-stat,
.shop-atelier-selection-actions {
  min-height: 74px;
  border: 1px solid rgba(18, 58, 63, 0.09);
  border-radius: var(--radius);
  padding: 12px 14px;
  background: #fff;
}

.shop-atelier-selection-stat + .shop-atelier-selection-stat {
  margin-top: 0;
}

.shop-atelier-selection-actions {
  display: flex;
  gap: 8px;
  align-items: stretch;
}

.shop-atelier--showroom .shop-atelier-reset,
.shop-atelier--showroom .shop-atelier-contact {
  width: auto;
  min-width: 118px;
  min-height: 0;
  margin: 0;
}

.shop-atelier--showroom .shop-atelier-results {
  margin-bottom: 12px;
  border-color: rgba(18, 58, 63, 0.08);
  box-shadow: none;
}

.shop-atelier--showroom .shop-atelier-line-section {
  gap: 18px;
  border-color: rgba(18, 58, 63, 0.08);
  padding: 20px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(6, 23, 25, 0.055);
}

.shop-atelier--showroom .shop-atelier-line-section__head {
  grid-template-columns: 46px minmax(0, 1fr) auto;
  padding-bottom: 14px;
}

.shop-atelier--showroom .shop-atelier-line-section__head > span {
  width: 46px;
  height: 46px;
}

.shop-atelier--showroom .shop-atelier-line-section__head h3 {
  font-size: 1.86rem;
}

.shop-atelier--showroom .shop-atelier-family-stack {
  gap: 12px;
}

.shop-atelier--showroom .shop-atelier-family-card {
  grid-template-columns: 210px minmax(0, 1fr);
  border-color: rgba(18, 58, 63, 0.075);
  background: #fbfcfa;
  box-shadow: none;
}

.shop-atelier--showroom .shop-atelier-family-card__media {
  min-height: 218px;
  padding: 16px;
  background: linear-gradient(180deg, #ffffff, #edf8f6);
}

.shop-atelier--showroom .shop-atelier-family-card__media img {
  height: 178px;
}

.shop-atelier--showroom .shop-atelier-family-card__body {
  align-content: center;
  gap: 10px;
  padding: 16px 18px;
}

.shop-atelier--showroom .shop-atelier-family-card__head h3 {
  font-size: 1.18rem;
}

.shop-atelier--showroom .shop-atelier-family-card__body > p,
.shop-atelier--showroom .shop-atelier-family-card__uses {
  font-size: 0.88rem;
}

.shop-atelier--showroom .shop-atelier-family-card__metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.shop-atelier--showroom .shop-atelier-family-card__metrics span {
  min-height: 48px;
  background: #fff;
}

.shop-atelier--showroom .shop-atelier-variant {
  grid-template-columns: minmax(160px, 1fr) minmax(104px, auto) auto auto 34px;
  min-height: 44px;
  border-color: rgba(18, 58, 63, 0.075);
  padding: 6px 7px;
}

.shop-atelier--showroom .shop-atelier-variant__details {
  min-width: 64px;
}

.shop-atelier--showroom .shop-atelier-compare-section {
  padding-top: 30px;
}

.shop-atelier--showroom .shop-atelier-compare {
  margin-top: 16px;
  box-shadow: 0 18px 44px rgba(6, 23, 25, 0.055);
}

.shop-atelier--showroom .shop-atelier-matrix {
  margin-top: 16px;
}

.shop-atelier--showroom .shop-atelier-compare[hidden] {
  display: none;
}

.shop-atelier--showroom .shop-atelier-support {
  margin-top: 22px;
}

@media (max-width: 1100px) {
  .shop-atelier--showroom .shop-atelier-command {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .shop-atelier--showroom .shop-atelier-feature-card {
    grid-template-columns: minmax(0, 0.72fr) minmax(320px, 1fr);
  }

  .shop-atelier--showroom .shop-atelier-intents {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .shop-atelier--showroom .shop-atelier-intent {
    min-height: 48px;
    padding: 8px 6px;
  }

  .shop-atelier--showroom .shop-atelier-intent strong {
    display: none;
  }

  .shop-atelier--showroom .shop-atelier-lines-shell {
    grid-template-columns: 1fr;
  }

  .shop-atelier-selection {
    grid-template-columns: 1fr 1fr;
  }

  .shop-atelier-selection-actions {
    grid-column: 1 / -1;
  }

  .shop-atelier-tools {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .shop-atelier--showroom .shop-atelier-hero__inner {
    padding-top: 28px;
  }

  .shop-atelier-hero-copy h1 {
    font-size: 3.05rem;
  }

  .shop-atelier--showroom .shop-atelier-intents,
  .shop-atelier--showroom .shop-atelier-lines {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shop-atelier-tools {
    display: grid;
    grid-template-columns: 1fr;
  }

  .shop-atelier--showroom .shop-atelier-feature-card,
  .shop-atelier--showroom .shop-atelier-family-card,
  .shop-atelier-selection,
  .shop-atelier--showroom .shop-atelier-line-section__head {
    grid-template-columns: 1fr;
  }

  .shop-atelier--showroom .shop-atelier-feature-card__media {
    grid-column: auto;
    grid-row: 1;
    min-height: 280px;
  }

  .shop-atelier--showroom .shop-atelier-feature-card__media img {
    max-height: 246px;
  }

  .shop-atelier-feature-card__footer {
    grid-column: auto;
  }

  .shop-atelier--showroom .shop-atelier-feature-card__actions,
  .shop-atelier--showroom .shop-atelier-family-card__metrics {
    grid-template-columns: 1fr;
  }

  .shop-atelier--showroom .shop-atelier-section-head h2 {
    font-size: 2.15rem;
  }

  .shop-atelier--showroom .shop-atelier-family-card__media {
    min-height: 190px;
  }

  .shop-atelier--showroom .shop-atelier-family-card__media img {
    height: 150px;
  }

  .shop-atelier--showroom .shop-atelier-variant {
    grid-template-columns: minmax(0, 1fr) 34px;
    min-height: 62px;
  }

  .shop-atelier--showroom .shop-atelier-variant__price,
  .shop-atelier--showroom .shop-atelier-variant__details,
  .shop-atelier--showroom .shop-atelier-variant .shop-atelier-compare-button {
    grid-column: 1;
    justify-self: start;
  }
}

/* Shop lab: fresh guided product selector for /sklep. */
body[data-shop] {
  background: #f3f7f5;
}

.shop-lab {
  --shop-ink: #07191c;
  --shop-muted: #5b6c70;
  --shop-line: rgba(7, 25, 28, 0.12);
  --shop-panel: rgba(255, 255, 255, 0.9);
  --shop-panel-solid: #ffffff;
  --shop-teal: #087b73;
  --shop-teal-soft: #e6f6f3;
  --shop-gold: #b88932;
  --shop-shadow: 0 22px 60px rgba(6, 23, 25, 0.09);
  overflow: hidden;
  background:
    linear-gradient(180deg, #f6f8f6 0%, #edf7f4 42%, #ffffff 100%);
  color: var(--shop-ink);
}

.shop-lab-hero {
  position: relative;
  border-bottom: 1px solid rgba(7, 25, 28, 0.08);
}

.shop-lab-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(7, 25, 28, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 25, 28, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.78), transparent 78%);
  pointer-events: none;
}

.shop-lab-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  padding-top: 34px;
  padding-bottom: 28px;
}

.shop-lab-title {
  display: grid;
  gap: 10px;
  justify-items: center;
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
}

.shop-lab-title h1 {
  max-width: 820px;
  font-size: clamp(3rem, 6.2vw, 5.6rem);
  line-height: 0.92;
}

.shop-lab-title .lead {
  max-width: 700px;
  color: #3d5559;
  font-size: 1.08rem;
}

.shop-lab-console {
  display: grid;
  grid-template-columns: minmax(215px, 0.76fr) minmax(420px, 1.42fr) minmax(215px, 0.76fr);
  gap: 14px;
  align-items: stretch;
}

.shop-lab-console__rail,
.shop-lab-feature-card,
.shop-lab-lines-shell,
.shop-lab-results,
.shop-lab-line-section,
.shop-lab-compare,
.shop-lab-matrix,
.shop-lab-support-panel {
  border: 1px solid var(--shop-line);
  border-radius: var(--radius);
  background: var(--shop-panel);
  box-shadow: var(--shop-shadow);
}

.shop-lab-console__rail {
  display: grid;
  gap: 14px;
  align-content: start;
  min-height: 510px;
  padding: 16px;
  backdrop-filter: blur(18px);
}

.shop-lab-rail-head,
.shop-lab-lines-head {
  display: flex;
  gap: 12px;
  align-items: center;
}

.shop-lab-rail-head span,
.shop-lab-lines-head > span,
.shop-lab-line-section__head > span {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border: 1px solid rgba(184, 137, 50, 0.36);
  border-radius: var(--radius);
  background: #fffaf0;
  color: #805d1c;
  font-size: 0.82rem;
  font-weight: 950;
}

.shop-lab-rail-head h2,
.shop-lab-lines-head h2 {
  font-size: 1.06rem;
  line-height: 1.08;
}

.shop-lab-intents,
.shop-lab-selection {
  display: grid;
  gap: 9px;
}

.shop-lab-intent,
.shop-lab-line,
.shop-lab-reset,
.shop-lab-contact-link,
.shop-lab-compare-button,
.shop-lab-add-button {
  border-radius: var(--radius);
  font-weight: 850;
  letter-spacing: 0;
}

.shop-lab-intent {
  display: grid;
  gap: 5px;
  min-height: 94px;
  border: 1px solid rgba(7, 25, 28, 0.1);
  padding: 13px;
  background: #fff;
  color: var(--shop-ink);
  text-align: left;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.shop-lab-intent:hover,
.shop-lab-intent.is-active {
  transform: translateY(-1px);
  border-color: rgba(8, 123, 115, 0.42);
  background: var(--shop-teal-soft);
  box-shadow: 0 12px 24px rgba(6, 23, 25, 0.07);
}

.shop-lab-intent span,
.shop-lab-selection-stat span,
.shop-lab-results__actions span {
  color: var(--shop-teal);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.shop-lab-intent strong {
  color: var(--shop-ink);
  font-size: 1rem;
  line-height: 1.08;
}

.shop-lab-intent small,
.shop-lab-selection-stat small {
  color: var(--shop-muted);
  font-size: 0.8rem;
  line-height: 1.34;
}

.shop-lab-feature-slot {
  min-width: 0;
  min-height: 650px;
}

.shop-lab-feature-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(240px, 0.76fr) minmax(260px, 1fr);
  grid-template-rows: 1fr auto;
  gap: 18px;
  min-height: 510px;
  overflow: hidden;
  padding: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(231, 245, 241, 0.94));
}

.shop-lab-feature-card__body {
  display: grid;
  gap: 12px;
  align-content: center;
  min-width: 0;
}

.shop-lab-feature-card__line {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.shop-lab-feature-card__line a {
  color: var(--shop-teal);
  font-size: 0.78rem;
  font-weight: 900;
  text-decoration: none;
}

.shop-lab-feature-card h2 {
  font-size: clamp(2.25rem, 4vw, 3.7rem);
  line-height: 0.94;
}

.shop-lab-feature-card h2 span {
  display: block;
  margin-bottom: 4px;
  color: var(--shop-gold);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.shop-lab-feature-card h2 a,
.shop-lab-family-card h3 a,
.shop-lab-compare-card h3 a {
  text-decoration: none;
}

.shop-lab-feature-card__family {
  color: #244044;
  font-size: 1.1rem;
  font-weight: 900;
}

.shop-lab-feature-card__body > p:not(.eyebrow):not(.shop-lab-feature-card__family) {
  color: #4f6468;
}

.shop-lab-feature-card__metrics,
.shop-lab-family-card__metrics {
  display: grid;
  gap: 8px;
}

.shop-lab-feature-card__metrics {
  grid-template-columns: 1fr;
}

.shop-lab-feature-card__metrics span,
.shop-lab-family-card__metrics span {
  display: grid;
  gap: 3px;
  min-height: 52px;
  align-content: center;
  border: 1px solid rgba(7, 25, 28, 0.09);
  border-radius: var(--radius);
  padding: 9px 11px;
  background: #fff;
  color: var(--shop-ink);
  font-size: 0.88rem;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.shop-lab-feature-card__metrics span {
  grid-template-columns: 78px minmax(0, 1fr);
  align-items: center;
}

.shop-lab-feature-card__metrics small,
.shop-lab-family-card__metrics small {
  color: #647477;
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.shop-lab-feature-card__actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.shop-lab-feature-card__actions .button,
.shop-lab-feature-card__actions .shop-lab-compare-button {
  width: 100%;
  min-height: 42px;
}

.shop-lab-feature-card__media {
  position: relative;
  display: grid;
  grid-row: 1 / span 2;
  grid-column: 2;
  min-height: 430px;
  place-items: center;
  border: 1px solid rgba(7, 25, 28, 0.07);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, #ffffff 0%, #eef7f4 100%);
  text-decoration: none;
}

.shop-lab-feature-card__media::after,
.shop-lab-family-card__media::after {
  content: "";
  position: absolute;
  right: 14%;
  bottom: 34px;
  left: 14%;
  height: 16px;
  border-radius: 999px;
  background: rgba(6, 23, 25, 0.1);
  filter: blur(12px);
}

.shop-lab-feature-card__media img {
  position: relative;
  z-index: 1;
  width: min(86%, 410px);
  max-height: 370px;
  object-fit: contain;
  filter: drop-shadow(0 20px 28px rgba(6, 23, 25, 0.13));
}

.shop-lab-feature-card__media span {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  border-radius: 999px;
  padding: 6px 11px;
  background: var(--shop-ink);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 950;
}

.shop-lab-feature-card__footer {
  display: flex;
  gap: 10px;
  align-items: center;
  align-self: end;
  color: var(--shop-muted);
  font-size: 0.82rem;
  font-weight: 900;
}

.shop-lab-feature-card__footer span {
  color: var(--shop-gold);
  text-transform: uppercase;
}

.shop-lab-lines-shell {
  display: grid;
  grid-template-columns: minmax(210px, 0.34fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 16px;
  backdrop-filter: blur(18px);
}

.shop-lab-lines {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.shop-lab-line {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 4px 10px;
  align-items: center;
  min-height: 106px;
  border: 1px solid rgba(7, 25, 28, 0.1);
  padding: 12px;
  background: #fff;
  color: var(--shop-ink);
  text-align: left;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.shop-lab-line:hover,
.shop-lab-line.is-active {
  transform: translateY(-1px);
  border-color: rgba(184, 137, 50, 0.48);
  background: #fffaf0;
  box-shadow: 0 12px 24px rgba(6, 23, 25, 0.07);
}

.shop-lab-line span {
  grid-column: 1;
  grid-row: 1 / span 3;
  align-self: start;
  color: var(--shop-gold);
  font-size: 0.78rem;
  font-weight: 950;
}

.shop-lab-line strong {
  grid-column: 2;
  font-size: 0.96rem;
  line-height: 1.08;
}

.shop-lab-line small,
.shop-lab-line em {
  grid-column: 2;
  color: var(--shop-muted);
  font-size: 0.75rem;
  font-style: normal;
  line-height: 1.3;
}

.shop-lab-catalog {
  padding-top: 66px;
  padding-bottom: 34px;
}

.shop-lab-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: end;
  margin-bottom: 16px;
}

.shop-lab-section-head h2 {
  max-width: 820px;
  font-size: clamp(2.2rem, 4.4vw, 3.8rem);
  line-height: 0.98;
}

.shop-lab-section-head .lead {
  max-width: 800px;
}

.shop-lab-tools {
  display: flex;
  gap: 10px;
  align-items: end;
  justify-content: flex-end;
}

.shop-lab-search {
  display: grid;
  gap: 6px;
  min-width: min(280px, 32vw);
  color: var(--shop-muted);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.shop-lab-sort {
  display: grid;
  gap: 6px;
  min-width: 210px;
  color: var(--shop-muted);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.shop-lab-sort select {
  min-height: 44px;
  border: 1px solid rgba(7, 25, 28, 0.14);
  border-radius: var(--radius);
  padding: 0 12px;
  background: #fff;
  color: var(--shop-ink);
  font-weight: 800;
}

.shop-lab-selection-stat,
.shop-lab-selection-actions {
  min-height: 74px;
  border: 1px solid rgba(7, 25, 28, 0.1);
  border-radius: var(--radius);
  padding: 12px;
  background: #fff;
}

.shop-lab-selection-stat {
  display: grid;
  gap: 4px;
  align-content: center;
}

.shop-lab-selection-stat strong {
  color: var(--shop-ink);
  font-size: 1rem;
  line-height: 1.15;
}

.shop-lab-selection-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.shop-lab-reset,
.shop-lab-contact-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(7, 25, 28, 0.13);
  padding: 9px 10px;
  background: #fff;
  color: var(--shop-ink);
  text-decoration: none;
}

.shop-lab-reset:hover,
.shop-lab-contact-link:hover {
  border-color: rgba(8, 123, 115, 0.35);
  background: var(--shop-teal-soft);
}

.shop-lab-results {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin-bottom: 14px;
  padding: 14px 16px;
  background: #fff;
  box-shadow: none;
}

.shop-lab-results h3 {
  margin-top: 3px;
  font-size: 1.14rem;
}

.shop-lab-results__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  align-items: center;
}

.shop-lab-results__actions span,
.shop-lab-results__actions button {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border-radius: 999px;
  padding: 6px 11px;
  font-size: 0.8rem;
  font-weight: 900;
}

.shop-lab-results__actions span {
  border: 1px solid rgba(8, 123, 115, 0.16);
  background: var(--shop-teal-soft);
}

.shop-lab-results__actions button {
  border: 1px solid rgba(7, 25, 28, 0.13);
  background: #fff;
  color: var(--shop-ink);
}

.shop-lab #shop-products,
.shop-lab-products {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 0;
}

.shop-lab-line-section {
  display: grid;
  gap: 14px;
  padding: 16px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(6, 23, 25, 0.055);
}

.shop-lab-line-section__head {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid rgba(7, 25, 28, 0.08);
  padding-bottom: 14px;
}

.shop-lab-line-section__head h3 {
  margin-top: 3px;
  font-size: 1.62rem;
}

.shop-lab-line-section__head p:not(.eyebrow) {
  max-width: 760px;
  color: var(--shop-muted);
}

.shop-lab-family-stack {
  display: grid;
  gap: 10px;
}

.shop-lab-family-card {
  display: grid;
  grid-template-columns: minmax(166px, 0.28fr) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(7, 25, 28, 0.09);
  border-radius: var(--radius);
  background: #fbfdfc;
}

.shop-lab-family-card__media {
  position: relative;
  display: grid;
  min-height: 214px;
  place-items: center;
  padding: 14px;
  background: linear-gradient(180deg, #ffffff, #eef7f4);
  text-decoration: none;
}

.shop-lab-family-card__media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 164px;
  object-fit: contain;
  filter: drop-shadow(0 15px 18px rgba(6, 23, 25, 0.1));
}

.shop-lab-family-card__media span {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: inline-flex;
  min-height: 29px;
  align-items: center;
  border: 1px solid rgba(8, 123, 115, 0.14);
  border-radius: 999px;
  padding: 5px 9px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--shop-teal);
  font-size: 0.72rem;
  font-weight: 950;
}

.shop-lab-family-card__body {
  display: grid;
  gap: 10px;
  align-content: center;
  padding: 16px;
}

.shop-lab-family-card__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
}

.shop-lab-family-card__head h3 {
  margin-top: 3px;
  font-size: 1.14rem;
}

.shop-lab-family-card__head > strong {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  border-radius: 999px;
  padding: 6px 10px;
  background: var(--shop-ink);
  color: #fff;
  font-size: 0.76rem;
  white-space: nowrap;
}

.shop-lab-family-card__body > p {
  color: var(--shop-muted);
  font-size: 0.9rem;
  line-height: 1.42;
}

.shop-lab-family-card__metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.shop-lab-family-card__metrics span {
  min-height: 48px;
  font-size: 0.84rem;
}

.shop-lab-family-card__uses {
  color: #36595d;
  font-size: 0.84rem;
  font-weight: 850;
}

.shop-lab-variants {
  display: grid;
  gap: 7px;
}

.shop-lab-variant {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) minmax(104px, auto) auto auto 34px;
  gap: 8px;
  align-items: center;
  min-height: 46px;
  border: 1px solid rgba(7, 25, 28, 0.08);
  border-radius: var(--radius);
  padding: 6px 7px;
  background: #fff;
}

.shop-lab-variant__model {
  display: grid;
  gap: 2px;
  min-width: 0;
  padding-left: 4px;
  text-decoration: none;
}

.shop-lab-variant__model strong {
  color: var(--shop-ink);
  font-size: 0.92rem;
  line-height: 1.1;
}

.shop-lab-variant__model span {
  color: var(--shop-muted);
  font-size: 0.77rem;
  font-weight: 750;
  overflow-wrap: anywhere;
}

.shop-lab-variant__price {
  color: var(--shop-ink);
  font-size: 0.85rem;
  font-weight: 950;
  white-space: nowrap;
}

.shop-lab-variant__details {
  color: var(--shop-teal);
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.shop-lab-compare-button {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(8, 123, 115, 0.22);
  padding: 7px 11px;
  background: #fff;
  color: var(--shop-teal);
  font-size: 0.82rem;
  text-align: center;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.shop-lab-compare-button:hover,
.shop-lab-compare-button.is-active {
  transform: translateY(-1px);
  border-color: rgba(8, 123, 115, 0.45);
  background: #dff8f4;
}

.shop-lab-compare-button--compact {
  min-width: 88px;
  min-height: 34px;
  padding: 6px 9px;
  font-size: 0.78rem;
}

.shop-lab-add-button {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 0;
  background: var(--shop-ink);
  color: #fff;
  font-size: 1.16rem;
  line-height: 1;
  transition: transform 160ms ease, background-color 160ms ease;
}

.shop-lab-add-button:hover {
  transform: translateY(-1px);
  background: var(--shop-teal);
}

.shop-lab-compare {
  margin-top: 14px;
  padding: 14px;
  background: #fff;
}

.shop-lab-compare[hidden],
.shop-lab-matrix[hidden] {
  display: none;
}

.shop-lab-compare__head {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.shop-lab-compare__head h2 {
  margin-top: 2px;
  font-size: 1.24rem;
}

.shop-lab-compare__head > span {
  display: inline-grid;
  min-width: 46px;
  height: 34px;
  place-items: center;
  border-radius: 999px;
  background: var(--shop-ink);
  color: #fff;
  font-weight: 950;
}

.shop-lab-compare-grid {
  display: grid;
  grid-template-columns: repeat(var(--compare-count), minmax(0, 1fr));
  gap: 10px;
}

.shop-lab-compare-card {
  position: relative;
  display: grid;
  gap: 10px;
  border: 1px solid rgba(7, 25, 28, 0.09);
  border-radius: var(--radius);
  padding: 14px;
  background: #fbfdfc;
}

.shop-lab-compare-card > button[data-remove-compare] {
  position: absolute;
  top: 9px;
  right: 9px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(7, 25, 28, 0.12);
  border-radius: 50%;
  background: #fff;
  color: var(--shop-ink);
  font-size: 1.1rem;
  font-weight: 900;
}

.shop-lab-compare-card img {
  width: 100%;
  height: 118px;
  object-fit: contain;
}

.shop-lab-compare-card dl {
  display: grid;
  gap: 6px;
  margin: 0;
}

.shop-lab-compare-card dl div {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 8px;
}

.shop-lab-compare-card dt {
  color: #68787a;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.shop-lab-compare-card dd {
  margin: 0;
  color: var(--shop-ink);
  font-size: 0.86rem;
  font-weight: 850;
}

.shop-lab-compare-card__actions,
.shop-lab-table-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.shop-lab-matrix {
  overflow: hidden;
  margin-top: 14px;
  background: #fff;
}

.shop-lab-table-scroll {
  overflow-x: auto;
}

.shop-lab-matrix table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
}

.shop-lab-matrix th,
.shop-lab-matrix td {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(7, 25, 28, 0.08);
  text-align: left;
  vertical-align: middle;
}

.shop-lab-matrix th {
  background: #f3f8f6;
  color: #637476;
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.shop-lab-matrix tbody tr:hover {
  background: #fbfdfc;
}

.shop-lab-model {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 230px;
  text-decoration: none;
}

.shop-lab-model img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.shop-lab-model span {
  display: grid;
  gap: 2px;
}

.shop-lab-model small {
  color: var(--shop-muted);
  font-size: 0.78rem;
}

.shop-lab-empty {
  border: 1px dashed rgba(7, 25, 28, 0.18);
  border-radius: var(--radius);
  padding: 34px;
  background: #fff;
  text-align: center;
}

.shop-lab-support-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 22px;
  padding-top: 30px;
  padding-bottom: 34px;
}

.shop-lab-support-panel {
  display: grid;
  gap: 16px;
  padding: 20px;
  background: #fff;
}

.shop-lab-support-head {
  display: grid;
  gap: 5px;
}

.shop-lab-support-head h2 {
  font-size: 1.55rem;
  line-height: 1.08;
}

.shop-lab-support-grid .support-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.shop-lab-support-grid .support-card {
  min-height: 154px;
  gap: 8px;
  border-color: rgba(7, 25, 28, 0.09);
  padding: 14px;
  box-shadow: none;
}

.shop-lab-support-grid .support-card h3 {
  font-size: 1rem;
  line-height: 1.12;
}

.shop-lab-support-grid .support-card p {
  color: var(--shop-muted);
  font-size: 0.84rem;
  line-height: 1.38;
}

.shop-lab-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  width: min(var(--max), calc(100% - 32px));
  margin: 18px auto 72px;
  padding: 30px;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, #061719 0%, #0d373a 64%, #173d3b 100%);
  color: #fff;
}

.shop-lab-contact h2 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(1.9rem, 3.6vw, 3rem);
  line-height: 1;
}

.shop-lab-contact .eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.shop-lab-contact p {
  max-width: 780px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.76);
}

.shop-lab-contact__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.shop-lab-contact .button--light {
  border-color: rgba(255, 255, 255, 0.16);
}

@media (max-width: 1180px) {
  .shop-lab-console {
    grid-template-columns: 1fr 1fr;
  }

  .shop-lab-feature-slot {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .shop-lab-lines-shell {
    grid-template-columns: 1fr;
  }

  .shop-lab-lines {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shop-lab-support-grid {
    grid-template-columns: 1fr;
  }

  .shop-lab-loading {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .shop-lab-hero__inner {
    padding-top: 28px;
  }

  .shop-lab-console,
  .shop-lab-section-head,
  .shop-lab-results,
  .shop-lab-contact {
    grid-template-columns: 1fr;
  }

  .shop-lab-console__rail {
    min-height: 0;
  }

  .shop-lab-feature-slot {
    grid-column: auto;
    grid-row: auto;
  }

  .shop-lab-intents {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .shop-lab-intent {
    min-height: 76px;
    padding: 10px;
  }

  .shop-lab-intent strong {
    font-size: 0.86rem;
  }

  .shop-lab-intent small {
    display: none;
  }

  .shop-lab-feature-card {
    grid-template-columns: minmax(0, 0.72fr) minmax(260px, 1fr);
    min-height: 0;
  }

  .shop-lab-section-head {
    align-items: start;
  }

  .shop-lab-tools {
    justify-content: flex-start;
  }

  .shop-lab-line-section__head,
  .shop-lab-family-card {
    grid-template-columns: 1fr;
  }

  .shop-lab-line-section__head > span,
  .shop-lab-family-card__head > strong {
    justify-self: start;
  }

  .shop-lab-family-card__media {
    min-height: 190px;
  }

  .shop-lab-family-card__media img {
    height: 150px;
  }

  .shop-lab-compare-grid {
    grid-template-columns: 1fr;
  }

  .shop-lab-contact__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .shop-lab-title {
    justify-items: start;
    text-align: left;
  }

  .shop-lab-title h1 {
    font-size: 3.15rem;
  }

  .shop-lab-intents,
  .shop-lab-lines,
  .shop-lab-feature-card,
  .shop-lab-feature-card__actions,
  .shop-lab-family-card__metrics,
  .shop-lab-support-grid .support-grid {
    grid-template-columns: 1fr;
  }

  .shop-lab-lines-shell,
  .shop-lab-console__rail,
  .shop-lab-feature-card,
  .shop-lab-line-section,
  .shop-lab-compare,
  .shop-lab-support-panel {
    padding: 14px;
  }

  .shop-lab-feature-card__media {
    grid-column: auto;
    grid-row: 1;
    min-height: 270px;
  }

  .shop-lab-feature-card__media img {
    max-height: 230px;
  }

  .shop-lab-feature-card__metrics span {
    grid-template-columns: 1fr;
  }

  .shop-lab-tools {
    display: grid;
    grid-template-columns: 1fr;
  }

  .shop-lab-sort {
    min-width: 0;
  }

  .shop-lab-variant {
    grid-template-columns: minmax(0, 1fr) 34px;
    min-height: 64px;
  }

  .shop-lab-variant__price,
  .shop-lab-variant__details,
  .shop-lab-variant .shop-lab-compare-button {
    grid-column: 1;
    justify-self: start;
  }

  .shop-lab-matrix {
    margin-inline: -16px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .shop-lab-contact {
    width: min(100% - 32px, var(--max));
    padding: 22px;
  }

  .shop-lab-contact__actions .button {
    width: 100%;
  }
}

/* Mobile product specs: keep catalog data readable instead of narrow multi-column tiles. */
@media (max-width: 680px) {
  .hero-heart-stage {
    overflow: hidden;
  }

  .hero-heart-stage::before {
    inset: 0;
  }

  .heart-orbit,
  .heart-particle,
  .heart-glint {
    display: none;
  }

  .section.product-content--refined {
    width: 100%;
    padding: 24px 8px 52px;
  }

  .product-spec-wide.detail-block--spec {
    padding: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
    background:
      linear-gradient(rgba(8, 123, 115, 0.025) 1px, transparent 1px),
      linear-gradient(90deg, rgba(8, 123, 115, 0.02) 1px, transparent 1px),
      #ffffff;
    background-size: 28px 28px, 28px 28px, auto;
  }

  .product-spec-wide .spec-heading {
    padding: 16px 18px 13px;
  }

  .product-spec-wide .spec-list {
    display: block;
    grid-template-columns: 1fr;
    padding: 0 18px 12px;
  }

  .product-spec-wide .spec-list div,
  .product-spec-wide .spec-list div.is-featured {
    min-height: 0;
    display: block;
    border: 0;
    border-bottom: 1px solid rgba(18, 58, 63, 0.12);
    border-radius: 0;
    padding: 12px 0;
    background: transparent;
    box-shadow: none;
  }

  .product-spec-wide .spec-list div::before,
  .product-spec-wide .spec-list div.is-featured::before {
    display: none;
  }

  .product-spec-wide .spec-list dt {
    margin-bottom: 4px;
    color: var(--teal-deep);
    font-size: 0.7rem;
    line-height: 1.15;
    overflow-wrap: anywhere;
  }

  .product-spec-wide .spec-list dd {
    font-size: 0.96rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
    hyphens: auto;
  }

  .product-spec-wide .spec-list div:last-child {
    border-bottom: 0;
  }
}


/* Interaction pass: product-selector cards with route icon drawers. */
.shop-lab-storefront {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(244, 251, 249, 0.96)),
    #fff;
}

.shop-lab-storefront::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--shop-teal-dark), var(--teal), var(--shop-gold));
}

.shop-lab-family-grid {
  align-items: start;
}

.shop-lab-family-card {
  position: relative;
  isolation: isolate;
  align-self: start;
  grid-template-rows: 210px auto;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.shop-lab-family-card:hover,
.shop-lab-family-card.is-expanded {
  border-color: rgba(8, 123, 115, 0.35);
  box-shadow: 0 22px 50px rgba(6, 23, 25, 0.09);
}

.shop-lab-family-card.is-expanded {
  transform: translateY(-2px);
}

.shop-lab-family-card__media {
  overflow: hidden;
}

.shop-lab-family-card__media::before {
  content: "";
  position: absolute;
  inset: auto 8% 18px;
  height: 34px;
  border-radius: 999px;
  background: rgba(8, 123, 115, 0.09);
  filter: blur(18px);
}

.shop-lab-family-card__media img {
  transition: transform 220ms ease;
}

.shop-lab-family-card:hover .shop-lab-family-card__media img,
.shop-lab-family-card.is-expanded .shop-lab-family-card__media img {
  transform: translateY(-3px) scale(1.035);
}

.shop-route-tray {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.shop-route-chip {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-height: 46px;
  border: 1px solid rgba(7, 25, 28, 0.1);
  border-radius: 8px;
  padding: 8px 10px;
  background: #fff;
  color: var(--shop-ink);
  text-align: left;
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1.15;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.shop-route-chip:hover,
.shop-route-chip.is-active {
  transform: translateY(-1px);
  border-color: rgba(8, 123, 115, 0.4);
  background: var(--shop-teal-soft);
  color: var(--shop-teal-dark);
}

.shop-route-chip svg {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  padding: 5px;
  background: #f3faf8;
  color: var(--shop-teal-dark);
}

.shop-route-chip span {
  overflow-wrap: anywhere;
}

.shop-lab-family-card__quick {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  border-top: 1px solid var(--shop-line);
  padding-top: 10px;
}

.shop-lab-family-card__quick > strong {
  color: var(--shop-ink);
  font-size: 1rem;
}

.shop-family-toggle {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(8, 123, 115, 0.24);
  border-radius: 999px;
  padding: 8px 14px;
  background: #fff;
  color: var(--shop-teal-dark);
  font-size: 0.82rem;
  font-weight: 950;
  white-space: nowrap;
  transition: border-color 160ms ease, background-color 160ms ease;
}

.shop-family-toggle:hover,
.shop-lab-family-card.is-expanded .shop-family-toggle {
  border-color: rgba(8, 123, 115, 0.44);
  background: var(--shop-teal-soft);
}

.shop-family-drawer {
  display: grid;
  gap: 12px;
  border-top: 1px solid var(--shop-line);
  padding-top: 12px;
}

.shop-family-drawer[hidden] {
  display: none;
}

.shop-route-detail {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  border: 1px solid rgba(8, 123, 115, 0.18);
  border-radius: 8px;
  padding: 12px;
  background:
    linear-gradient(135deg, rgba(234, 247, 245, 0.9), rgba(255, 255, 255, 0.96));
}

.shop-route-detail__icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 12px;
  background: var(--shop-ink);
  color: #fff;
}

.shop-route-detail svg {
  width: 30px;
  height: 30px;
}

.shop-route-detail span {
  color: var(--shop-teal-dark);
  font-size: 0.7rem;
  font-weight: 950;
  text-transform: uppercase;
}

.shop-route-detail strong {
  display: block;
  margin-top: 2px;
  color: var(--shop-ink);
  font-size: 1rem;
}

.shop-route-detail p {
  margin-top: 4px;
  color: #4a6064;
  font-size: 0.86rem;
  line-height: 1.38;
}

.shop-lab-family-card:not(.is-expanded) .shop-lab-family-card__metrics,
.shop-lab-family-card:not(.is-expanded) .shop-lab-family-card__uses,
.shop-lab-family-card:not(.is-expanded) .shop-lab-variants {
  display: none;
}

.shop-lab-variant {
  position: relative;
  overflow: hidden;
}

.shop-lab-variant::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: transparent;
  transition: background-color 160ms ease;
}

.shop-lab-variant:hover::before {
  background: var(--shop-teal);
}

.shop-lab-feature-card {
  border-color: rgba(8, 123, 115, 0.16);
}

@media (max-width: 920px) {
  .shop-route-tray {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 921px) {
  .shop-lab-family-grid.has-expanded {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }

  .shop-lab-family-card.is-expanded {
    grid-column: 1 / -1;
    grid-row: auto;
    grid-template-columns: minmax(260px, 0.36fr) minmax(0, 1fr);
    grid-template-rows: auto;
  }

  .shop-lab-family-grid.has-expanded .shop-lab-family-card:not(.is-expanded) {
    grid-column: auto;
  }

  .shop-lab-family-card.is-expanded .shop-lab-family-card__media {
    min-height: 100%;
  }

  .shop-lab-family-card.is-expanded .shop-lab-family-card__media img {
    width: min(82%, 260px);
    height: 240px;
  }

  .shop-lab-family-card.is-expanded .shop-route-tray {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .shop-lab-family-card.is-expanded .shop-family-drawer {
    grid-template-columns: minmax(230px, 0.88fr) minmax(0, 1fr);
    align-items: start;
  }

  .shop-lab-family-card.is-expanded .shop-route-detail,
  .shop-lab-family-card.is-expanded .shop-lab-family-card__metrics {
    grid-column: 1;
  }

  .shop-lab-family-card.is-expanded .shop-lab-family-card__uses,
  .shop-lab-family-card.is-expanded .shop-lab-variants {
    grid-column: 2;
  }

  .shop-lab-family-card.is-expanded .shop-lab-family-card__uses {
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .shop-lab-family-card {
    grid-template-rows: 190px auto;
  }

  .shop-route-tray {
    grid-template-columns: 1fr;
  }

  .shop-lab-family-card__quick {
    grid-template-columns: 1fr;
  }

  .shop-family-toggle {
    width: 100%;
  }

  .shop-route-detail {
    grid-template-columns: 1fr;
  }
}

/* Shop storefront redesign override: browse-first catalog layout for /sklep. */
body[data-shop] {
  background: #f8faf9;
}

.shop-lab {
  --shop-ink: #07191c;
  --shop-muted: #627276;
  --shop-soft: #f5f8f7;
  --shop-line: rgba(7, 25, 28, 0.12);
  --shop-line-strong: rgba(7, 25, 28, 0.18);
  --shop-panel: #ffffff;
  --shop-teal: #087b73;
  --shop-teal-dark: #035a55;
  --shop-teal-soft: #eaf7f5;
  --shop-gold: #7c5517;
  --shop-shadow: 0 18px 42px rgba(6, 23, 25, 0.06);
  overflow: visible;
  background: linear-gradient(180deg, #fbfcfb 0%, #f5faf8 48%, #ffffff 100%);
  color: var(--shop-ink);
}

.shop-lab-hero {
  border-bottom: 1px solid rgba(7, 25, 28, 0.08);
}

.shop-lab-hero::before {
  display: none;
}

.shop-lab-hero__inner {
  display: grid;
  gap: 26px;
  padding-top: 28px;
  padding-bottom: 24px;
}

.shop-lab-topline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.shop-lab-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: var(--shop-muted);
  font-size: 0.86rem;
}

.shop-lab-breadcrumb a {
  color: var(--shop-teal);
  text-decoration: none;
}

.shop-lab-assurance {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  color: #43575b;
  font-size: 0.86rem;
  font-weight: 800;
}

.shop-lab-assurance span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid rgba(7, 25, 28, 0.1);
  border-radius: 999px;
  padding: 8px 13px;
  background: rgba(255, 255, 255, 0.78);
}

.shop-lab-title {
  justify-items: start;
  max-width: 780px;
  margin: 0;
  text-align: left;
}

.shop-lab-title h1 {
  max-width: 760px;
  font-size: clamp(2.25rem, 4.2vw, 4.35rem);
  line-height: 0.98;
}

.shop-lab-title .lead {
  max-width: 720px;
  color: #40565a;
  font-size: clamp(1rem, 1.4vw, 1.12rem);
}

.shop-lab-filter-board {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.9fr);
  gap: 34px;
  align-items: end;
}

.shop-lab-lines-shell,
.shop-lab-intents-shell,
.shop-lab-storefront,
.shop-lab-selection,
.shop-lab-feature-card,
.shop-lab-compare,
.shop-lab-matrix,
.shop-lab-support-panel {
  border: 1px solid var(--shop-line);
  border-radius: 8px;
  background: var(--shop-panel);
  box-shadow: var(--shop-shadow);
}

.shop-lab-lines-shell,
.shop-lab-intents-shell {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.shop-lab-lines-head {
  display: grid;
  gap: 2px;
}

.shop-lab-lines-head > span,
.shop-lab-rail-head span,
.shop-lab-line-section__head > span {
  display: none;
}

.shop-lab-lines-head h2,
.shop-lab-rail-head h2 {
  font-size: 1rem;
  line-height: 1.2;
}

.shop-lab-lines {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.shop-lab-line {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px 12px;
  min-height: 74px;
  align-items: center;
  border: 1px solid var(--shop-line);
  border-radius: 8px;
  padding: 12px 14px;
  background: #fff;
  color: var(--shop-ink);
  text-align: left;
  box-shadow: none;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.shop-lab-line:hover,
.shop-lab-line.is-active {
  transform: translateY(-1px);
  border-color: rgba(8, 123, 115, 0.48);
  background: #f4fbfa;
}

.shop-lab-line span {
  grid-column: 1;
  grid-row: 1 / span 2;
  color: var(--shop-gold);
  font-size: 1rem;
  font-weight: 950;
}

.shop-lab-line strong {
  grid-column: 2;
  font-size: 0.92rem;
  line-height: 1.13;
}

.shop-lab-line small {
  grid-column: 2;
  color: var(--shop-muted);
  font-size: 0.78rem;
}

.shop-lab-line em {
  display: none;
}

.shop-lab-intents {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.shop-lab-intent {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  border: 1px solid var(--shop-line);
  border-radius: 999px;
  padding: 10px 16px;
  background: #fff;
  color: var(--shop-ink);
  text-align: center;
  box-shadow: none;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.shop-lab-intent:hover,
.shop-lab-intent.is-active {
  transform: none;
  border-color: rgba(8, 123, 115, 0.42);
  background: var(--shop-teal-soft);
  color: var(--shop-teal-dark);
  box-shadow: none;
}

.shop-lab-intent span,
.shop-lab-intent small {
  display: none;
}

.shop-lab-intent strong {
  color: inherit;
  font-size: 0.9rem;
  line-height: 1.1;
}

.shop-lab-catalog {
  padding-top: 26px;
  padding-bottom: 34px;
}

.shop-lab-storefront {
  display: grid;
  gap: 16px;
  padding: 18px;
}

.shop-lab-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: end;
  margin-bottom: 0;
}

.shop-lab-section-head h2 {
  max-width: 760px;
  font-size: clamp(1.55rem, 2.4vw, 2.25rem);
  line-height: 1.05;
}

.shop-lab-tools {
  display: flex;
  gap: 10px;
  align-items: end;
  justify-content: flex-end;
}

.shop-lab-sort {
  display: grid;
  gap: 6px;
  min-width: 210px;
  color: var(--shop-muted);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.shop-lab-sort select,
.shop-lab #shop-matrix-toggle {
  min-height: 44px;
  border: 1px solid var(--shop-line);
  border-radius: 6px;
  background: #fff;
  color: var(--shop-ink);
  font-weight: 850;
}

.shop-lab-sort select {
  padding: 0 12px;
}

.shop-lab #shop-matrix-toggle {
  padding-inline: 17px;
}

.shop-lab-results {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin-bottom: 0;
  border: 1px solid var(--shop-line);
  border-radius: 8px;
  padding: 13px 14px;
  background: #fbfdfc;
  box-shadow: none;
}

.shop-lab-results h3 {
  margin-top: 2px;
  font-size: 1rem;
  line-height: 1.2;
}

.shop-lab-results__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  align-items: center;
}

.shop-lab-results__actions span,
.shop-lab-results__actions button {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border-radius: 999px;
  padding: 6px 11px;
  font-size: 0.78rem;
  font-weight: 900;
}

.shop-lab-results__actions span {
  border: 1px solid rgba(8, 123, 115, 0.18);
  background: var(--shop-teal-soft);
  color: var(--shop-teal-dark);
}

.shop-lab-results__actions button {
  border: 1px solid var(--shop-line);
  background: #fff;
  color: var(--shop-ink);
}

.shop-lab #shop-products,
.shop-lab-products {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 0;
}

.shop-lab-line-section {
  display: grid;
  gap: 16px;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.shop-lab-line-section + .shop-lab-line-section {
  border-top: 1px solid var(--shop-line);
  padding-top: 18px;
}

.shop-lab-line-section__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: end;
  border: 0;
  padding: 0;
}

.shop-lab-line-section__head h3 {
  margin-top: 3px;
  font-size: 1.35rem;
  line-height: 1.12;
}

.shop-lab-line-section__head p:not(.eyebrow) {
  max-width: 720px;
  color: var(--shop-muted);
  font-size: 0.94rem;
}

.shop-lab-family-stack,
.shop-lab-family-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 14px;
}

.shop-lab-family-card {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 230px 1fr;
  overflow: hidden;
  border: 1px solid var(--shop-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

.shop-lab-family-card__media {
  position: relative;
  display: grid;
  min-height: 0;
  place-items: center;
  padding: 22px 24px 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f4faf8 100%);
  text-decoration: none;
}

.shop-lab-family-card__media::after,
.shop-lab-feature-card__media::after {
  display: none;
}

.shop-lab-family-card__media img {
  position: relative;
  z-index: 1;
  width: min(86%, 230px);
  height: 168px;
  object-fit: contain;
  filter: drop-shadow(0 16px 18px rgba(6, 23, 25, 0.1));
}

.shop-lab-family-card__media span,
.shop-lab-family-card__media strong,
.shop-lab-feature-card__media span {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.72rem;
  font-weight: 950;
}

.shop-lab-family-card__media span {
  top: 12px;
  left: 12px;
  border: 1px solid rgba(8, 123, 115, 0.18);
  background: rgba(255, 255, 255, 0.9);
  color: var(--shop-teal-dark);
}

.shop-lab-family-card__media strong,
.shop-lab-feature-card__media span {
  top: 12px;
  right: 12px;
  background: var(--shop-ink);
  color: #fff;
}

.shop-lab-family-card__body {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 16px;
}

.shop-lab-family-card__head {
  display: block;
}

.shop-lab-family-card__head h3 {
  margin-top: 3px;
  font-size: 1.12rem;
  line-height: 1.16;
}

.shop-lab-family-card__head h3 a,
.shop-lab-feature-card__model a,
.shop-lab-compare-card h3 a {
  text-decoration: none;
}

.shop-lab-family-card__body > p {
  color: #43575b;
  font-size: 0.9rem;
  line-height: 1.45;
}

.shop-lab-family-card__metrics,
.shop-lab-feature-card__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.shop-lab-family-card__metrics span,
.shop-lab-feature-card__metrics span {
  display: grid;
  gap: 4px;
  min-height: 54px;
  align-content: center;
  border: 1px solid var(--shop-line);
  border-radius: 6px;
  padding: 9px 10px;
  background: #fbfdfc;
  color: var(--shop-ink);
  font-size: 0.84rem;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.shop-lab-family-card__metrics small,
.shop-lab-feature-card__metrics small {
  color: #59696c;
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.shop-lab-family-card__uses {
  min-height: 0;
  color: #36595d;
  font-size: 0.82rem;
  font-weight: 850;
}

.shop-lab-variants {
  display: grid;
  gap: 7px;
  margin-top: 2px;
}

.shop-lab-variant {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 10px;
  align-items: center;
  min-height: 0;
  border: 1px solid var(--shop-line);
  border-radius: 6px;
  padding: 9px;
  background: #fff;
}

.shop-lab-variant__model {
  display: grid;
  gap: 2px;
  min-width: 0;
  text-decoration: none;
}

.shop-lab-variant__model strong {
  color: var(--shop-ink);
  font-size: 0.92rem;
  line-height: 1.1;
}

.shop-lab-variant__model span {
  color: var(--shop-muted);
  font-size: 0.76rem;
  font-weight: 760;
  overflow-wrap: anywhere;
}

.shop-lab-variant__price {
  color: var(--shop-ink);
  font-size: 0.86rem;
  font-weight: 950;
  white-space: nowrap;
}

.shop-lab-variant__details,
.shop-lab-compare-button,
.shop-lab-add-button {
  min-height: 38px;
  border-radius: 6px;
  font-size: 0.82rem;
  font-weight: 900;
}

.shop-lab-variant__details {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--shop-teal-dark);
  text-decoration: none;
}

.shop-lab-add-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--shop-teal-dark);
  padding: 8px 14px;
  background: var(--shop-teal-dark);
  color: #fff;
  line-height: 1;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.shop-lab-add-button span {
  white-space: nowrap;
}

.shop-lab-variant .shop-lab-add-button {
  grid-column: 2;
  min-width: 96px;
}

.shop-lab-variant .shop-lab-compare-button {
  grid-column: 1 / -1;
}

.shop-lab-variant__details {
  grid-column: 1;
  justify-self: start;
}

.shop-lab-add-button:hover {
  transform: translateY(-1px);
  border-color: var(--shop-teal);
  background: var(--shop-teal);
}

.shop-lab-compare-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(8, 123, 115, 0.2);
  padding: 8px 12px;
  background: #fff;
  color: var(--shop-teal-dark);
  text-align: center;
  transition: background-color 160ms ease, border-color 160ms ease;
}

.shop-lab-compare-button:hover,
.shop-lab-compare-button.is-active {
  transform: none;
  border-color: rgba(8, 123, 115, 0.42);
  background: var(--shop-teal-soft);
}

.shop-lab-compare-button--compact {
  min-width: 0;
  padding-inline: 10px;
}

.shop-lab-utility-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 14px;
  margin-top: 14px;
}

.shop-lab-selection {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 14px;
}

.shop-lab-selection-card,
.shop-lab-selection-actions {
  min-height: 74px;
  border: 1px solid var(--shop-line);
  border-radius: 6px;
  padding: 11px;
  background: #fbfdfc;
}

.shop-lab-selection-card {
  display: grid;
  gap: 3px;
  align-content: center;
}

.shop-lab-selection-card span,
.shop-lab-results__actions span,
.shop-lab-intent span {
  color: var(--shop-teal-dark);
  font-size: 0.7rem;
  font-weight: 950;
  text-transform: uppercase;
}

.shop-lab-selection-card strong {
  color: var(--shop-ink);
  font-size: 0.94rem;
  line-height: 1.15;
}

.shop-lab-selection-card small {
  color: var(--shop-muted);
  font-size: 0.76rem;
  line-height: 1.32;
}

.shop-lab-selection-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.shop-lab-reset,
.shop-lab-contact-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--shop-line);
  border-radius: 6px;
  padding: 9px 10px;
  background: #fff;
  color: var(--shop-ink);
  font-weight: 900;
  text-decoration: none;
}

.shop-lab-reset:hover,
.shop-lab-contact-link:hover {
  border-color: rgba(8, 123, 115, 0.35);
  background: var(--shop-teal-soft);
}

.shop-lab-feature-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 14px;
  min-height: 0;
  overflow: hidden;
  padding: 14px;
  background: #fff;
}

.shop-lab-feature-card__media {
  position: relative;
  display: grid;
  grid-column: auto;
  grid-row: auto;
  min-height: 176px;
  place-items: center;
  border: 1px solid var(--shop-line);
  border-radius: 6px;
  background: #f7fbfa;
  text-decoration: none;
}

.shop-lab-feature-card__media img {
  position: relative;
  z-index: 1;
  width: min(84%, 118px);
  max-height: 132px;
  object-fit: contain;
  filter: drop-shadow(0 14px 16px rgba(6, 23, 25, 0.1));
}

.shop-lab-feature-card__media span {
  top: 9px;
  right: 9px;
}

.shop-lab-feature-card__body {
  display: grid;
  gap: 9px;
  align-content: center;
  min-width: 0;
}

.shop-lab-feature-card__line {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.shop-lab-feature-card__line a {
  color: var(--shop-teal-dark);
  font-size: 0.78rem;
  font-weight: 900;
  text-decoration: none;
}

.shop-lab-feature-card__model {
  font-size: 1.28rem;
  font-weight: 950;
  line-height: 1.1;
}

.shop-lab-feature-card__family {
  color: #244044;
  font-size: 0.96rem;
  font-weight: 900;
}

.shop-lab-feature-card__body > p:not(.eyebrow):not(.shop-lab-feature-card__family) {
  color: #4f6468;
  font-size: 0.9rem;
}

.shop-lab-feature-card__metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.shop-lab-feature-card__actions,
.shop-lab-compare-card__actions,
.shop-lab-table-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.shop-lab-feature-card__actions .shop-lab-add-button {
  order: 2;
  min-width: 138px;
}

.shop-lab-feature-card__actions .shop-lab-compare-button {
  order: 3;
}

.shop-lab-feature-card__actions .text-link {
  order: 1;
}

.shop-lab-compare {
  margin-top: 14px;
  padding: 16px;
  background: #fff;
}

.shop-lab-compare[hidden],
.shop-lab-matrix[hidden] {
  display: none;
}

.shop-lab-compare__head {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.shop-lab-compare__head h2 {
  margin-top: 2px;
  font-size: 1.22rem;
}

.shop-lab-compare__head > span {
  display: inline-grid;
  min-width: 46px;
  height: 34px;
  place-items: center;
  border-radius: 999px;
  background: var(--shop-ink);
  color: #fff;
  font-weight: 950;
}

.shop-lab-compare-grid {
  display: grid;
  grid-template-columns: repeat(var(--compare-count), minmax(0, 1fr));
  gap: 10px;
}

.shop-lab-compare-card {
  position: relative;
  display: grid;
  gap: 10px;
  border: 1px solid var(--shop-line);
  border-radius: 8px;
  padding: 14px;
  background: #fbfdfc;
}

.shop-lab-compare-card > button[data-remove-compare] {
  position: absolute;
  top: 9px;
  right: 9px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid var(--shop-line);
  border-radius: 50%;
  background: #fff;
  color: var(--shop-ink);
  font-size: 1.1rem;
  font-weight: 900;
}

.shop-lab-compare-card img {
  width: 100%;
  height: 118px;
  object-fit: contain;
}

.shop-lab-compare-card dl {
  display: grid;
  gap: 6px;
  margin: 0;
}

.shop-lab-compare-card dl div {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 8px;
}

.shop-lab-compare-card dt {
  color: #68787a;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.shop-lab-compare-card dd {
  margin: 0;
  color: var(--shop-ink);
  font-size: 0.86rem;
  font-weight: 850;
}

.shop-lab-matrix {
  overflow: hidden;
  margin-top: 14px;
  background: #fff;
}

.shop-lab-table-scroll {
  overflow-x: auto;
}

.shop-lab-matrix table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
}

.shop-lab-matrix th,
.shop-lab-matrix td {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(7, 25, 28, 0.08);
  text-align: left;
  vertical-align: middle;
}

.shop-lab-matrix th {
  background: #f3f8f6;
  color: #637476;
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.shop-lab-model {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 230px;
  text-decoration: none;
}

.shop-lab-model img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.shop-lab-model small {
  color: var(--shop-muted);
  font-size: 0.78rem;
}

.shop-lab-empty {
  border: 1px dashed rgba(7, 25, 28, 0.18);
  border-radius: 8px;
  padding: 34px;
  background: #fff;
  text-align: center;
}

.shop-lab-empty,
.shop-lab-error {
  display: grid;
  gap: 12px;
  justify-items: center;
}

.shop-lab-empty p,
.shop-lab-error p {
  max-width: 520px;
  color: var(--shop-muted);
}

.shop-lab-error {
  border: 1px solid rgba(143, 42, 42, 0.22);
  border-radius: 8px;
  padding: 34px;
  background: #fffafa;
  text-align: center;
}

.shop-lab-loading {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.shop-lab-skeleton-card {
  min-height: 410px;
  overflow: hidden;
  border: 1px solid rgba(7, 23, 25, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.86), transparent),
    linear-gradient(180deg, #eff7f4 0 48%, #ffffff 48% 100%);
  background-size: 220px 100%, 100% 100%;
  background-position: -240px 0, 0 0;
  animation: shopSkeleton 1100ms ease-in-out infinite;
}

@keyframes shopSkeleton {
  to {
    background-position: calc(100% + 240px) 0, 0 0;
  }
}

.shop-lab-support-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
  padding-top: 14px;
  padding-bottom: 34px;
}

.shop-lab-support-panel {
  display: grid;
  gap: 16px;
  padding: 18px;
  background: #fff;
}

.shop-lab-support-head {
  display: grid;
  gap: 5px;
}

.shop-lab-support-head h2 {
  font-size: 1.28rem;
  line-height: 1.12;
}

.shop-lab-support-grid .support-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.shop-lab-support-grid .support-card {
  min-height: 0;
  gap: 7px;
  border: 0;
  border-radius: 0;
  padding: 14px;
  box-shadow: none;
}

.shop-lab-support-grid .support-card:nth-child(odd) {
  border-right: 1px solid var(--shop-line);
}

.shop-lab-support-grid .support-card:nth-child(n + 3) {
  border-top: 1px solid var(--shop-line);
}

.shop-lab-support-grid .support-card h3 {
  font-size: 0.96rem;
  line-height: 1.14;
}

.shop-lab-support-grid .support-card p {
  color: var(--shop-muted);
  font-size: 0.84rem;
  line-height: 1.38;
}

.shop-lab-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  width: min(var(--max), calc(100% - 32px));
  margin: 18px auto 72px;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(135deg, #061719 0%, #0d373a 74%, #173d3b 100%);
  color: #fff;
}

.shop-lab-contact h2 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  line-height: 1.05;
}

.shop-lab-contact .eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.shop-lab-contact p {
  max-width: 780px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.76);
}

.shop-lab-contact__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.shop-lab-contact .button--light {
  border-color: rgba(255, 255, 255, 0.16);
}

@media (max-width: 1180px) {
  .shop-lab-topline,
  .shop-lab-filter-board,
  .shop-lab-utility-grid {
    grid-template-columns: 1fr;
  }

  .shop-lab-assurance {
    justify-content: flex-start;
  }

  .shop-lab-family-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .shop-lab-hero__inner {
    padding-top: 24px;
  }

  .shop-lab-lines {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shop-lab-section-head,
  .shop-lab-results,
  .shop-lab-contact {
    grid-template-columns: 1fr;
  }

  .shop-lab-tools,
  .shop-lab-results__actions,
  .shop-lab-contact__actions {
    justify-content: flex-start;
  }

  .shop-lab-feature-card {
    grid-template-columns: 132px minmax(0, 1fr);
  }

  .shop-lab-feature-card__metrics {
    grid-template-columns: 1fr;
  }

  .shop-lab-compare-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .shop-lab-title h1 {
    font-size: clamp(2.05rem, 10vw, 2.8rem);
  }

  .shop-lab-assurance,
  .shop-lab-intents {
    gap: 8px;
  }

  .shop-lab-assurance span,
  .shop-lab-intent {
    min-height: 40px;
    padding: 8px 11px;
    font-size: 0.78rem;
  }

  .shop-lab-lines,
  .shop-lab-family-grid,
  .shop-lab-selection,
  .shop-lab-support-grid,
  .shop-lab-support-grid .support-grid {
    grid-template-columns: 1fr;
  }

  .shop-lab-storefront,
  .shop-lab-selection,
  .shop-lab-feature-card,
  .shop-lab-support-panel,
  .shop-lab-compare {
    padding: 14px;
  }

  .shop-lab-section-head,
  .shop-lab-tools {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.shop-filter-open {
    overflow: hidden;
  }

  body.shop-filter-open::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 48;
    background: rgba(7, 23, 25, 0.42);
    pointer-events: none;
  }

  .shop-lab-filter-toggle,
  .shop-lab-filter-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .shop-lab-filter-board {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 60;
    display: grid;
    max-height: 86vh;
    overflow-y: auto;
    grid-template-columns: 1fr;
    gap: 12px;
    border: 1px solid rgba(7, 23, 25, 0.14);
    border-bottom: 0;
    border-radius: 12px 12px 0 0;
    padding: 14px;
    background: #f8fbfa;
    box-shadow: 0 -28px 74px rgba(7, 23, 25, 0.2);
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 18px));
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .shop-lab-filter-board.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .shop-lab-search {
    min-width: 0;
  }

  .shop-lab-sort {
    min-width: 0;
  }

  .shop-lab-family-card {
    grid-template-rows: 210px 1fr;
  }

  .shop-lab-family-card__media img {
    height: 148px;
  }

  .shop-lab-family-card__metrics {
    grid-template-columns: 1fr;
  }

  .shop-lab-variant {
    grid-template-columns: 1fr;
  }

  .shop-lab-variant__price,
  .shop-lab-variant__details,
  .shop-lab-variant .shop-lab-add-button,
  .shop-lab-variant .shop-lab-compare-button {
    grid-column: 1;
    width: 100%;
    justify-self: stretch;
  }

  .shop-lab-feature-card {
    grid-template-columns: 1fr;
  }

  .shop-lab-feature-card__media {
    min-height: 190px;
  }

  .shop-lab-feature-card__media img {
    max-height: 138px;
  }

  .shop-lab-selection-actions {
    grid-template-columns: 1fr;
  }

  .shop-lab-support-grid .support-card:nth-child(odd) {
    border-right: 0;
  }

  .shop-lab-support-grid .support-card + .support-card {
    border-top: 1px solid var(--shop-line);
  }

  .shop-lab-matrix {
    margin-inline: -16px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .shop-lab-contact {
    width: min(100% - 32px, var(--max));
    padding: 22px;
  }

  .shop-lab-contact__actions .button {
    width: 100%;
  }
}

.shop-lab :is(button, a, input, select):focus-visible {
  outline: 3px solid rgba(131, 88, 19, 0.58);
  outline-offset: 3px;
}

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

/* /sklep redesign: premium selector-first storefront. */
body[data-shop] {
  background: #f5f8f7;
}

.shop-lab {
  --shop-ink: #071719;
  --shop-muted: #5c6c70;
  --shop-soft: #f5faf8;
  --shop-line: rgba(7, 23, 25, 0.11);
  --shop-line-strong: rgba(7, 23, 25, 0.2);
  --shop-panel: #ffffff;
  --shop-teal: #0a8b82;
  --shop-teal-dark: #045f59;
  --shop-teal-soft: #e9f8f5;
  --shop-gold: #835813;
  --shop-warm: #fbf7ee;
  --shop-shadow: 0 22px 60px rgba(7, 23, 25, 0.08);
  --shop-shadow-soft: 0 14px 36px rgba(7, 23, 25, 0.06);
  background:
    linear-gradient(180deg, #f8fbfa 0%, #eef8f5 430px, #ffffff 980px);
  color: var(--shop-ink);
}

.shop-lab-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(7, 23, 25, 0.08);
  background:
    linear-gradient(rgba(8, 123, 115, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 123, 115, 0.04) 1px, transparent 1px),
    linear-gradient(135deg, #ffffff 0%, #f2fbf8 58%, #fcf8ee 100%);
  background-size: 46px 46px, 46px 46px, auto;
}

.shop-lab-hero::before {
  display: none;
}

.shop-lab-hero__inner {
  display: grid;
  gap: 28px;
  padding-top: 34px;
  padding-bottom: 30px;
}

.shop-lab-topline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.shop-lab-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: var(--shop-muted);
  font-size: 0.86rem;
}

.shop-lab-breadcrumb a {
  color: var(--shop-teal-dark);
  font-weight: 800;
  text-decoration: none;
}

.shop-lab-assurance {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: flex-end;
  font-size: 0.82rem;
  font-weight: 850;
}

.shop-lab-assurance span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  border: 1px solid rgba(7, 23, 25, 0.1);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.78);
  color: #31484c;
  box-shadow: 0 8px 24px rgba(7, 23, 25, 0.04);
}

.shop-lab-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.48fr);
  gap: 34px;
  align-items: start;
}

.shop-lab-title {
  display: grid;
  justify-items: start;
  gap: 15px;
  max-width: 780px;
  margin: 0;
  padding-top: clamp(28px, 5vw, 88px);
  text-align: left;
}

.shop-lab-title .eyebrow {
  color: var(--shop-teal-dark);
}

.shop-lab-title h1 {
  max-width: 760px;
  font-size: clamp(2.65rem, 5vw, 5.15rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.shop-lab-title .lead {
  max-width: 640px;
  color: #395256;
  font-size: clamp(1.04rem, 1.35vw, 1.18rem);
}

.shop-lab-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.shop-lab-proof-row span {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(7, 23, 25, 0.11);
  border-radius: 999px;
  padding: 9px 13px;
  background: rgba(255, 255, 255, 0.82);
  color: #415a5e;
  font-size: 0.88rem;
  font-weight: 820;
}

.shop-lab-proof-row strong {
  color: var(--shop-ink);
  font-size: 1.08rem;
}

.shop-lab-feature-slot {
  min-width: 0;
}

.shop-lab-feature-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(7, 23, 25, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 72px rgba(7, 23, 25, 0.12);
}

.shop-lab-feature-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--shop-teal-dark), var(--teal), var(--shop-gold));
}

.shop-lab-feature-card__media {
  position: relative;
  display: grid;
  min-height: 270px;
  place-items: center;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(rgba(8, 123, 115, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 123, 115, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, #edf9f6 100%);
  background-size: 32px 32px, 32px 32px, auto;
  text-decoration: none;
}

.shop-lab-feature-card__media::before {
  content: "";
  position: absolute;
  inset: auto 15% 28px;
  height: 42px;
  border-radius: 999px;
  background: rgba(7, 23, 25, 0.1);
  filter: blur(18px);
}

.shop-lab-feature-card__media::after {
  display: none;
}

.shop-lab-feature-card__media img {
  position: relative;
  z-index: 1;
  width: min(82%, 280px);
  max-height: 214px;
  object-fit: contain;
  filter: drop-shadow(0 24px 26px rgba(7, 23, 25, 0.16));
  transition: transform 220ms ease;
}

.shop-lab-feature-card:hover .shop-lab-feature-card__media img {
  transform: translateY(-4px) scale(1.02);
}

.shop-lab-feature-card__media span {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  border-radius: 999px;
  padding: 6px 11px;
  background: var(--shop-ink);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 950;
}

.shop-lab-feature-card__body {
  display: grid;
  gap: 12px;
  align-content: start;
  min-width: 0;
  padding: 20px;
}

.shop-lab-feature-card__line {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.shop-lab-feature-card__line a {
  color: var(--shop-teal-dark);
  font-size: 0.8rem;
  font-weight: 900;
  text-decoration: none;
}

.shop-lab-feature-card__model {
  font-size: clamp(1.55rem, 2.5vw, 2rem);
  font-weight: 950;
  line-height: 1;
}

.shop-lab-feature-card__model a,
.shop-lab-family-card h3 a,
.shop-lab-compare-card h3 a {
  text-decoration: none;
}

.shop-lab-feature-card__family {
  color: #213c40;
  font-size: 1rem;
  font-weight: 900;
}

.shop-lab-feature-card__body > p:not(.eyebrow):not(.shop-lab-feature-card__family) {
  color: #52686c;
  font-size: 0.93rem;
  line-height: 1.45;
}

.shop-lab-family-card__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.shop-lab-feature-card__metrics {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
}

.shop-lab-family-card__metrics span {
  display: grid;
  gap: 4px;
  min-height: 58px;
  align-content: center;
  border: 1px solid rgba(7, 23, 25, 0.09);
  border-radius: 8px;
  padding: 10px;
  background: #fbfdfc;
  color: var(--shop-ink);
  font-size: 0.86rem;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.shop-lab-feature-card__metrics span {
  display: grid;
  grid-template-columns: minmax(72px, 0.34fr) minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 48px;
  border: 1px solid rgba(7, 23, 25, 0.09);
  border-radius: 8px;
  padding: 10px;
  background: #fbfdfc;
  color: var(--shop-ink);
  font-size: 0.86rem;
  font-weight: 900;
  overflow-wrap: normal;
  word-break: normal;
}

.shop-lab-family-card__metrics small {
  color: #607174;
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.shop-lab-feature-card__metrics small {
  color: #607174;
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

.shop-lab-feature-card__actions,
.shop-lab-compare-card__actions,
.shop-lab-table-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.shop-lab-feature-card__actions .text-link {
  order: 1;
}

.shop-lab-feature-card__actions .shop-lab-add-button {
  order: 2;
  min-width: 138px;
}

.shop-lab-feature-card__actions .shop-lab-compare-button {
  order: 3;
}

.shop-lab-filter-board {
  display: grid;
  grid-template-columns: minmax(0, 1.46fr) minmax(310px, 0.84fr);
  gap: 18px;
  align-items: stretch;
}

.shop-lab-lines-shell,
.shop-lab-intents-shell {
  display: grid;
  gap: 14px;
  min-height: 206px;
  border: 1px solid rgba(7, 23, 25, 0.1);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shop-shadow-soft);
}

.shop-lab-lines-head {
  display: grid;
  gap: 3px;
}

.shop-lab-lines-head h2 {
  font-size: 1.08rem;
  line-height: 1.18;
}

.shop-lab-lines {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.shop-lab-line {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 5px 12px;
  min-height: 110px;
  align-content: start;
  border: 1px solid rgba(7, 23, 25, 0.1);
  border-radius: 8px;
  padding: 14px;
  background: #fff;
  color: var(--shop-ink);
  text-align: left;
  box-shadow: none;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.shop-lab-line:hover,
.shop-lab-line.is-active {
  transform: translateY(-2px);
  border-color: rgba(8, 123, 115, 0.44);
  background: #f6fcfa;
  box-shadow: 0 12px 28px rgba(7, 23, 25, 0.06);
}

.shop-lab-line span {
  grid-column: 1;
  grid-row: 1 / span 2;
  color: var(--shop-gold);
  font-size: 1rem;
  font-weight: 950;
}

.shop-lab-line strong {
  grid-column: 2;
  color: var(--shop-ink);
  font-size: 0.95rem;
  line-height: 1.12;
}

.shop-lab-line small {
  grid-column: 2;
  color: var(--shop-muted);
  font-size: 0.78rem;
  font-weight: 850;
}

.shop-lab-line em {
  grid-column: 1 / -1;
  display: block;
  color: #50666a;
  font-size: 0.78rem;
  font-style: normal;
  line-height: 1.32;
}

.shop-lab-intents {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.shop-lab-intent {
  display: grid;
  gap: 3px;
  min-height: 82px;
  align-content: center;
  border: 1px solid rgba(7, 23, 25, 0.1);
  border-radius: 8px;
  padding: 12px;
  background: #fff;
  color: var(--shop-ink);
  text-align: left;
  box-shadow: none;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.shop-lab-intent:hover,
.shop-lab-intent.is-active {
  transform: translateY(-2px);
  border-color: rgba(8, 123, 115, 0.44);
  background: var(--shop-teal-soft);
  color: var(--shop-teal-dark);
  box-shadow: 0 12px 28px rgba(7, 23, 25, 0.06);
}

.shop-lab-intent span,
.shop-lab-intent small {
  display: block;
}

.shop-lab-intent span {
  color: var(--shop-gold);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.shop-lab-intent strong {
  color: inherit;
  font-size: 0.92rem;
  line-height: 1.12;
}

.shop-lab-intent small {
  color: #54696d;
  font-size: 0.78rem;
  line-height: 1.28;
}

.shop-lab-catalog {
  padding-top: 34px;
  padding-bottom: 36px;
}

.shop-lab-storefront {
  position: relative;
  display: grid;
  gap: 18px;
  overflow: hidden;
  border: 1px solid rgba(7, 23, 25, 0.1);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shop-shadow);
}

.shop-lab-storefront::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--shop-teal-dark), var(--teal), var(--shop-gold));
}

.shop-lab-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: end;
  margin-bottom: 0;
}

.shop-lab-section-head h2 {
  max-width: 760px;
  font-size: clamp(1.72rem, 2.7vw, 2.55rem);
  line-height: 1.03;
}

.shop-lab-tools {
  display: flex;
  gap: 10px;
  align-items: end;
  justify-content: flex-end;
}

.shop-lab-sort {
  display: grid;
  gap: 6px;
  min-width: 210px;
  color: var(--shop-muted);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.shop-lab-search input,
.shop-lab-sort select,
.shop-lab #shop-matrix-toggle,
.shop-lab-filter-toggle,
.shop-lab-filter-close {
  min-height: 44px;
  border: 1px solid rgba(7, 23, 25, 0.14);
  border-radius: 8px;
  background: #fff;
  color: var(--shop-ink);
  font-weight: 850;
}

.shop-lab-search input {
  width: 100%;
  padding: 0 13px;
}

.shop-lab-filter-toggle,
.shop-lab-filter-close {
  padding-inline: 16px;
}

.shop-lab-filter-toggle {
  display: none;
}

.shop-lab-filter-close {
  display: none;
  justify-self: stretch;
}

.shop-lab-sort select {
  padding: 0 12px;
}

.shop-lab #shop-matrix-toggle {
  padding-inline: 17px;
}

.shop-lab-results {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  min-height: 82px;
  margin-bottom: 0;
  border: 1px solid rgba(7, 23, 25, 0.1);
  border-radius: 8px;
  padding: 14px 15px;
  background: #fbfdfc;
  box-shadow: none;
}

.shop-lab-results h3 {
  margin-top: 2px;
  font-size: 1.04rem;
  line-height: 1.2;
}

.shop-lab-results__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  align-items: center;
}

.shop-lab-results__actions span,
.shop-lab-results__actions button {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border-radius: 999px;
  padding: 6px 11px;
  font-size: 0.78rem;
  font-weight: 900;
}

.shop-lab-results__actions span {
  border: 1px solid rgba(8, 123, 115, 0.18);
  background: var(--shop-teal-soft);
  color: var(--shop-teal-dark);
}

.shop-lab-results__actions button {
  border: 1px solid rgba(7, 23, 25, 0.12);
  background: #fff;
  color: var(--shop-ink);
}

.shop-lab-selection {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  min-height: 82px;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.shop-lab-selection-card,
.shop-lab-selection-actions {
  min-height: 82px;
  border: 1px solid rgba(7, 23, 25, 0.1);
  border-radius: 8px;
  padding: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfc 100%);
}

.shop-lab-selection-card {
  display: grid;
  gap: 4px;
  align-content: center;
}

.shop-lab-selection-card span,
.shop-lab-results__actions span {
  color: var(--shop-teal-dark);
  font-size: 0.7rem;
  font-weight: 950;
  text-transform: uppercase;
}

.shop-lab-selection-card strong {
  color: var(--shop-ink);
  font-size: 0.98rem;
  line-height: 1.15;
}

.shop-lab-selection-card small {
  color: var(--shop-muted);
  font-size: 0.76rem;
  line-height: 1.32;
}

.shop-lab-selection-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.shop-lab-reset,
.shop-lab-contact-link {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(7, 23, 25, 0.12);
  border-radius: 8px;
  padding: 8px 10px;
  background: #fff;
  color: var(--shop-ink);
  font-weight: 900;
  text-decoration: none;
}

.shop-lab-reset:hover,
.shop-lab-contact-link:hover {
  border-color: rgba(8, 123, 115, 0.35);
  background: var(--shop-teal-soft);
}

.shop-lab #shop-products,
.shop-lab-products {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  margin-top: 0;
}

.shop-lab-line-section {
  display: grid;
  gap: 18px;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.shop-lab-line-section + .shop-lab-line-section {
  border-top: 1px solid rgba(7, 23, 25, 0.08);
  padding-top: 22px;
}

.shop-lab-line-section__head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  align-items: end;
  border: 0;
  padding: 0;
}

.shop-lab-line-section__head > span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 8px;
  background: var(--shop-warm);
  color: var(--shop-gold);
  font-weight: 950;
}

.shop-lab-line-section__head h3 {
  margin-top: 3px;
  font-size: 1.48rem;
  line-height: 1.08;
}

.shop-lab-line-section__head p:not(.eyebrow) {
  max-width: 720px;
  color: var(--shop-muted);
  font-size: 0.94rem;
}

.shop-lab-family-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  align-items: start;
}

.shop-lab-family-card {
  position: relative;
  isolation: isolate;
  align-self: start;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 246px auto;
  overflow: hidden;
  border: 1px solid rgba(7, 23, 25, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(7, 23, 25, 0.055);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.shop-lab-family-card:hover,
.shop-lab-family-card.is-expanded {
  border-color: rgba(8, 123, 115, 0.34);
  box-shadow: 0 24px 62px rgba(7, 23, 25, 0.105);
}

.shop-lab-family-card.is-expanded {
  transform: translateY(-2px);
}

.shop-lab-family-card__media {
  position: relative;
  display: grid;
  min-height: 0;
  place-items: center;
  overflow: hidden;
  padding: 26px 26px 22px;
  background:
    radial-gradient(circle at 50% 70%, rgba(85, 216, 202, 0.2), transparent 38%),
    linear-gradient(rgba(8, 123, 115, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 123, 115, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, #f4fbf8 100%);
  background-size: auto, 30px 30px, 30px 30px, auto;
  text-decoration: none;
}

.shop-lab-family-card__media::before {
  content: "";
  position: absolute;
  inset: auto 12% 24px;
  height: 38px;
  border-radius: 999px;
  background: rgba(7, 23, 25, 0.11);
  filter: blur(20px);
}

.shop-lab-family-card__media::after {
  display: none;
}

.shop-lab-family-card__media img {
  position: relative;
  z-index: 1;
  width: min(88%, 260px);
  height: 182px;
  object-fit: contain;
  filter: drop-shadow(0 22px 24px rgba(7, 23, 25, 0.14));
  transition: transform 220ms ease;
}

.shop-lab-family-card:hover .shop-lab-family-card__media img,
.shop-lab-family-card.is-expanded .shop-lab-family-card__media img {
  transform: translateY(-3px) scale(1.03);
}

.shop-lab-family-card__media span,
.shop-lab-family-card__media strong {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.72rem;
  font-weight: 950;
}

.shop-lab-family-card__media span {
  top: 12px;
  left: 12px;
  border: 1px solid rgba(8, 123, 115, 0.18);
  background: rgba(255, 255, 255, 0.92);
  color: var(--shop-teal-dark);
}

.shop-lab-family-card__media strong {
  top: 12px;
  right: 12px;
  background: var(--shop-ink);
  color: #fff;
}

.shop-lab-family-card__body {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 18px;
}

.shop-lab-family-card__head {
  display: block;
}

.shop-lab-family-card__head h3 {
  margin-top: 3px;
  max-width: 24ch;
  font-size: 1.24rem;
  line-height: 1.08;
}

.shop-lab-family-card__description {
  min-height: 4.1em;
  color: #465d61;
  font-size: 0.92rem;
  line-height: 1.48;
}

.shop-lab-family-card__spec-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.shop-lab-family-card__spec-strip span {
  display: grid;
  gap: 4px;
  min-height: 66px;
  align-content: center;
  border: 1px solid rgba(7, 23, 25, 0.09);
  border-radius: 8px;
  padding: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 252, 250, 0.96));
  overflow: hidden;
}

.shop-lab-family-card__spec-strip small,
.shop-lab-variant__price small {
  color: #647579;
  font-size: 0.64rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.shop-lab-family-card__spec-strip strong {
  color: var(--shop-ink);
  font-size: 0.82rem;
  font-weight: 950;
  line-height: 1.14;
  overflow-wrap: anywhere;
}

.shop-route-tray {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.shop-route-chip {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-height: 48px;
  border: 1px solid rgba(7, 23, 25, 0.1);
  border-radius: 8px;
  padding: 8px 10px;
  background: #fff;
  color: var(--shop-ink);
  text-align: left;
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1.15;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.shop-route-chip:hover,
.shop-route-chip.is-active {
  transform: translateY(-1px);
  border-color: rgba(8, 123, 115, 0.4);
  background: var(--shop-teal-soft);
  color: var(--shop-teal-dark);
}

.shop-route-chip svg {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  padding: 5px;
  background: #f3faf8;
  color: var(--shop-teal-dark);
}

.shop-route-chip span {
  overflow-wrap: anywhere;
}

.shop-lab-family-card__quick {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  border-top: 1px solid rgba(7, 23, 25, 0.08);
  margin-top: 2px;
  padding-top: 12px;
}

.shop-lab-family-card__quick > strong {
  color: var(--shop-ink);
  font-size: 1rem;
}

.shop-family-toggle {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(8, 123, 115, 0.24);
  border-radius: 999px;
  padding: 8px 14px;
  background: #fff;
  color: var(--shop-teal-dark);
  font-size: 0.82rem;
  font-weight: 950;
  white-space: nowrap;
  transition: border-color 160ms ease, background-color 160ms ease;
}

.shop-family-toggle:hover,
.shop-lab-family-card.is-expanded .shop-family-toggle {
  border-color: rgba(8, 123, 115, 0.44);
  background: var(--shop-teal-soft);
}

.shop-family-drawer {
  display: grid;
  gap: 12px;
  border-top: 1px solid rgba(7, 23, 25, 0.08);
  padding-top: 13px;
}

.shop-family-drawer[hidden] {
  display: none;
}

.shop-route-detail {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  border: 1px solid rgba(8, 123, 115, 0.18);
  border-radius: 8px;
  padding: 12px;
  background:
    linear-gradient(135deg, rgba(234, 247, 245, 0.9), rgba(255, 255, 255, 0.96));
}

.shop-route-detail__icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 8px;
  background: var(--shop-ink);
  color: #fff;
}

.shop-route-detail svg {
  width: 30px;
  height: 30px;
}

.shop-route-detail span {
  color: var(--shop-teal-dark);
  font-size: 0.7rem;
  font-weight: 950;
  text-transform: uppercase;
}

.shop-route-detail strong {
  display: block;
  margin-top: 2px;
  color: var(--shop-ink);
  font-size: 1rem;
}

.shop-route-detail p {
  margin-top: 4px;
  color: #4a6064;
  font-size: 0.86rem;
  line-height: 1.38;
}

.shop-lab-family-card__uses {
  min-height: 0;
  color: #36595d;
  font-size: 0.82rem;
  font-weight: 850;
}

.shop-lab-variants {
  display: grid;
  gap: 8px;
  margin-top: 2px;
}

.shop-lab-variant {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(112px, auto);
  gap: 8px 10px;
  align-items: center;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(7, 23, 25, 0.1);
  border-radius: 8px;
  padding: 11px;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfdfc 100%);
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.shop-lab-variant::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: transparent;
  transition: background-color 160ms ease;
}

.shop-lab-variant:hover::before {
  background: var(--shop-teal);
}

.shop-lab-variant:hover {
  transform: translateY(-1px);
  border-color: rgba(8, 123, 115, 0.28);
}

.shop-lab-variant__model {
  display: grid;
  gap: 2px;
  min-width: 0;
  text-decoration: none;
}

.shop-lab-variant__model strong {
  color: var(--shop-ink);
  font-size: 0.92rem;
  line-height: 1.1;
}

.shop-lab-variant__model span {
  color: var(--shop-muted);
  font-size: 0.76rem;
  font-weight: 760;
  overflow-wrap: anywhere;
}

.shop-lab-variant__price {
  display: grid;
  gap: 3px;
  justify-items: end;
  color: var(--shop-ink);
}

.shop-lab-variant__price strong {
  font-size: 0.88rem;
  font-weight: 950;
  white-space: nowrap;
}

.shop-lab-variant__details,
.shop-lab-compare-button,
.shop-lab-add-button {
  min-height: 38px;
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 900;
}

.shop-lab-variant__details {
  grid-column: 1;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--shop-teal-dark);
  text-decoration: none;
}

.shop-lab-add-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--shop-teal-dark);
  padding: 8px 14px;
  background: var(--shop-teal-dark);
  color: #fff;
  line-height: 1;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.shop-lab-add-button span {
  white-space: nowrap;
}

.shop-lab-variant .shop-lab-add-button {
  grid-column: 2;
  min-width: 96px;
}

.shop-lab-variant .shop-lab-compare-button {
  grid-column: 1 / -1;
}

.shop-lab-add-button:hover {
  transform: translateY(-1px);
  border-color: var(--shop-teal);
  background: var(--shop-teal);
}

.shop-lab-compare-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(8, 123, 115, 0.2);
  padding: 8px 12px;
  background: #fff;
  color: var(--shop-teal-dark);
  text-align: center;
  transition: background-color 160ms ease, border-color 160ms ease;
}

.shop-lab-compare-button:hover,
.shop-lab-compare-button.is-active {
  transform: none;
  border-color: rgba(8, 123, 115, 0.42);
  background: var(--shop-teal-soft);
}

.shop-lab-compare-button--compact {
  min-width: 0;
  padding-inline: 10px;
}

.shop-lab-compare,
.shop-lab-matrix,
.shop-lab-support-panel {
  border: 1px solid rgba(7, 23, 25, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shop-shadow-soft);
}

.shop-lab-compare {
  margin-top: 18px;
  padding: 18px;
}

.shop-lab-compare[hidden],
.shop-lab-matrix[hidden] {
  display: none;
}

.shop-lab-compare__head {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.shop-lab-compare__head h2 {
  margin-top: 2px;
  font-size: 1.26rem;
}

.shop-lab-compare__head > span {
  display: inline-grid;
  min-width: 46px;
  height: 34px;
  place-items: center;
  border-radius: 999px;
  background: var(--shop-ink);
  color: #fff;
  font-weight: 950;
}

.shop-lab-compare-grid {
  display: grid;
  grid-template-columns: repeat(var(--compare-count), minmax(0, 1fr));
  gap: 12px;
}

.shop-lab-compare-card {
  position: relative;
  display: grid;
  gap: 10px;
  border: 1px solid rgba(7, 23, 25, 0.1);
  border-radius: 8px;
  padding: 14px;
  background: #fbfdfc;
}

.shop-lab-compare-card > button[data-remove-compare] {
  position: absolute;
  top: 9px;
  right: 9px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(7, 23, 25, 0.12);
  border-radius: 50%;
  background: #fff;
  color: var(--shop-ink);
  font-size: 1.1rem;
  font-weight: 900;
}

.shop-lab-compare-card img {
  width: 100%;
  height: 118px;
  object-fit: contain;
}

.shop-lab-compare-card dl {
  display: grid;
  gap: 6px;
  margin: 0;
}

.shop-lab-compare-card dl div {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 8px;
}

.shop-lab-compare-card dt {
  color: #68787a;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.shop-lab-compare-card dd {
  margin: 0;
  color: var(--shop-ink);
  font-size: 0.86rem;
  font-weight: 850;
}

.shop-lab-matrix {
  overflow: hidden;
  margin-top: 18px;
  background: #fff;
}

.shop-lab-table-scroll {
  overflow-x: auto;
}

.shop-lab-matrix table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
}

.shop-lab-matrix th,
.shop-lab-matrix td {
  padding: 13px 14px;
  border-bottom: 1px solid rgba(7, 25, 28, 0.08);
  text-align: left;
  vertical-align: middle;
}

.shop-lab-matrix th {
  background: #f3f8f6;
  color: #637476;
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.shop-lab-model {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 230px;
  text-decoration: none;
}

.shop-lab-model img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.shop-lab-model small {
  color: var(--shop-muted);
  font-size: 0.78rem;
}

.shop-lab-empty {
  border: 1px dashed rgba(7, 25, 28, 0.18);
  border-radius: 8px;
  padding: 34px;
  background: #fff;
  text-align: center;
}

.shop-lab-support-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
  padding-top: 18px;
  padding-bottom: 38px;
}

.shop-lab-support-panel {
  display: grid;
  gap: 16px;
  padding: 20px;
  background: #fff;
}

.shop-lab-support-head {
  display: grid;
  gap: 5px;
}

.shop-lab-support-head h2 {
  font-size: 1.34rem;
  line-height: 1.12;
}

.shop-lab-support-grid .support-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.shop-lab-support-grid .support-card {
  min-height: 0;
  gap: 8px;
  border: 0;
  border-radius: 0;
  padding: 15px;
  box-shadow: none;
}

.shop-lab-support-grid .support-card:nth-child(odd) {
  border-right: 1px solid rgba(7, 23, 25, 0.08);
}

.shop-lab-support-grid .support-card:nth-child(n + 3) {
  border-top: 1px solid rgba(7, 23, 25, 0.08);
}

.shop-lab-support-grid .support-card h3 {
  font-size: 0.98rem;
  line-height: 1.14;
}

.shop-lab-support-grid .support-card p {
  color: var(--shop-muted);
  font-size: 0.84rem;
  line-height: 1.38;
}

.shop-lab-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  width: min(var(--max), calc(100% - 32px));
  margin: 18px auto 76px;
  padding: 32px;
  border-radius: 8px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(135deg, #061719 0%, #0d373a 72%, #214536 100%);
  background-size: 38px 38px, 38px 38px, auto;
  color: #fff;
}

.shop-lab-contact h2 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  line-height: 1.05;
}

.shop-lab-contact .eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.shop-lab-contact p {
  max-width: 780px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.76);
}

.shop-lab-contact__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.shop-lab-contact .button--light {
  border-color: rgba(255, 255, 255, 0.16);
}

@media (min-width: 921px) {
  .shop-lab-family-grid.has-expanded {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }

  .shop-lab-family-card.is-expanded {
    grid-column: 1 / -1;
    grid-row: auto;
    grid-template-columns: minmax(260px, 0.34fr) minmax(0, 1fr);
    grid-template-rows: auto;
  }

  .shop-lab-family-card.is-expanded .shop-lab-family-card__media {
    min-height: 100%;
  }

  .shop-lab-family-card.is-expanded .shop-lab-family-card__media img {
    width: min(82%, 286px);
    height: 252px;
  }

  .shop-lab-family-card.is-expanded .shop-route-tray {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .shop-lab-family-card.is-expanded .shop-family-drawer {
    grid-template-columns: minmax(230px, 0.88fr) minmax(0, 1fr);
    align-items: start;
  }

  .shop-lab-family-card.is-expanded .shop-route-detail,
  .shop-lab-family-card.is-expanded .shop-lab-family-card__metrics {
    grid-column: 1;
  }

  .shop-lab-family-card.is-expanded .shop-lab-family-card__uses,
  .shop-lab-family-card.is-expanded .shop-lab-variants {
    grid-column: 2;
  }

  .shop-lab-family-card.is-expanded .shop-lab-family-card__uses {
    margin-top: 0;
  }
}

@media (max-width: 1180px) {
  .shop-lab-hero-grid,
  .shop-lab-filter-board {
    grid-template-columns: 1fr;
  }

  .shop-lab-feature-card {
    grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  }

  .shop-lab-feature-slot {
    min-height: 360px;
  }

  .shop-lab-feature-card__media {
    min-height: 100%;
  }

  .shop-lab-lines {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shop-lab-selection {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shop-lab-assurance {
    justify-content: flex-start;
  }

  .shop-lab-family-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .shop-lab-hero__inner {
    padding-top: 24px;
  }

  .shop-lab-topline,
  .shop-lab-section-head,
  .shop-lab-results,
  .shop-lab-line-section__head,
  .shop-lab-contact {
    grid-template-columns: 1fr;
  }

  .shop-lab-tools,
  .shop-lab-results__actions,
  .shop-lab-contact__actions {
    justify-content: flex-start;
  }

  .shop-lab-feature-card {
    grid-template-columns: minmax(180px, 0.42fr) minmax(0, 1fr);
  }

  .shop-lab-feature-slot {
    min-height: 330px;
  }

  .shop-lab-feature-card__metrics {
    grid-template-columns: 1fr;
  }

  .shop-lab-compare-grid {
    grid-template-columns: 1fr;
  }

  .shop-lab-support-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .shop-lab-hero__inner {
    width: min(var(--max), calc(100% - 24px));
    gap: 20px;
  }

  .shop-lab-title {
    padding-top: 0;
  }

  .shop-lab-title h1 {
    font-size: clamp(2.1rem, 11vw, 3rem);
  }

  .shop-lab-proof-row,
  .shop-lab-assurance,
  .shop-lab-intents {
    gap: 8px;
  }

  .shop-lab-assurance span {
    min-height: 38px;
    padding: 8px 11px;
    font-size: 0.78rem;
  }

  .shop-lab-lines-shell,
  .shop-lab-intents-shell,
  .shop-lab-storefront,
  .shop-lab-support-panel,
  .shop-lab-compare {
    padding: 14px;
  }

  .shop-lab-lines,
  .shop-lab-intents,
  .shop-lab-family-grid,
  .shop-lab-selection,
  .shop-lab-loading,
  .shop-lab-support-grid,
  .shop-lab-support-grid .support-grid {
    grid-template-columns: 1fr;
  }

  .shop-lab-line,
  .shop-lab-intent {
    min-height: 0;
  }

  .shop-lab-section-head,
  .shop-lab-tools {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.shop-filter-open {
    overflow: hidden;
  }

  body.shop-filter-open::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 48;
    background: rgba(7, 23, 25, 0.42);
    pointer-events: none;
  }

  .shop-lab-filter-toggle,
  .shop-lab-filter-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .shop-lab-filter-board {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 60;
    display: grid;
    max-height: 86vh;
    overflow-y: auto;
    grid-template-columns: 1fr;
    gap: 12px;
    border: 1px solid rgba(7, 23, 25, 0.14);
    border-bottom: 0;
    border-radius: 12px 12px 0 0;
    padding: 14px;
    background: #f8fbfa;
    box-shadow: 0 -28px 74px rgba(7, 23, 25, 0.2);
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 18px));
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .shop-lab-filter-board.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .shop-lab-search {
    min-width: 0;
  }

  .shop-lab-sort {
    min-width: 0;
  }

  .shop-lab-feature-card {
    grid-template-columns: 1fr;
  }

  .shop-lab-feature-slot {
    min-height: 0;
  }

  .shop-lab-feature-card__media {
    display: none;
  }

  .shop-lab-feature-card__media {
    min-height: 230px;
  }

  .shop-lab-feature-card__media img {
    max-height: 168px;
  }

  .shop-lab-feature-card__metrics,
  .shop-lab-family-card__metrics {
    grid-template-columns: 1fr;
  }

  .shop-lab-family-card {
    grid-template-rows: 204px auto;
  }

  .shop-lab-family-card__media img {
    height: 146px;
  }

  .shop-route-tray {
    grid-template-columns: 1fr;
  }

  .shop-lab-family-card__quick {
    grid-template-columns: 1fr;
  }

  .shop-family-toggle {
    width: 100%;
  }

  .shop-route-detail {
    grid-template-columns: 1fr;
  }

  .shop-lab-variant {
    grid-template-columns: 1fr;
  }

  .shop-lab-variant__price,
  .shop-lab-variant__details,
  .shop-lab-variant .shop-lab-add-button,
  .shop-lab-variant .shop-lab-compare-button {
    grid-column: 1;
    width: 100%;
    justify-self: stretch;
  }

  .shop-lab-support-grid .support-card:nth-child(odd) {
    border-right: 0;
  }

  .shop-lab-support-grid .support-card + .support-card {
    border-top: 1px solid rgba(7, 23, 25, 0.08);
  }

  .shop-lab-matrix {
    margin-inline: -16px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .shop-lab-contact {
    width: min(100% - 32px, var(--max));
    padding: 22px;
  }

  .shop-lab-contact__actions .button {
    width: 100%;
  }
}
