:root {
  --vio-red: #a62b2b;
  --vio-red-dark: #842222;
  --vio-black: #131312;
  --vio-white: #ffffff;
  --vio-light-gray: #f5f8f8;
  --vio-medium-gray: #a4a5a7;
  --vio-soft-gray: #cacbcc;
  --vio-steel-gray: #7b8087;
  --vio-surface: rgba(255, 255, 255, 0.05);
  --vio-surface-strong: rgba(255, 255, 255, 0.08);
  --vio-border: rgba(255, 255, 255, 0.12);
  --vio-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  --vio-red-glow: 0 0 40px rgba(166, 43, 43, 0.28);
  --page-text: var(--vio-white);
  --body-background: radial-gradient(circle at top right, rgba(166, 43, 43, 0.24), transparent 24%), radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.08), transparent 18%), linear-gradient(180deg, #0e0e0f 0%, #131312 30%, #171818 60%, #101111 100%);
  --text-soft: rgba(245, 248, 248, 0.75);
  --nav-bg-scrolled: rgba(255, 255, 255, 0.98);
  --panel-bg: #171818;
  --glass-bg: rgba(255, 255, 255, 0.06);
  --glass-bg-soft: rgba(255, 255, 255, 0.03);
  --glass-border: rgba(255, 255, 255, 0.08);
  --nav-link-color: rgba(255, 255, 255, 0.82);
  --footer-text: rgba(255, 255, 255, 0.68);
  --card-text: rgba(255, 255, 255, 0.82);
  --muted-text: rgba(255, 255, 255, 0.68);
  --soft-chip-bg: rgba(255, 255, 255, 0.06);
  --input-bg: rgba(255, 255, 255, 0.055);
  --category-product-bg: #161616;
  --category-product-heading: rgba(255, 255, 255, 0.88);
  --category-product-card-bg: #202020;
  --category-product-card-border: rgba(255, 255, 255, 0.1);
  --category-product-card-text: #ffffff;
  --category-product-card-price: rgba(255, 255, 255, 0.9);
  --category-product-image-bg: #ffffff;
  --category-product-arrow-bg: rgba(255, 255, 255, 0.18);
  --promo-section-bg: #161616;
  --promo-dot-bg: rgba(255, 255, 255, 0.34);
  --promo-dot-active: #ffffff;
  --border-radius-lg: 8px;
  --border-radius-md: 6px;
  --border-radius-sm: 4px;
  --transition-smooth: 300ms ease;
}

:root[data-theme='light'] {
  --vio-white: #171818;
  --vio-soft-gray: #6f747a;
  --vio-surface: rgba(19, 19, 18, 0.04);
  --vio-surface-strong: rgba(19, 19, 18, 0.07);
  --vio-border: rgba(19, 19, 18, 0.12);
  --vio-shadow: 0 10px 28px rgba(34, 28, 28, 0.08);
  --vio-red-glow: 0 0 34px rgba(166, 43, 43, 0.18);
  --page-text: #171818;
  --body-background: #ffffff;
  --text-soft: rgba(31, 32, 32, 0.68);
  --nav-bg-scrolled: rgba(255, 255, 255, 0.84);
  --panel-bg: #ffffff;
  --glass-bg: rgba(255, 255, 255, 0.78);
  --glass-bg-soft: rgba(255, 255, 255, 0.54);
  --glass-border: rgba(166, 43, 43, 0.12);
  --nav-link-color: rgba(19, 19, 18, 0.72);
  --footer-text: rgba(31, 32, 32, 0.62);
  --card-text: rgba(31, 32, 32, 0.76);
  --muted-text: rgba(31, 32, 32, 0.62);
  --soft-chip-bg: rgba(19, 19, 18, 0.045);
  --input-bg: rgba(255, 255, 255, 0.72);
  --category-product-bg: #ffffff;
  --category-product-heading: #475154;
  --category-product-card-bg: #ffffff;
  --category-product-card-border: #e5e9eb;
  --category-product-card-text: #1c2224;
  --category-product-card-price: #101416;
  --category-product-image-bg: #ffffff;
  --category-product-arrow-bg: rgba(82, 89, 96, 0.88);
  --promo-section-bg: #ffffff;
  --promo-dot-bg: rgba(65, 70, 75, 0.35);
  --promo-dot-active: #3f4851;
  --navbar-toggler-filter: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  color: var(--page-text);
  background: var(--body-background);
  line-height: 1.55;
  overflow-x: hidden;
  transition: background-color var(--transition-smooth), color var(--transition-smooth);
}

.container {
  max-width: 62rem;
}

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

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

button {
  font: inherit;
}

.site-shell {
  position: relative;
}

.section-padding {
  padding: 4.75rem 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.78rem;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--vio-soft-gray);
  margin-bottom: 0.85rem;
}

.eyebrow::before {
  content: '';
  width: 2.5rem;
  height: 1px;
  background: linear-gradient(90deg, var(--vio-red), rgba(255, 255, 255, 0.35));
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 1rem;
}

.section-heading--left {
  margin: 0;
}

.section-heading h2,
.hero-copy h1,
.cta-panel h2,
.lifestyle-card h2,
.catalog-hero h1,
.about-hero h1,
.contact-hero h1 {
  margin: 0;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.14;
}

.section-heading h2 {
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  margin-bottom: 0.65rem;
}

.section-heading p,
.section-support,
.hero-copy p,
.section-intro p,
.cta-panel p,
.lifestyle-card p,
.footer-copy,
.benefit-card p,
.featured-card p,
.category-card p,
.catalog-hero p,
.about-copy p,
.contact-copy p,
.modal-copy {
  color: var(--text-soft);
  margin-bottom: 0;
}

.vio-navbar {
  padding: 0.7rem 0;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(166, 43, 43, 0.08);
  box-shadow: 0 10px 30px rgba(19, 19, 18, 0.14);
  backdrop-filter: blur(18px);
  transition: background-color var(--transition-smooth), box-shadow var(--transition-smooth), backdrop-filter var(--transition-smooth), padding var(--transition-smooth);
}

.vio-nav-container {
  width: 100%;
  max-width: 62rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.vio-navbar.scrolled {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 34px rgba(19, 19, 18, 0.18);
  padding: 0.6rem 0;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.brand-logo {
  display: block;
  height: 2rem;
  width: auto;
}

.brand-logo--dark {
  display: none;
}

.brand-logo--light {
  display: block;
}

:root[data-theme='dark'] .brand-logo--dark {
  display: block;
}

:root[data-theme='dark'] .brand-logo--light {
  display: none;
}

:root[data-theme='light'] .brand-logo--dark {
  display: none;
}

:root[data-theme='light'] .brand-logo--light {
  display: block;
}

.navbar-toggler {
  filter: var(--navbar-toggler-filter, none);
}

.mobile-bottom-nav {
  display: none;
}

.nav-actions {
  margin-left: auto;
}

@media (min-width: 1200px) {
  .vio-nav-primary {
    margin-left: 1.75rem;
  }

  .vio-nav-utility {
    margin-left: auto;
  }
}

@media (min-width: 1200px) {
  .vio-utility-cart {
    width: 2.75rem;
    height: 2.75rem;
    display: inline-grid;
    place-items: center;
    padding: 0;
    border-radius: 50%;
    color: #262626;
    background: #f3f3f3;
  }

  .vio-utility-cart span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .vio-utility-signin {
    padding: 0.6rem 1rem !important;
    border: 1px solid #dedede;
    border-radius: 0.3rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .vio-nav-container {
    position: relative;
  }

  .vio-navbar .navbar-collapse {
    position: absolute;
    top: calc(100% + 0.7rem);
    left: 0.75rem;
    right: 0.75rem;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(166, 43, 43, 0.1);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 35px rgba(19, 19, 18, 0.14);
  }

  .vio-navbar .navbar-nav {
    align-items: stretch !important;
    margin-left: 0 !important;
  }

  .vio-nav-utility {
    margin-top: 0.65rem;
    padding-top: 0.65rem;
    border-top: 1px solid rgba(166, 43, 43, 0.1);
  }
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-width: 2.75rem;
  height: 2.75rem;
  padding: 0 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(166, 43, 43, 0.12);
  background: rgba(166, 43, 43, 0.06);
  color: var(--vio-red);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1;
  transition: background-color var(--transition-smooth), border-color var(--transition-smooth), color var(--transition-smooth), box-shadow var(--transition-smooth);
}

.theme-toggle:hover,
.theme-toggle:focus {
  border-color: rgba(166, 43, 43, 0.35);
  box-shadow: 0 12px 28px rgba(166, 43, 43, 0.16);
}

.theme-toggle--mobile {
  display: none;
  width: 2.75rem;
  padding: 0;
}

.theme-toggle__icon {
  width: 1rem;
  text-align: center;
  font-size: 0.88rem;
}

.nav-link {
  color: rgba(19, 19, 18, 0.74);
  font-size: 0.95rem;
  font-weight: 500;
  transition: color var(--transition-smooth);
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active {
  color: var(--vio-red);
}

.btn {
  border-radius: 0.3rem;
  padding: 0.68rem 1.35rem;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0;
  transition: transform var(--transition-smooth), box-shadow var(--transition-smooth), background-color var(--transition-smooth), border-color var(--transition-smooth), color var(--transition-smooth);
}

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

.btn-vio-primary {
  background: linear-gradient(135deg, var(--vio-red-dark), var(--vio-red));
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  box-shadow: 0 16px 35px rgba(166, 43, 43, 0.32);
}

.btn-vio-primary:hover,
.btn-vio-primary:focus {
  color: #fff;
  box-shadow: 0 20px 45px rgba(166, 43, 43, 0.4);
}

.btn-vio-secondary {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: var(--vio-white);
  backdrop-filter: blur(14px);
}

.btn-vio-secondary:hover,
.btn-vio-secondary:focus {
  color: var(--vio-white);
  border-color: rgba(255, 255, 255, 0.36);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.16);
}

.btn-link-vio {
  color: var(--vio-soft-gray);
  font-weight: 600;
  justify-content: center;
}

.hero-slider-section {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background: #111;
}

.hero-slider-section .carousel,
.hero-slider-section .carousel-inner,
.hero-slider-section .carousel-item {
  min-height: clamp(22.5rem, 35.9vw, 43.75rem);
}

.hero-slide-image-panel {
  position: relative;
  width: 100%;
  min-height: clamp(22.5rem, 35.9vw, 43.75rem);
  overflow: hidden;
  background: #111;
}

.hero-slide-image-panel::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.24) 42%, rgba(0, 0, 0, 0.06) 72%);
  pointer-events: none;
}

.hero-slide-image-panel picture,
.hero-slide-image {
  display: block;
  width: 100%;
  min-height: clamp(22.5rem, 35.9vw, 43.75rem);
}

.hero-slide-image {
  object-fit: cover;
  object-position: center;
}

.hero-slide-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  width: calc(100% - 2rem);
  max-width: 62rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
  pointer-events: none;
}

.hero-slide-details {
  width: min(100%, 34rem);
  padding-top: 4rem;
  color: #fff;
  pointer-events: auto;
}

.hero-slide-details h1 {
  margin: 0;
  max-width: 30rem;
  font-size: clamp(1.75rem, 3vw, 2.7rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.16;
}

.hero-slide-details p {
  margin: 0.85rem 0 1.35rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(0.9rem, 1.4vw, 1.05rem);
}

.hero-slide {
  position: relative;
  min-height: clamp(31rem, 52vw, 43rem);
  padding-top: 6rem;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.58) 34%, rgba(0, 0, 0, 0.08) 62%, rgba(0, 0, 0, 0.2) 100%),
    linear-gradient(180deg, #221d19 0%, #7a695d 52%, #312820 100%);
}

.hero-slide::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    radial-gradient(circle at 70% 36%, rgba(255, 222, 180, 0.24), transparent 22%),
    radial-gradient(circle at 38% 50%, rgba(255, 255, 255, 0.16), transparent 18%);
  filter: blur(3px);
}

.hero-slide::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  height: 42%;
  background:
    linear-gradient(180deg, rgba(126, 103, 83, 0.48), rgba(38, 30, 23, 0.82)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 28rem);
  transform: skewY(-1deg);
  transform-origin: left bottom;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.18);
}

.hero-slide--airfryer {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.54) 36%, rgba(0, 0, 0, 0.05) 66%, rgba(0, 0, 0, 0.18) 100%),
    linear-gradient(135deg, #171717 0%, #804342 52%, #d9c3a7 100%);
}

.hero-slide--oven {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.58) 35%, rgba(0, 0, 0, 0.08) 65%, rgba(0, 0, 0, 0.2) 100%),
    linear-gradient(135deg, #131313 0%, #453632 48%, #c9b298 100%);
}

.hero-slide__shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 68% 44%, transparent 0 22%, rgba(0, 0, 0, 0.26) 48%, rgba(0, 0, 0, 0.7) 100%);
}

.hero-slide__content {
  position: relative;
  z-index: 3;
  width: min(100%, 42rem);
  padding-top: clamp(5rem, 12vw, 11rem);
  color: #fff;
}

.hero-slide__tag {
  display: inline-flex;
  margin-bottom: 1.1rem;
  padding: 0.34rem 0.62rem;
  border-radius: 0.18rem;
  background: var(--vio-red);
  color: #fff;
  font-size: 0.74rem;
  font-weight: 600;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(166, 43, 43, 0.34);
}

.hero-slide h1 {
  margin: 0;
  max-width: 13ch;
  font-size: clamp(1.75rem, 3vw, 2.7rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.16;
}

.hero-slide p {
  margin: 0.85rem 0 1.35rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(0.9rem, 1.4vw, 1.05rem);
}

.hero-slide__button {
  min-width: 10.5rem;
  min-height: 3.2rem;
  padding: 0.65rem 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.12);
  color: #fff;
  box-shadow: none;
}

.hero-slide__button:hover,
.hero-slide__button:focus {
  border-color: var(--vio-red);
  background: var(--vio-red);
  color: #fff;
}

.hero-slide__visual {
  position: absolute;
  right: clamp(1rem, 7vw, 7rem);
  bottom: clamp(3.2rem, 6vw, 5.5rem);
  z-index: 2;
  width: min(52vw, 42rem);
  height: min(37vw, 27rem);
}

.hero-slide__visual--image {
  display: grid;
  place-items: center;
}

.hero-slide__visual--image::before {
  content: '';
  position: absolute;
  left: 12%;
  right: 8%;
  bottom: 3%;
  height: 18%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.38), transparent 70%);
  filter: blur(16px);
}

.hero-slide__product-image {
  position: relative;
  z-index: 2;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 2.4rem 2.4rem rgba(0, 0, 0, 0.38));
  transform: translateY(0);
  animation: heroProductFloat 5.6s ease-in-out infinite;
}

.coffee-machine-mockup {
  position: absolute;
  right: 10rem;
  bottom: 3.5rem;
  width: 23rem;
  height: 18rem;
  border-radius: 1.2rem 1.2rem 1.6rem 1.6rem;
  background: linear-gradient(155deg, #292929, #070707 70%);
  box-shadow: inset 0 1rem 1.6rem rgba(255, 255, 255, 0.1), 0 3rem 4rem rgba(0, 0, 0, 0.42);
}

.coffee-machine-mockup__top {
  position: absolute;
  left: 3rem;
  top: 1rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0;
}

.coffee-machine-mockup__dial,
.coffee-machine-mockup__knob {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #585858, #070707 70%);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.coffee-machine-mockup__dial {
  left: 2.6rem;
  top: 5rem;
  width: 3.9rem;
  height: 3.9rem;
}

.coffee-machine-mockup__knob {
  right: 6.2rem;
  top: 4.3rem;
  width: 3.2rem;
  height: 3.2rem;
}

.coffee-machine-mockup__handle {
  position: absolute;
  left: 4.5rem;
  bottom: 5.1rem;
  width: 11rem;
  height: 1.45rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #1b1b1b, #030303);
  transform: rotate(-4deg);
  box-shadow: -3.2rem -0.6rem 0 -0.28rem #d9d9d9;
}

.coffee-machine-mockup__steam {
  position: absolute;
  right: 3.2rem;
  bottom: 3.6rem;
  width: 0.56rem;
  height: 6.5rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #d8d8d8, #777);
  transform: rotate(24deg);
}

.coffee-machine-mockup__tray {
  position: absolute;
  left: 6.8rem;
  right: 5rem;
  bottom: -1.9rem;
  height: 4.8rem;
  border-radius: 0.8rem;
  background: linear-gradient(180deg, #161616, #050505);
  border: 0.38rem solid #222;
}

.hero-cup {
  position: absolute;
  right: 0;
  bottom: 1.1rem;
  width: 8rem;
  height: 5.5rem;
  border: 3px solid rgba(255, 255, 255, 0.72);
  border-top: 0;
  border-radius: 0.7rem 0.7rem 3rem 3rem;
  background: linear-gradient(180deg, rgba(122, 64, 28, 0.85) 0 38%, rgba(255, 255, 255, 0.12) 39% 100%);
  box-shadow: inset 0 0 2rem rgba(255, 255, 255, 0.24), 0 1.8rem 2.3rem rgba(0, 0, 0, 0.24);
}

.hero-cup::after {
  content: '';
  position: absolute;
  right: -2.7rem;
  top: 1rem;
  width: 3.2rem;
  height: 2.7rem;
  border: 3px solid rgba(255, 255, 255, 0.68);
  border-left: 0;
  border-radius: 0 999px 999px 0;
}

.hero-beans {
  position: absolute;
  right: 3.8rem;
  bottom: 0;
  width: 0.75rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #27160e;
  box-shadow: 1.7rem 0.1rem #30190f, 3rem -0.35rem #25140d, 4.7rem 0.25rem #321b10, 6.2rem -0.25rem #24130c, -1.1rem 0.18rem #351c11;
}

.showcase-appliance {
  position: absolute;
  right: 4rem;
  bottom: 1.4rem;
  width: 23rem;
  height: 22rem;
  border-radius: 4rem;
  background: linear-gradient(145deg, #2c2d2d, #070707 72%);
  box-shadow: inset 0 1rem 2rem rgba(255, 255, 255, 0.12), 0 3rem 4rem rgba(0, 0, 0, 0.38);
}

.showcase-appliance span {
  position: absolute;
  inset: 4rem 3.2rem 5.5rem;
  border-radius: 1.6rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.showcase-appliance--airfryer::before,
.showcase-appliance--airfryer::after,
.showcase-appliance--oven::before,
.showcase-appliance--oven::after {
  content: '';
  position: absolute;
}

.showcase-appliance--airfryer::before {
  left: 50%;
  bottom: 4rem;
  width: 9rem;
  height: 1.4rem;
  border-radius: 999px;
  background: #111;
  transform: translateX(-50%);
}

.showcase-appliance--airfryer::after {
  left: 4.6rem;
  right: 4.6rem;
  top: 2.6rem;
  height: 1.1rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--vio-red), #db6666);
}

.showcase-appliance--oven {
  width: 29rem;
  height: 19rem;
  border-radius: 1.8rem;
}

.showcase-appliance--oven::before {
  left: 3rem;
  right: 3rem;
  top: 4rem;
  bottom: 3rem;
  border-radius: 0.9rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(122, 46, 30, 0.28));
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.showcase-appliance--oven::after {
  right: 3.4rem;
  top: 1.5rem;
  width: 6rem;
  height: 1.2rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #454545, #151515);
  box-shadow: -14rem 0 #151515;
}

.hero-slider-indicators {
  right: auto;
  bottom: 3.65rem;
  left: max(1.25rem, calc((100% - 62rem) / 2 + 1.25rem));
  justify-content: flex-start;
  margin: 0;
  gap: 0.38rem;
}

.hero-slider-indicators [data-bs-target] {
  width: 0.46rem;
  height: 0.46rem;
  margin: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  opacity: 0.58;
  transition: width var(--transition-smooth), opacity var(--transition-smooth), background-color var(--transition-smooth);
}

.hero-slider-indicators .active {
  width: 0.78rem;
  opacity: 1;
  background: #fff;
}

.hero-slider-control {
  top: auto;
  bottom: 3.1rem;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
  opacity: 1;
}

.hero-slider-control.carousel-control-prev {
  left: auto;
  right: max(4.6rem, calc((100% - 62rem) / 2 + 4.6rem));
}

.hero-slider-control.carousel-control-next {
  right: max(1.25rem, calc((100% - 62rem) / 2 + 1.25rem));
}

.hero-slider-control .carousel-control-prev-icon,
.hero-slider-control .carousel-control-next-icon {
  width: 1rem;
  height: 1rem;
}

@media (min-width: 768px) {
  .hero-slider-section .carousel,
  .hero-slider-section .carousel-inner,
  .hero-slider-section .carousel-item,
  .hero-slide-image-panel,
  .hero-slide-image-panel picture,
  .hero-slide-image {
    height: clamp(26rem, 34vw, 34rem);
    min-height: clamp(26rem, 34vw, 34rem);
  }

  .hero-slide-image {
    object-fit: cover;
  }
}

.hero-section {
  padding-top: 6rem;
  isolation: isolate;
}

.hero-blur {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  z-index: -1;
}

.hero-blur--red {
  top: 4rem;
  right: -5rem;
  width: 24rem;
  height: 24rem;
  background: rgba(166, 43, 43, 0.3);
}

.hero-blur--soft {
  bottom: 4rem;
  left: -4rem;
  width: 18rem;
  height: 18rem;
  background: rgba(255, 255, 255, 0.08);
}

.hero-copy h1 {
  font-size: clamp(2.2rem, 4.5vw, 4rem);
}

.catalog-hero h1,
.about-hero h1,
.contact-hero h1 {
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  font-weight: 600;
}

.hero-copy h1 {
  max-width: 12ch;
}

.hero-copy p {
  max-width: 35rem;
  margin: 1rem 0 0;
  font-size: 0.98rem;
}

.hero-actions {
  margin-top: 1.35rem;
}

.hero-metrics {
  max-width: 36rem;
}

.metric-card {
  height: 100%;
  padding: 0.95rem 1rem;
  border-radius: var(--border-radius-sm);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.metric-card strong {
  display: block;
  font-size: 1.25rem;
  margin-bottom: 0.2rem;
}

.metric-card span {
  color: var(--footer-text);
  font-size: 0.88rem;
}

.hero-visual {
  min-height: 38rem;
}

.hero-product-stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38rem;
}

.hero-product-card {
  width: min(100%, 28rem);
  padding: 2rem;
  border-radius: var(--border-radius-lg);
  background:
    linear-gradient(150deg, var(--glass-bg), var(--glass-bg-soft) 42%, rgba(255, 255, 255, 0.02)),
    linear-gradient(180deg, rgba(24, 24, 25, 0.9), var(--panel-bg));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--vio-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(22px);
  transform: rotate(-6deg);
  position: relative;
}

.hero-product-card::after {
  content: '';
  position: absolute;
  inset: auto 1.5rem 1.2rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
}

.product-card-topline,
.device-label {
  color: var(--vio-soft-gray);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero-product-card h3 {
  margin: 0.85rem 0 0.75rem;
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  font-weight: 600;
}

.hero-product-card p {
  color: var(--card-text);
  margin-bottom: 1.25rem;
}

.spec-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.spec-pills span,
.spec-badge,
.category-meta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  background: var(--soft-chip-bg);
  color: var(--card-text);
  font-size: 0.76rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-reflection {
  position: absolute;
  bottom: 2rem;
  width: 22rem;
  height: 8rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(166, 43, 43, 0.25), transparent 68%);
  filter: blur(25px);
  z-index: -1;
}

.floating-card {
  position: absolute;
  min-width: 12rem;
  padding: 0.75rem 0.9rem;
  border-radius: var(--border-radius-sm);
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
  animation: floatCard 5.8s ease-in-out infinite;
}

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

.floating-card strong {
  font-size: 1.05rem;
  margin: 0.35rem 0 0.2rem;
}

.floating-card small {
  color: var(--muted-text);
}

.orbit-one {
  top: 3rem;
  left: 0;
}

.orbit-two {
  top: 8rem;
  right: 0;
  animation-delay: 1.2s;
}

.orbit-three {
  bottom: 5rem;
  left: 2rem;
  animation-delay: 2.1s;
}

.story-visual,
.lifestyle-card,
.cta-panel,
.category-card,
.featured-card,
.benefit-card,
.story-panel,
.preview-card,
.about-card,
.contact-card,
.modal-panel {
  border: 1px solid var(--glass-border);
  background:
    linear-gradient(180deg, var(--glass-bg), var(--glass-bg-soft));
  box-shadow: var(--vio-shadow);
}

.story-visual {
  min-height: 32rem;
  border-radius: var(--border-radius-lg);
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(166, 43, 43, 0.22), transparent 28%),
    linear-gradient(145deg, var(--glass-bg), var(--glass-bg-soft)),
    var(--panel-bg);
}

.story-panel {
  position: absolute;
  border-radius: var(--border-radius-md);
  backdrop-filter: blur(18px);
}

.story-panel--large {
  inset: 2rem 9rem 8rem 2rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background:
    linear-gradient(180deg, var(--glass-bg), rgba(166, 43, 43, 0.08)),
    radial-gradient(circle at top right, rgba(166, 43, 43, 0.24), transparent 35%);
}

.story-panel--large h3 {
  font-size: clamp(1.45rem, 2.3vw, 2.1rem);
  line-height: 1.2;
  margin: 0;
}

.story-panel--small {
  right: 2rem;
  bottom: 2rem;
  left: 9rem;
  padding: 1rem 1.2rem;
}

.story-panel--small span {
  display: block;
  color: var(--muted-text);
  margin-bottom: 0.3rem;
}

.section-intro h2,
.about-copy h2,
.contact-copy h2 {
  font-size: clamp(1.75rem, 3vw, 2.7rem);
  margin-bottom: 0.8rem;
}

.value-chip {
  padding: 0.75rem 0.9rem;
  border-radius: 999px;
  background: var(--soft-chip-bg);
  color: var(--card-text);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.category-card,
.featured-card,
.benefit-card,
.lifestyle-card,
.cta-panel,
.preview-card,
.about-card,
.contact-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius-lg);
}

.category-card,
.featured-card,
.benefit-card,
.preview-card,
.about-card,
.contact-card {
  display: block;
  width: 100%;
  padding: 1.25rem;
  height: 100%;
  transition: transform var(--transition-smooth), border-color var(--transition-smooth), box-shadow var(--transition-smooth);
}

.category-strip-section {
  position: relative;
  overflow: hidden;
  padding: clamp(1.25rem, 2.5vw, 2rem) 0 clamp(1.45rem, 3vw, 2.45rem);
  background:
    linear-gradient(90deg, rgba(166, 43, 43, 0.08), transparent 18%, transparent 82%, rgba(166, 43, 43, 0.08)),
    #fff;
  color: #333;
}

.category-strip-section::before {
  content: none;
  position: absolute;
  right: clamp(1rem, 5vw, 5rem);
  top: -1.05rem;
  color: rgba(166, 43, 43, 0.055);
  font-size: clamp(3.5rem, 9vw, 7rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  pointer-events: none;
}

:root[data-theme='light'] .category-strip-section {
  background:
    linear-gradient(90deg, rgba(166, 43, 43, 0.08), transparent 18%, transparent 82%, rgba(166, 43, 43, 0.08)),
    #fff;
  color: #333;
}

.category-strip-heading {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 0 1.05rem;
}

.category-strip-controls {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  pointer-events: none;
}

.category-strip-control {
  width: clamp(3.2rem, 5.5vw, 5.6rem);
  min-height: 100%;
  display: inline-grid;
  place-items: center;
  border: 0;
  background: rgba(255, 255, 255, 0.78);
  color: var(--vio-red);
  font-size: clamp(1.15rem, 1.7vw, 1.75rem);
  line-height: 1;
  pointer-events: auto;
  box-shadow: 0 0.95rem 2.2rem rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(0.45rem);
  transition: background var(--transition-smooth), color var(--transition-smooth), transform var(--transition-smooth), box-shadow var(--transition-smooth);
}

.category-strip-control i {
  width: clamp(2.45rem, 3.6vw, 3.65rem);
  height: clamp(2.45rem, 3.6vw, 3.65rem);
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(166, 43, 43, 0.2), 0 0.15rem 0.4rem rgba(0, 0, 0, 0.18);
}

.category-strip-control--prev {
  border-radius: 0.95rem 0 0 0.95rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.68) 66%, rgba(255, 255, 255, 0));
}

.category-strip-control--next {
  border-radius: 0 0.95rem 0.95rem 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.68) 66%, rgba(255, 255, 255, 0));
}

.category-strip-control:hover,
.category-strip-control:focus-visible {
  color: #fff;
  box-shadow: 0 1.15rem 2.6rem rgba(0, 0, 0, 0.24);
}

.category-strip-control:hover i,
.category-strip-control:focus-visible i {
  background: var(--vio-red);
  box-shadow: 0 0.72rem 1.25rem rgba(166, 43, 43, 0.32), 0 0.18rem 0.5rem rgba(0, 0, 0, 0.22);
}

.category-strip-control--prev:hover,
.category-strip-control--prev:focus-visible {
  transform: translateX(-0.16rem);
}

.category-strip-control--next:hover,
.category-strip-control--next:focus-visible {
  transform: translateX(0.16rem);
}

.category-strip-shell {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 2rem), 62rem);
  margin-inline: auto;
  overflow: hidden;
  padding-inline: clamp(3.25rem, 6vw, 6rem);
}

.category-strip-kicker {
  display: none;
  align-items: center;
  gap: 0.42rem;
  color: var(--vio-red);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.category-strip-kicker::before {
  content: '';
  width: 1.65rem;
  height: 0.12rem;
  border-radius: 999px;
  background: var(--vio-red);
}

.category-strip-title {
  margin: 0;
  color: #596069;
  font-size: clamp(1.25rem, 2.05vw, 1.65rem);
  font-weight: 400;
  letter-spacing: 0;
}

.category-strip-title strong {
  color: #252a30;
  font-weight: 700;
}

.category-strip {
  --category-strip-gap: clamp(0.75rem, 1.35vw, 1.2rem);
  position: relative;
  z-index: 1;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - (var(--category-strip-gap) * 7)) / 8);
  grid-template-columns: none;
  gap: var(--category-strip-gap);
  align-items: start;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
  padding: 0.15rem 0.25rem 0.55rem;
  scroll-padding-inline: 0.25rem;
}

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

.category-strip-card {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 0.25rem;
  min-width: 0;
  color: #252a30;
  text-align: center;
  scroll-snap-align: start;
}

.category-strip-card__image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1.04;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0.95rem 0.55rem 1.18rem;
  border-radius: 0.72rem;
  background:
    linear-gradient(160deg, rgba(166, 43, 43, 0.1), transparent 25%),
    radial-gradient(ellipse at 50% 42%, rgba(255, 255, 255, 0.95) 0 25%, rgba(255, 255, 255, 0.5) 45%, transparent 68%),
    linear-gradient(180deg, #fafafa 0%, #eeeeee 62%, #dddddd 100%);
  border: 1px solid rgba(166, 43, 43, 0.12);
  box-shadow: inset 0 0.08rem 0 rgba(255, 255, 255, 0.95), 0 0.6rem 1.1rem rgba(0, 0, 0, 0.07);
  transition: transform var(--transition-smooth), box-shadow var(--transition-smooth), border-color var(--transition-smooth);
}

.category-strip-card__image-wrap::before {
  content: '';
  position: absolute;
  left: 0.45rem;
  top: 0.45rem;
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 999px;
  background: var(--vio-red);
  box-shadow: 0 0 0 0.26rem rgba(166, 43, 43, 0.1);
}

.category-strip-card__image-wrap::after {
  content: '';
  position: absolute;
  left: 19%;
  right: 19%;
  bottom: 13%;
  height: 8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.22), transparent 72%);
  filter: blur(0.48rem);
}

.category-strip-card__badge {
  position: absolute;
  top: 0.42rem;
  left: 0.58rem;
  z-index: 3;
  padding: 0.12rem 0.26rem;
  border-radius: 0.1rem;
  background: var(--vio-red);
  color: #fff;
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.category-strip-card__image-wrap--fallback::after {
  content: 'VIO';
  color: var(--vio-red);
  font-size: 1.35rem;
  font-weight: 700;
  filter: none;
  background: none;
}

.category-strip-card__image-wrap--all {
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.26), transparent 38%),
    linear-gradient(145deg, #202020, #a62b2b);
}

.category-strip-card__all-mark {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: clamp(1.4rem, 2vw, 1.9rem);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.category-strip-card__image {
  position: relative;
  z-index: 2;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
  filter: drop-shadow(0 0.7rem 0.62rem rgba(0, 0, 0, 0.18));
  transform: none;
  transition: transform var(--transition-smooth);
}

.category-strip-card strong {
  min-height: 1.4em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #252a30;
  font-size: clamp(0.66rem, 0.75vw, 0.82rem);
  font-weight: 600;
  line-height: 1.08;
}

.category-strip-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.22rem;
  padding: 0.13rem 0.48rem;
  border: 1px solid rgba(166, 43, 43, 0.72);
  border-radius: 0.12rem;
  background: #fff;
  color: var(--vio-red);
  font-size: clamp(0.56rem, 0.62vw, 0.68rem);
  font-weight: 700;
  line-height: 1;
  transition: background var(--transition-smooth), border-color var(--transition-smooth), color var(--transition-smooth), transform var(--transition-smooth);
}

.category-strip-card:hover .category-strip-card__image-wrap,
.category-strip-card:focus-visible .category-strip-card__image-wrap {
  transform: translateY(-0.18rem);
  border-color: rgba(166, 43, 43, 0.22);
  box-shadow: 0 0.55rem 1rem rgba(0, 0, 0, 0.12);
}

.category-strip-card:hover .category-strip-card__image,
.category-strip-card:focus-visible .category-strip-card__image {
  transform: scale(1.04);
}

.category-strip-card:hover .category-strip-card__button,
.category-strip-card:focus-visible .category-strip-card__button {
  background: var(--vio-red);
  border-color: var(--vio-red);
  color: #fff;
  transform: translateY(-0.06rem);
}

.new-arrivals-section {
  position: relative;
  padding: clamp(1.25rem, 2vw, 1.9rem) 0 clamp(1.5rem, 2.5vw, 2.25rem);
  background: #fff;
  color: #252a30;
}

.new-arrivals-heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  margin-bottom: 0.8rem;
}

.new-arrivals-heading h2 {
  margin: 0;
  color: #596069;
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  font-weight: 400;
  letter-spacing: 0;
}

.new-arrivals-heading strong {
  color: #252a30;
  font-weight: 700;
}

.new-arrivals-controls {
  order: -1;
  display: inline-flex;
  gap: 0.55rem;
  margin-right: 0.25rem;
}

.new-arrivals-control {
  width: 2.75rem;
  height: 2.75rem;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(166, 43, 43, 0.18);
  border-radius: 0.8rem;
  background: linear-gradient(145deg, #ffffff, #f3f4f5);
  color: var(--vio-red);
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1;
  box-shadow: 0 0.7rem 1.45rem rgba(0, 0, 0, 0.12);
  transition: background var(--transition-smooth), color var(--transition-smooth), transform var(--transition-smooth), box-shadow var(--transition-smooth), border-color var(--transition-smooth);
}

.new-arrivals-control:hover,
.new-arrivals-control:focus-visible {
  transform: translateY(-0.14rem);
  background: var(--vio-red);
  border-color: var(--vio-red);
  color: #fff;
  box-shadow: 0 0.95rem 1.8rem rgba(166, 43, 43, 0.28);
}

.new-arrivals-shell {
  margin-inline: -0.15rem;
  overflow: hidden;
}

.new-arrivals-track {
  --new-arrivals-gap: clamp(0.9rem, 1.6vw, 1.25rem);
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - (var(--new-arrivals-gap) * 3)) / 4);
  gap: var(--new-arrivals-gap);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
  padding: 0.35rem 0.15rem 0.65rem;
}

.new-arrivals-track::-webkit-scrollbar {
  display: none;
}

.new-arrival-card {
  scroll-snap-align: start;
}

.new-arrival-card h3 {
  margin: 0.35rem 0 0.15rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.25;
}

.new-arrival-card p {
  margin: 0;
  color: #676767;
  font-size: 0.8rem;
}

.new-arrival-card > a:not(.btn) {
  min-height: 19.2rem;
  display: grid;
  grid-template-rows: 11.4rem auto auto auto;
  justify-items: center;
  align-items: start;
  gap: 0.5rem;
  padding: 0.85rem 0.95rem 1.05rem;
  border: 1px solid rgba(166, 43, 43, 0.11);
  border-radius: 1rem;
  background:
    linear-gradient(155deg, rgba(166, 43, 43, 0.1), transparent 24%),
    radial-gradient(ellipse at 50% 24%, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.42) 40%, transparent 62%),
    linear-gradient(180deg, #f7f7f7 0 57%, #fff 57% 100%);
  color: #24282d;
  text-align: center;
  box-shadow: 0 0.8rem 1.55rem rgba(0, 0, 0, 0.075);
  transition: transform var(--transition-smooth), border-color var(--transition-smooth), box-shadow var(--transition-smooth);
}

.new-arrival-card > a:not(.btn):hover,
.new-arrival-card > a:not(.btn):focus-visible {
  transform: translateY(-0.2rem);
  border-color: rgba(166, 43, 43, 0.22);
  box-shadow: 0 1rem 1.8rem rgba(0, 0, 0, 0.1);
}

.new-arrival-card > .btn {
  min-height: 2rem;
  margin-top: 0.35rem;
  padding: 0.35rem 0.8rem;
  border-color: rgba(166, 43, 43, 0.5);
  border-radius: 0.25rem;
  color: var(--vio-red);
  background: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  box-shadow: none;
}

.new-arrival-card > .btn:hover,
.new-arrival-card > .btn:focus-visible {
  border-color: var(--vio-red);
  color: #fff;
  background: var(--vio-red);
  box-shadow: 0 0.45rem 1rem rgba(166, 43, 43, 0.16);
}

.new-arrival-card__visual {
  position: relative;
  width: 100%;
  height: 10.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 0.5rem 1.1rem;
}

.new-arrival-card__visual::before {
  content: '';
  position: absolute;
  inset: 0.6rem 0.35rem 1.15rem;
  border-radius: 1.1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0));
  border: 1px solid rgba(255, 255, 255, 0.65);
}

.new-arrival-card__visual::after {
  content: '';
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 0.82rem;
  height: 0.72rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.2), transparent 72%);
  filter: blur(0.5rem);
}

.new-arrival-card__visual img {
  position: relative;
  z-index: 2;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
  filter: drop-shadow(0 0.72rem 0.65rem rgba(0, 0, 0, 0.2));
  transition: transform var(--transition-smooth);
}

.new-arrival-card a:hover .new-arrival-card__visual img,
.new-arrival-card a:focus-visible .new-arrival-card__visual img {
  transform: translateY(-0.12rem) scale(1.035);
}

.new-arrival-card__name {
  min-height: 2.4rem;
  display: flex;
  align-items: center;
  color: #24282d;
  font-size: clamp(0.72rem, 0.95vw, 0.86rem);
  font-weight: 500;
  line-height: 1.18;
}

.new-arrival-card__price {
  color: #24282d;
  font-size: 0.82rem;
  font-weight: 600;
}

.new-arrival-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 6rem;
  min-height: 1.8rem;
  margin-top: 0.1rem;
  padding: 0.25rem 0.8rem;
  border-radius: 0.16rem;
  background: #b89453;
  color: #252018;
  font-size: 0.7rem;
  font-weight: 500;
  transition: background var(--transition-smooth), color var(--transition-smooth);
}

.new-arrival-card a:hover .new-arrival-card__button,
.new-arrival-card a:focus-visible .new-arrival-card__button {
  background: var(--vio-red);
  color: #fff;
}

.category-product-slider-section {
  padding: 1rem 0 clamp(1.5rem, 2.5vw, 2.25rem);
  background: var(--category-product-bg);
  color: var(--category-product-card-text);
  transition: background-color var(--transition-smooth), color var(--transition-smooth);
}

.category-product-slider-heading {
  width: min(100% - 2rem, 62rem);
  margin: 0 auto 0.45rem;
}

.category-product-slider-heading h2 {
  margin: 0;
  color: var(--category-product-heading);
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  font-weight: 400;
  line-height: 1.2;
  transition: color var(--transition-smooth);
}

.category-product-slider-heading strong {
  font-weight: 700;
}

.category-product-slider {
  position: relative;
  width: min(100% - 2rem, 62rem);
  margin: 0 auto;
}

.category-product-slider__track {
  display: grid;
  grid-auto-columns: calc((100% - 2.1rem) / 4);
  grid-auto-flow: column;
  grid-auto-rows: 1fr;
  gap: 0.7rem;
  min-height: 20rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.category-product-slider__track::-webkit-scrollbar {
  display: none;
}

.category-product-card {
  min-height: 20rem;
  display: flex;
  flex-direction: column;
  padding: 0.9rem 0.75rem 1rem;
  border: 1px solid var(--category-product-card-border);
  border-radius: 0.25rem;
  background: var(--category-product-card-bg);
  color: var(--category-product-card-text);
  scroll-snap-align: start;
  transition: background-color var(--transition-smooth), border-color var(--transition-smooth), box-shadow var(--transition-smooth), color var(--transition-smooth), transform var(--transition-smooth);
}

.category-product-card:hover,
.category-product-card:focus-visible {
  border-color: rgba(166, 43, 43, 0.34);
  box-shadow: 0 1rem 2rem rgba(20, 24, 28, 0.1);
  transform: translateY(-0.18rem);
}

.category-product-card__image-wrap {
  display: grid;
  height: 13.9rem;
  margin-bottom: 0.8rem;
  place-items: center;
  background: var(--category-product-image-bg);
}

.category-product-card__image-wrap img {
  width: 100%;
  height: 13.45rem;
  object-fit: contain;
}

.category-product-card strong {
  display: -webkit-box;
  min-height: 2.45rem;
  margin: 0 0 0.8rem;
  overflow: hidden;
  color: var(--category-product-card-text);
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.16;
  transition: color var(--transition-smooth);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.category-product-card__price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-top: auto;
}

.category-product-card__price {
  color: var(--category-product-card-price);
  font-size: 0.82rem;
  font-weight: 600;
  transition: color var(--transition-smooth);
}

.category-product-card__cart {
  display: inline-grid;
  width: 2.55rem;
  height: 2.05rem;
  place-items: center;
  border-radius: 0.2rem;
  background: #bd9345;
  color: #161616;
  font-size: 0.82rem;
}

.category-product-slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 2.05rem;
  height: 2.05rem;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--category-product-arrow-bg);
  color: #fff;
  font-size: 1.85rem;
  font-weight: 200;
  line-height: 1;
  transform: translateY(-50%);
  transition: background var(--transition-smooth), transform var(--transition-smooth);
}

.category-product-slider__arrow:hover,
.category-product-slider__arrow:focus-visible {
  background: var(--vio-red);
  transform: translateY(-50%) scale(1.05);
}

.category-product-slider__arrow--prev {
  left: -1.15rem;
}

.category-product-slider__arrow--next {
  right: -1.15rem;
}

.promo-slider-section {
  padding: clamp(1.4rem, 2.4vw, 2.2rem) 0 clamp(1.5rem, 2.5vw, 2.25rem);
  background: var(--promo-section-bg);
  transition: background-color var(--transition-smooth);
}

.home-promo-heading h2 {
  margin: 0 0 0.8rem;
  color: var(--category-product-heading);
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  font-weight: 500;
}

.promo-slider {
  position: relative;
  min-height: clamp(24rem, 42vw, 36rem);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(230, 235, 238, 0.94), rgba(247, 249, 250, 0.92) 42%, rgba(226, 231, 234, 0.95)),
    #edf1f3;
}

.promo-slider-track,
.promo-slide {
  min-height: clamp(24rem, 42vw, 36rem);
}

.promo-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.08) 62%);
  pointer-events: none;
}

.promo-slide {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateX(2rem);
  transition: opacity 0.55s ease, transform 0.55s ease, visibility 0.55s ease;
}

.promo-slide__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.promo-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.promo-slide__text {
  position: absolute;
  left: max(1.25rem, calc((100% - 62rem) / 2));
  top: 50%;
  z-index: 3;
  width: min(34rem, 42vw);
  color: #fff;
  transform: translateY(-50%);
}

.promo-slide__text span {
  display: inline-flex;
  margin-bottom: 0.7rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.68rem, 0.8vw, 0.82rem);
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.promo-slide__text h3 {
  margin: 0;
  max-width: 12ch;
  color: #fff;
  font-size: clamp(1.75rem, 3.4vw, 3.1rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.08;
  text-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.22);
}

.promo-slide__text p {
  max-width: 30rem;
  margin: 0.7rem 0 1rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(0.86rem, 1vw, 1rem);
  line-height: 1.5;
}

.promo-slide__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.1rem;
  padding: 0.38rem 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  backdrop-filter: blur(4px);
  transition: background var(--transition-smooth), color var(--transition-smooth), border-color var(--transition-smooth);
}

.promo-slide__link:hover,
.promo-slide__link:focus-visible {
  border-color: var(--vio-red);
  background: var(--vio-red);
  color: #fff;
}

.promo-slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 2.4rem;
  height: 3.2rem;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.75);
  font-size: 2.1rem;
  font-weight: 200;
  transform: translateY(-50%);
  transition: color var(--transition-smooth), transform var(--transition-smooth);
}

.promo-slider-arrow:hover,
.promo-slider-arrow:focus-visible {
  color: var(--vio-red);
  transform: translateY(-50%) scale(1.08);
}

.promo-slider-arrow--prev {
  left: clamp(0.7rem, 2.5vw, 2.8rem);
}

.promo-slider-arrow--next {
  right: clamp(0.7rem, 2.5vw, 2.8rem);
}

.promo-slider-dots {
  position: absolute;
  left: 50%;
  bottom: 0.75rem;
  z-index: 6;
  display: flex;
  gap: 0.42rem;
  transform: translateX(-50%);
}

.promo-slider-dot {
  width: 1.25rem;
  height: 0.14rem;
  border: 0;
  border-radius: 999px;
  background: var(--promo-dot-bg);
  transition: width var(--transition-smooth), background var(--transition-smooth);
}

.promo-slider-dot.is-active {
  width: 1.7rem;
  background: var(--promo-dot-active);
}

.category-card {
  isolation: isolate;
}

.featured-card {
  text-align: left;
  color: inherit;
  background-color: transparent;
}

.featured-card,
.catalog-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.category-card:hover,
.featured-card:hover,
.benefit-card:hover,
.preview-card:hover,
.about-card:hover,
.contact-card:hover {
  transform: translateY(-4px);
  border-color: rgba(166, 43, 43, 0.35);
  box-shadow: 0 32px 70px rgba(0, 0, 0, 0.32), 0 0 0 1px rgba(166, 43, 43, 0.18);
}

.category-card::before,
.featured-card::before,
.lifestyle-card::before,
.cta-panel::before,
.preview-card::before,
.about-card::before,
.contact-card::before,
.modal-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(166, 43, 43, 0.18), transparent 30%);
  pointer-events: none;
}

.category-card > *,
.featured-card > * {
  position: relative;
  z-index: 1;
}

.category-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 1.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  background: linear-gradient(145deg, rgba(166, 43, 43, 0.3), rgba(255, 255, 255, 0.08));
  font-size: 1.6rem;
  flex-shrink: 0;
}

.category-card h3,
.featured-card h3,
.benefit-card h3,
.preview-card h3,
.about-card h3,
.contact-card h3 {
  margin: 0 0 0.75rem;
  font-weight: 600;
}

.category-card h3 {
  font-size: 1.15rem;
}

.category-card p {
  min-height: 4.9rem;
}

.category-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: auto;
  padding-top: 0.85rem;
}

.product-visual {
  --product-bg: linear-gradient(145deg, rgba(25, 25, 24, 0.96), rgba(166, 43, 43, 0.54));
  min-height: 14rem;
  border-radius: var(--border-radius-md);
  display: grid;
  place-items: center;
  padding: 1.1rem;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: var(--product-bg);
}

.product-visual--with-image {
  background:
    linear-gradient(180deg, rgba(8, 8, 10, 0.04), rgba(8, 8, 10, 0.46)),
    radial-gradient(circle at top, rgba(255, 255, 255, 0.12), transparent 42%),
    #fff;
}

.product-visual__image {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
  max-width: 13rem;
  max-height: 13rem;
  margin-inline: auto;
  padding: 0.2rem;
  border-radius: 0.8rem;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.28));
  transition: transform var(--transition-smooth);
}

.product-visual--with-image .product-visual__appliance,
.product-visual--with-image .product-visual__icon {
  display: none;
}

.product-visual--with-image .product-visual__halo {
  background: radial-gradient(circle, rgba(166, 43, 43, 0.2), transparent 72%);
}

.product-visual--with-image .product-visual__shadow {
  width: 60%;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.24), transparent 70%);
}

.product-visual--with-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.24), transparent 30%);
  pointer-events: none;
}

.catalog-card .product-visual__image {
  max-width: 12rem;
  max-height: 12rem;
}

.modal-panel .product-visual__image {
  max-width: 15rem;
  max-height: 15rem;
}

.featured-card:hover .product-visual__image,
.catalog-card:hover .product-visual__image {
  transform: scale(1.04);
}

.spec-badge--muted {
  background: var(--soft-chip-bg);
  color: var(--vio-text-muted);
}

@media (max-width: 575.98px) {
  .product-visual__image {
    max-width: 11rem;
    max-height: 11rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-visual__image {
    transition: none;
  }
}

.product-visual__halo {
  position: absolute;
  inset: auto 50% 1rem;
  width: 10rem;
  height: 3rem;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(166, 43, 43, 0.42), transparent 72%);
  filter: blur(20px);
}

.product-visual__appliance {
  position: relative;
  width: 10rem;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 26px 34px rgba(0, 0, 0, 0.35));
}

.appliance-shell {
  position: relative;
  width: 8.8rem;
  height: 8.8rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.04) 45%, rgba(0, 0, 0, 0.22)),
    linear-gradient(180deg, #2b2c2d, #111112);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), inset 0 -18px 35px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

.appliance-shell::before,
.appliance-shell::after,
.appliance-detail,
.appliance-accent {
  content: '';
  position: absolute;
  display: block;
}

.appliance-shell::before {
  inset: 0.65rem auto auto 0.9rem;
  width: 42%;
  height: 68%;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.22), transparent 60%);
  opacity: 0.72;
}

.appliance-shell::after {
  inset: auto 1rem 0.8rem 1rem;
  height: 0.7rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.28);
  filter: blur(6px);
}

.product-visual__icon {
  position: absolute;
  right: 0.85rem;
  top: 0.65rem;
  z-index: 3;
  width: 1.8rem;
  height: 1.8rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(166, 43, 43, 0.42);
  font-size: 0.88rem;
  box-shadow: 0 8px 20px rgba(166, 43, 43, 0.22);
}

.appliance-accent--primary {
  z-index: 2;
  background: linear-gradient(135deg, #d84b4b, var(--vio-red));
  box-shadow: 0 8px 20px rgba(166, 43, 43, 0.32);
}

.appliance-accent--secondary {
  z-index: 2;
  background: rgba(255, 255, 255, 0.12);
}

.appliance-detail--screen {
  z-index: 2;
  border-radius: 0.55rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(166, 43, 43, 0.18));
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.appliance-detail--window {
  z-index: 2;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.appliance-detail--dial {
  z-index: 3;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.6), #c9cacb 26%, #3a3b3c 62%);
  border: 1px solid rgba(255, 255, 255, 0.26);
}

.appliance-detail--base {
  z-index: 1;
  background: rgba(0, 0, 0, 0.32);
}

.appliance-detail--handle,
.appliance-detail--spout {
  z-index: 3;
  border: 0.42rem solid rgba(255, 255, 255, 0.16);
  background: transparent;
}

.appliance-detail--bowl,
.appliance-detail--plate {
  z-index: 2;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.appliance-shell--air-fryer {
  border-radius: 2.1rem 2.1rem 2.6rem 2.6rem;
}

.appliance-shell--air-fryer .appliance-detail--screen {
  top: 1.2rem;
  left: 2.1rem;
  width: 3.5rem;
  height: 1.1rem;
}

.appliance-shell--air-fryer .appliance-detail--window {
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.8rem;
  height: 3.2rem;
  border-radius: 1rem;
}

.appliance-shell--air-fryer .appliance-accent--primary {
  left: 2.15rem;
  right: 2.15rem;
  bottom: 1.15rem;
  height: 0.5rem;
  border-radius: 999px;
}

.appliance-shell--coffee-maker {
  width: 7.6rem;
  height: 9.2rem;
  border-radius: 1.5rem 1.5rem 2.1rem 2.1rem;
}

.appliance-shell--coffee-maker .appliance-detail--screen {
  top: 1rem;
  left: 1.25rem;
  width: 2.7rem;
  height: 1rem;
}

.appliance-shell--coffee-maker .appliance-detail--spout {
  top: 2.8rem;
  left: 2.45rem;
  width: 2.2rem;
  height: 1.2rem;
  border-width: 0.32rem;
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 1rem 0 0;
}

.appliance-shell--coffee-maker .appliance-detail--plate {
  left: 1.2rem;
  right: 1.2rem;
  bottom: 1rem;
  height: 0.75rem;
  border-radius: 999px;
}

.appliance-shell--coffee-maker .appliance-accent--primary {
  right: 1.15rem;
  top: 2.25rem;
  width: 1rem;
  height: 4rem;
  border-radius: 999px;
}

.appliance-shell--oven {
  width: 9.4rem;
  height: 7.6rem;
  border-radius: 1.25rem;
}

.appliance-shell--oven .appliance-detail--window {
  left: 1.15rem;
  bottom: 1.05rem;
  width: 5.5rem;
  height: 4.3rem;
  border-radius: 0.8rem;
}

.appliance-shell--oven .appliance-detail--dial {
  top: 1rem;
  right: 1.1rem;
  width: 0.9rem;
  height: 0.9rem;
  box-shadow: 0 1.35rem 0 rgba(255, 255, 255, 0.18), 0 2.7rem 0 rgba(255, 255, 255, 0.14);
}

.appliance-shell--oven .appliance-accent--primary {
  left: 1.15rem;
  top: 1rem;
  width: 3.8rem;
  height: 0.35rem;
  border-radius: 999px;
}

.appliance-shell--stand-mixer {
  overflow: visible;
  width: 8.8rem;
  height: 8rem;
  border-radius: 2.3rem 2.3rem 1.4rem 1.4rem;
}

.appliance-shell--stand-mixer .appliance-detail--bowl {
  left: 2.05rem;
  right: 1.3rem;
  bottom: -0.2rem;
  height: 3.4rem;
  border-radius: 0 0 2.2rem 2.2rem;
}

.appliance-shell--stand-mixer .appliance-detail--base {
  left: 0.9rem;
  right: 0.9rem;
  bottom: -0.45rem;
  height: 0.8rem;
  border-radius: 999px;
}

.appliance-shell--stand-mixer .appliance-accent--primary {
  left: 1.2rem;
  top: 1.2rem;
  width: 4.8rem;
  height: 0.5rem;
  border-radius: 999px;
}

.appliance-shell--blender,
.appliance-shell--chopper {
  overflow: visible;
  width: 6.4rem;
  height: 8.9rem;
  border-radius: 1.4rem 1.4rem 2rem 2rem;
}

.appliance-shell--blender .appliance-detail--window,
.appliance-shell--chopper .appliance-detail--window {
  left: 1.15rem;
  right: 1.15rem;
  top: -0.65rem;
  height: 4.7rem;
  border-radius: 1rem 1rem 0.8rem 0.8rem;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0.08));
}

.appliance-shell--blender .appliance-detail--base,
.appliance-shell--chopper .appliance-detail--base {
  left: 0.9rem;
  right: 0.9rem;
  bottom: 0.8rem;
  height: 2.5rem;
  border-radius: 1.1rem;
}

.appliance-shell--blender .appliance-accent--primary,
.appliance-shell--chopper .appliance-accent--primary {
  left: 2.05rem;
  right: 2.05rem;
  top: 4.75rem;
  height: 0.45rem;
  border-radius: 999px;
}

.appliance-shell--iron {
  width: 9rem;
  height: 5.5rem;
  border-radius: 4rem 1.2rem 1.2rem 4rem;
  transform: rotate(-8deg);
}

.appliance-shell--iron .appliance-detail--handle {
  left: 1.35rem;
  top: 0.9rem;
  width: 4rem;
  height: 1.5rem;
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
}

.appliance-shell--iron .appliance-accent--primary {
  right: 0.95rem;
  bottom: 0.75rem;
  width: 5.8rem;
  height: 0.45rem;
  border-radius: 999px;
}

.appliance-shell--heater {
  width: 8.5rem;
  height: 8rem;
  border-radius: 1.5rem;
}

.appliance-shell--heater .appliance-detail--window {
  inset: 1.35rem;
  border-radius: 1rem;
  background: repeating-linear-gradient(90deg, rgba(255, 220, 180, 0.2) 0 0.32rem, rgba(166, 43, 43, 0.36) 0.32rem 0.58rem);
}

.appliance-shell--heater .appliance-accent--primary {
  left: 1.35rem;
  right: 1.35rem;
  bottom: 1rem;
  height: 0.45rem;
  border-radius: 999px;
}

.appliance-shell--cooker,
.appliance-shell--meat-grinder,
.appliance-shell--hand-blender {
  width: 8.6rem;
  height: 7.8rem;
  border-radius: 2.1rem;
}

.appliance-shell--cooker .appliance-detail--handle,
.appliance-shell--meat-grinder .appliance-detail--handle,
.appliance-shell--hand-blender .appliance-detail--handle {
  left: 2rem;
  top: 0.9rem;
  width: 3.6rem;
  height: 1.3rem;
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
}

.appliance-shell--cooker .appliance-detail--screen,
.appliance-shell--meat-grinder .appliance-detail--screen,
.appliance-shell--hand-blender .appliance-detail--screen {
  left: 2.1rem;
  right: 2.1rem;
  bottom: 1.25rem;
  height: 1.2rem;
}

.product-visual__shadow {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  width: 7rem;
  height: 1rem;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.45);
  filter: blur(14px);
  border-radius: 50%;
}

.featured-model {
  color: var(--vio-soft-gray);
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 0.76rem;
}

.price-label {
  display: inline-flex;
  margin-top: 0.85rem;
  font-weight: 600;
  color: var(--vio-white);
}

.benefit-card {
  min-height: 100%;
}

.benefit-card--wide {
  padding-block: 2rem;
}

.lifestyle-card,
.cta-panel,
.catalog-hero,
.about-hero,
.contact-hero,
.modal-panel {
  padding: 2rem;
  background:
    linear-gradient(145deg, var(--glass-bg), var(--glass-bg-soft)),
    var(--panel-bg);
}

.lifestyle-card,
.catalog-hero,
.about-hero,
.contact-hero {
  background:
    radial-gradient(circle at left center, rgba(166, 43, 43, 0.24), transparent 24%),
    linear-gradient(135deg, var(--glass-bg), var(--glass-bg-soft)),
    var(--panel-bg);
}

.catalog-hero,
.about-hero,
.contact-hero {
  border-radius: var(--border-radius-lg);
}

.catalog-hero {
  margin-top: 6.5rem;
}

.catalog-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 1rem;
}

.catalog-search {
  display: grid;
  gap: 0.4rem;
}

.catalog-search span,
.catalog-count {
  color: var(--muted-text);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}

.catalog-search input {
  width: 100%;
  min-height: 2.9rem;
  padding: 0 1.15rem;
  border-radius: 999px;
  border: 1px solid var(--glass-border);
  color: var(--page-text);
  background: var(--input-bg);
  outline: 0;
  transition: border-color var(--transition-smooth), box-shadow var(--transition-smooth), background-color var(--transition-smooth);
}

.catalog-search input::placeholder {
  color: var(--muted-text);
}

.catalog-search input:focus {
  border-color: rgba(166, 43, 43, 0.58);
  background: var(--glass-bg);
  box-shadow: 0 0 0 4px rgba(166, 43, 43, 0.16);
}

.catalog-count {
  padding-bottom: 0.95rem;
  white-space: nowrap;
}

.filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.15rem;
}

.filter-pill {
  padding: 0.5rem 0.8rem;
  font-size: 0.82rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--card-text);
  background: var(--soft-chip-bg);
  transition: background-color var(--transition-smooth), border-color var(--transition-smooth), color var(--transition-smooth);
}

.filter-pill:hover,
.filter-pill.active {
  color: var(--vio-white);
  border-color: rgba(166, 43, 43, 0.45);
  background: rgba(166, 43, 43, 0.18);
}

.catalog-card .product-visual {
  min-height: 13rem;
}

.catalog-card h3 {
  margin: 0.55rem 0 0.45rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.25;
}

.catalog-card p {
  font-size: 0.88rem;
  line-height: 1.5;
}

.empty-state {
  max-width: 44rem;
  margin: 2rem auto 0;
  padding: 2rem;
  border-radius: var(--border-radius-lg);
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top, rgba(166, 43, 43, 0.2), transparent 32%),
    rgba(255, 255, 255, 0.04);
}

.empty-state h2 {
  font-weight: 700;
  letter-spacing: 0;
}

.empty-state p {
  color: rgba(245, 248, 248, 0.75);
  margin-bottom: 0;
}

.preview-card code,
.contact-card code {
  color: #ffd4d4;
}

.preview-list,
.contact-list {
  list-style: none;
  padding: 0;
  margin: 1.2rem 0 0;
  display: grid;
  gap: 0.85rem;
}

.preview-list li,
.contact-list li {
  color: var(--card-text);
}

.about-metrics {
  display: grid;
  gap: 1rem;
}

.about-card strong,
.preview-card strong,
.contact-card strong {
  display: block;
  font-size: 1.15rem;
  margin-bottom: 0.35rem;
}

.contact-card a {
  color: var(--vio-white);
}

.lifestyle-stats {
  display: grid;
  gap: 1rem;
}

.lifestyle-stat {
  padding: 1.2rem 1.25rem;
  border-radius: var(--border-radius-sm);
  background: var(--soft-chip-bg);
  border: 1px solid var(--glass-border);
}

.lifestyle-stat strong {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 0.2rem;
}

.lifestyle-stat span {
  color: var(--muted-text);
  font-size: 0.92rem;
}

.vio-footer {
  padding-top: 2rem;
}

.brand-mark--footer {
  margin-bottom: 1rem;
}

.vio-footer h4 {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 700;
}

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

.footer-links a,
.footer-contact li,
.footer-contact a,
.footer-bottom {
  color: var(--footer-text);
}

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

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.1rem;
}

.footer-social a {
  width: 2.45rem;
  height: 2.45rem;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--glass-border);
  border-radius: 50%;
  color: var(--footer-text);
  background: var(--glass-bg);
  transition: color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.footer-social a:hover {
  color: var(--page-text);
  border-color: rgba(166, 43, 43, 0.45);
  transform: translateY(-2px);
}

.footer-bottom {
  border-top: 1px solid var(--glass-border);
}

.nav-link-button {
  border: 0;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

.account-panel {
  width: min(100%, 42rem);
  margin-inline: auto;
  padding: 1.5rem;
  border: 1px solid var(--glass-border);
  border-radius: var(--border-radius-md);
  background: var(--card-bg);
  box-shadow: var(--card-shadow);
}

.account-panel h1 {
  margin: 0.15rem 0 0.5rem;
  font-weight: 700;
}

.catalog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.catalog-card__body {
  appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: inherit;
  padding: 0;
  display: block;
  flex: 1 1 auto;
}

.catalog-card__cart {
  margin-top: 1rem;
}

.cart-list,
.order-history {
  display: grid;
  gap: 1rem;
}

.cart-item,
.checkout-panel,
.order-card {
  border: 1px solid var(--glass-border);
  border-radius: var(--border-radius-md);
  background: var(--card-bg);
  box-shadow: var(--card-shadow);
}

.cart-item {
  display: grid;
  grid-template-columns: 5.5rem minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
}

.cart-item img {
  width: 5.5rem;
  height: 5.5rem;
  object-fit: contain;
}

.cart-item h3,
.order-card h2,
.checkout-panel h2 {
  margin: 0.1rem 0 0.35rem;
  font-size: 1.15rem;
  font-weight: 600;
}

.cart-item__qty {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.cart-item__qty input {
  width: 5rem;
}

.checkout-panel,
.order-card {
  padding: 1.25rem;
}

.checkout-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--glass-border);
}

.order-card--latest {
  border-color: rgba(166, 43, 43, 0.42);
}

.order-lines {
  list-style: none;
  display: grid;
  gap: 0.65rem;
  padding: 1rem 0 0;
  margin: 1rem 0 0;
  border-top: 1px solid var(--glass-border);
}

.order-lines li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted-text);
}

.order-lines small {
  color: var(--footer-text);
}

@media (max-width: 767.98px) {
  .cart-item {
    grid-template-columns: 4.5rem minmax(0, 1fr);
  }

  .cart-item__qty {
    grid-column: 1 / -1;
  }

  .cart-item form:last-child {
    grid-column: 1 / -1;
  }
}

.modal-content {
  background: transparent;
  border: 0;
}

.modal-panel {
  position: relative;
  border-radius: var(--border-radius-lg);
}

.modal-header,
.modal-body,
.modal-footer {
  border: 0;
  position: relative;
  z-index: 1;
}

.modal-header {
  padding-bottom: 0;
}

.modal-close {
  background: rgba(255, 255, 255, 0.08);
  border: 0;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  color: var(--vio-white);
}

.modal-copy {
  margin-top: 1rem;
}

.product-gallery {
  display: grid;
  gap: 0.85rem;
}

.product-gallery__stage {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1px solid var(--glass-border);
  border-radius: var(--border-radius-sm);
  background: var(--category-product-image-bg);
}

.product-gallery__main-image {
  width: 100%;
  height: 100%;
  padding: 1rem;
  object-fit: contain;
}

.product-gallery__arrow {
  position: absolute;
  top: 50%;
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--glass-border);
  border-radius: 50%;
  color: var(--page-text);
  background: var(--panel-bg);
  box-shadow: 0 0.6rem 1.6rem rgba(0, 0, 0, 0.18);
  font-size: 1.75rem;
  line-height: 1;
  transform: translateY(-50%);
}

.product-gallery__arrow--previous {
  left: 0.65rem;
}

.product-gallery__arrow--next {
  right: 0.65rem;
}

.product-gallery__thumbnails {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 4.25rem;
  gap: 0.55rem;
  overflow-x: auto;
  padding: 0.15rem;
}

.product-gallery__thumbnail {
  width: 4.25rem;
  aspect-ratio: 1 / 1;
  padding: 0.3rem;
  overflow: hidden;
  border: 1px solid var(--glass-border);
  border-radius: 0.4rem;
  background: var(--category-product-image-bg);
}

.product-gallery__thumbnail.active {
  border-color: var(--vio-red);
  box-shadow: 0 0 0 2px rgba(166, 43, 43, 0.18);
}

.product-gallery__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.modal-highlights {
  margin: 1.4rem 0 1.1rem;
  padding: 1.2rem 1.25rem;
  border-radius: var(--border-radius-sm);
  background: var(--soft-chip-bg);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.modal-highlights h3 {
  margin: 0 0 0.85rem;
  font-size: 1rem;
  font-weight: 700;
}

.modal-highlights ul {
  display: grid;
  gap: 0.55rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.modal-highlights li {
  position: relative;
  padding-left: 1.35rem;
  color: var(--card-text);
  font-size: 0.92rem;
}

.modal-highlights li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.62rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--vio-red);
  box-shadow: 0 0 18px rgba(166, 43, 43, 0.55);
}

.modal-insight-card {
  height: 100%;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.modal-insight-card span {
  display: block;
  margin-bottom: 0.28rem;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.modal-insight-card strong {
  display: block;
  color: var(--vio-white);
  font-size: 0.95rem;
  line-height: 1.35;
}

.modal-price {
  font-size: 1.3rem;
  font-weight: 700;
}

.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-up-delay {
  transition-delay: 0.12s;
}

.fade-up-delay-2 {
  transition-delay: 0.22s;
}

.fade-up.in-view {
  opacity: 1;
  transform: translateY(0);
}

:root[data-theme='light'] .story-section,
:root[data-theme='light'] .featured-section,
:root[data-theme='light'] .why-vio-section,
:root[data-theme='light'] .cta-section {
  background: #fff;
}

:root[data-theme='light'] .featured-section,
:root[data-theme='light'] .why-vio-section {
  border-top: 1px solid #ececec;
}

:root[data-theme='light'] .category-card,
:root[data-theme='light'] .featured-card,
:root[data-theme='light'] .benefit-card,
:root[data-theme='light'] .preview-card,
:root[data-theme='light'] .about-card,
:root[data-theme='light'] .contact-card,
:root[data-theme='light'] .catalog-hero,
:root[data-theme='light'] .about-hero,
:root[data-theme='light'] .contact-hero,
:root[data-theme='light'] .account-panel,
:root[data-theme='light'] .checkout-panel,
:root[data-theme='light'] .order-card,
:root[data-theme='light'] .cart-item {
  border-color: #e3e3e3;
  background: #fff;
  box-shadow: none;
}

:root[data-theme='light'] .category-card::before,
:root[data-theme='light'] .featured-card::before,
:root[data-theme='light'] .preview-card::before,
:root[data-theme='light'] .about-card::before,
:root[data-theme='light'] .contact-card::before {
  display: none;
}

:root[data-theme='light'] .story-visual,
:root[data-theme='light'] .story-panel,
:root[data-theme='light'] .lifestyle-card,
:root[data-theme='light'] .cta-panel {
  border-color: #e3e3e3;
  background: #f3f4f5;
  box-shadow: none;
}

:root[data-theme='light'] .product-visual--with-image {
  background: linear-gradient(180deg, #f7f7f7, #dedede);
}

:root[data-theme='light'] .btn-vio-secondary {
  border-color: #cfcfcf;
  color: #242424;
  background: #fff;
  backdrop-filter: none;
}

:root[data-theme='light'] .btn-vio-secondary:hover,
:root[data-theme='light'] .btn-vio-secondary:focus {
  border-color: var(--vio-red);
  color: var(--vio-red);
  box-shadow: none;
}

:root[data-theme='light'] .vio-footer {
  border-top: 1px solid #e8e8e8;
  background: #f5f5f5;
}

:root[data-theme='dark'] .vio-navbar,
:root[data-theme='dark'] .vio-navbar.scrolled {
  border-bottom-color: rgba(255, 255, 255, 0.08);
  background: rgba(18, 18, 18, 0.96);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.32);
}

:root[data-theme='dark'] .vio-navbar .nav-link,
:root[data-theme='dark'] .vio-utility-cart {
  color: rgba(255, 255, 255, 0.82);
}

:root[data-theme='dark'] .vio-utility-cart {
  background: rgba(255, 255, 255, 0.09);
}

:root[data-theme='dark'] .vio-utility-signin {
  border-color: rgba(255, 255, 255, 0.18);
}

:root[data-theme='dark'] .category-strip-section {
  color: rgba(255, 255, 255, 0.82);
  background: #161616;
}

:root[data-theme='dark'] .category-strip-title,
:root[data-theme='dark'] .category-strip-title strong {
  color: rgba(255, 255, 255, 0.9);
}

:root[data-theme='dark'] .category-strip-control {
  background: rgba(20, 20, 20, 0.72);
}

:root[data-theme='dark'] .category-strip-control--prev {
  background: linear-gradient(90deg, rgba(20, 20, 20, 0.96), rgba(20, 20, 20, 0.68) 66%, transparent);
}

:root[data-theme='dark'] .category-strip-control--next {
  background: linear-gradient(270deg, rgba(20, 20, 20, 0.96), rgba(20, 20, 20, 0.68) 66%, transparent);
}

:root[data-theme='dark'] .category-strip-control i {
  background: #262626;
}

:root[data-theme='dark'] .new-arrivals-section {
  background: #161616;
  color: rgba(255, 255, 255, 0.9);
}

:root[data-theme='dark'] .new-arrivals-heading h2,
:root[data-theme='dark'] .new-arrivals-heading strong,
:root[data-theme='dark'] .new-arrival-card h3 {
  color: rgba(255, 255, 255, 0.9);
}

:root[data-theme='dark'] .new-arrival-card p {
  color: rgba(255, 255, 255, 0.62);
}

:root[data-theme='dark'] .new-arrivals-control {
  border-color: rgba(255, 255, 255, 0.14);
  background: #242424;
  color: #fff;
  box-shadow: 0 0.7rem 1.45rem rgba(0, 0, 0, 0.28);
}

:root[data-theme='dark'] .new-arrival-card .product-visual--with-image {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.2)),
    #242424;
}

:root[data-theme='dark'] .new-arrival-card > .btn {
  border-color: rgba(255, 255, 255, 0.2);
  background: transparent;
  color: rgba(255, 255, 255, 0.88);
}

:root[data-theme='dark'] .new-arrival-card > .btn:hover,
:root[data-theme='dark'] .new-arrival-card > .btn:focus-visible {
  border-color: var(--vio-red);
  background: var(--vio-red);
  color: #fff;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  :root[data-theme='dark'] .vio-navbar .navbar-collapse {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(18, 18, 18, 0.98);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.35);
  }
}

@keyframes floatCard {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-12px);
  }
}

@keyframes heroProductFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.8rem);
  }
}

@media (max-width: 991.98px) {
  .section-padding {
    padding: 4rem 0;
  }

  .navbar-collapse {
    margin-top: 1rem;
    padding: 1rem 1.1rem;
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(166, 43, 43, 0.1);
    box-shadow: 0 18px 35px rgba(19, 19, 18, 0.12);
  }

  .hero-slide__visual {
    right: -3rem;
    width: min(58vw, 34rem);
    opacity: 0.86;
  }

  .coffee-machine-mockup {
    right: 6rem;
    width: 19rem;
    height: 15rem;
  }

  .hero-cup {
    width: 6.5rem;
    height: 4.6rem;
  }

  .showcase-appliance {
    right: 3rem;
    width: 18rem;
    height: 18rem;
  }

  .showcase-appliance--oven {
    width: 23rem;
    height: 15.5rem;
  }

  .hero-visual,
  .hero-product-stage {
    min-height: 30rem;
  }

  .orbit-two {
    right: 1rem;
  }

  .story-panel--large {
    inset: 1.5rem 4rem 7rem 1.5rem;
  }

  .story-panel--small {
    left: 5rem;
    right: 1.5rem;
    bottom: 1.5rem;
  }

  .catalog-toolbar {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .catalog-count {
    padding-bottom: 0;
  }

  .category-strip {
    grid-auto-columns: calc((100% - (var(--category-strip-gap) * 2)) / 3);
  }

  .lifestyle-card,
  .cta-panel,
  .catalog-hero,
  .about-hero,
  .contact-hero,
  .modal-panel {
    padding: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  body {
    padding-bottom: calc(6.25rem + env(safe-area-inset-bottom));
  }

  .section-padding {
    padding: 3.25rem 0;
  }

  .catalog-hero h1,
  .about-hero h1,
  .contact-hero h1 {
    font-size: 1.65rem;
    line-height: 1.22;
  }

  .category-strip-section {
    padding: 1.25rem 0 1.7rem;
  }

  .category-strip-heading {
    align-items: start;
  }

  .new-arrivals-heading {
    align-items: center;
    gap: 0.8rem;
  }

  .new-arrivals-controls {
    display: inline-flex;
  }

  .new-arrivals-control {
    width: 2.45rem;
    height: 2.45rem;
    border-radius: 0.7rem;
    font-size: 1.45rem;
  }

  .new-arrivals-track {
    grid-auto-columns: calc((100% - var(--new-arrivals-gap)) / 2);
  }

  .category-strip-controls {
    inset-inline: 0.2rem;
  }

  .category-strip-control {
    width: 3.05rem;
    min-height: 100%;
    font-size: 1.1rem;
  }

  .category-strip-control i {
    width: 2.35rem;
    height: 2.35rem;
  }

  .category-strip-kicker {
    margin-bottom: 0.35rem;
  }

  .category-strip-shell {
    margin-inline: -0.9rem;
    overflow: hidden;
    padding-inline: 3.05rem;
  }

  .category-strip {
    grid-auto-columns: 100%;
    gap: 0.8rem;
    padding-inline: 0;
    scroll-padding-inline: 0;
  }

  .category-strip-card__image-wrap {
    max-width: none;
  }

  .new-arrivals-section {
    padding: 1.45rem 0 2.15rem;
  }

  .new-arrivals-shell {
    margin-inline: -0.9rem;
    overflow: visible;
  }

  .new-arrivals-track {
    grid-auto-columns: minmax(12.25rem, 76vw);
    gap: 0.85rem;
    padding-inline: 0.9rem;
    scroll-padding-inline: 0.9rem;
  }

  .new-arrival-card > a:not(.btn) {
    min-height: 13.4rem;
  }

  .category-product-slider-section {
    padding-top: 1.2rem;
  }

  .category-product-slider-heading,
  .category-product-slider {
    width: calc(100% - 1.6rem);
  }

  .category-product-slider__track {
    grid-auto-columns: minmax(13.5rem, 74vw);
    gap: 0.75rem;
  }

  .category-product-card {
    min-height: 18.5rem;
  }

  .category-product-card__image-wrap {
    height: 12.25rem;
  }

  .category-product-card__image-wrap img {
    height: 11.9rem;
  }

  .category-product-slider__arrow--prev {
    left: -0.75rem;
  }

  .category-product-slider__arrow--next {
    right: -0.75rem;
  }

  .promo-slider,
  .promo-slider-track,
  .promo-slide {
    min-height: 30rem;
  }

  .promo-slide__banner {
    object-position: center;
  }

  .promo-slide__text {
    left: 1.4rem;
    right: 1.4rem;
    top: auto;
    bottom: 3.3rem;
    width: auto;
    text-align: center;
    transform: none;
  }

  .promo-slide__text h3 {
    max-width: none;
    font-size: clamp(1.6rem, 7vw, 2.4rem);
  }

  .promo-slide__text p {
    max-width: none;
    margin-inline: auto;
  }

  .promo-slider-arrow {
    color: rgba(63, 72, 81, 0.44);
  }

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

  .theme-toggle--desktop {
    display: none;
  }

  .mobile-bottom-nav {
    position: fixed;
    left: 0.9rem;
    right: 0.9rem;
    bottom: calc(0.85rem + env(safe-area-inset-bottom));
    z-index: 1055;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.45rem;
    padding: 0.55rem;
    border-radius: 1.45rem;
    background:
      linear-gradient(180deg, var(--glass-bg), var(--glass-bg-soft)),
      var(--panel-bg);
    border: 1px solid var(--glass-border);
    box-shadow: var(--vio-shadow), 0 14px 34px rgba(166, 43, 43, 0.14);
    backdrop-filter: blur(20px);
  }

  .mobile-bottom-nav__item {
    min-width: 0;
    min-height: 4rem;
    display: grid;
    place-items: center;
    gap: 0.24rem;
    padding: 0.55rem 0.3rem;
    border-radius: 1rem;
    color: var(--muted-text);
    font-size: 0.65rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    transition: background-color var(--transition-smooth), color var(--transition-smooth), transform var(--transition-smooth), box-shadow var(--transition-smooth);
  }

  .mobile-bottom-nav__item i {
    width: 2.25rem;
    height: 2.25rem;
    display: inline-grid;
    place-items: center;
    border-radius: 0.85rem;
    color: var(--page-text);
    background: var(--soft-chip-bg);
    font-size: 1rem;
    transition: background-color var(--transition-smooth), box-shadow var(--transition-smooth), transform var(--transition-smooth);
  }

  .mobile-bottom-nav__item.active {
    color: var(--page-text);
    background: rgba(166, 43, 43, 0.14);
    box-shadow: inset 0 0 0 1px rgba(166, 43, 43, 0.22);
  }

  .mobile-bottom-nav__item.active i {
    background: linear-gradient(145deg, #b73232, var(--vio-red));
    color: #fff;
    box-shadow: 0 12px 24px rgba(166, 43, 43, 0.36);
    transform: translateY(-0.16rem);
  }

  .hero-slider-section .carousel,
  .hero-slider-section .carousel-inner,
  .hero-slider-section .carousel-item,
  .hero-slide-image-panel,
  .hero-slide-image-panel picture,
  .hero-slide-image {
    min-height: clamp(30rem, 132vw, 39rem);
  }

  .hero-slide-image-panel::after {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.08) 42%, rgba(0, 0, 0, 0.72) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.08) 72%);
  }

  .hero-slide-image {
    object-position: 67% center;
  }

  .hero-slide-image-panel:has(img[src$="slide-1.webp"]) .hero-slide-image {
    object-position: 61% center;
  }

  .hero-slide-image-panel:has(img[src$="slide-4.webp"]) .hero-slide-image {
    object-position: 72% center;
  }

  .hero-slide {
    min-height: 34rem;
    padding-top: 5.2rem;
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.66) 58%, rgba(0, 0, 0, 0.16) 100%),
      linear-gradient(180deg, #231c17, #816c5e);
  }

  .hero-slide__content {
    padding-top: 4rem;
    width: min(100%, 26rem);
  }

  .hero-slide h1 {
    font-size: clamp(1.7rem, 6.5vw, 2.15rem);
  }

  .hero-slide__visual {
    right: -7rem;
    bottom: 3.8rem;
    width: 25rem;
    height: 18rem;
    opacity: 0.55;
  }

  .coffee-machine-mockup {
    right: 5rem;
    bottom: 2.4rem;
    width: 16rem;
    height: 12.5rem;
  }

  .coffee-machine-mockup__handle {
    width: 8rem;
  }

  .hero-cup,
  .hero-beans {
    display: none;
  }

  .showcase-appliance,
  .showcase-appliance--oven {
    right: 3rem;
    width: 16rem;
    height: 15rem;
  }

  .hero-slider-indicators {
    left: 1.5rem;
    bottom: 1.7rem;
  }

  .hero-slider-control {
    display: none;
  }

  .hero-slide-overlay {
    align-items: flex-end;
    padding-bottom: 5.25rem;
  }

  .hero-slide-details {
    width: min(100%, 21.5rem);
    padding-top: 0;
  }

  .hero-slide__tag {
    margin-bottom: 0.75rem;
    font-size: 0.72rem;
  }

  .hero-slide-details h1 {
    max-width: 11.5ch;
    font-size: clamp(1.7rem, 6.5vw, 2.15rem);
  }

  .hero-slide-details p {
    max-width: 18rem;
    margin-bottom: 1rem;
    font-size: 0.95rem;
    line-height: 1.55;
  }

  .hero-slide__button {
    min-width: 0;
    min-height: 0;
    padding: 0.68rem 1.55rem;
    font-size: 0.9rem;
  }

  .hero-copy h1 {
    max-width: 100%;
  }

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

  .hero-visual {
    min-height: 27rem;
  }

  .floating-card {
    min-width: auto;
    max-width: 11rem;
    padding: 0.85rem 0.95rem;
  }

  .orbit-one {
    top: 1rem;
    left: 0;
  }

  .orbit-two {
    top: 4rem;
    right: 0;
  }

  .orbit-three {
    bottom: 1rem;
    left: 0.75rem;
  }

  .hero-product-card {
    transform: rotate(-3deg);
    padding: 1.5rem;
  }

  .story-visual {
    min-height: 24rem;
    padding: 1.2rem;
  }

  .story-panel--large {
    inset: 1.2rem 1.2rem 7rem;
    padding: 1.5rem;
  }

  .story-panel--small {
    left: 1.2rem;
    right: 1.2rem;
    padding: 1rem 1.2rem;
  }

  @supports not selector(:has(*)) {
    .hero-slide-image {
      object-position: 67% center;
    }
  }

  @media (max-width: 420px) {
    .hero-slider-section .carousel,
    .hero-slider-section .carousel-inner,
    .hero-slider-section .carousel-item,
    .hero-slide-image-panel,
    .hero-slide-image-panel picture,
    .hero-slide-image {
      min-height: 35rem;
    }

    .hero-slide-details {
      width: min(100%, 18.5rem);
    }

    .hero-slide-details h1 {
      font-size: clamp(1.8rem, 10vw, 2.55rem);
    }
  }

  .category-card,
  .featured-card,
  .benefit-card,
  .lifestyle-card,
  .cta-panel,
  .preview-card,
  .about-card,
  .contact-card,
  .catalog-hero,
  .about-hero,
  .contact-hero,
  .modal-panel {
    border-radius: 1.5rem;
  }

  .lifestyle-card,
  .cta-panel,
  .catalog-hero,
  .about-hero,
  .contact-hero,
  .modal-panel {
    padding: 1.5rem;
  }

  .footer-bottom {
    font-size: 0.9rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .fade-up {
    opacity: 1;
    transform: none;
  }
}
