:root {
  --black: #090a0d;
  --graphite: #14161b;
  --panel: #1b1d24;
  --ink: #171820;
  --muted: #616673;
  --line: #e2e3e8;
  --soft: #f5f5f7;
  --white: #ffffff;
  --purple: #733ea7;
  --purple-bright: #9557cf;
  --purple-soft: #f1e9fa;
  --yellow: #eeb524;
  --green: #177245;
  --green-soft: #e9f6ef;
  --red: #be3246;
  --red-soft: #ffecf0;
  --shadow: 0 16px 38px rgba(9, 10, 13, 0.1);
  --radius: 8px;
  --container: min(1280px, calc(100% - 48px));
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  padding-bottom: 132px;
  color: var(--ink);
  font-family: Arial, "Helvetica Neue", sans-serif;
  background: var(--white);
}

body.is-locked {
  overflow: hidden;
}

.admin-body {
  padding-bottom: 0;
  background: var(--soft);
}

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

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

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

svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

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

.container {
  width: var(--container);
  margin: 0 auto;
}

.topbar {
  color: #e4e4e7;
  background: var(--black);
  font-size: 13px;
}

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

.topbar p {
  margin: 0;
}

.topbar__contacts {
  display: flex;
  gap: 26px;
}

.topbar__contacts a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #c9cbd1;
}

.topbar__contacts strong {
  color: var(--white);
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid #292b31;
  color: var(--white);
  background: rgba(14, 15, 19, 0.98);
}

.header__inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand__mark {
  width: 60px;
  height: 60px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid rgba(199, 157, 238, 0.9);
  background: #090a0d;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 20px rgba(149, 87, 207, 0.26);
}

.brand__mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
  filter: brightness(1.18) contrast(1.12);
  transform: scale(1.08);
}

.brand strong {
  display: block;
  color: var(--white);
  font-size: 23px;
  line-height: 1;
}

.brand small {
  display: block;
  margin-top: 6px;
  color: #d2d4da;
  font-size: 11px;
  text-transform: uppercase;
}

.main-nav {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 22px;
}

.main-nav a,
.main-nav button {
  position: relative;
  border: 0;
  padding: 30px 0;
  color: #d1d3d9;
  font-size: 14px;
  background: none;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav button:hover,
.main-nav button:focus-visible {
  color: var(--white);
}

.main-nav a.is-current {
  color: var(--white);
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after,
.main-nav button:hover::after,
.main-nav button:focus-visible::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--purple-bright);
}

.header__actions {
  display: flex;
  align-items: center;
  gap: 9px;
}

.mobile-menu-toggle {
  width: 44px;
  height: 44px;
  display: none;
  align-items: center;
  justify-content: center;
  border: 1px solid #3a3d46;
  border-radius: 5px;
  color: var(--white);
  background: #191b21;
}

.mobile-menu-toggle svg {
  width: 22px;
  height: 22px;
}

.category-bar {
  border-top: 1px solid #272a31;
  border-bottom: 1px solid #272a31;
  background: #111318;
}

.category-bar__inner {
  min-height: 43px;
  display: flex;
  align-items: stretch;
  gap: 20px;
}

.category-bar__inner > strong {
  display: flex;
  align-items: center;
  color: #cda8ee;
  font-size: 12px;
  text-transform: uppercase;
}

.category-bar nav {
  min-width: 0;
  display: flex;
  align-items: stretch;
  gap: 4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.category-bar nav::-webkit-scrollbar {
  display: none;
}

.category-bar a {
  min-height: 42px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  border-bottom: 2px solid transparent;
  padding: 0 13px;
  color: #d4d6dc;
  font-size: 13px;
  font-weight: 700;
}

.category-bar a:hover,
.category-bar a:focus-visible,
.category-bar a.is-active {
  border-bottom-color: var(--purple-bright);
  color: var(--white);
  background: rgba(149, 87, 207, 0.1);
}

.mobile-menu {
  display: none;
  border-top: 1px solid #292b31;
  background: #111318;
  box-shadow: 0 18px 30px rgba(9, 10, 13, 0.2);
}

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

.mobile-menu a {
  min-height: 46px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #292b31;
  padding: 0 10px;
  color: #e1e2e6;
  font-size: 14px;
}

.mobile-menu a:hover,
.mobile-menu a:focus-visible {
  color: var(--white);
  background: rgba(149, 87, 207, 0.12);
}

.header-search {
  width: 194px;
  height: 44px;
  display: flex;
  align-items: center;
  border: 1px solid #30333c;
  border-radius: 5px;
  padding: 0 13px;
  color: #aaaeb7;
  background: #191b21;
}

.header-search input {
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--white);
  background: transparent;
}

.header-search input::placeholder {
  color: #9b9faa;
}

.header-search svg {
  width: 18px;
  height: 18px;
}

.icon-button,
.cart-button {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #30333c;
  border-radius: 5px;
  color: #f2f2f3;
  background: #191b21;
}

.icon-button svg,
.cart-button svg {
  width: 21px;
  height: 21px;
}

.cart-button {
  position: relative;
}

.cart-button span {
  position: absolute;
  top: -7px;
  right: -6px;
  min-width: 20px;
  height: 20px;
  display: grid;
  place-content: center;
  border-radius: 10px;
  padding: 0 5px;
  color: var(--white);
  font-size: 11px;
  font-weight: bold;
  background: var(--purple-bright);
}

.hero {
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(9, 10, 13, 1) 0%, rgba(9, 10, 13, 0.92) 43%, rgba(9, 10, 13, 0.55) 100%),
    var(--black);
}

.hero__grid {
  min-height: 600px;
  display: grid;
  grid-template-columns: minmax(430px, 48%) minmax(420px, 52%);
  gap: 48px;
  padding: 44px 0 54px;
}

.hero__content {
  align-self: center;
}

.eyebrow {
  margin: 0 0 15px;
  color: #c998fa;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.eyebrow--dark {
  color: var(--purple);
}

.hero h1 {
  max-width: 560px;
  margin: 0 0 19px;
  font-size: 54px;
  line-height: 1.05;
}

.hero__intro {
  max-width: 500px;
  margin: 0 0 34px;
  color: #bfc1c9;
  font-size: 17px;
  line-height: 1.65;
}

.hero__actions {
  display: flex;
  gap: 12px;
  margin-bottom: 48px;
}

.hero__note {
  max-width: 520px;
  margin: -26px 0 32px;
  color: #d9d2e6;
  font-size: 14px;
  line-height: 1.5;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 0 23px;
  font-size: 14px;
  font-weight: bold;
}

.button--primary {
  color: #16120a;
  background: var(--yellow);
}

.button--primary:hover,
.button--primary:focus-visible {
  background: #ffd052;
}

.button--secondary {
  border-color: #594268;
  color: var(--white);
  background: rgba(115, 62, 167, 0.18);
}

.button--secondary:hover,
.button--secondary:focus-visible {
  border-color: var(--purple-bright);
  background: rgba(115, 62, 167, 0.3);
}

.button--outline-on-dark {
  border-color: #594268;
  color: var(--white);
  background: transparent;
}

.button--outline {
  border-color: var(--line);
  color: var(--ink);
  background: var(--white);
}

.button--compact {
  min-height: 42px;
  padding: 0 16px;
}

.button--whatsapp {
  width: 100%;
  color: var(--white);
  background: var(--green);
}

.social-link {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #30333c;
  border-radius: 5px;
  color: #f2f2f3;
  font-size: 12px;
  font-weight: bold;
  background: #191b21;
}

.social-link.is-disabled {
  opacity: 0.45;
  pointer-events: none;
}

.hero__figures {
  display: flex;
  gap: 42px;
  margin: 0;
}

.hero__figures div {
  padding-left: 16px;
  border-left: 2px solid var(--purple-bright);
}

.hero__figures dt {
  margin-bottom: 8px;
  color: #90949e;
  font-size: 11px;
  text-transform: uppercase;
}

.hero__figures dd {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
}

.hero__visual {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  border: 1px solid #272932;
  border-radius: var(--radius);
  background: #111217;
}

.hero__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 10, 13, 0.35), transparent 42%, rgba(9, 10, 13, 0.35));
  pointer-events: none;
}

.hero__visual > img {
  width: 100%;
  height: 100%;
  min-height: 510px;
  object-fit: cover;
  object-position: center center;
}

.machine-card {
  position: absolute;
  z-index: 1;
  right: 18px;
  bottom: 18px;
  width: 260px;
  border: 1px solid #383b45;
  border-radius: 6px;
  padding: 18px;
  background: rgba(13, 14, 18, 0.92);
  backdrop-filter: blur(4px);
}

.availability {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  border-radius: 3px;
  padding: 0 9px;
  font-size: 11px;
  font-weight: bold;
}

.availability--ready {
  color: var(--green);
  background: var(--green-soft);
}

.availability--low {
  color: var(--red);
  background: var(--red-soft);
}

.availability--reserved {
  color: #856000;
  background: #fff5d7;
}

.availability--sold {
  color: #5c6068;
  background: #eceef2;
}

.availability--order {
  color: #5c4281;
  background: var(--purple-soft);
}

.machine-card h2 {
  margin: 15px 0 7px;
  font-size: 17px;
}

.price {
  margin: 0 0 13px;
  font-size: 26px;
  font-weight: bold;
}

.price small {
  color: #babdc5;
  font-size: 13px;
}

.text-action {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  padding: 0;
  color: #cfadf2;
  font-size: 13px;
  font-weight: bold;
  background: none;
}

.text-action svg {
  width: 15px;
  height: 15px;
}

.benefits {
  border-bottom: 1px solid #e7e8ec;
  background: var(--white);
}

.benefits__grid {
  min-height: 106px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.benefits article {
  display: flex;
  align-items: center;
  gap: 15px;
  border-left: 1px solid #e7e8ec;
  padding: 0 27px;
}

.benefits article:last-child {
  border-right: 1px solid #e7e8ec;
}

.benefits svg {
  flex-shrink: 0;
  width: 33px;
  height: 33px;
  color: var(--purple);
}

.benefits strong,
.benefits span {
  display: block;
}

.benefits strong {
  margin-bottom: 7px;
  font-size: 14px;
}

.benefits span {
  color: var(--muted);
  font-size: 12px;
}

.solutions,
.featured,
.seo-content {
  padding: 68px 0;
  background: var(--white);
}

.solutions {
  background: linear-gradient(180deg, #ffffff 0%, #f7f7f9 100%);
}

.section-heading--split {
  align-items: start;
}

.section-heading--split > p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.solution-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  background: var(--white);
  box-shadow: 0 2px 8px rgba(9, 10, 13, 0.04);
}

.solution-card > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-content: center;
  border-radius: 50%;
  color: var(--white);
  font-size: 12px;
  font-weight: bold;
  background: var(--purple);
}

.solution-card h3 {
  margin: 18px 0 11px;
  font-size: 20px;
  line-height: 1.25;
}

.solution-card p {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.58;
}

.solution-card--highlight {
  border-color: rgba(115, 62, 167, 0.35);
  background: var(--purple-soft);
}

.profile-cta,
.text-link {
  margin-top: auto;
  color: var(--purple);
  font-size: 14px;
  font-weight: bold;
}

.solution-process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  margin-top: 22px;
  background: var(--line);
}

.solution-process div {
  padding: 20px;
  background: var(--white);
}

.solution-process strong,
.solution-process span {
  display: block;
}

.solution-process strong {
  margin-bottom: 7px;
}

.solution-process span {
  color: var(--muted);
  font-size: 13px;
}

.featured {
  border-top: 1px solid #e9eaf0;
  background: var(--soft);
}

.catalog-count {
  display: inline-block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: bold;
}

.catalog {
  padding: 66px 0 70px;
  background: var(--soft);
}

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

.section-heading h2 {
  margin: 0;
  font-size: 33px;
}

.catalog__tools {
  display: flex;
  gap: 10px;
}

.catalog-search {
  width: 267px;
  height: 48px;
  display: flex;
  align-items: center;
  border: 1px solid #d9dbe2;
  border-radius: 5px;
  padding: 0 14px;
  color: var(--muted);
  background: var(--white);
}

.catalog-search input {
  flex: 1;
  width: 100%;
  border: 0;
  outline: none;
  background: transparent;
}

.catalog-search svg {
  width: 19px;
  height: 19px;
}

.sort select {
  height: 48px;
  border: 1px solid #d9dbe2;
  border-radius: 5px;
  padding: 0 38px 0 16px;
  color: var(--ink);
  background: var(--white);
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

.filter {
  min-height: 42px;
  border: 1px solid #dedfe5;
  border-radius: 5px;
  padding: 0 18px;
  color: #4f5360;
  background: var(--white);
}

.filter.is-active,
.filter:hover {
  border-color: var(--purple);
  color: var(--white);
  background: var(--purple);
}

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

.product {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e1e2e7;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 2px 5px rgba(10, 12, 16, 0.03);
}

.product__visual {
  position: relative;
  height: 206px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #ececef;
}

.product__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product__visual--contain {
  background: var(--white);
}

.product__visual--contain img {
  object-fit: contain;
  padding: 18px;
}

.product__visual--equipment {
  color: #a8aab2;
  background:
    linear-gradient(135deg, #fbfbfc, #e6e7eb),
    var(--soft);
}

.product__visual--equipment::before {
  content: attr(data-category);
  border: 1px solid #d1d3da;
  border-radius: 4px;
  padding: 12px 15px;
  color: #6e727f;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.product__visual .availability {
  position: absolute;
  top: 12px;
  left: 12px;
}

.product__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 17px;
}

.product__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}

.product__category {
  color: var(--purple);
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

.product__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}

.product__badges span {
  border-radius: 4px;
  padding: 5px 7px;
  color: #5c4281;
  font-size: 11px;
  font-weight: bold;
  background: var(--purple-soft);
}

.product h3 {
  min-height: 52px;
  margin: 0 0 11px;
  font-size: 16px;
  line-height: 1.35;
}

.product__sku {
  margin: 0 0 9px;
  color: var(--muted);
  font-size: 12px;
}

.product__summary {
  min-height: 58px;
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.product__footer {
  margin-top: auto;
}

.product__price {
  margin: 0 0 14px;
  font-size: 23px;
  font-weight: bold;
}

.product__price small {
  color: var(--muted);
  font-size: 12px;
}

.product__actions {
  display: flex;
  gap: 8px;
}

.product__actions a,
.product__actions button {
  height: 43px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
}

.product__details {
  min-width: 94px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dddfe6;
  color: #5b5e68;
  background: var(--white);
}

.product__details svg {
  width: 18px;
  height: 18px;
}

.product__buy {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--purple);
  color: var(--white);
  background: var(--purple);
}

.product__buy:hover {
  background: #61318d;
}

.no-results {
  grid-column: 1 / -1;
  border: 1px dashed #d2d4dc;
  border-radius: var(--radius);
  padding: 48px;
  color: var(--muted);
  text-align: center;
  background: var(--white);
}

.machinery {
  padding: 72px 0;
  color: var(--white);
  background: var(--graphite);
}

.machinery__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 57px;
  align-items: center;
}

.machinery__image {
  height: 400px;
  overflow: hidden;
  border-radius: var(--radius);
}

.machinery__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.machinery__copy h2 {
  margin: 0 0 15px;
  font-size: 37px;
}

.machinery__copy > p:not(.eyebrow) {
  max-width: 590px;
  margin: 0 0 30px;
  color: #bec1c8;
  font-size: 16px;
  line-height: 1.6;
}

.specs {
  display: flex;
  gap: 14px;
  margin-bottom: 30px;
}

.specs div {
  min-width: 180px;
  border: 1px solid #373a44;
  border-radius: 5px;
  padding: 14px 18px;
}

.specs strong,
.specs span {
  display: block;
}

.specs strong {
  margin-bottom: 7px;
}

.specs span {
  color: #c1c3ca;
  font-size: 13px;
}

.video-proof {
  padding: 72px 0;
  background: var(--white);
}

.video-proof__grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 36px;
  align-items: center;
}

.video-proof__copy h2 {
  margin: 0 0 15px;
  font-size: 36px;
}

.video-proof__copy p {
  margin: 0 0 24px;
  color: var(--muted);
  line-height: 1.65;
}

.video-feature {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--black);
}

.video-feature video,
.video-strip video {
  width: 100%;
  display: block;
  background: var(--black);
}

.video-feature strong {
  display: block;
  padding: 14px 16px;
  color: var(--white);
}

.video-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 18px;
}

.video-strip video {
  aspect-ratio: 16 / 10;
  border-radius: var(--radius);
  object-fit: cover;
}

.seo-content {
  border-top: 1px solid #e9eaf0;
  background: var(--soft);
}

.seo-content__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.seo-content article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  background: var(--white);
}

.seo-content h2 {
  margin: 0 0 12px;
  font-size: 24px;
}

.seo-content p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.contacts {
  padding: 65px 0;
}

.contacts__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.72fr 0.72fr 1.05fr;
  gap: 18px;
}

.contacts__heading {
  padding: 24px 35px 24px 0;
}

.contacts__heading h2 {
  margin: 0 0 18px;
  font-size: 33px;
}

.contacts__heading > p:last-child {
  color: var(--muted);
  line-height: 1.6;
}

.contacts__heading p {
  color: var(--muted);
  line-height: 1.55;
}

.contacts__heading a {
  color: var(--purple);
  font-weight: bold;
}

.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.social-row a {
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 9px 12px;
  color: var(--ink);
  font-size: 13px;
  background: var(--white);
}

.contact-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 27px 23px 23px;
}

.contact-card > span {
  color: var(--muted);
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.contact-card h3 {
  margin: 10px 0 9px;
  font-size: 20px;
}

.contact-number {
  display: block;
  margin-bottom: 23px;
  font-size: 28px;
  font-weight: bold;
}

.map-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-height: 260px;
}

.map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 260px;
  display: block;
  border: 0;
}

.footer {
  border-top: 1px solid #272930;
  padding: 34px 0;
  color: var(--white);
  background: var(--black);
}

.footer__grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}

.footer__grid > * {
  min-width: 0;
}

.brand--footer .brand__mark {
  width: 44px;
  height: 44px;
}

.brand--footer strong {
  font-size: 19px;
}

.footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
  color: #c8cad0;
  font-size: 14px;
}

.footer nav button {
  border: 0;
  padding: 0;
  color: inherit;
  background: none;
}

.footer__address {
  margin: 0;
  color: #aaadb6;
  font-size: 13px;
  line-height: 1.65;
  text-align: right;
}

.contact-strip {
  position: fixed;
  z-index: 42;
  right: auto;
  bottom: 18px;
  left: 50%;
  width: min(780px, calc(100% - 36px));
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  padding: 10px;
  color: var(--white);
  background: rgba(9, 10, 13, 0.96);
  box-shadow: 0 14px 34px rgba(9, 10, 13, 0.25);
  transform: translateX(-50%);
}

.contact-strip div {
  flex: 1;
  min-width: 0;
  padding-left: 6px;
}

.contact-strip strong,
.contact-strip span {
  display: block;
}

.contact-strip span {
  margin-top: 3px;
  color: #c8cad0;
  font-size: 13px;
}

.product-page {
  padding: 58px 0 70px;
  background: var(--soft);
}

.admin-page {
  min-height: calc(100vh - 120px);
}

.admin-login {
  min-height: calc(100vh - 120px);
  display: grid;
  place-items: center;
  padding: 48px 0;
  background:
    linear-gradient(135deg, rgba(9, 10, 13, 0.82), rgba(115, 62, 167, 0.76)),
    url("assets/media/entrega-sl18-01.jpeg") center/cover;
}

.admin-login__panel {
  width: min(440px, calc(100% - 32px));
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  padding: 28px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 60px rgba(9, 10, 13, 0.24);
}

.admin-login__panel h1,
.admin-hero h1,
.admin-panel h2,
.admin-export h2 {
  margin: 0;
}

.admin-login__panel p {
  color: var(--muted);
  line-height: 1.6;
}

.admin-login__panel label,
.admin-toolbar label,
.admin-form label {
  display: grid;
  gap: 7px;
  color: #353742;
  font-size: 13px;
  font-weight: 700;
}

.admin-login__panel input,
.admin-toolbar input,
.admin-toolbar select,
.admin-form input,
.admin-form select,
.admin-form textarea {
  width: 100%;
  border: 1px solid #d7d9e0;
  border-radius: 6px;
  padding: 11px 12px;
  color: var(--ink);
  background: var(--white);
}

.admin-login__panel input:focus,
.admin-toolbar input:focus,
.admin-toolbar select:focus,
.admin-form input:focus,
.admin-form select:focus,
.admin-form textarea:focus {
  outline: 2px solid rgba(115, 62, 167, 0.2);
  border-color: var(--purple);
}

.admin-shell {
  padding: 36px 0 54px;
}

.admin-hero {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 22px;
}

.admin-hero p,
.admin-export p,
.admin-panel__head p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.admin-hero__actions,
.admin-export__actions,
.admin-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

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

.admin-stats article,
.admin-panel,
.admin-toolbar,
.admin-export {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 10px 24px rgba(9, 10, 13, 0.05);
}

.admin-stats article {
  padding: 16px;
}

.admin-stats span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.admin-stats strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: 24px;
}

.admin-toolbar {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 180px 170px auto;
  gap: 12px;
  align-items: end;
  margin-bottom: 18px;
  padding: 16px;
}

.admin-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(420px, 0.8fr);
  gap: 18px;
  align-items: start;
}

.admin-panel {
  min-width: 0;
}

.admin-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  padding: 18px;
}

.admin-table-wrap {
  max-height: 720px;
  overflow: auto;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.admin-table th {
  position: sticky;
  z-index: 1;
  top: 0;
  padding: 12px;
  color: var(--white);
  text-align: left;
  background: var(--panel);
}

.admin-table td {
  border-bottom: 1px solid #ececf1;
  padding: 12px;
  vertical-align: top;
}

.admin-table tr {
  cursor: pointer;
}

.admin-table tr:hover,
.admin-table tr.is-selected {
  background: var(--purple-soft);
}

.admin-table td strong,
.admin-table td span {
  display: block;
}

.admin-table td span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.admin-status {
  width: max-content;
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 12px;
  font-weight: 800;
}

.admin-status--available {
  color: #0f6038;
  background: var(--green-soft);
}

.admin-status--reserved {
  color: #8a4b08;
  background: #fff0d6;
}

.admin-status--sold {
  color: #9b1c1c;
  background: var(--red-soft);
}

.admin-editor {
  position: sticky;
  top: 104px;
}

.admin-form {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.admin-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.admin-form__wide {
  grid-column: 1 / -1;
}

.admin-form textarea {
  resize: vertical;
  min-height: 72px;
}

.admin-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px;
}

.admin-checks legend {
  padding: 0 6px;
  color: #353742;
  font-size: 13px;
  font-weight: 800;
}

.admin-checks label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}

.admin-feedback {
  min-height: 20px;
  margin: 0;
  color: var(--purple);
  font-size: 13px;
  font-weight: 700;
}

.danger-action {
  color: var(--red);
  border-color: rgba(190, 50, 70, 0.3);
}

.admin-export {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-top: 18px;
  padding: 20px;
}

.file-action {
  position: relative;
  overflow: hidden;
}

.file-action input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.about-hero {
  position: relative;
  min-height: min(560px, calc(100vh - 150px));
  display: flex;
  align-items: center;
  color: var(--white);
  background: url("assets/media/entrega-sl18-02.jpeg") center 58%/cover no-repeat;
}

.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(9, 10, 13, 0.72);
}

.about-hero__content {
  position: relative;
  z-index: 1;
  max-width: 720px;
  padding: 72px 0;
}

.about-hero h1 {
  margin: 8px 0 16px;
  color: var(--white);
  font-size: 64px;
  line-height: 1;
  letter-spacing: 0;
}

.about-hero__content > p:not(.eyebrow) {
  max-width: 620px;
  margin: 0 0 28px;
  color: #e0e1e5;
  font-size: 21px;
  line-height: 1.55;
}

.about-intro,
.about-facts,
.about-activity,
.about-values {
  padding: 72px 0;
}

.about-intro__grid,
.about-activity__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 72px;
  align-items: center;
}

.about-intro h2,
.about-activity h2,
.about-cta h2 {
  margin: 8px 0 0;
  font-size: 38px;
  line-height: 1.14;
}

.about-intro p,
.about-activity p,
.about-values p {
  color: var(--muted);
  line-height: 1.7;
}

.about-facts {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--soft);
}

.about-facts__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
  border-top: 1px solid #d7d8de;
  border-left: 1px solid #d7d8de;
}

.about-facts__grid div {
  min-height: 126px;
  border-right: 1px solid #d7d8de;
  border-bottom: 1px solid #d7d8de;
  padding: 22px;
  background: var(--white);
}

.about-facts dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.about-facts dd {
  margin: 12px 0 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}

.about-source {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.about-source a {
  color: var(--purple);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.about-activity__image {
  min-height: 450px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--black);
}

.about-activity__image img {
  width: 100%;
  height: 100%;
  min-height: 450px;
  object-fit: cover;
}

.about-values {
  border-top: 1px solid var(--line);
  background: var(--soft);
}

.about-values__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 30px;
  border-top: 1px solid #d7d8de;
  border-bottom: 1px solid #d7d8de;
}

.about-values article {
  min-height: 190px;
  border-right: 1px solid #d7d8de;
  padding: 28px;
}

.about-values article:last-child {
  border-right: 0;
}

.about-values strong {
  color: var(--ink);
  font-size: 20px;
}

.about-cta {
  padding: 54px 0;
  color: var(--white);
  background: var(--graphite);
}

.about-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.about-cta h2 {
  color: var(--white);
}

.about-cta p:not(.eyebrow) {
  margin: 10px 0 0;
  color: #cfd1d7;
}

.about-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.consent-banner {
  position: fixed;
  z-index: 80;
  right: 18px;
  bottom: 18px;
  left: 18px;
  width: min(760px, calc(100% - 36px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 22px;
  border: 1px solid #30333c;
  border-radius: var(--radius);
  padding: 16px;
  color: var(--white);
  background: #111318;
  box-shadow: 0 20px 50px rgba(9, 10, 13, 0.3);
}

.consent-banner > div:first-child {
  flex: 1;
}

.consent-banner strong {
  display: block;
}

.consent-banner p {
  margin: 5px 0 0;
  color: #c7c9d0;
  font-size: 13px;
  line-height: 1.45;
}

.consent-banner__actions {
  display: flex;
  gap: 8px;
}

.product-page__grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(420px, 1.1fr);
  gap: 36px;
  align-items: start;
}

.product-gallery {
  display: grid;
  gap: 12px;
}

.product-gallery img,
.product-gallery video,
.product-gallery__placeholder {
  width: 100%;
  min-height: 360px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  object-fit: cover;
  background: var(--white);
}

.product-gallery img.is-contain {
  object-fit: contain;
  padding: 24px;
  background: var(--white);
}

.product-gallery video {
  min-height: 0;
  background: var(--black);
}

.product-gallery__placeholder {
  display: grid;
  place-content: center;
  color: var(--muted);
}

.product-gallery__placeholder::before {
  content: attr(data-category);
  border: 1px solid #d1d3da;
  border-radius: 4px;
  padding: 12px 16px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

.product-info {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px;
  background: var(--white);
  box-shadow: var(--shadow);
}

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

.product-info h1 {
  margin: 0 0 10px;
  font-size: 40px;
  line-height: 1.12;
}

.product-info__sku {
  margin: 12px 0;
  color: var(--muted);
  font-size: 13px;
}

.product-info__price {
  margin: 0 0 22px;
  font-size: 32px;
  font-weight: bold;
}

.product-info__description {
  margin: 0 0 26px;
  color: var(--muted);
  line-height: 1.65;
}

.product-info__actions {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}

.product-info__contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  border-top: 1px solid var(--line);
  margin-top: 24px;
  padding-top: 18px;
  color: var(--purple);
  font-size: 14px;
  font-weight: bold;
}

.product-page__missing {
  padding: 80px 0;
}

.related-products {
  padding: 62px 0;
  background: var(--white);
}

.products--related,
.products--featured {
  grid-template-columns: repeat(4, 1fr);
}

.quote-hero {
  padding: 70px 0;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(9, 10, 13, 0.95), rgba(20, 22, 27, 0.82)),
    var(--black);
}

.quote-hero__grid,
.quote-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
  align-items: start;
}

.quote-hero h1 {
  max-width: 720px;
  margin: 0 0 18px;
  font-size: 48px;
  line-height: 1.08;
}

.quote-hero p {
  max-width: 700px;
  margin: 0;
  color: #c7c9d0;
  line-height: 1.65;
}

.quote-aside {
  border: 1px solid #383b45;
  border-radius: var(--radius);
  padding: 24px;
  background: rgba(255, 255, 255, 0.06);
}

.quote-aside strong,
.quote-aside span {
  display: block;
}

.quote-aside strong {
  margin-bottom: 14px;
  font-size: 20px;
}

.quote-aside span {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 12px 0;
  color: #d1d3d9;
}

.quote-section {
  padding: 64px 0;
  background: var(--soft);
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  background: var(--white);
}

.quote-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 13px;
  font-weight: bold;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  border: 1px solid #d9dbe2;
  border-radius: 5px;
  padding: 12px;
  color: var(--ink);
  background: var(--white);
}

.quote-form textarea {
  resize: vertical;
}

.quote-form [aria-invalid="true"] {
  border-color: var(--red);
  background: var(--red-soft);
}

.quote-form__wide,
.quote-feedback {
  grid-column: 1 / -1;
}

.quote-feedback {
  min-height: 20px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.quote-contact {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  background: var(--white);
}

.quote-contact h2 {
  margin: 0 0 12px;
}

.quote-contact p {
  margin: 0 0 20px;
  color: var(--muted);
  line-height: 1.6;
}

.quote-contact .button + .button {
  margin-top: 10px;
}

.overlay {
  position: fixed;
  z-index: 29;
  inset: 0;
  background: rgba(9, 10, 13, 0.54);
}

.cart {
  position: fixed;
  z-index: 30;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(425px, 100vw);
  display: flex;
  flex-direction: column;
  transform: translateX(102%);
  transition: transform 220ms ease;
  color: var(--ink);
  background: var(--white);
  box-shadow: -18px 0 34px rgba(0, 0, 0, 0.14);
}

.cart.is-open {
  transform: translateX(0);
}

.drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding: 21px 22px;
}

.drawer__header h2 {
  margin: 0;
  font-size: 23px;
}

.drawer__header .icon-button,
.dialog-close {
  border-color: #dedfe5;
  color: #4c505b;
  background: var(--white);
}

.cart__items {
  flex: 1;
  overflow-y: auto;
  padding: 19px 22px;
}

.empty-cart {
  padding: 62px 20px;
  color: var(--muted);
  text-align: center;
}

.cart-line {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 7px 15px;
  border-bottom: 1px solid var(--line);
  padding: 15px 0;
}

.cart-line h3 {
  margin: 0;
  font-size: 14px;
}

.cart-line p {
  grid-column: 1;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.cart-line__controls {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: flex;
  align-items: center;
  gap: 7px;
}

.cart-line__controls button {
  width: 27px;
  height: 27px;
  border: 1px solid #dedfe5;
  border-radius: 4px;
  background: var(--white);
}

.cart__summary {
  border-top: 1px solid var(--line);
  padding: 21px 22px 25px;
}

.cart__summary > div:first-child {
  display: flex;
  justify-content: space-between;
  margin-bottom: 9px;
  font-size: 18px;
}

.cart__summary p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 12px;
}

.cart__checkout {
  display: grid;
  gap: 9px;
}

.product-dialog,
.stock-dialog {
  max-width: none;
  border: 0;
  border-radius: var(--radius);
  padding: 0;
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 22px 60px rgba(7, 8, 11, 0.26);
}

.product-dialog::backdrop,
.stock-dialog::backdrop {
  background: rgba(9, 10, 13, 0.65);
}

.product-dialog {
  width: min(920px, calc(100vw - 36px));
}

.dialog-close {
  position: absolute;
  z-index: 1;
  top: 17px;
  right: 17px;
}

.detail {
  display: grid;
  grid-template-columns: 46% 54%;
}

.detail__image {
  min-height: 495px;
  background: #e9e9ee;
}

.detail__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail__image--contain img {
  object-fit: contain;
  padding: 34px;
  background: var(--white);
}

.detail__placeholder {
  height: 100%;
  min-height: 495px;
  display: grid;
  place-content: center;
  color: var(--muted);
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.detail__info {
  padding: 45px 42px 36px;
}

.detail__info h2 {
  margin: 14px 0 10px;
  padding-right: 35px;
  font-size: 28px;
}

.detail__sku {
  margin: 0 0 23px;
  color: var(--muted);
  font-size: 12px;
}

.detail .price {
  margin-bottom: 25px;
  color: var(--ink);
}

.detail__specs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
  margin: 0 0 27px;
}

.detail__specs div {
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 12px 11px;
}

.detail__specs dt {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 11px;
}

.detail__specs dd {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.detail__buttons {
  display: flex;
  gap: 9px;
  margin-bottom: 20px;
}

.detail__buttons .button {
  flex: 1;
}

.detail__contacts {
  border-top: 1px solid var(--line);
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
}

.detail__contacts a {
  color: var(--purple);
  font-weight: bold;
}

.stock-dialog {
  width: min(910px, calc(100vw - 36px));
  padding-bottom: 20px;
}

.stock-dialog .drawer__header {
  padding: 25px 28px 20px;
}

.stock-dialog .eyebrow {
  margin-bottom: 8px;
}

.stock-toolbar {
  display: flex;
  gap: 15px;
  margin: 21px 28px 15px;
}

.stock-toolbar strong,
.stock-toolbar span {
  border-radius: 4px;
  padding: 10px 14px;
  font-size: 13px;
}

.stock-toolbar strong {
  color: var(--green);
  background: var(--green-soft);
}

.stock-toolbar span {
  color: var(--red);
  background: var(--red-soft);
}

.stock-table {
  margin: 0 28px;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}

.stock-row {
  display: grid;
  grid-template-columns: 92px minmax(200px, 1fr) 120px 143px;
  align-items: center;
  gap: 13px;
  border-bottom: 1px solid var(--line);
  padding: 13px 15px;
  font-size: 13px;
}

.stock-row:last-child {
  border: 0;
}

.stock-row--head {
  color: var(--muted);
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  background: var(--soft);
}

.stock-row strong {
  font-size: 13px;
}

.stock-adjust {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 8px;
}

.stock-adjust button {
  width: 31px;
  height: 31px;
  border: 1px solid #d9dbe2;
  border-radius: 4px;
  color: var(--ink);
  background: var(--white);
}

.stock-adjust output {
  width: 30px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.toast {
  position: fixed;
  z-index: 50;
  right: 22px;
  bottom: 22px;
  transform: translateY(20px);
  border-radius: 5px;
  padding: 14px 18px;
  color: var(--white);
  font-size: 14px;
  background: var(--graphite);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.is-shown {
  transform: translateY(0);
  opacity: 1;
}

@media (max-width: 1120px) {
  :root {
    --container: min(100% - 36px, 950px);
  }

  .main-nav {
    display: none;
  }

  .mobile-menu-toggle {
    display: inline-flex;
  }

  .mobile-menu:not([hidden]) {
    display: block;
  }

  .header__inner {
    justify-content: space-between;
  }

  .hero__grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  .hero h1 {
    font-size: 44px;
  }

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

  .solution-grid,
  .products--featured,
  .products--related {
    grid-template-columns: repeat(2, 1fr);
  }

  .contacts__grid,
  .product-page__grid,
  .quote-hero__grid,
  .quote-grid {
    grid-template-columns: 1fr;
  }

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

  .benefits article {
    min-height: 92px;
    border-bottom: 1px solid #e7e8ec;
  }

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

  .admin-toolbar,
  .admin-layout {
    grid-template-columns: 1fr;
  }

  .admin-editor {
    position: static;
  }

  .about-intro__grid,
  .about-activity__grid {
    gap: 40px;
  }
}

@media (max-width: 820px) {
  :root {
    --container: calc(100% - 28px);
  }

  .topbar__inner {
    padding: 11px 0;
    flex-direction: column;
    gap: 9px;
  }

  .topbar p {
    display: none;
  }

  .topbar__contacts {
    width: 100%;
    justify-content: center;
    gap: 16px;
  }

  .header__inner {
    min-height: 70px;
    gap: 10px;
  }

  .brand strong {
    font-size: 18px;
  }

  .brand small,
  .header-search,
  .admin-open.icon-button,
  .header__actions .social-link {
    display: none;
  }

  .brand__mark {
    width: 50px;
    height: 50px;
  }

  .category-bar__inner {
    gap: 8px;
  }

  .category-bar__inner > strong {
    font-size: 11px;
  }

  .category-bar a {
    padding: 0 10px;
    font-size: 12px;
  }

  .hero__grid {
    min-height: 0;
    display: flex;
    flex-direction: column;
    padding: 42px 0 32px;
  }

  .hero__content {
    min-width: 0;
  }

  .hero h1 {
    font-size: 32px;
    overflow-wrap: anywhere;
  }

  .hero__intro {
    overflow-wrap: anywhere;
  }

  .hero__actions {
    margin-bottom: 34px;
  }

  .hero__figures {
    gap: 18px;
  }

  .hero__visual {
    min-height: 390px;
  }

  .hero__visual > img {
    min-height: 390px;
  }

  .machine-card {
    right: 13px;
    bottom: 13px;
    width: calc(100% - 26px);
  }

  .benefits__grid {
    display: block;
  }

  .benefits article,
  .benefits article:last-child {
    min-height: 82px;
    border-right: 1px solid #e7e8ec;
  }

  .catalog {
    padding: 48px 0;
  }

  .solutions,
  .featured,
  .video-proof,
  .seo-content {
    padding: 48px 0;
  }

  .section-heading {
    display: block;
  }

  .section-heading h2 {
    margin-bottom: 24px;
    font-size: 29px;
  }

  .catalog__tools {
    display: block;
  }

  .catalog-search,
  .sort,
  .sort select {
    width: 100%;
  }

  .sort select {
    margin-top: 9px;
  }

  .products {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .solution-grid,
  .solution-process,
  .video-proof__grid,
  .video-strip,
  .seo-content__grid,
  .products--featured,
  .products--related {
    grid-template-columns: 1fr;
  }

  .solution-process {
    display: grid;
  }

  .product__summary {
    min-height: 0;
  }

  .product__visual {
    height: 162px;
  }

  .product__body {
    padding: 13px;
  }

  .product h3 {
    font-size: 14px;
  }

  .product__price {
    font-size: 20px;
  }

  .machinery {
    padding: 48px 0;
  }

  .machinery__grid {
    display: flex;
    flex-direction: column;
    gap: 31px;
  }

  .machinery__image {
    width: 100%;
    height: 285px;
  }

  .machinery__copy h2 {
    font-size: 31px;
  }

  .contacts {
    padding: 47px 0;
  }

  .contacts__grid {
    display: block;
  }

  .contacts__heading {
    padding: 0 0 21px;
  }

  .contact-card {
    margin-top: 12px;
  }

  .map-card {
    margin-top: 12px;
  }

  .product-page,
  .quote-section {
    padding: 42px 0;
  }

  .product-gallery img,
  .product-gallery video,
  .product-gallery__placeholder {
    min-height: 280px;
  }

  .product-info {
    padding: 22px;
  }

  .product-info h1,
  .quote-hero h1 {
    font-size: 32px;
  }

  .product-info__head,
  .product-info__actions {
    display: grid;
  }

  .quote-hero {
    padding: 46px 0;
  }

  .quote-form {
    grid-template-columns: 1fr;
  }

  .contact-strip {
    bottom: 10px;
    width: calc(100% - 20px);
  }

  .footer__grid {
    align-items: start;
    flex-direction: column;
  }

  .footer nav {
    width: 100%;
    gap: 14px 20px;
  }

  .footer__address {
    text-align: left;
  }

  .detail {
    display: block;
  }

  .detail__image,
  .detail__placeholder {
    min-height: 255px;
    height: 255px;
  }

  .detail__info {
    padding: 27px 20px 25px;
  }

  .detail__info h2 {
    font-size: 23px;
  }

  .stock-row {
    grid-template-columns: 1fr 104px;
    gap: 8px;
  }

  .stock-row .stock-sku,
  .stock-row .availability {
    display: none;
  }

  .stock-row--head {
    display: none;
  }

  .admin-hero,
  .admin-export {
    display: grid;
  }

  .admin-toolbar {
    padding: 12px;
  }

  .admin-table {
    min-width: 780px;
  }

  .admin-form__grid {
    grid-template-columns: 1fr;
  }

  .about-hero {
    min-height: 470px;
  }

  .about-hero h1 {
    font-size: 48px;
  }

  .about-intro,
  .about-facts,
  .about-activity,
  .about-values {
    padding: 52px 0;
  }

  .about-intro__grid,
  .about-activity__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-activity__image {
    min-height: 330px;
  }

  .about-activity__image img {
    min-height: 330px;
  }

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

  .about-values article:nth-child(2) {
    border-right: 0;
  }

  .about-values article:last-child {
    grid-column: 1 / -1;
    border-top: 1px solid #d7d8de;
  }

  .about-cta__inner {
    display: grid;
  }
}

@media (max-width: 470px) {
  body {
    padding-bottom: 76px;
  }

  .topbar__contacts {
    justify-content: space-between;
    gap: 6px;
    font-size: 12px;
  }

  .topbar__contacts a {
    display: block;
  }

  .topbar__contacts strong {
    display: block;
    margin-top: 3px;
  }

  .hero h1 {
    font-size: 29px;
  }

  .hero__actions {
    display: grid;
  }

  .hero__figures {
    flex-direction: column;
  }

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

  .contact-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 8px;
  }

  .contact-strip div {
    display: none;
  }

  .footer nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .specs {
    display: block;
  }

  .specs div + div {
    margin-top: 10px;
  }

  .detail__buttons,
  .detail__contacts {
    display: block;
  }

  .detail__buttons .button + .button {
    margin-top: 8px;
  }

  .detail__contacts a {
    display: block;
    margin-top: 10px;
  }

  .admin-stats {
    grid-template-columns: 1fr;
  }

  .admin-hero__actions,
  .admin-export__actions,
  .admin-form__actions {
    display: grid;
  }

  .admin-login__panel {
    padding: 22px;
  }

  .header__actions .button--compact {
    padding-right: 12px;
    padding-left: 12px;
  }

  .category-bar__inner > strong {
    display: none;
  }

  .category-bar nav {
    width: 100%;
  }

  .mobile-menu__inner {
    grid-template-columns: 1fr;
  }

  .about-hero {
    min-height: 430px;
    background-position: 58% center;
  }

  .about-hero__content {
    padding: 56px 0;
  }

  .about-hero h1 {
    font-size: 40px;
  }

  .about-hero__content > p:not(.eyebrow) {
    font-size: 17px;
  }

  .about-intro h2,
  .about-activity h2,
  .about-cta h2 {
    font-size: 30px;
  }

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

  .about-values article,
  .about-values article:nth-child(2),
  .about-values article:last-child {
    grid-column: auto;
    border-right: 0;
    border-top: 1px solid #d7d8de;
  }

  .about-values article:first-child {
    border-top: 0;
  }

  .about-cta__actions {
    display: grid;
  }

  .consent-banner {
    display: grid;
    gap: 12px;
  }

  .consent-banner__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
