:root {
  --white: #FFFFFF;
  --clean-white: #FBF7F4;
  --soft-white: #F8F8F6;
  --ink: #080808;
  --ink-soft: #34302D;
  --crimson: #8B0015;
  --dark-crimson: #5E000E;
  --gold: #CBA24A;
  --gold-soft: #D6B766;
  --gold-pale: #E8D7AE;
  --line: rgba(203, 162, 74, 0.28);
  --shadow: 0 8px 24px rgba(8, 8, 8, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  color: var(--ink);
  background: var(--white);
  font-family: "Jost", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--white);
  overflow-x: hidden;
}

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

button,
input {
  font: inherit;
}

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

button {
  cursor: default;
}

svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.announcement,
.site-header,
main {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.announcement {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 48px;
  border-bottom: 1px solid rgba(203, 162, 74, 0.16);
  color: var(--ink);
  background: var(--clean-white);
  font-size: 14px;
  font-weight: 300;
}

.announcement svg {
  width: 22px;
  height: 22px;
  color: #B4640A;
}

.site-header {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 176px minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  min-height: 88px;
  padding: 16px 36px 8px;
  background: var(--white);
}

.brand {
  display: grid;
  width: 136px;
  justify-items: center;
  color: var(--dark-crimson);
  line-height: 1;
}

.brand-main {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 56px;
  font-weight: 500;
  letter-spacing: 0;
}

.brand-rule {
  width: 104px;
  height: 1px;
  margin: -2px 0 4px;
  background: var(--gold-soft);
}

.brand-sub {
  color: var(--ink);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 40px;
  min-width: 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
}

.main-nav a {
  position: relative;
  padding: 8px 0;
}

.main-nav .active {
  color: var(--dark-crimson);
}

.main-nav .active::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--dark-crimson);
  content: "";
}

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

.book-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 112px;
  height: 48px;
  padding: 0 20px;
  border-radius: 8px;
  color: var(--white);
  background: var(--dark-crimson);
  box-shadow: 0 4px 16px rgba(8, 8, 8, 0.18);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
}

.book-button svg {
  width: 16px;
  height: 16px;
}

.icon-link {
  position: relative;
  display: grid;
  width: 24px;
  height: 48px;
  place-items: center;
  color: var(--ink);
}

.icon-link svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.8;
}

.bag-count {
  position: absolute;
  top: 4px;
  right: -8px;
  display: grid;
  width: 16px;
  height: 16px;
  place-items: center;
  border-radius: 999px;
  color: var(--white);
  background: var(--dark-crimson);
  font-size: 10px;
  line-height: 1;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 0.84fr) minmax(520px, 1.16fr);
  min-height: 448px;
  overflow: hidden;
  background: var(--white);
}

.hero::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--white) 0%, rgba(255, 255, 255, 0.96) 34%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 72%);
  content: "";
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: 40px 36px 48px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.breadcrumb b {
  font-weight: 400;
}

.hero h1 {
  margin: 0;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(72px, 7vw, 92px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.98;
}

.hero-script {
  margin: 4px 0 20px;
  color: var(--dark-crimson);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(38px, 3.7vw, 52px);
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.hero-script span {
  color: var(--gold);
  font-family: "Jost", Arial, sans-serif;
  font-style: normal;
}

.hero-text {
  max-width: 380px;
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}

.primary-btn,
.outline-btn,
.mini-btn,
.cart-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
}

.primary-btn {
  min-width: 232px;
  height: 48px;
  color: var(--white);
  background: var(--crimson);
}

.outline-btn {
  min-width: 232px;
  height: 48px;
  border: 1px solid rgba(139, 0, 21, 0.52);
  color: var(--dark-crimson);
  background: rgba(255, 255, 255, 0.82);
}

.hero-image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 68%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.standards {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin: -16px 48px 32px;
  padding: 20px 24px;
  border: 1px solid rgba(203, 162, 74, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.standards div {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 12px;
  min-height: 56px;
}

.standards div + div {
  padding-left: 28px;
  border-left: 1px solid rgba(203, 162, 74, 0.24);
}

.standards span {
  color: #B4640A;
  font-size: 30px;
  line-height: 1;
}

.standards strong {
  color: var(--ink);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.35;
  text-transform: uppercase;
}

.catalog {
  display: grid;
  grid-template-columns: 256px minmax(0, 1fr) 256px;
  gap: 24px;
  padding: 0 48px 40px;
}

.catalog-sidebar,
.right-rail {
  display: grid;
  align-self: start;
  gap: 16px;
}

.filter-rail,
.routine-card,
.why-card,
.quiz-card,
.kit-card,
.benefits {
  border: 1px solid rgba(203, 162, 74, 0.16);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 24px rgba(8, 8, 8, 0.05);
}

.filter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 16px 16px;
}

.filter-head strong,
.filter-group button {
  color: var(--ink);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.filter-head a {
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 300;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.filter-group {
  display: grid;
  gap: 12px;
  padding: 16px;
  border-top: 1px solid rgba(203, 162, 74, 0.2);
}

.filter-group button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  border: 0;
  color: var(--ink);
  background: transparent;
}

.filter-group label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 300;
}

.filter-group i {
  width: 14px;
  height: 14px;
  border: 1px solid rgba(52, 48, 45, 0.25);
  border-radius: 2px;
  background: var(--white);
}

.price-line {
  position: relative;
  height: 16px;
  margin-top: 4px;
}

.price-line::before,
.price-line span {
  position: absolute;
  top: 7px;
  right: 0;
  left: 0;
  height: 2px;
  background: var(--crimson);
  content: "";
}

.price-line::after,
.price-line span::after {
  position: absolute;
  top: -3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--crimson);
  content: "";
}

.price-line::after {
  left: 0;
}

.price-line span::after {
  right: 0;
}

.price-values {
  display: flex;
  justify-content: space-between;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 300;
}

.routine-card {
  position: relative;
  min-height: 344px;
  overflow: hidden;
  padding: 24px 20px;
  background: var(--clean-white);
}

.routine-card h2,
.why-card h2,
.quiz-card h2 {
  margin: 0 0 12px;
  color: var(--dark-crimson);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.04;
}

.routine-card p,
.quiz-card p {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.45;
}

.routine-card img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 90%;
  height: 172px;
  object-fit: cover;
  object-position: center bottom;
}

.mini-btn {
  position: relative;
  z-index: 1;
  min-width: 144px;
  height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(203, 162, 74, 0.36);
  color: var(--dark-crimson);
  background: var(--white);
  box-shadow: 0 6px 14px rgba(8, 8, 8, 0.05);
}

.catalog-main {
  min-width: 0;
}

.toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  gap: 24px;
  margin-bottom: 16px;
}

.toolbar p {
  margin: 0;
  color: var(--ink);
  font-size: 16px;
  font-weight: 300;
}

.toolbar-controls {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 300;
}

.toolbar-controls label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.toolbar-controls label span {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 200px;
  height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(52, 48, 45, 0.16);
  border-radius: 4px;
  background: var(--white);
  color: var(--ink);
}

.toolbar-controls label span::after {
  content: "⌄";
  font-size: 15px;
}

.view-btn {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(52, 48, 45, 0.16);
  border-radius: 4px;
  color: var(--ink-soft);
  background: var(--white);
}

.view-btn.active {
  color: var(--dark-crimson);
  border-color: rgba(139, 0, 21, 0.24);
}

.view-btn svg {
  width: 22px;
  height: 22px;
}

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

.kit-card {
  position: relative;
  display: grid;
  grid-template-rows: 240px auto auto auto auto auto;
  min-height: 408px;
  overflow: hidden;
  padding: 16px;
  background: var(--soft-white);
}

.kit-image {
  display: grid;
  height: 240px;
  margin: -16px -16px 16px;
  place-items: center;
  overflow: hidden;
  background: var(--clean-white);
}

.kit-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

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

.kit-card h2 {
  color: var(--ink);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.25;
}

.kit-card p {
  margin-top: 6px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.3;
}

.stars {
  margin-top: 8px;
  color: var(--gold);
  font-size: 13px;
  letter-spacing: 1px;
}

.stars span {
  color: var(--ink);
  letter-spacing: 0;
}

.kit-card strong {
  margin-top: 8px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 400;
}

.cart-button {
  justify-self: start;
  min-width: 112px;
  height: 34px;
  margin-top: 14px;
  padding: 0 16px;
  color: var(--white);
  background: var(--crimson);
  font-size: 11px;
  letter-spacing: 1.6px;
}

.badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 10px;
  border-radius: 6px;
  color: var(--white);
  background: var(--dark-crimson);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.wish {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 0;
  color: var(--crimson);
  background: transparent;
}

.wish svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.4;
}

.why-card {
  padding: 28px 24px;
}

.why-card h2 {
  color: var(--ink);
  font-family: "Jost", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.why-card ul {
  display: grid;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.why-card li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
}

.why-card li span {
  color: #B4640A;
  font-size: 25px;
  line-height: 1;
}

.why-card strong,
.why-card small {
  display: block;
}

.why-card strong {
  color: var(--ink);
  font-size: 13px;
  font-weight: 400;
}

.why-card small {
  margin-top: 4px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
}

.why-card li small {
  grid-column: 2;
}

.quiz-card {
  overflow: hidden;
  padding: 24px 20px 0;
  background: var(--clean-white);
}

.quiz-card h2 {
  color: var(--dark-crimson);
  font-family: "Jost", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1.35;
  text-transform: uppercase;
}

.quiz-card img {
  display: block;
  width: calc(100% + 40px);
  height: 232px;
  margin: 10px -20px 0;
  object-fit: cover;
  object-position: center bottom;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin: 0 48px 40px;
  padding: 20px 24px;
  background: var(--clean-white);
}

.benefit {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  color: #B4640A;
}

.benefit + .benefit {
  padding-left: 24px;
  border-left: 1px solid var(--gold-pale);
}

.benefit svg {
  width: 32px;
  height: 32px;
  stroke-width: 1.25;
}

.benefit strong {
  display: block;
  color: var(--ink);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 1.2;
  text-transform: uppercase;
}

.benefit span {
  display: block;
  margin-top: 4px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.25;
}

.site-footer {
  position: relative;
  display: grid;
  grid-template-columns: 200px 1fr 360px;
  gap: 48px;
  padding: 40px 48px 24px;
  overflow: hidden;
  background: var(--clean-white);
}

.footer-brand .brand {
  margin-bottom: 24px;
}

.footer-brand p,
.newsletter p {
  margin: 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.45;
}

.socials {
  display: flex;
  gap: 16px;
  margin-top: 24px;
  color: var(--ink);
}

.socials a {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  font-size: 14px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}

.footer-links h2,
.newsletter h2 {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.1;
  text-transform: uppercase;
}

.footer-links a {
  display: block;
  margin-bottom: 7px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 300;
}

.active-footer {
  color: var(--dark-crimson) !important;
  font-weight: 400 !important;
}

.newsletter {
  position: relative;
  min-height: 208px;
  padding-left: 32px;
  border-left: 1px solid rgba(203, 162, 74, 0.24);
}

.newsletter form {
  position: relative;
  z-index: 1;
  display: flex;
  width: 240px;
  height: 40px;
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid rgba(52, 48, 45, 0.16);
  border-radius: 4px;
  background: var(--white);
}

.newsletter label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.newsletter input {
  width: 100%;
  border: 0;
  padding: 0 48px 0 16px;
  color: var(--ink);
  background: transparent;
  font-size: 13px;
  font-weight: 300;
}

.newsletter button {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 0;
  color: var(--crimson);
  background: transparent;
}

.newsletter button svg {
  width: 20px;
  height: 20px;
  stroke-width: 1.8;
}

.newsletter img {
  position: absolute;
  right: -16px;
  bottom: -24px;
  width: 208px;
  height: 176px;
  object-fit: cover;
}

.footer-bridge {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 8px 0 0;
  color: var(--gold);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.footer-bridge::before,
.footer-bridge::after {
  width: min(120px, 18vw);
  height: 1px;
  background: var(--gold-pale);
  content: "";
}

.legal {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 300;
}

.legal nav {
  display: flex;
  gap: 24px;
}

@media (max-width: 1320px) {
  .site-header {
    grid-template-columns: auto 1fr;
    padding: 16px 24px;
  }

  .main-nav {
    order: 3;
    grid-column: 1 / -1;
    justify-content: flex-start;
    gap: 24px;
    flex-wrap: wrap;
    white-space: normal;
  }

  .header-actions {
    justify-content: flex-end;
  }

  .hero-copy {
    padding-right: 24px;
    padding-left: 24px;
  }

  .standards,
  .benefits {
    margin-right: 24px;
    margin-left: 24px;
  }

  .catalog {
    grid-template-columns: 224px minmax(0, 1fr) 224px;
    gap: 16px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .kit-card {
    grid-template-rows: 216px auto auto auto auto auto;
  }

  .kit-image {
    height: 216px;
  }

  .site-footer {
    grid-template-columns: 200px 1fr;
    padding: 40px 24px 24px;
  }

  .newsletter {
    grid-column: 1 / -1;
    padding: 32px 0 0;
    border-top: 1px solid rgba(203, 162, 74, 0.24);
    border-left: 0;
  }
}

@media (max-width: 1080px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: 520px;
  }

  .hero::after {
    background: linear-gradient(180deg, var(--white) 0%, rgba(255, 255, 255, 0.96) 38%, rgba(255, 255, 255, 0.3) 100%);
  }

  .hero-image {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 55%;
  }

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

  .standards div + div {
    border-left: 0;
    padding-left: 0;
  }

  .catalog {
    grid-template-columns: minmax(0, 1fr) 240px;
  }

  .catalog-sidebar {
    grid-column: 1 / -1;
    grid-template-columns: 1fr 1fr;
  }

  .catalog-main {
    grid-column: 1;
  }

  .right-rail {
    grid-column: 2;
  }

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

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

  .benefit + .benefit {
    border-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 860px) {
  .announcement {
    min-height: 40px;
    padding: 8px 16px;
    font-size: 13px;
  }

  .site-header {
    display: flex;
    flex-wrap: wrap;
    width: 100vw;
    max-width: 100vw;
    gap: 16px;
    padding: 16px;
    overflow: visible;
    padding-top: 16px;
  }

  main {
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
  }

  .brand-main {
    font-size: 48px;
  }

  .header-actions {
    position: absolute;
    top: 20px;
    right: auto;
    left: min(72vw, 272px);
    margin-left: 0;
    gap: 8px;
  }

  .header-actions .icon-link {
    display: none;
  }

  .main-nav {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
    width: 100%;
    max-width: calc(100vw - 32px);
    gap: 8px 16px;
    min-width: 0;
    margin-top: 8px;
    font-size: 11px;
    letter-spacing: 1.4px;
    overflow-x: visible;
    scrollbar-width: none;
    white-space: normal;
  }

  .main-nav::-webkit-scrollbar {
    display: none;
  }

  .main-nav a {
    display: inline-block;
  }

  .book-button {
    min-width: 80px;
    padding: 0;
  }

  .book-button svg {
    display: none;
  }

  .hero {
    min-height: 688px;
  }

  .hero-copy {
    align-self: start;
    padding: 24px 16px;
  }

  .breadcrumb {
    gap: 10px;
    margin-bottom: 16px;
    font-size: 11px;
    letter-spacing: 2px;
  }

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

  .hero-script {
    font-size: 34px;
  }

  .hero-text {
    max-width: 304px;
    font-size: 16px;
  }

  .primary-btn,
  .outline-btn {
    min-width: 0;
    width: 100%;
  }

  .hero-image {
    height: 36%;
  }

  .standards,
  .benefits {
    grid-template-columns: 1fr;
    margin-right: 16px;
    margin-left: 16px;
  }

  .standards div,
  .benefit {
    padding: 12px 0;
  }

  .standards div + div,
  .benefit + .benefit {
    border-top: 1px solid rgba(203, 162, 74, 0.24);
    border-left: 0;
    padding-left: 0;
  }

  .catalog {
    grid-template-columns: 1fr;
    padding: 0 16px 32px;
  }

  .catalog-sidebar,
  .catalog-main,
  .right-rail {
    grid-column: 1;
    min-width: 0;
  }

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

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

  .toolbar-controls {
    flex-wrap: wrap;
    gap: 8px;
  }

  .toolbar-controls label span {
    width: 136px;
    padding: 0 10px;
  }

  .view-btn {
    width: 36px;
    height: 36px;
  }

  .price-filter {
    overflow: hidden;
  }

  .price-line {
    width: min(260px, calc(100vw - 96px));
  }

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

  .kit-card {
    grid-template-rows: 216px auto auto auto auto auto;
    min-height: 384px;
  }

  .kit-image {
    height: 216px;
  }

  .right-rail {
    grid-template-columns: 1fr;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 32px 16px 24px;
  }

  .footer-links {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .newsletter {
    min-height: 256px;
  }

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

  .legal nav {
    flex-wrap: wrap;
    gap: 16px;
  }
}
