/* =========================================================
   Niawell homepage
   One canonical stylesheet; no version patches or overrides.
   ========================================================= */

.home-main {
  background: #fff;
}

.home-section-title {
  margin: 8px 0 10px;
  font-size: clamp(1.9rem, 3.5vw, 3.25rem);
  line-height: 1.25;
  letter-spacing: -.03em;
}

.home-primary-action,
.home-secondary-action {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 20px;
  border: 1px solid transparent;
  border-radius: 13px;
  text-decoration: none;
  font-size: .83rem;
  font-weight: 900;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.home-primary-action {
  background: var(--nw-red);
  color: #fff;
  box-shadow: 0 13px 28px rgba(201, 47, 53, .24);
}

.home-primary-action:hover {
  transform: translateY(-2px);
  background: var(--nw-red-strong);
  box-shadow: 0 18px 34px rgba(201, 47, 53, .28);
}

.home-secondary-action {
  border-color: #cfd6df;
  background: #fff;
  color: var(--nw-ink);
}

.home-secondary-action:hover {
  transform: translateY(-2px);
  border-color: var(--nw-red);
  color: var(--nw-red);
}

.home-call-action {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 18px;
  border-radius: 13px;
  color: var(--nw-ink);
  text-decoration: none;
  font-size: .83rem;
  font-weight: 850;
}

/* ------------------------- Hero ------------------------- */

.home-hero--classic {
  position: relative;
  isolation: isolate;
  min-height: clamp(520px, 72svh, 760px);
  overflow: hidden;
  border-bottom: 0;
  background: #111820;
}

.home-hero--classic .home-hero__viewport,
.home-hero--classic .home-hero__slide,
.home-hero--classic .home-hero__classic-content {
  min-height: inherit;
}

.home-hero--classic .home-hero__viewport {
  position: relative;
}

.home-hero--classic .home-hero__slide {
  position: absolute;
  inset: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity .5s ease, visibility .5s ease;
}

.home-hero--classic .home-hero__slide.is-active {
  position: relative;
  z-index: 1;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.home-hero--classic .home-hero__slide picture {
  position: absolute;
  inset: 0;
  display: block;
}

.home-hero--classic .home-hero__background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
  transition: transform 10s linear;
}

.home-hero--classic .home-hero__slide.is-active .home-hero__background {
  transform: scale(1.045);
}

.home-hero--classic .home-hero__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 84% 48%, rgba(5, 11, 19, .44) 0%, rgba(5, 11, 19, .25) 31%, rgba(5, 11, 19, .08) 56%, transparent 76%),
    linear-gradient(0deg, rgba(5, 11, 19, .12), transparent 52%);
}

.home-hero--classic .home-hero__classic-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none;
  margin: 0;
  display: block;
  padding: 64px clamp(18px, 3.2vw, 54px) 92px;
}

.home-hero--classic .home-hero__classic-copy {
  width: min(620px, 46vw);
  max-width: 620px;
  margin: 0 0 0 auto;
  color: #fff;
  text-align: right;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .32);
}

.home-hero--classic .home-hero__eyebrow {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  margin-left: auto;
  color: rgba(255, 255, 255, .94);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.5;
}

.home-hero--classic .home-hero__eyebrow::before {
  content: "";
  width: 32px;
  height: 2px;
  flex: 0 0 auto;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--nw-red), var(--nw-gold));
}

.home-hero--classic h1,
.home-hero--classic .home-hero__slide-title {
  max-width: 100%;
  margin: 16px 0 12px;
  color: #fff;
  font-size: clamp(2rem, 3.4vw, 3.7rem);
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.home-hero--classic .home-hero__classic-copy > p {
  max-width: 590px;
  margin: 0 0 0 auto;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(.96rem, 1.25vw, 1.12rem);
  line-height: 1.95;
}

.home-hero--classic .home-hero__actions {
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin: 24px 0 0 auto;
}

.home-hero--classic .home-secondary-action {
  border-color: rgba(255, 255, 255, .52);
  background: rgba(255, 255, 255, .12);
  color: #fff;
  backdrop-filter: blur(8px);
}

.home-hero--classic .home-secondary-action:hover {
  border-color: #fff;
  background: #fff;
  color: var(--nw-red);
}

.home-hero--classic .home-call-action {
  color: #fff;
  background: rgba(9, 16, 25, .34);
  backdrop-filter: blur(8px);
}

.home-hero--classic .home-hero__controls--classic {
  position: absolute;
  z-index: 4;
  inset-inline: 0;
  bottom: 18px;
  width: 100%;
  max-width: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  padding-inline: clamp(18px, 3.2vw, 54px);
  direction: ltr;
  pointer-events: none;
}

.home-hero--classic .home-hero__dots,
.home-hero--classic .home-hero__arrows {
  height: 32px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(8, 14, 22, .38);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .14);
  backdrop-filter: blur(8px);
  pointer-events: auto;
}

.home-hero--classic .home-hero__dots button,
.home-hero--classic .home-hero__arrows button {
  position: relative;
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  box-shadow: none;
  cursor: pointer;
}

.home-hero--classic .home-hero__dots button::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .66);
  transition: width .2s ease, background-color .2s ease;
}

.home-hero--classic .home-hero__dots button.is-active {
  width: 29px;
  min-width: 29px;
}

.home-hero--classic .home-hero__dots button.is-active::after {
  width: 16px;
  background: #fff;
}

.home-hero--classic .home-hero__arrows {
  direction: ltr;
}

/* Preserve one physical button order in every language.
   The template changes only the chevron direction for RTL. */
.home-hero--classic .home-hero__arrows [data-home-prev] {
  order: 1;
}

.home-hero--classic .home-hero__arrows [data-home-next] {
  order: 2;
}

.home-hero--classic .home-hero__arrows button {
  background: rgba(255, 255, 255, .12);
  font-size: .78rem;
}

.home-hero--classic .home-hero__arrows button:hover,
.home-hero--classic .home-hero__arrows button:focus-visible {
  background: #fff;
  color: var(--nw-red);
}

/* ---------------------- Customers ----------------------- */

.home-customers {
  padding-top: 58px;
  padding-bottom: 58px;
  background: #fff;
}

.home-logo-marquee {
  direction: ltr;
  overflow: hidden;
  margin-top: 28px;
  padding: 8px 0;
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.home-logo-track,
[dir="rtl"] .home-logo-track {
  width: max-content;
  display: flex;
  gap: 22px;
  direction: ltr;
  animation: home-logo-auto-pan 24s ease-in-out infinite alternate;
  will-change: transform;
}

.home-logo-card {
  width: 214px;
  height: 196px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  padding: 14px 18px;
  border: 1px solid rgba(201, 47, 53, .14);
  border-radius: 20px;
  background: linear-gradient(180deg, #fff 0%, #fbfcfe 100%);
  box-shadow: 0 16px 38px rgba(23, 32, 45, .08);
  animation: home-logo-card-sway 4.6s ease-in-out infinite;
  transform-origin: center;
}

.home-logo-card:nth-child(even) {
  animation-duration: 5.2s;
  animation-direction: alternate-reverse;
}

.home-logo-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .82;
  transition: filter .2s ease, opacity .2s ease, transform .2s ease;
}

.home-logo-card:hover {
  border-color: rgba(201, 47, 53, .3);
  box-shadow: 0 22px 48px rgba(23, 32, 45, .12);
}

.home-logo-card:hover img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.05);
}

@keyframes home-logo-auto-pan {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(calc(-50% - 11px), 0, 0); }
}

@keyframes home-logo-card-sway {
  0%, 100% { transform: translateX(-4px); }
  50% { transform: translateX(4px); }
}

/* ----------------------- Products ----------------------- */

.home-featured {
  border-block: 1px solid var(--nw-line);
  background: var(--nw-soft);
}

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

.home-section-head .nw-section-heading {
  margin-bottom: 0;
}

.home-text-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-inline: 4px;
  color: var(--nw-red);
  text-decoration: none;
  font-weight: 900;
  white-space: nowrap;
}

.home-featured-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.home-series-card {
  min-width: 0;
  display: grid;
  grid-template-rows: 320px auto;
  overflow: hidden;
  border: 1px solid var(--nw-line);
  border-radius: 22px;
  background: #fff;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.home-series-card--priority {
  border-color: rgba(201, 47, 53, .24);
  box-shadow: 0 12px 30px rgba(123, 26, 31, .07);
}

.home-series-card:hover {
  transform: translateY(-5px);
  border-color: rgba(201, 47, 53, .34);
  box-shadow: 0 20px 42px rgba(23, 32, 45, .11);
}

.home-series-card__media {
  position: relative;
  min-height: 320px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 12px 16px;
  background: linear-gradient(145deg, #f8f9fa, #edf0f3);
  contain: layout paint;
}

.home-series-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 300px;
  object-fit: contain;
  filter: drop-shadow(0 14px 22px rgba(24, 34, 47, .1));
  transition: transform .22s ease;
}

.home-series-card:hover .home-series-card__media img {
  transform: scale(1.035);
}

.home-series-card__media > span {
  position: absolute;
  z-index: 2;
  inset-inline-start: 10px;
  top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 9px;
  border-radius: 999px;
  background: #fff;
  color: var(--nw-red);
  font-size: .6rem;
  font-weight: 900;
  box-shadow: 0 7px 18px rgba(26, 34, 46, .1);
}

.home-series-card__body {
  min-width: 0;
  padding: 18px;
  border-top: 1px solid var(--nw-line);
  background: #fff;
}

.home-series-card__body > small {
  color: var(--nw-red);
  font-size: .66rem;
  font-weight: 900;
}

.home-series-card h4 {
  margin: 6px 0 12px;
  font-size: 1.03rem;
  font-weight: 900;
  line-height: 1.55;
}

.home-featured-card__note {
  margin: 0 0 12px;
  color: var(--nw-muted);
  font-size: .72rem;
  line-height: 1.8;
}

.home-series-card__variants {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: -3px 0 10px;
}

.home-series-card__variants > span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 8px;
  border-radius: 7px;
  background: var(--nw-red-soft);
  color: #65707e;
  font-size: .58rem;
  font-weight: 750;
}

.home-series-card__variants b {
  color: var(--nw-red);
  font: 900 .62rem/1 Arial, sans-serif;
}

.home-series-card__models {
  display: grid;
  gap: 6px;
}

.home-series-card__models a {
  min-width: 0;
  min-height: 43px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 9px;
  background: #f5f7f8;
  color: var(--nw-ink);
  text-decoration: none;
  transition: background-color .16s ease, color .16s ease;
}

.home-series-card__models a:hover {
  background: var(--nw-red);
  color: #fff;
}

.home-series-card__models em {
  flex: 0 0 auto;
  padding: 4px 6px;
  border-radius: 5px;
  background: rgba(201, 47, 53, .1);
  color: var(--nw-red);
  font: 900 .56rem/1 Arial, sans-serif;
  font-style: normal;
}

.home-series-card__models a:hover em {
  background: rgba(255, 255, 255, .17);
  color: #fff;
}

.home-series-card__models b {
  flex: 0 0 auto;
  font: 900 .72rem/1.2 Arial, var(--nw-font);
}

.home-series-card__models span {
  min-width: 0;
  overflow: hidden;
  color: #78828f;
  font-size: .63rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-series-card__models a:hover span {
  color: rgba(255, 255, 255, .78);
}

/* ----------------------- About -------------------------- */

.home-about {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.home-about::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  inset-inline-start: -250px;
  bottom: -230px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(239, 197, 74, .18), transparent 70%);
}

.home-about__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .95fr);
  gap: clamp(38px, 7vw, 90px);
  align-items: center;
}

.home-about__visual {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  border-radius: 30px;
  background: #e8ebef;
  box-shadow: var(--nw-shadow-md);
}

.home-about__visual img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
  filter: saturate(.8) contrast(1.05);
}

.home-about__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(19, 28, 41, .65));
}

.home-about__stamp {
  position: absolute;
  z-index: 2;
  inset-inline-start: 24px;
  bottom: 24px;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .92);
  box-shadow: var(--nw-shadow-sm);
  backdrop-filter: blur(14px);
}

.home-about__stamp .niawell-stamp-wordmark {
  display: block;
  color: var(--nw-red);
  font: 400 1.3rem/1 "Dodger", "Arial Black", Arial, sans-serif;
  font-synthesis: none;
  letter-spacing: .015em;
  text-transform: lowercase;
}

.home-about__stamp span {
  display: block;
  margin-top: 6px;
  color: var(--nw-muted);
  font-size: .76rem;
  font-weight: 750;
}

.home-about__title {
  margin-bottom: 12px;
  font-size: clamp(1.28rem, 1.9vw, 1.78rem);
  line-height: 1.55;
  letter-spacing: -.015em;
}

.home-about__text {
  margin: 17px 0 0;
  color: var(--nw-muted);
  font-size: 1rem;
  line-height: 2.15;
}

.home-about__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}

/* --------------------- Categories ----------------------- */

.home-categories {
  background: #172130;
  color: #fff;
}

.home-categories .nw-eyebrow,
.home-categories .home-section-title {
  color: #fff;
}

.home-categories .nw-lead {
  max-width: 800px;
  margin-inline: auto;
  color: #aeb9c6;
}

.home-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.home-category-card {
  min-height: 190px;
  display: grid;
  grid-template-columns: 42px 52px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 13px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 18px;
  background: rgba(255, 255, 255, .045);
  color: #fff;
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.home-category-card:hover {
  transform: translateY(-4px);
  border-color: rgba(239, 197, 74, .42);
  background: rgba(255, 255, 255, .075);
}

.home-category-card__number {
  color: rgba(255, 255, 255, .28);
  font: 800 1.4rem/1 Arial, sans-serif;
}

.home-category-card__icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: rgba(201, 47, 53, .18);
  color: #ff979b;
}

.home-category-card h3 {
  margin: 0 0 7px;
  font-size: 1.05rem;
  line-height: 1.55;
}

.home-category-card p {
  margin: 0;
  color: #9eabba;
  font-size: .78rem;
  line-height: 1.8;
}

.home-category-card div > b {
  display: block;
  margin-top: 11px;
  color: #f0c54a;
  font-size: .66rem;
}

.home-category-card > i:last-child {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #ff979b;
}

/* ---------------------- Solutions ----------------------- */

.home-solutions {
  border-top: 1px solid var(--nw-line);
  background: #fff;
}

.home-solutions .nw-section-heading {
  max-width: 900px;
}

.home-solutions__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.home-solutions__grid article {
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--nw-line);
  border-radius: 22px;
  background: linear-gradient(145deg, #fff, #f7f8fa);
  box-shadow: var(--nw-shadow-sm);
}

.home-solutions__grid article > i {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: var(--nw-red-soft);
  color: var(--nw-red);
  font-size: 1.15rem;
}

.home-solutions__grid h3 {
  margin: 20px 0 10px;
  font-size: 1.08rem;
  line-height: 1.7;
}

.home-solutions__grid p {
  margin: 0;
  color: var(--nw-muted);
  font-size: .88rem;
  line-height: 2.05;
}

.home-solutions__grid a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--nw-red);
  text-decoration: none;
  font-weight: 900;
}

/* ------------------------- FAQ -------------------------- */

.home-faq {
  border-top: 1px solid var(--nw-line);
  background: var(--nw-soft);
}

.home-faq__grid {
  display: grid;
  grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr);
  gap: clamp(34px, 6vw, 80px);
  align-items: start;
}

.home-faq__grid .nw-section-heading {
  position: sticky;
  top: 100px;
}

.home-faq__items {
  display: grid;
  gap: 10px;
}

.home-faq__item {
  overflow: hidden;
  border: 1px solid var(--nw-line);
  border-radius: 16px;
  background: #fff;
}

.home-faq__item summary {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 40px;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  cursor: pointer;
  list-style: none;
}

.home-faq__item summary::-webkit-details-marker {
  display: none;
}

.home-faq__item summary > span {
  color: #c4cad2;
  font: 900 .75rem/1 Arial, sans-serif;
}

.home-faq__item summary strong {
  font-size: .86rem;
  line-height: 1.75;
}

.home-faq__item summary i {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #f3f5f7;
  color: var(--nw-red);
  transition: transform .2s ease;
}

.home-faq__item[open] summary i {
  transform: rotate(45deg);
}

.home-faq__item > div {
  padding: 0 64px 20px 18px;
  color: var(--nw-muted);
  font-size: .84rem;
  line-height: 2;
}

[dir="rtl"] .home-faq__item > div {
  padding: 0 18px 20px 64px;
}

/* ------------------------- CTA -------------------------- */

.home-cta {
  padding-block: 0 72px;
  background: #fff;
}

.home-cta__card {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: clamp(30px, 5vw, 58px);
  border-radius: 28px;
  background: linear-gradient(125deg, #9f1f25, #cf353b 58%, #e36a55);
  color: #fff;
  box-shadow: 0 25px 60px rgba(159, 31, 37, .25);
}

.home-cta__card::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  inset-inline-end: -100px;
  top: -180px;
  border: 70px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
}

.home-cta__card > * {
  position: relative;
  z-index: 1;
}

.home-cta__card span {
  color: #ffd9da;
  font-size: .8rem;
  font-weight: 850;
}

.home-cta__card h2 {
  margin: 8px 0 9px;
  font-size: clamp(1.7rem, 3.4vw, 3rem);
  line-height: 1.3;
}

.home-cta__card p {
  max-width: 720px;
  margin: 0;
  color: #ffe6e7;
  line-height: 2;
}

.home-cta__actions {
  min-width: 270px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.home-cta__actions a {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-inline: 18px;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 14px;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  text-decoration: none;
  font-weight: 850;
  backdrop-filter: blur(10px);
}

.home-cta__actions a:hover {
  background: #fff;
  color: var(--nw-red-strong);
}

/* ---------------------- Responsive ---------------------- */

@media (max-width: 1050px) {
  .home-featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .home-about__visual {
    min-height: 400px;
  }

  .home-category-grid,
  .home-solutions__grid {
    grid-template-columns: 1fr;
  }

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

  .home-faq__grid .nw-section-heading {
    position: static;
  }

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

  .home-cta__actions {
    width: 100%;
    min-width: 0;
    flex-direction: row;
  }

  .home-cta__actions a {
    flex: 1;
  }
}

@media (max-width: 760px) {
  .home-hero--classic {
    min-height: clamp(560px, 78svh, 720px);
  }

  .home-hero--classic .home-hero__shade {
    background:
      radial-gradient(ellipse at 86% 18%, rgba(5, 11, 19, .43) 0%, rgba(5, 11, 19, .22) 37%, rgba(5, 11, 19, .06) 64%, transparent 84%),
      linear-gradient(180deg, rgba(5, 11, 19, .10), transparent 56%, rgba(5, 11, 19, .12));
  }

  .home-hero--classic .home-hero__classic-content {
    padding: clamp(24px, 7vw, 46px) 16px 78px;
  }

  .home-hero--classic .home-hero__classic-copy {
    width: min(100%, 560px);
    max-width: 560px;
    margin: 0 0 0 auto;
  }

  .home-hero--classic .home-hero__eyebrow {
    font-size: .64rem;
    letter-spacing: .065em;
  }

  .home-hero--classic h1,
  .home-hero--classic .home-hero__slide-title {
    margin-top: 12px;
    font-size: clamp(1.72rem, 7.4vw, 2.55rem);
    line-height: 1.3;
  }

  .home-hero--classic .home-hero__classic-copy > p {
    font-size: .92rem;
    line-height: 1.85;
  }

  .home-hero--classic .home-hero__actions {
    gap: 8px;
    margin-top: 18px;
  }

  .home-hero--classic .home-primary-action,
  .home-hero--classic .home-secondary-action,
  .home-hero--classic .home-call-action {
    min-height: 42px;
    padding-inline: 13px;
    font-size: .78rem;
  }

  .home-hero--classic .home-hero__controls--classic {
    bottom: 13px;
    padding-inline: 14px;
  }

  .home-logo-track,
  [dir="rtl"] .home-logo-track {
    gap: 14px;
    animation-duration: 18s;
  }

  .home-logo-card {
    width: 178px;
    height: 170px;
  }

  .home-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .home-series-card {
    grid-template-rows: 260px auto;
  }

  .home-series-card__media {
    min-height: 260px;
  }

  .home-series-card__media img {
    max-height: 238px;
  }

  .home-about__visual,
  .home-about__visual img {
    min-height: 300px;
  }

  .home-about__visual {
    border-radius: 21px;
  }

  .home-about__title {
    font-size: clamp(1rem, 4.3vw, 1.18rem);
    line-height: 1.65;
  }

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

  .home-category-card {
    min-height: 150px;
    grid-template-columns: 34px 45px minmax(0, 1fr) 28px;
    padding: 16px;
  }

  .home-category-card__icon {
    width: 45px;
    height: 45px;
  }

  .home-faq__item summary {
    grid-template-columns: 30px minmax(0, 1fr) 36px;
    padding: 13px 14px;
  }

  .home-faq__item > div,
  [dir="rtl"] .home-faq__item > div {
    padding: 0 14px 18px;
  }

  .home-cta__card {
    border-radius: 21px;
  }

  .home-cta__actions {
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .home-hero--classic .home-hero__classic-content {
    padding-top: 22px;
  }

  .home-hero--classic .home-hero__actions {
    max-width: 310px;
    margin-left: auto;
  }

  .home-logo-card {
    width: 154px;
    height: 154px;
    padding: 12px 14px;
  }

  .home-category-card {
    grid-template-columns: 32px minmax(0, 1fr) 26px;
  }

  .home-category-card__icon {
    display: none;
  }

  .home-category-card p {
    font-size: .72rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero--classic .home-hero__slide,
  .home-hero--classic .home-hero__background,
  .home-hero--classic .home-hero__dots button::after,
  .home-logo-card {
    transition: none;
    animation: none;
  }

  .home-logo-track,
  [dir="rtl"] .home-logo-track {
    animation: home-logo-auto-pan 40s linear infinite alternate;
  }
}

