.ot-route-common-home .ot-page-main {
  padding: 0 0 48px;
}

.ot-home {
  min-width: 0;
  overflow: clip;
}

.ot-home-section {
  padding-block: 30px;
  background: var(--ot-white);
}

.ot-home-section__head {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.ot-home-section__head h2 {
  margin: 0;
  color: var(--ot-primary);
  font-size: clamp(24px, 2vw, 31px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -.025em;
}

.ot-home-section__head p {
  max-width: 760px;
  margin: 5px 0 0;
  color: var(--ot-text-muted);
  font-size: 14px;
}

.ot-home-section__more {
  display: inline-flex;
  min-height: 40px;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  color: #596779;
  font-size: 14px;
  font-weight: 500;
}

.ot-home-section__more:hover {
  color: var(--ot-primary);
}

.ot-home-section__more span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: var(--ot-primary);
  background: var(--ot-surface);
  border-radius: 50%;
  font-size: 17px;
}

.ot-home-section__toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

.ot-home-section__toolbar .ot-home-section__head {
  margin-bottom: 18px;
}

.ot-home-kicker {
  display: inline-flex;
  width: fit-content;
  min-height: 26px;
  align-items: center;
  padding: 4px 9px;
  color: var(--ot-primary);
  background: var(--ot-accent);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .02em;
}

.ot-home-scroll-controls {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  margin-bottom: 18px;
}

.ot-home-hero__controls > button,
.ot-home-scroll-controls > button {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--ot-primary);
  background: var(--ot-white);
  border: 1px solid var(--ot-border);
  border-radius: 50%;
  font-size: 17px;
  transition: background var(--ot-ease), border-color var(--ot-ease);
}

.ot-home-hero__controls > button:hover,
.ot-home-scroll-controls > button:hover {
  background: var(--ot-accent);
  border-color: var(--ot-accent);
}

/* Главный баннер */
.ot-home-hero {
  position: relative;
  width: min(100% - 32px, var(--ot-container));
  margin: 18px auto 8px;
}

.ot-home-hero__viewport {
  overflow: hidden;
  background: var(--ot-surface);
  border-radius: 24px;
}

.ot-home-hero__track {
  display: flex;
  width: 100%;
  transition: transform 440ms cubic-bezier(.22, .61, .36, 1);
  will-change: transform;
}

.ot-home-hero__slide {
  position: relative;
  display: grid;
  width: 100%;
  min-width: 100%;
  min-height: clamp(360px, 25vw, 455px);
  overflow: hidden;
  background: var(--ot-surface);
  isolation: isolate;
}

.ot-home-hero__slide::after {
  position: absolute;
  z-index: -1;
  top: -42%;
  right: 20%;
  width: 42%;
  aspect-ratio: 1;
  background: var(--ot-accent);
  border-radius: 50%;
  opacity: .12;
  content: "";
}

.ot-home-hero__media {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 58%;
  height: 100%;
}

.ot-home-hero__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--ot-surface) 0%, rgba(244, 246, 248, .9) 10%, rgba(244, 246, 248, 0) 46%);
  content: "";
}

.ot-home-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ot-home-hero__content {
  display: flex;
  width: min(49%, 690px);
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: clamp(34px, 4vw, 58px);
}

.ot-home-hero__content h1 {
  max-width: 690px;
  margin: 10px 0 13px;
  color: var(--ot-primary);
  font-size: clamp(32px, 3vw, 48px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -.04em;
}

.ot-home-hero__content > p,
.ot-home-hero__body {
  max-width: 590px;
  margin: 0 0 19px;
  color: #45515f;
  font-size: clamp(15px, 1.25vw, 17px);
  line-height: 1.5;
}

.ot-home-hero__content .ot-button {
  min-height: 42px;
  padding-inline: 18px;
}

.ot-home-hero__controls {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ot-home-hero__dots {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  background: rgba(255, 255, 255, .92);
  border-radius: 999px;
}

.ot-home-hero__dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  background: #aeb5bd;
  border: 0;
  border-radius: 50%;
}

.ot-home-hero__dots button.is-active {
  width: 22px;
  background: var(--ot-primary);
  border-radius: 999px;
}

/* Быстрые категории */
.ot-home-categories {
  padding-block: 24px 28px;
}

.ot-home-categories__row {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  overflow-x: auto;
  padding: 2px 2px 10px;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scrollbar-color: #c7cbd1 transparent;
  scrollbar-width: thin;
}

.ot-home-category {
  display: flex;
  flex: 0 0 calc((100% - 96px) / 9);
  min-width: 132px;
  min-height: 190px;
  align-items: stretch;
  flex-direction: column;
  gap: 6px;
  overflow: hidden;
  padding: 13px 12px 0;
  text-align: center;
  background: #f3f4f7;
  border: 1px solid transparent;
  border-radius: 18px;
  scroll-snap-align: start;
  transition: transform var(--ot-ease), border-color var(--ot-ease), box-shadow var(--ot-ease);
}

.ot-home-category:hover {
  border-color: var(--ot-border-strong);
  box-shadow: var(--ot-shadow-sm);
  transform: translateY(-2px);
}

.ot-home-category strong {
  display: flex;
  min-height: 42px;
  align-items: flex-start;
  justify-content: center;
  order: -1;
  color: var(--ot-text);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.32;
}

.ot-home-category__media {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 130px;
  flex: 1 1 auto;
  place-items: end center;
  overflow: hidden;
  color: var(--ot-primary);
  font-size: 30px;
  font-weight: 600;
}

.ot-home-category__media picture {
  width: 100%;
  height: 100%;
}

.ot-home-category__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  transition: transform 260ms ease;
}

.ot-home-category:hover .ot-home-category__media img {
  transform: scale(1.025);
}

.ot-home-category--all {
  position: relative;
  appearance: none;
  color: var(--ot-text);
  cursor: pointer;
  font: inherit;
}

.ot-home-category--all .ot-home-category__media {
  align-items: end;
  justify-items: end;
  padding: 0 3px 13px;
}

.ot-home-category--all svg {
  width: 42px;
  height: 42px;
  padding: 11px;
  color: var(--ot-primary);
  background: #e5e8ee;
  border-radius: 50%;
  stroke-width: 1.6;
}

/* Товарные секции */
.ot-home-products > .ot-container {
  padding: 22px 22px 8px;
  background: #f1f3f6;
  border-radius: 24px;
}

.ot-home-products__track,
.ot-home-brands__track,
.ot-home-solutions__track,
.ot-home-promotions__track,
.ot-home-benefits__grid {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 2px 2px 14px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: #cfd3d8 transparent;
}

.ot-home-products__item {
  width: clamp(218px, 15.2vw, 270px);
  min-width: clamp(218px, 15.2vw, 270px);
  scroll-snap-align: start;
}

.ot-home-products__item .ot-product-card {
  height: 100%;
  background: var(--ot-white);
  border-color: transparent;
  border-radius: 16px;
  box-shadow: none;
}

.ot-home-products__item .ot-product-card:hover {
  border-color: var(--ot-border);
  box-shadow: var(--ot-shadow-sm);
}

.ot-home-timer {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-right: 8px;
}

.ot-home-timer > span {
  display: grid;
  min-width: 44px;
  min-height: 40px;
  place-items: center;
  padding: 4px 6px;
  color: var(--ot-primary);
  background: var(--ot-white);
  border: 1px solid var(--ot-border);
  border-radius: 8px;
}

.ot-home-timer b {
  font-size: 15px;
  line-height: 1;
}

.ot-home-timer small {
  color: var(--ot-text-muted);
  font-size: 9px;
}

.ot-product-card__placeholder {
  width: 42%;
  aspect-ratio: 1;
  background: linear-gradient(135deg, #e6e9ed, #f7f8fa);
  border-radius: 50%;
}

.ot-product-card__price small {
  font-size: 12px;
  font-weight: 600;
}

/* Промо-подборки */
.ot-home-promo__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.ot-home-promo__card {
  position: relative;
  display: grid;
  min-height: clamp(220px, 17vw, 285px);
  align-items: end;
  overflow: hidden;
  background: var(--ot-surface);
  border-radius: 22px;
  isolation: isolate;
}

.ot-home-promo__card > picture {
  position: absolute;
  z-index: -1;
  inset: 0;
}

.ot-home-promo__card > picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease;
}

.ot-home-promo__card:hover > picture img {
  transform: scale(1.02);
}

.ot-home-promo__card::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(0deg, rgba(17, 17, 17, .72), rgba(17, 17, 17, .02) 72%);
  content: "";
}

.ot-home-promo__card > div {
  padding: clamp(20px, 2.4vw, 30px);
  color: var(--ot-white);
}

.ot-home-promo__card h3 {
  margin: 8px 0 6px;
  color: var(--ot-white);
  font-size: clamp(21px, 1.8vw, 27px);
  font-weight: 600;
  line-height: 1.12;
}

.ot-home-promo__card p {
  max-width: 460px;
  margin: 0 0 13px;
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
}

.ot-home-promo__link {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
}

/* Бренды */
.ot-home-brands__track {
  gap: 12px;
}

.ot-home-brand {
  display: grid;
  width: calc((100% - 60px) / 6);
  min-width: 185px;
  height: 82px;
  place-items: center;
  padding: 14px 20px;
  background: #f3f4f7;
  border: 1px solid transparent;
  border-radius: 16px;
  scroll-snap-align: start;
  transition: background var(--ot-ease), border-color var(--ot-ease);
}

.ot-home-brand:hover {
  background: var(--ot-white);
  border-color: var(--ot-border);
}

.ot-home-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(1);
  transition: filter var(--ot-ease);
}

.ot-home-brand:hover img {
  filter: grayscale(0);
}

.ot-home-brand strong {
  font-size: 17px;
  font-weight: 600;
}

/* Для бизнеса, дизайнеров и опта */
.ot-home-audiences__panel {
  display: grid;
  grid-template-columns: minmax(230px, .68fr) minmax(0, 2.32fr);
  align-items: stretch;
  gap: 16px;
  padding: 18px;
  background: #eef1f6;
  border-radius: 26px;
}

.ot-home-audiences__intro {
  display: flex;
  align-items: center;
  padding: 22px;
}

.ot-home-audiences__intro .ot-home-section__head {
  display: block;
  margin: 0;
}

.ot-home-audiences__intro .ot-home-section__head h2 {
  max-width: 280px;
  font-size: clamp(27px, 2.3vw, 37px);
  line-height: 1.14;
}

.ot-home-audiences__intro .ot-home-section__head p {
  margin-top: 12px;
}

.ot-home-audiences__intro .ot-home-section__more {
  margin-top: 17px;
}

.ot-home-audiences__grid {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.ot-home-audience {
  position: relative;
  display: flex;
  min-height: 278px;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  overflow: hidden;
  padding: 21px;
  color: var(--ot-white);
  background: #26334d;
  border-radius: 20px;
  isolation: isolate;
}

.ot-home-audience__content {
  position: relative;
  z-index: 2;
  max-width: 90%;
}

.ot-home-audience h3 {
  margin: 0 0 9px;
  color: var(--ot-white);
  font-size: clamp(20px, 1.75vw, 27px);
  font-weight: 600;
  line-height: 1.12;
}

.ot-home-audience p {
  margin: 0;
  color: rgba(255, 255, 255, .76);
  font-size: 13px;
}

.ot-home-audience__body {
  position: relative;
  z-index: 2;
  margin-top: 12px;
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
}

.ot-home-audience__body p {
  display: inline-flex;
  width: fit-content;
  margin: 0 5px 5px 0;
  padding: 4px 8px;
  color: var(--ot-white);
  background: rgba(255, 255, 255, .13);
  border-radius: 999px;
}

.ot-home-audience__link {
  position: relative;
  z-index: 3;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-top: auto;
  color: var(--ot-primary);
  background: var(--ot-white);
  border-radius: 50%;
  font-size: 23px;
}

.ot-home-audience > picture {
  position: absolute;
  z-index: -1;
  right: -10%;
  bottom: -9%;
  width: 70%;
  height: 76%;
  opacity: .54;
}

.ot-home-audience > picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
}

/* Дополнительные категории */
.ot-home-secondary__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.ot-home-secondary__card {
  position: relative;
  display: flex;
  min-height: 172px;
  align-items: flex-start;
  overflow: hidden;
  padding: 18px;
  background: #f3f4f7;
  border: 1px solid transparent;
  border-radius: 18px;
  transition: border-color var(--ot-ease), transform var(--ot-ease);
}

.ot-home-secondary__card:hover {
  border-color: var(--ot-border-strong);
  transform: translateY(-2px);
}

.ot-home-secondary__card > div {
  position: relative;
  z-index: 2;
  display: flex;
  max-width: 65%;
  flex-direction: column;
  gap: 5px;
}

.ot-home-secondary__card strong {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.18;
}

.ot-home-secondary__card span {
  color: var(--ot-text-muted);
  font-size: 13px;
}

.ot-home-secondary__card > picture {
  position: absolute;
  right: -4%;
  bottom: -7%;
  width: 61%;
  height: 77%;
}

.ot-home-secondary__card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
}

/* Услуги */
.ot-home-services {
  background: #f7f8fa;
}

.ot-home-services__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.ot-home-service {
  position: relative;
  display: flex;
  min-height: 160px;
  flex-direction: column;
  padding: 17px 58px 17px 17px;
  background: var(--ot-white);
  border: 1px solid var(--ot-border);
  border-radius: 16px;
}

.ot-home-service__icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin-bottom: 15px;
  color: var(--ot-primary);
  background: var(--ot-accent-soft);
  border-radius: 13px;
}

.ot-home-service__icon svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.65;
}

.ot-home-service__icon picture,
.ot-home-service__icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.ot-home-service strong {
  font-size: 16px;
  font-weight: 600;
}

.ot-home-service > span:not(.ot-home-service__icon) {
  margin-top: 4px;
  color: var(--ot-text-muted);
  font-size: 13px;
}

.ot-home-service i {
  position: absolute;
  right: 16px;
  bottom: 15px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--ot-primary);
  background: var(--ot-surface);
  border-radius: 50%;
  font-size: 18px;
  font-style: normal;
}

/* Готовые решения */
.ot-home-solutions__track {
  gap: 16px;
}

.ot-home-solution {
  display: flex;
  width: clamp(300px, 27vw, 455px);
  min-width: clamp(300px, 27vw, 455px);
  flex-direction: column;
  gap: 5px;
  scroll-snap-align: start;
}

.ot-home-solution__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--ot-surface);
  border-radius: 18px;
}

.ot-home-solution__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease;
}

.ot-home-solution:hover img {
  transform: scale(1.025);
}

.ot-home-solution strong {
  margin-top: 7px;
  font-size: 17px;
  font-weight: 600;
}

.ot-home-solution > span:last-child {
  color: var(--ot-text-muted);
  font-size: 13px;
}

/* Акции */
.ot-home-promotions__track {
  gap: 14px;
}

.ot-home-promotion {
  position: relative;
  display: flex;
  width: calc((100% - 28px) / 3);
  min-width: 310px;
  min-height: clamp(210px, 16vw, 270px);
  align-items: flex-end;
  overflow: hidden;
  background: var(--ot-primary);
  border-radius: 22px;
  scroll-snap-align: start;
  isolation: isolate;
}

.ot-home-promotion > picture {
  position: absolute;
  z-index: -1;
  inset: 0;
}

.ot-home-promotion > picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease;
}

.ot-home-promotion:hover > picture img {
  transform: scale(1.02);
}

.ot-home-promotion::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(0deg, rgba(17, 17, 17, .76), rgba(17, 17, 17, .02) 76%);
  content: "";
}

.ot-home-promotion > span {
  display: flex;
  padding: 22px;
  color: var(--ot-white);
  flex-direction: column;
}

.ot-home-promotion small {
  width: fit-content;
  margin-bottom: 7px;
  padding: 4px 8px;
  color: var(--ot-primary);
  background: var(--ot-accent);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
}

.ot-home-promotion strong {
  font-size: clamp(20px, 1.7vw, 26px);
  font-weight: 600;
  line-height: 1.12;
}

.ot-home-promotion em {
  margin-top: 6px;
  color: rgba(255, 255, 255, .8);
  font-size: 13px;
  font-style: normal;
}

/* Журнал */
.ot-home-journal {
  background: #f7f8fa;
}

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

.ot-home-article {
  min-width: 0;
}

.ot-home-article__media {
  display: block;
  aspect-ratio: 16 / 9;
  margin-bottom: 11px;
  overflow: hidden;
  background: var(--ot-surface);
  border-radius: 17px;
}

.ot-home-article__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease;
}

.ot-home-article:hover .ot-home-article__media img {
  transform: scale(1.025);
}

.ot-home-article > span {
  color: #7d640f;
  font-size: 11px;
  font-weight: 600;
}

.ot-home-article h3 {
  margin: 6px 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.28;
}

.ot-home-article p {
  margin: 0;
  color: var(--ot-text-muted);
  font-size: 13px;
}

/* Идеи для дома */
.ot-home-ideas__grid {
  display: grid;
  grid-auto-flow: dense;
  grid-auto-rows: 96px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.ot-home-idea {
  position: relative;
  grid-row: span 3;
  overflow: hidden;
  background: var(--ot-surface);
  border-radius: 18px;
}

.ot-home-idea--1,
.ot-home-idea--4 {
  grid-row: span 4;
}

.ot-home-idea--2 {
  grid-column: span 2;
}

.ot-home-idea picture {
  width: 100%;
  height: 100%;
}

.ot-home-idea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 340ms ease;
}

.ot-home-idea:hover img {
  transform: scale(1.025);
}

.ot-home-idea > span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  padding: 42px 17px 16px;
  color: var(--ot-white);
  background: linear-gradient(0deg, rgba(17, 17, 17, .76), rgba(17, 17, 17, 0));
  flex-direction: column;
}

.ot-home-idea > span strong {
  font-weight: 600;
}

.ot-home-idea small {
  margin-top: 3px;
  opacity: .82;
}

/* Преимущества */
.ot-home-benefits__grid {
  gap: 12px;
}

.ot-home-benefit {
  display: flex;
  width: clamp(250px, 17.3vw, 300px);
  min-width: clamp(250px, 17.3vw, 300px);
  min-height: 225px;
  flex-direction: column;
  gap: 20px;
  padding: 18px;
  background: #f3f4f7;
  border: 1px solid transparent;
  border-radius: 18px;
  scroll-snap-align: start;
}

.ot-home-benefit__icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: var(--ot-primary);
  background: var(--ot-white);
  border-radius: 15px;
}

.ot-home-benefit__icon svg {
  width: 29px;
  height: 29px;
  color: #9b7610;
  stroke-width: 1.65;
}

.ot-home-benefit__icon picture,
.ot-home-benefit__icon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.ot-home-benefit h3 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.28;
}

.ot-home-benefit p {
  margin: 0;
  color: #4f5966;
  font-size: 13px;
  line-height: 1.45;
}

/* SEO-текст */
.ot-home-seo {
  padding-top: 18px;
}

.ot-home-seo__content {
  max-width: 1220px;
  color: #7b8592;
  font-size: 14px;
  line-height: 1.65;
}

.ot-home-seo__content h2 {
  margin: 0 0 13px;
  color: var(--ot-primary);
  font-size: clamp(23px, 2vw, 29px);
  font-weight: 600;
  line-height: 1.16;
}

.ot-home-seo__content h3 {
  color: var(--ot-text);
}

.ot-home-seo__toggle {
  display: none;
  min-height: 40px;
  margin-top: 8px;
  padding: 4px 0;
  color: var(--ot-primary);
  background: transparent;
  border: 0;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 1279px) {
  .ot-home-category {
    flex-basis: calc((100% - 72px) / 7);
  }

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

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

  .ot-home-audiences__grid {
    grid-template-columns: repeat(3, minmax(230px, 1fr));
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
  }

  .ot-home-audience {
    scroll-snap-align: start;
  }

  .ot-home-secondary__grid,
  .ot-home-services__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1023px) {
  .ot-home-section {
    padding-block: 27px;
  }

  .ot-home-hero__slide {
    min-height: 365px;
  }

  .ot-home-hero__content {
    width: 58%;
    padding: 34px;
  }

  .ot-home-hero__media {
    width: 56%;
  }

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

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

  .ot-home-audiences__intro {
    padding: 12px 10px 2px;
  }

  .ot-home-audiences__intro .ot-home-section__head h2 {
    max-width: none;
    font-size: 29px;
  }

  .ot-home-audiences__grid {
    grid-template-columns: repeat(3, minmax(260px, 1fr));
  }

  .ot-home-secondary__grid,
  .ot-home-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

@media (max-width: 767px) {
  .ot-route-common-home .ot-page-main {
    padding-bottom: 30px;
  }

  .ot-home-section {
    padding-block: 22px;
  }

  .ot-home-section__head,
  .ot-home-section__toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .ot-home-section__head {
    width: 100%;
    margin-bottom: 14px;
  }

  .ot-home-section__head h2 {
    font-size: 23px;
  }

  .ot-home-section__more {
    min-height: 34px;
  }

  .ot-home-section__toolbar .ot-home-section__head {
    margin-bottom: 0;
  }

  .ot-home-scroll-controls {
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 12px;
  }

  .ot-home-scroll-controls .ot-home-timer {
    margin-right: auto;
  }

  .ot-home-hero {
    width: min(100% - 24px, var(--ot-container));
    margin-top: 12px;
  }

  .ot-home-hero__viewport {
    border-radius: 18px;
  }

  .ot-home-hero__slide {
    display: flex;
    min-height: 350px;
    justify-content: flex-end;
    flex-direction: column;
  }

  .ot-home-hero__media {
    width: 100%;
    height: 50%;
  }

  .ot-home-hero__media::after {
    background: linear-gradient(0deg, var(--ot-surface) 0%, rgba(244, 246, 248, .9) 17%, rgba(244, 246, 248, 0) 52%);
  }

  .ot-home-hero__content {
    width: 100%;
    padding: 18px 17px 52px;
  }

  .ot-home-hero__content h1 {
    margin-block: 7px 9px;
    font-size: clamp(26px, 7.4vw, 32px);
    line-height: 1.08;
  }

  .ot-home-hero__content > p,
  .ot-home-hero__body {
    margin-bottom: 13px;
    font-size: 14px;
  }

  .ot-home-hero__controls {
    right: 12px;
    bottom: 10px;
  }

  .ot-home-hero__controls > button {
    display: none;
  }

  .ot-home-categories {
    padding-block: 18px 20px;
  }

  .ot-home-categories__row,
  .ot-home-products__track,
  .ot-home-brands__track,
  .ot-home-solutions__track,
  .ot-home-promotions__track,
  .ot-home-benefits__grid {
    margin-right: -12px;
    padding-right: 12px;
  }

  .ot-home-categories__row {
    gap: 8px;
  }

  .ot-home-category {
    flex-basis: min(35vw, 142px);
    min-width: 124px;
    min-height: 164px;
    padding: 10px 8px 0;
    border-radius: 14px;
  }

  .ot-home-category strong {
    min-height: 36px;
    font-size: 12px;
  }

  .ot-home-category__media {
    min-height: 110px;
  }

  .ot-home-products > .ot-container {
    width: 100%;
    padding: 18px 12px 4px;
    border-radius: 0;
  }

  .ot-home-products__item {
    width: min(66vw, 242px);
    min-width: min(66vw, 242px);
  }

  .ot-home-timer > span {
    min-width: 38px;
    min-height: 40px;
    padding-inline: 4px;
  }

  .ot-home-promo__grid {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    margin-right: -12px;
    padding: 2px 12px 10px 0;
    scroll-snap-type: x mandatory;
  }

  .ot-home-promo__card {
    width: min(84vw, 380px);
    min-width: min(84vw, 380px);
    min-height: 220px;
    border-radius: 17px;
    scroll-snap-align: start;
  }

  .ot-home-brand {
    width: 165px;
    min-width: 165px;
    height: 72px;
  }

  .ot-home-audiences__panel {
    gap: 10px;
    margin-inline: -12px;
    padding: 16px 12px;
    border-radius: 0;
  }

  .ot-home-audiences__intro {
    padding: 4px 0 2px;
  }

  .ot-home-audiences__intro .ot-home-section__head h2 {
    font-size: 25px;
  }

  .ot-home-audiences__grid {
    grid-template-columns: repeat(3, minmax(78vw, 1fr));
    gap: 10px;
    margin-right: -12px;
    padding-right: 12px;
  }

  .ot-home-audience {
    min-height: 230px;
    padding: 18px;
    border-radius: 17px;
  }

  .ot-home-audience h3 {
    font-size: 22px;
  }

  .ot-home-audience__link {
    width: 42px;
    height: 42px;
  }

  .ot-home-secondary__grid,
  .ot-home-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .ot-home-secondary__card,
  .ot-home-service {
    min-height: 138px;
    padding: 13px;
    border-radius: 14px;
  }

  .ot-home-secondary__card > div {
    max-width: 78%;
  }

  .ot-home-secondary__card strong,
  .ot-home-service strong {
    font-size: 14px;
  }

  .ot-home-service {
    padding-right: 44px;
  }

  .ot-home-service__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }

  .ot-home-service i {
    right: 11px;
    bottom: 11px;
    width: 30px;
    height: 30px;
  }

  .ot-home-solution {
    width: min(82vw, 355px);
    min-width: min(82vw, 355px);
  }

  .ot-home-promotion {
    width: min(84vw, 400px);
    min-width: min(84vw, 400px);
    min-height: 210px;
    border-radius: 17px;
  }

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

  .ot-home-ideas__grid {
    grid-auto-rows: 84px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .ot-home-idea--2 {
    grid-column: span 1;
  }

  .ot-home-benefit {
    width: min(80vw, 280px);
    min-width: min(80vw, 280px);
    min-height: 210px;
  }

  .ot-home-seo__content {
    position: relative;
    max-height: 136px;
    overflow: hidden;
  }

  .ot-home-seo__content::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 66px;
    background: linear-gradient(0deg, var(--ot-white), rgba(255, 255, 255, 0));
    content: "";
  }

  .ot-home-seo.is-expanded .ot-home-seo__content {
    max-height: none;
  }

  .ot-home-seo.is-expanded .ot-home-seo__content::after {
    display: none;
  }

  .ot-home-seo__toggle {
    display: inline-flex;
  }
}

@media (max-width: 479px) {
  .ot-home-secondary__card span,
  .ot-home-service > span:not(.ot-home-service__icon) {
    display: none;
  }

  .ot-home-secondary__card > picture {
    width: 72%;
  }

  .ot-home-timer > span:last-child {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ot-home-hero__track,
  .ot-home-products__track,
  .ot-home-brands__track,
  .ot-home-solutions__track,
  .ot-home-promotions__track,
  .ot-home-benefits__grid {
    scroll-behavior: auto;
    transition: none;
  }
}
