:root {
  --ink: #132f46;
  --ink-soft: #4e6475;
  --ink-faint: #748797;
  --primary: #0baab8;
  --primary-dark: #087f8c;
  --primary-deep: #075d69;
  --primary-soft: #e8f8f8;
  --primary-wash: #f4fbfb;
  --accent: #f6a31f;
  --accent-dark: #d97806;
  --accent-soft: #fff4df;
  --white: #ffffff;
  --surface: #f7fafc;
  --surface-strong: #eef4f7;
  --border: #dce7ec;
  --border-strong: #c7d7df;
  --success: #178457;
  --success-soft: #e8f6ef;
  --danger: #b94141;
  --shadow-xs: 0 1px 2px rgb(18 47 70 / 0.05);
  --shadow-sm: 0 5px 18px rgb(18 47 70 / 0.08);
  --shadow-md: 0 16px 44px rgb(18 47 70 / 0.12);
  --shadow-lg: 0 28px 80px rgb(18 47 70 / 0.18);
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --container: 1180px;
  color-scheme: light;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--white);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}

::selection {
  background: var(--primary);
  color: var(--white);
}

:focus-visible {
  outline: 3px solid rgb(246 163 31 / 0.7);
  outline-offset: 3px;
}

body.modal-open {
  overflow: hidden;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  border: 0;
}

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

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  letter-spacing: -0.035em;
}

p {
  line-height: 1.72;
}

:focus-visible {
  outline: 3px solid rgb(246 163 31 / 0.75);
  outline-offset: 3px;
}

::selection {
  background: rgb(11 170 184 / 0.2);
  color: var(--primary-deep);
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 12px;
  left: 12px;
  padding: 11px 16px;
  border-radius: 9px;
  background: var(--ink);
  color: var(--white);
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

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

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

.noscript-message {
  max-width: 720px;
  margin: 40px auto;
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--primary-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 18px;
  height: 3px;
  border-radius: 99px;
  background: var(--accent);
  content: "";
}

.section {
  padding-block: 88px;
}

.section--soft {
  background: var(--surface);
}

.section--wash {
  background: var(--primary-wash);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}

.section-heading__copy {
  max-width: 670px;
}

.section-heading h2 {
  max-width: 640px;
  margin-bottom: 10px;
  font-size: clamp(1.85rem, 3vw, 2.65rem);
  line-height: 1.16;
}

.section-heading p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.topbar {
  background: var(--primary-deep);
  color: rgb(255 255 255 / 0.86);
  font-size: 0.75rem;
}

.topbar__inner {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.topbar__group {
  display: flex;
  align-items: center;
  gap: 18px;
}

.topbar a,
.topbar span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.topbar a:hover {
  color: var(--white);
}

.icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.icon--small {
  width: 14px;
  height: 14px;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgb(220 231 236 / 0.9);
  background: rgb(255 255 255 / 0.94);
  box-shadow: var(--shadow-xs);
  backdrop-filter: blur(18px);
}

.nav-shell {
  display: grid;
  min-height: 76px;
  grid-template-columns: 205px 1fr auto;
  align-items: center;
  gap: 28px;
}

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

.brand img {
  width: 166px;
  height: 48px;
  object-fit: contain;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.nav-link {
  position: relative;
  padding-block: 27px;
  color: var(--ink-soft);
  font-size: 0.87rem;
  font-weight: 700;
  transition: color 160ms ease;
}

.nav-link::after {
  position: absolute;
  right: 0;
  bottom: 19px;
  left: 0;
  height: 2px;
  border-radius: 99px;
  background: var(--accent);
  content: "";
  opacity: 0;
  transform: scaleX(0.4);
  transition: 160ms ease;
}

.nav-link:hover,
.nav-link.is-active {
  color: var(--primary-dark);
}

.nav-link.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.header-search {
  position: relative;
  width: clamp(170px, 17vw, 230px);
}

.header-search input {
  width: 100%;
  height: 42px;
  padding: 0 42px 0 16px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--surface);
  color: var(--ink);
  font-size: 0.82rem;
  transition: 160ms ease;
}

.header-search input:focus {
  border-color: var(--primary);
  background: var(--white);
  outline: none;
  box-shadow: 0 0 0 4px rgb(11 170 184 / 0.12);
}

.header-search button {
  position: absolute;
  top: 4px;
  right: 4px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: transparent;
  color: var(--primary-dark);
  cursor: pointer;
}

.mobile-menu-button {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
}

.mobile-menu {
  display: none;
}

.btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease,
    border-color 160ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn--primary {
  background: var(--primary-dark);
  color: var(--white);
  box-shadow: 0 8px 20px rgb(8 127 140 / 0.2);
}

.btn--primary:hover {
  background: var(--primary-deep);
  box-shadow: 0 12px 26px rgb(8 127 140 / 0.28);
}

.btn--accent {
  background: var(--accent);
  color: #332203;
  box-shadow: 0 8px 20px rgb(246 163 31 / 0.23);
}

.btn--accent:hover {
  background: #ffb12e;
  box-shadow: 0 12px 26px rgb(246 163 31 / 0.3);
}

.btn--outline {
  border-color: var(--border-strong);
  background: var(--white);
  color: var(--primary-dark);
}

.btn--outline:hover {
  border-color: var(--primary);
  background: var(--primary-soft);
}

.btn--white {
  background: var(--white);
  color: var(--primary-deep);
  box-shadow: var(--shadow-sm);
}

.btn--white:hover {
  background: var(--primary-soft);
}

.btn--sm {
  min-height: 39px;
  padding: 10px 15px;
  font-size: 0.77rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--primary-dark);
  font-size: 0.85rem;
  font-weight: 800;
}

.text-link:hover {
  color: var(--primary-deep);
}

.home-hero {
  position: relative;
  overflow: hidden;
  padding-block: 66px 72px;
  background:
    radial-gradient(circle at 8% 14%, rgb(246 163 31 / 0.14), transparent 24%),
    linear-gradient(135deg, #f5fcfc 0%, #eef9fa 58%, #ffffff 100%);
}

.home-hero::after {
  position: absolute;
  top: -160px;
  right: -120px;
  width: 480px;
  height: 480px;
  border: 70px solid rgb(11 170 184 / 0.055);
  border-radius: 50%;
  content: "";
}

.home-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(430px, 0.97fr);
  align-items: center;
  gap: 62px;
}

.home-hero__copy {
  max-width: 630px;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  padding: 8px 12px;
  border: 1px solid rgb(11 170 184 / 0.22);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.72);
  color: var(--primary-deep);
  font-size: 0.75rem;
  font-weight: 800;
}

.hero-kicker__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgb(246 163 31 / 0.12);
}

.home-hero h1 {
  margin-bottom: 22px;
  font-size: clamp(2.7rem, 5vw, 4.65rem);
  line-height: 1.03;
}

.home-hero h1 span {
  color: var(--primary-dark);
}

.home-hero__lede {
  max-width: 610px;
  margin-bottom: 30px;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.5vw, 1.12rem);
}

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

.hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 36px;
  padding-top: 26px;
  border-top: 1px solid var(--border);
}

.hero-metric {
  min-width: 125px;
}

.hero-metric strong {
  display: block;
  margin-bottom: 3px;
  color: var(--primary-deep);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.28rem;
}

.hero-metric span {
  color: var(--ink-faint);
  font-size: 0.76rem;
}

.hero-visual {
  position: relative;
}

.hero-image {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border-radius: 28px 28px 88px 28px;
  background: var(--primary-soft);
  box-shadow: var(--shadow-lg);
}

.hero-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(150deg, rgb(7 93 105 / 0.12), rgb(7 93 105 / 0.5));
  content: "";
}

.hero-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.hero-float-card {
  position: absolute;
  z-index: 2;
  right: -26px;
  bottom: 30px;
  display: flex;
  width: min(292px, 74%);
  align-items: center;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgb(255 255 255 / 0.7);
  border-radius: var(--radius-md);
  background: rgb(255 255 255 / 0.94);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(12px);
}

.hero-float-card__icon {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 13px;
  background: var(--accent-soft);
  color: var(--accent-dark);
}

.hero-float-card strong {
  display: block;
  margin-bottom: 4px;
  font-size: 0.86rem;
}

.hero-float-card span {
  color: var(--ink-soft);
  font-size: 0.72rem;
  line-height: 1.45;
}

.trust-strip {
  position: relative;
  z-index: 3;
  margin-top: -1px;
  border-bottom: 1px solid var(--border);
  background: var(--white);
}

.trust-strip__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.trust-item {
  display: flex;
  min-height: 112px;
  align-items: center;
  gap: 15px;
  padding: 20px 30px;
  border-right: 1px solid var(--border);
}

.trust-item:first-child {
  border-left: 1px solid var(--border);
}

.trust-item__icon {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 13px;
  background: var(--primary-soft);
  color: var(--primary-dark);
}

.trust-item strong {
  display: block;
  margin-bottom: 4px;
  font-size: 0.86rem;
}

.trust-item span {
  color: var(--ink-faint);
  font-size: 0.74rem;
  line-height: 1.45;
}

.category-row {
  display: flex;
  gap: 10px;
  margin-bottom: 28px;
  padding-bottom: 2px;
  overflow-x: auto;
  scrollbar-width: none;
}

.category-row::-webkit-scrollbar {
  display: none;
}

.category-chip {
  display: inline-flex;
  min-height: 40px;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink-soft);
  font-size: 0.76rem;
  font-weight: 700;
  cursor: pointer;
  transition: 160ms ease;
}

.category-chip:hover,
.category-chip.is-active {
  border-color: var(--primary);
  background: var(--primary-soft);
  color: var(--primary-deep);
}

.category-chip__count {
  display: grid;
  min-width: 21px;
  height: 21px;
  place-items: center;
  padding-inline: 5px;
  border-radius: 999px;
  background: var(--surface-strong);
  font-size: 0.65rem;
}

.category-chip.is-active .category-chip__count {
  background: var(--white);
}

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

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

.product-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: var(--shadow-xs);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  isolation: isolate;
}

.product-card:hover {
  border-color: rgb(11 170 184 / 0.45);
  box-shadow: var(--shadow-sm);
  transform: translateY(-4px);
}

.product-card__media {
  position: relative;
  display: grid;
  aspect-ratio: 1 / 0.86;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
  background:
    radial-gradient(circle at 50% 35%, #ffffff 0%, #ffffff 25%, transparent 65%),
    var(--surface);
  transition: background 180ms ease;
}

.product-card:hover .product-card__media {
  background:
    radial-gradient(circle at 50% 35%, #ffffff 0%, #ffffff 34%, transparent 68%),
    var(--primary-wash);
}

.product-card__media img {
  width: 82%;
  height: 82%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 240ms ease;
}

.product-card:hover .product-card__media img {
  transform: scale(1.045);
}

.product-card__tag {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 8px;
  border-radius: 6px;
  background: var(--primary-deep);
  color: var(--white);
  font-size: 0.61rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-card__tag--promo {
  background: var(--accent);
  color: #3a2603;
}

.product-card__placeholder {
  display: grid;
  place-items: center;
  gap: 12px;
  color: var(--primary-dark);
  text-align: center;
}

.product-card__placeholder .icon {
  width: 58px;
  height: 58px;
  padding: 13px;
  border-radius: 18px;
  background: var(--primary-soft);
}

.product-card__placeholder span {
  max-width: 120px;
  color: var(--ink-faint);
  font-size: 0.66rem;
  line-height: 1.4;
}

.product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.product-card__category {
  margin-bottom: 8px;
  color: var(--primary-dark);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-card h3 {
  margin-bottom: 9px;
  font-size: 0.98rem;
  line-height: 1.32;
  letter-spacing: -0.025em;
}

.product-card__description {
  display: -webkit-box;
  min-height: 58px;
  margin-bottom: 18px;
  overflow: hidden;
  color: var(--ink-soft);
  font-size: 0.76rem;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.product-card__footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
}

.product-card__price-label {
  color: var(--ink-faint);
  font-size: 0.63rem;
}

.product-card__price-label strong {
  display: block;
  margin-top: 3px;
  color: var(--accent-dark);
  font-size: 0.78rem;
}

.product-card__view {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--primary-soft);
  color: var(--primary-dark);
  cursor: pointer;
  transition: 160ms ease;
}

.product-card__view:hover {
  background: var(--primary-dark);
  color: var(--white);
}

.catalog-callout {
  position: relative;
  display: grid;
  margin-top: 50px;
  padding: 42px 46px;
  overflow: hidden;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 32px;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(110deg, rgb(7 93 105 / 0.98), rgb(8 127 140 / 0.92)),
    url("/assets/hero-medical-warehouse-D3a2Pbvb.jpg") center / cover;
  color: var(--white);
}

.catalog-callout::after {
  position: absolute;
  top: -120px;
  right: -80px;
  width: 320px;
  height: 320px;
  border: 55px solid rgb(255 255 255 / 0.07);
  border-radius: 50%;
  content: "";
}

.catalog-callout__copy,
.catalog-callout__actions {
  position: relative;
  z-index: 1;
}

.catalog-callout h2 {
  margin-bottom: 8px;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
}

.catalog-callout p {
  max-width: 620px;
  margin-bottom: 0;
  color: rgb(255 255 255 / 0.78);
}

.catalog-callout__actions {
  display: flex;
  gap: 10px;
}

.page-banner {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  background: var(--primary-deep);
  color: var(--white);
}

.page-banner__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.38;
}

.page-banner::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgb(7 64 74 / 0.95), rgb(8 127 140 / 0.55) 62%, rgb(7 64 74 / 0.35));
  content: "";
}

.page-banner__content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 250px;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-block: 52px;
}

.page-banner__copy {
  max-width: 710px;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: rgb(255 255 255 / 0.7);
  font-size: 0.72rem;
  font-weight: 700;
}

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

.page-banner h1 {
  margin-bottom: 10px;
  font-size: clamp(2.2rem, 4vw, 3.45rem);
  line-height: 1.08;
}

.page-banner p {
  max-width: 660px;
  margin-bottom: 0;
  color: rgb(255 255 255 / 0.78);
}

.page-banner__badge {
  display: flex;
  min-width: 150px;
  align-items: center;
  gap: 12px;
  padding: 15px 17px;
  border: 1px solid rgb(255 255 255 / 0.2);
  border-radius: var(--radius-md);
  background: rgb(255 255 255 / 0.1);
  backdrop-filter: blur(9px);
}

.page-banner__badge strong {
  display: block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.35rem;
}

.page-banner__badge span {
  color: rgb(255 255 255 / 0.72);
  font-size: 0.66rem;
  line-height: 1.35;
}

.catalog-section {
  padding-block: 60px 92px;
}

.admin-page { padding: 64px 0 100px; background: #f7fafb; min-height: 70vh; }
.admin-heading, .admin-card__header { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; }
.admin-heading { margin-bottom: 34px; }
.admin-heading h1 { margin: 8px 0; }
.admin-heading p, .admin-card__header p { color: var(--muted); margin: 0; }
.admin-card { background: white; border: 1px solid var(--border); border-radius: 18px; padding: 28px; margin-bottom: 22px; box-shadow: 0 10px 30px rgb(20 62 72 / .05); }
.admin-card h2 { margin: 0 0 6px; }
.admin-table-wrap { overflow-x: auto; margin-top: 24px; }
.admin-table { width: 100%; border-collapse: collapse; min-width: 680px; }
.admin-table th, .admin-table td { text-align: left; padding: 15px 12px; border-top: 1px solid var(--border); font-size: .9rem; }
.admin-table th { color: var(--muted); font-size: .76rem; text-transform: uppercase; letter-spacing: .08em; }
.admin-table small { display: block; color: var(--muted); margin-top: 4px; }
.admin-actions { text-align: right !important; white-space: nowrap; }
.text-button { border: 0; background: none; color: var(--teal); cursor: pointer; font: inherit; font-weight: 700; margin-left: 14px; }
.text-button--danger { color: #b33a43; }
.admin-tip { display: flex; gap: 12px; flex-direction: column; color: var(--muted); }
.admin-tip strong { color: var(--ink); }
.admin-editor-backdrop { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; padding: 20px; background: rgb(7 28 34 / .55); }
.admin-editor { width: min(680px, 100%); max-height: 90vh; overflow: auto; background: #fff; border-radius: 20px; padding: 28px; box-shadow: 0 24px 80px rgb(0 0 0 / .2); }
.admin-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 24px 0; }
.admin-form-grid label { display: grid; gap: 8px; color: var(--muted); font-size: .82rem; font-weight: 700; }
.admin-form-grid input, .admin-form-grid textarea { width: 100%; border: 1px solid var(--border); border-radius: 10px; padding: 12px; font: inherit; color: var(--ink); }
.admin-form-grid textarea { min-height: 100px; resize: vertical; }
.admin-upload-note { color: var(--muted); font-size: .75rem; font-weight: 400; }
.admin-form-wide { grid-column: 1 / -1; }
.admin-check { display: flex !important; grid-template-columns: auto 1fr; align-items: center; display: flex !important; flex-direction: row; }
.admin-check input { width: auto; }
.admin-editor__footer { display: flex; justify-content: flex-end; gap: 12px; }
@media (max-width: 640px) { .admin-heading, .admin-card__header { flex-direction: column; } .admin-form-grid { grid-template-columns: 1fr; } .admin-form-wide { grid-column: auto; } }

.catalog-seo-copy {
  max-width: 850px;
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.7;
}

.catalog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--border);
}

.catalog-toolbar__results strong {
  display: block;
  margin-bottom: 3px;
  font-size: 0.93rem;
}

.catalog-toolbar__results span {
  color: var(--ink-faint);
  font-size: 0.72rem;
}

.catalog-toolbar__controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.catalog-search {
  position: relative;
  width: min(330px, 36vw);
}

.catalog-search input {
  width: 100%;
  height: 44px;
  padding: 0 44px 0 16px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  color: var(--ink);
}

.catalog-search input:focus {
  border-color: var(--primary);
  outline: none;
  box-shadow: 0 0 0 4px rgb(11 170 184 / 0.11);
}

.catalog-search button {
  position: absolute;
  top: 4px;
  right: 4px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 8px;
  background: var(--primary-dark);
  color: var(--white);
  cursor: pointer;
}

.sort-select {
  height: 44px;
  padding: 0 36px 0 13px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--white);
  color: var(--ink-soft);
  font-size: 0.76rem;
  font-weight: 700;
  cursor: pointer;
}

.catalog-layout {
  display: grid;
  grid-template-columns: 224px minmax(0, 1fr);
  align-items: start;
  gap: 30px;
}

.filter-sidebar {
  position: sticky;
  top: 100px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--white);
}

.filter-group {
  padding: 22px;
  border-bottom: 1px solid var(--border);
}

.filter-group:last-child {
  border-bottom: 0;
}

.filter-group h2,
.filter-group h3 {
  margin-bottom: 15px;
  font-size: 0.82rem;
  letter-spacing: -0.01em;
}

.filter-list {
  display: grid;
  gap: 4px;
}

.filter-option {
  display: flex;
  width: 100%;
  min-height: 38px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 7px 9px;
  border-radius: 8px;
  background: transparent;
  color: var(--ink-soft);
  font-size: 0.73rem;
  text-align: left;
  cursor: pointer;
  transition: 150ms ease;
}

.filter-option:hover,
.filter-option.is-active {
  background: var(--primary-soft);
  color: var(--primary-deep);
  font-weight: 700;
}

.filter-option span:last-child {
  color: var(--ink-faint);
  font-size: 0.65rem;
}

.filter-note {
  position: relative;
  overflow: hidden;
  padding: 22px;
  background: var(--primary-deep);
  color: var(--white);
}

.filter-note::after {
  position: absolute;
  right: -40px;
  bottom: -50px;
  width: 130px;
  height: 130px;
  border: 24px solid rgb(255 255 255 / 0.07);
  border-radius: 50%;
  content: "";
}

.filter-note .icon {
  margin-bottom: 22px;
  color: var(--accent);
}

.filter-note h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
  color: var(--white);
  font-size: 0.92rem;
}

.filter-note p {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  color: rgb(255 255 255 / 0.7);
  font-size: 0.69rem;
  line-height: 1.55;
}

.filter-note a {
  position: relative;
  z-index: 1;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 800;
}

.mobile-filter-row {
  display: none;
}

.empty-state {
  padding: 64px 24px;
  border: 1px dashed var(--border-strong);
  border-radius: var(--radius-md);
  background: var(--surface);
  text-align: center;
}

.empty-state__icon {
  display: grid;
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  place-items: center;
  border-radius: 50%;
  background: var(--primary-soft);
  color: var(--primary-dark);
}

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

.empty-state p {
  margin-bottom: 20px;
  color: var(--ink-soft);
  font-size: 0.85rem;
}

.how-it-works {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.process-card {
  position: relative;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--white);
}

.process-card__number {
  position: absolute;
  top: 12px;
  right: 18px;
  color: rgb(11 170 184 / 0.1);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 4.3rem;
  font-weight: 800;
  line-height: 1;
}

.process-card__icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 14px;
  background: var(--primary-soft);
  color: var(--primary-dark);
}

.process-card:nth-child(2) .process-card__icon {
  background: var(--accent-soft);
  color: var(--accent-dark);
}

.process-card h3 {
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.process-card p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 0.8rem;
}

.about-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 68px;
}

.about-intro__image {
  position: relative;
  min-height: 510px;
}

.about-intro__image > img {
  width: calc(100% - 42px);
  height: 510px;
  object-fit: cover;
  border-radius: 26px 78px 26px 26px;
  box-shadow: var(--shadow-md);
}

.about-intro__stamp {
  position: absolute;
  right: 0;
  bottom: 38px;
  display: grid;
  width: 150px;
  height: 150px;
  place-items: center;
  padding: 18px;
  border: 7px solid var(--white);
  border-radius: 50%;
  background: var(--accent);
  color: #332203;
  box-shadow: var(--shadow-md);
  text-align: center;
  overflow: hidden;
}

.about-intro__stamp strong {
  display: block;
  max-width: 100%;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.78rem;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.about-intro__copy h2 {
  margin-bottom: 20px;
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.15;
}

.about-intro__copy > p {
  color: var(--ink-soft);
}

.about-checks {
  display: grid;
  margin: 26px 0 30px;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
}

.about-check {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.79rem;
  font-weight: 700;
}

.about-check__icon {
  display: grid;
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--success-soft);
  color: var(--success);
}

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

.mission-card {
  position: relative;
  padding: 34px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--primary-deep);
  color: var(--white);
}

.mission-card:nth-child(2) {
  background: var(--ink);
}

.mission-card::after {
  position: absolute;
  top: -70px;
  right: -70px;
  width: 190px;
  height: 190px;
  border: 35px solid rgb(255 255 255 / 0.06);
  border-radius: 50%;
  content: "";
}

.mission-card__icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 38px;
  place-items: center;
  border-radius: 14px;
  background: rgb(255 255 255 / 0.12);
  color: var(--accent);
}

.mission-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 9px;
  font-size: 1.3rem;
}

.mission-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: rgb(255 255 255 / 0.72);
  font-size: 0.83rem;
}

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

.value-card {
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--white);
}

.value-card__icon {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 13px;
  background: var(--primary-soft);
  color: var(--primary-dark);
}

.value-card:nth-child(2) .value-card__icon {
  background: var(--accent-soft);
  color: var(--accent-dark);
}

.value-card h3 {
  margin-bottom: 7px;
  font-size: 1rem;
}

.value-card p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 0.79rem;
}

.site-footer {
  background: #0e2c40;
  color: rgb(255 255 255 / 0.78);
}

.footer-media-strip {
  display: grid;
  height: 120px;
  grid-template-columns: repeat(6, 1fr);
  overflow: hidden;
  background: var(--primary-deep);
}

.footer-media-strip__item {
  position: relative;
  overflow: hidden;
}

.footer-media-strip__item::after {
  position: absolute;
  inset: 0;
  background: rgb(7 93 105 / 0.23);
  content: "";
  transition: background 180ms ease;
}

.footer-media-strip__item:hover::after {
  background: transparent;
}

.footer-media-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.footer-media-strip__item:hover img {
  transform: scale(1.06);
}

.footer-main {
  display: grid;
  padding-block: 60px 44px;
  grid-template-columns: 1.45fr 0.72fr 0.72fr 1.1fr;
  gap: 48px;
}

.footer-brand img {
  width: 174px;
  height: 56px;
  margin-bottom: 20px;
  border-radius: 10px;
  background: var(--white);
  object-fit: contain;
  padding: 7px 10px;
}

.footer-brand p {
  max-width: 350px;
  margin-bottom: 22px;
  font-size: 0.79rem;
}

.socials {
  display: flex;
  gap: 9px;
}

.social-link {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 0.13);
  border-radius: 50%;
  color: var(--white);
  transition: 160ms ease;
}

.social-link:hover {
  border-color: var(--primary);
  background: var(--primary);
  transform: translateY(-2px);
}

.footer-column h2,
.footer-column h3 {
  margin-bottom: 20px;
  color: var(--white);
  font-size: 0.9rem;
  letter-spacing: -0.01em;
}

.footer-links,
.footer-contact {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links a,
.footer-contact a,
.footer-contact span {
  color: rgb(255 255 255 / 0.66);
  font-size: 0.76rem;
  line-height: 1.55;
  transition: color 150ms ease;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: var(--accent);
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.footer-phone-links {
  display: grid;
  gap: 4px;
}

.footer-contact .icon {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  color: var(--primary);
}

.footer-bottom {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgb(255 255 255 / 0.1);
  font-size: 0.68rem;
}

.footer-bottom__links {
  display: flex;
  gap: 20px;
}

.footer-bottom a:hover {
  color: var(--accent);
}

.modal-backdrop {
  position: fixed;
  z-index: 120;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgb(9 32 47 / 0.62);
  animation: fade-in 170ms ease both;
  backdrop-filter: blur(7px);
}

.modal {
  position: relative;
  width: min(100%, 980px);
  max-height: min(88vh, 760px);
  overflow: auto;
  border: 1px solid rgb(255 255 255 / 0.5);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-lg);
  animation: modal-in 210ms ease both;
}

.modal--quote {
  width: min(100%, 560px);
}

.modal__close {
  position: sticky;
  z-index: 3;
  top: 14px;
  float: right;
  display: grid;
  width: 42px;
  height: 42px;
  margin: 14px 14px -56px 0;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: rgb(255 255 255 / 0.94);
  color: var(--ink);
  box-shadow: var(--shadow-sm);
  cursor: pointer;
}

.product-detail {
  display: grid;
  min-height: 590px;
  grid-template-columns: 0.94fr 1.06fr;
}

.product-detail__media {
  display: grid;
  min-height: 590px;
  place-items: center;
  padding: 52px;
  background:
    radial-gradient(circle at 50% 38%, #ffffff 0%, #ffffff 20%, transparent 62%),
    var(--surface);
}

.product-detail__media img {
  width: 100%;
  height: 420px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.product-detail__placeholder {
  display: grid;
  place-items: center;
  gap: 16px;
  color: var(--primary-dark);
  text-align: center;
}

.product-detail__placeholder .icon {
  width: 92px;
  height: 92px;
  padding: 22px;
  border-radius: 28px;
  background: var(--primary-soft);
}

.product-detail__placeholder span {
  color: var(--ink-faint);
  font-size: 0.78rem;
}

.product-detail__content {
  padding: 66px 56px 52px;
}

.product-detail__category {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--primary-soft);
  color: var(--primary-deep);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-detail h2 {
  margin-bottom: 14px;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  line-height: 1.16;
}

.product-detail__availability {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  color: var(--success);
  font-size: 0.77rem;
  font-weight: 800;
}

.product-detail__availability::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 0 5px var(--success-soft);
  content: "";
}

.product-detail__description {
  margin-bottom: 26px;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.detail-facts {
  display: grid;
  margin-bottom: 28px;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
}

.detail-fact {
  padding: 14px;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.detail-fact:nth-child(2n) {
  border-right: 0;
}

.detail-fact:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.detail-fact span {
  display: block;
  margin-bottom: 4px;
  color: var(--ink-faint);
  font-size: 0.62rem;
  text-transform: uppercase;
}

.detail-fact strong {
  font-size: 0.74rem;
}

.product-detail__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-variants {
  margin: -6px 0 26px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
}

.product-variants h3 {
  margin: 0;
  padding: 12px 14px;
  border-bottom: 1px solid var(--border);
  background: var(--surface);
  font-size: 0.75rem;
  letter-spacing: -0.01em;
}

.product-variant {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 14px;
  border-bottom: 1px solid var(--border);
  font-size: 0.72rem;
}

.product-variant:last-child {
  border-bottom: 0;
}

.product-variant span {
  color: var(--ink-soft);
}

.product-variant strong {
  color: var(--accent-dark);
}

.quote-modal__header {
  padding: 48px 48px 28px;
  text-align: center;
}

.quote-modal__icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  place-items: center;
  border-radius: 18px;
  background: var(--accent-soft);
  color: var(--accent-dark);
}

.quote-modal__header h2 {
  margin-bottom: 9px;
  font-size: 1.75rem;
}

.quote-modal__header p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 0.84rem;
}

.quote-options {
  display: grid;
  gap: 10px;
  padding: 0 34px 38px;
}

.quote-option {
  display: flex;
  min-height: 76px;
  align-items: center;
  gap: 15px;
  padding: 15px 17px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  transition: 160ms ease;
}

.quote-option:hover {
  border-color: var(--primary);
  background: var(--primary-soft);
  transform: translateY(-2px);
}

.quote-option__icon {
  display: grid;
  width: 43px;
  height: 43px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 12px;
  background: var(--surface-strong);
  color: var(--primary-dark);
}

.quote-option strong {
  display: block;
  margin-bottom: 4px;
  font-size: 0.84rem;
}

.quote-option span {
  color: var(--ink-faint);
  font-size: 0.71rem;
}

.quote-option > .icon {
  margin-left: auto;
  color: var(--ink-faint);
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
}

@keyframes modal-in {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1120px) {
  .nav-shell {
    grid-template-columns: 180px 1fr auto;
    gap: 18px;
  }

  .brand img {
    width: 152px;
  }

  .main-nav {
    gap: 21px;
  }

  .header-search {
    display: none;
  }

  .home-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.86fr);
    gap: 42px;
  }

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

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

@media (max-width: 860px) {
  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .section {
    padding-block: 72px;
  }

  .topbar__group--secondary {
    display: none;
  }

  .nav-shell {
    min-height: 70px;
    grid-template-columns: 1fr auto;
  }

  .brand img {
    width: 148px;
    height: 45px;
  }

  .main-nav,
  .nav-actions .btn {
    display: none;
  }

  .mobile-menu-button {
    display: grid;
  }

  .mobile-menu.is-open {
    display: block;
    padding: 6px 16px 18px;
    border-top: 1px solid var(--border);
    background: var(--white);
  }

  .mobile-menu nav {
    display: grid;
    gap: 3px;
  }

  .mobile-menu .nav-link {
    padding: 13px 14px;
    border-radius: 9px;
  }

  .mobile-menu .nav-link::after {
    display: none;
  }

  .mobile-menu .nav-link.is-active {
    background: var(--primary-soft);
  }

  .mobile-menu__quote {
    width: 100%;
    margin-top: 9px;
  }

  .home-hero {
    padding-block: 56px 64px;
  }

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

  .home-hero__copy {
    max-width: 700px;
  }

  .hero-visual {
    width: min(100%, 680px);
  }

  .hero-image,
  .hero-image img {
    height: 420px;
    min-height: 420px;
  }

  .hero-float-card {
    right: 18px;
  }

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

  .trust-item,
  .trust-item:first-child {
    min-height: 88px;
    border-right: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    border-left: 1px solid var(--border);
  }

  .trust-item:last-child {
    border-bottom: 0;
  }

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

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

  .page-banner__badge {
    display: none;
  }

  .catalog-toolbar {
    align-items: flex-end;
  }

  .catalog-toolbar__controls {
    flex: 1;
    justify-content: flex-end;
  }

  .catalog-search {
    width: min(330px, 58vw);
  }

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

  .filter-sidebar {
    display: none;
  }

  .mobile-filter-row {
    display: flex;
    gap: 9px;
    margin-bottom: 18px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .mobile-filter-row::-webkit-scrollbar {
    display: none;
  }

  .how-it-works,
  .values-grid {
    grid-template-columns: 1fr;
  }

  .about-intro {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .mission-grid {
    grid-template-columns: 1fr;
  }

  .footer-main {
    grid-template-columns: 1.25fr 0.75fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-media-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-media-strip__item:nth-child(n + 4) {
    display: none;
  }

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

  .product-detail__media {
    min-height: 380px;
    padding: 42px;
  }

  .product-detail__media img {
    height: 300px;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(calc(100% - 24px), var(--container));
  }

  .section {
    padding-block: 60px;
  }

  .section-heading {
    display: block;
    margin-bottom: 26px;
  }

  .section-heading .text-link,
  .section-heading .btn {
    margin-top: 18px;
  }

  .topbar {
    display: none;
  }

  .home-hero {
    padding-block: 42px 48px;
  }

  .home-hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.4rem);
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-metrics {
    gap: 16px;
  }

  .hero-metric {
    min-width: calc(50% - 8px);
  }

  .hero-image,
  .hero-image img {
    height: 340px;
    min-height: 340px;
  }

  .hero-image {
    border-radius: 22px 22px 64px 22px;
  }

  .hero-float-card {
    right: 12px;
    bottom: 14px;
    width: calc(100% - 24px);
  }

  .trust-item {
    padding: 17px 20px;
  }

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

  .product-card__media {
    aspect-ratio: 1 / 0.74;
  }

  .catalog-callout {
    padding: 34px 24px;
  }

  .catalog-callout__actions {
    flex-direction: column;
  }

  .catalog-callout__actions .btn {
    width: 100%;
  }

  .page-banner,
  .page-banner__content {
    min-height: 230px;
  }

  .page-banner__content {
    padding-block: 42px;
  }

  .catalog-section {
    padding-block: 42px 68px;
  }

  .catalog-toolbar {
    display: block;
  }

  .catalog-toolbar__results {
    margin-bottom: 15px;
  }

  .catalog-toolbar__controls {
    display: grid;
    grid-template-columns: 1fr auto;
  }

  .catalog-search {
    width: 100%;
  }

  .sort-select {
    max-width: 132px;
  }

  .about-intro__image,
  .about-intro__image > img {
    height: 390px;
    min-height: 390px;
  }

  .about-intro__image > img {
    width: calc(100% - 24px);
  }

  .about-intro__stamp {
    width: 132px;
    height: 132px;
    bottom: 26px;
  }

  .about-intro__stamp strong {
    font-size: 0.7rem;
    line-height: 1.08;
  }

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

  .mission-card,
  .value-card,
  .process-card {
    padding: 26px;
  }

  .footer-media-strip {
    height: 92px;
  }

  .footer-main {
    padding-block: 48px 36px;
    grid-template-columns: 1fr 1fr;
    gap: 36px 24px;
  }

  .footer-column--contact {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    padding-block: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .modal-backdrop {
    align-items: end;
    padding: 0;
  }

  .modal {
    width: 100%;
    max-height: 92vh;
    border-radius: 22px 22px 0 0;
  }

  .product-detail__media {
    min-height: 310px;
    padding: 36px 28px;
  }

  .product-detail__media img {
    height: 250px;
  }

  .product-detail__content {
    padding: 44px 24px 34px;
  }

  .detail-facts {
    grid-template-columns: 1fr;
  }

  .detail-fact,
  .detail-fact:nth-child(2n),
  .detail-fact:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .detail-fact:last-child {
    border-bottom: 0;
  }

  .product-detail__actions,
  .product-detail__actions .btn {
    width: 100%;
  }

  .quote-modal__header {
    padding: 46px 24px 24px;
  }

  .quote-options {
    padding: 0 18px 28px;
  }
}
