.home-page {
  display: grid;
  gap: var(--space-4);
}

.home-page__product-skeleton-grid {
  align-items: stretch;
}

.home-page__product-skeleton-card {
  display: grid;
  gap: 0.9rem;
  align-content: start;
  padding: 1rem;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(252, 247, 242, 0.96));
  border: 1px solid rgba(71, 48, 38, 0.08);
  box-shadow: 0 18px 36px rgba(70, 46, 35, 0.06);
}

.home-page__product-skeleton-media,
.home-page__product-skeleton-line,
.home-page__product-skeleton-button {
  position: relative;
  overflow: hidden;
  background: rgba(232, 223, 215, 0.9);
}

.home-page__product-skeleton-media::after,
.home-page__product-skeleton-line::after,
.home-page__product-skeleton-button::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  animation: homeProductSkeletonShimmer 1.5s ease-in-out infinite;
}

.home-page__product-skeleton-media {
  aspect-ratio: 4 / 5;
  border-radius: 22px;
}

.home-page__product-skeleton-line {
  display: block;
  height: 0.82rem;
  border-radius: 999px;
}

.home-page__product-skeleton-line--title {
  width: 82%;
  height: 0.98rem;
}

.home-page__product-skeleton-line--meta {
  width: 58%;
}

.home-page__product-skeleton-line--price {
  width: 42%;
  height: 1rem;
}

.home-page__product-skeleton-button {
  width: 100%;
  height: 2.9rem;
  margin-top: 0.2rem;
  border-radius: 999px;
}

@keyframes homeProductSkeletonShimmer {
  100% {
    transform: translateX(100%);
  }
}

.home-v1 {
  padding-top: var(--space-3);
}

.home-v1 .site-container {
  width: min(100%, var(--container));
}

.home-v1__stack {
  display: grid;
  gap: var(--space-6);
}

.home-v1__categories {
  display: flex;
  align-items: stretch;
  gap: 0;
  overflow-x: auto;
  padding-bottom: 0.25rem;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}

.home-v1__categories::-webkit-scrollbar {
  display: none;
}

.home-v1__categories--dragging {
  cursor: grabbing;
  user-select: none;
}

.home-v1__categories-shell {
  position: relative;
  overflow: hidden;
  padding-inline: 5.75rem;
}

.home-v1__categories-cue {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 999px;
  pointer-events: auto;
  color: rgba(71, 48, 38, 0.92);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(71, 48, 38, 0.14);
  box-shadow: 0 16px 28px rgba(71, 48, 38, 0.12);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 180ms ease,
    visibility 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.home-v1__categories-cue:hover {
  color: rgba(58, 36, 30, 1);
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 18px 32px rgba(71, 48, 38, 0.16);
}

.home-v1__categories-cue svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-v1__categories-cue--left {
  left: 1.9rem;
  animation-name: categoryCueFloatLeft;
}

.home-v1__categories-cue--right {
  right: 1.9rem;
  animation-name: categoryCueFloatRight;
}

.home-v1__categories-shell--has-left-cue .home-v1__categories-cue--left,
.home-v1__categories-shell--has-right-cue .home-v1__categories-cue--right {
  opacity: 1;
  visibility: visible;
  animation-duration: 2.6s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.home-v1__category-pill {
  display: grid;
  justify-items: center;
  flex: 0 0 calc(100% / 10);
  min-width: calc(100% / 10);
  gap: 0.35rem;
  padding: 0.72rem 0.38rem 0.82rem;
  position: relative;
  transition: transform 160ms ease;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}

.home-v1__category-pill:hover {
  transform: translateY(-1px);
}

.home-v1__category-skeleton {
  position: relative;
  flex: 0 0 calc(100% / 10);
  min-width: calc(100% / 10);
  min-height: 132px;
  overflow: hidden;
}

.home-v1__category-skeleton::before {
  content: "";
  position: absolute;
  top: 0.72rem;
  left: 50%;
  width: clamp(78px, 6.7vw, 106px);
  height: clamp(78px, 6.7vw, 106px);
  border-radius: 0;
  background:
    radial-gradient(circle at 50% 30%, rgba(123, 56, 80, 0.14) 0 12%, transparent 13%),
    radial-gradient(circle at 70% 50%, rgba(123, 56, 80, 0.14) 0 12%, transparent 13%),
    radial-gradient(circle at 50% 70%, rgba(123, 56, 80, 0.14) 0 12%, transparent 13%),
    radial-gradient(circle at 30% 50%, rgba(123, 56, 80, 0.14) 0 12%, transparent 13%);
  background-size: 100% 100%;
  border: 0;
  box-shadow: none;
  opacity: 0.48;
  transform: translateX(-50%);
  animation: homeCategoryIconPulse 1.45s ease-in-out infinite;
}

.home-v1__category-skeleton::after {
  content: "";
  position: absolute;
  top: calc(0.72rem + clamp(78px, 6.7vw, 106px) + 0.7rem);
  left: 50%;
  width: min(74%, 92px);
  height: 10px;
  border-radius: 999px;
  background:
    linear-gradient(110deg, rgba(238, 228, 222, 0.74), rgba(252, 248, 245, 0.96), rgba(238, 228, 222, 0.74));
  box-shadow: 0 18px 0 -2px rgba(238, 228, 222, 0.52);
  transform: translateX(-50%);
  opacity: 0.92;
}

.home-v1__category-skeleton + .home-v1__category-skeleton {
  border-left: 1px solid rgba(71, 48, 38, 0.08);
}

.home-v1__category-pill:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 18%;
  right: 0;
  width: 1px;
  height: 64%;
  background: rgba(71, 48, 38, 0.12);
}

.home-v1__category-thumb {
  display: inline-grid;
  place-items: center;
  position: relative;
  overflow: visible;
  width: clamp(78px, 6.7vw, 106px);
  height: clamp(78px, 6.7vw, 106px);
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  font-size: clamp(2.5rem, 3.3vw, 3.45rem);
}

.home-v1__category-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transform: scale(0.985);
  transition: opacity 180ms ease, transform 180ms ease;
}

.home-v1__category-thumb img.is-loaded {
  opacity: 1;
  transform: scale(1);
}

.home-v1__category-placeholder {
  display: inline-grid;
  place-items: center;
  position: relative;
  --category-clover-size: clamp(30px, 2.6vw, 42px);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: transparent;
}

.home-v1__category-placeholder::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--category-clover-size);
  height: var(--category-clover-size);
  background:
    radial-gradient(circle at 50% 24%, rgba(123, 56, 80, 0.17) 0 22%, transparent 23%),
    radial-gradient(circle at 76% 50%, rgba(123, 56, 80, 0.17) 0 22%, transparent 23%),
    radial-gradient(circle at 50% 76%, rgba(123, 56, 80, 0.17) 0 22%, transparent 23%),
    radial-gradient(circle at 24% 50%, rgba(123, 56, 80, 0.17) 0 22%, transparent 23%),
    radial-gradient(circle at 50% 50%, rgba(123, 56, 80, 0.09) 0 10%, transparent 11%);
  transform: translate(-50%, -50%);
  transform-origin: center;
}

.home-v1__category-placeholder::before {
  content: none;
}

.home-v1__category-name {
  text-align: center;
  font-size: clamp(0.68rem, 0.82vw, 0.9rem);
  font-weight: 700;
  line-height: 1.22;
  text-wrap: balance;
}

.home-v1__category-arrow {
  color: rgba(71, 48, 38, 0.42);
  font-size: 0.9rem;
  line-height: 1;
}

@keyframes homeCategoryIconPulse {
  0% {
    opacity: 0.34;
    transform: translateX(-50%) scale(0.96);
  }

  50% {
    opacity: 0.58;
    transform: translateX(-50%) scale(1);
  }

  100% {
    opacity: 0.34;
    transform: translateX(-50%) scale(0.96);
  }
}

@keyframes categoryCueFloatRight {
  0%,
  100% {
    opacity: 0;
    transform: translateY(-50%) translateX(0);
  }

  18%,
  62% {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }

  38% {
    opacity: 1;
    transform: translateY(-50%) translateX(4px);
  }
}

@keyframes categoryCueFloatLeft {
  0%,
  100% {
    opacity: 0;
    transform: translateY(-50%) translateX(0);
  }

  18%,
  62% {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }

  38% {
    opacity: 1;
    transform: translateY(-50%) translateX(-4px);
  }
}

.home-v1__video-panel {
  padding: 0;
}

.home-v1__cinema-panel {
  position: relative;
  margin-inline: clamp(1rem, 2.2vw, 1.6rem);
  padding: 0;
}

.home-v1__cinema-shell {
  border-radius: 0;
  overflow: visible;
  border: 0;
  box-shadow: none;
}

.home-v1__cinema-stage {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border-radius: 42px;
  background:
    radial-gradient(circle at top left, rgba(141, 47, 76, 0.12), transparent 24%),
    linear-gradient(160deg, #4f302d 0%, #7b4b47 42%, #c18475 100%);
  box-shadow: 0 28px 60px rgba(70, 46, 35, 0.1);
}

.home-v1__cinema-poster,
.home-v1__cinema-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.home-v1__cinema-poster {
  opacity: 0.88;
  filter: saturate(1.02) contrast(1.03);
  transition: opacity 0.35s ease;
}

.home-v1__cinema-stage--video-playing .home-v1__cinema-poster {
  opacity: 0;
}

.home-v1__cinema-video {
  opacity: 0;
  filter: saturate(1.02) contrast(1.03);
  transition: opacity 0.55s ease;
}

.home-v1__cinema-video.is-playing {
  opacity: 0.88;
}

.home-v1__cinema-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(22, 14, 13, 0.74), rgba(22, 14, 13, 0.26) 48%, rgba(22, 14, 13, 0.38)),
    linear-gradient(180deg, rgba(22, 14, 13, 0.08), rgba(22, 14, 13, 0.2)),
    radial-gradient(circle at 70% 30%, rgba(255, 226, 226, 0.1), transparent 24%);
}

.home-v1__cinema-overlay {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  gap: var(--space-4);
  min-height: 420px;
  max-width: 31rem;
  padding: clamp(1.8rem, 4vw, 3rem);
  padding-bottom: clamp(9rem, 16vw, 11.5rem);
  color: #fff8f4;
}

.home-v1__cinema-service-tray {
  position: absolute;
  left: clamp(1rem, 3vw, 1.6rem);
  right: clamp(1rem, 3vw, 1.6rem);
  bottom: clamp(1rem, 3vw, 1.4rem);
  z-index: 2;
}

.home-v1__cinema-title {
  margin: 0;
  font-size: clamp(2.15rem, 4.4vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
  font-weight: 700;
  text-wrap: balance;
}

.home-v1__cinema-copy {
  max-width: 28rem;
  margin: 0;
  color: rgba(255, 248, 244, 0.72);
  font-size: 0.98rem;
  line-height: 1.75;
}

.home-v1__video-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: var(--space-6);
  padding: clamp(1.2rem, 2vw, 1.6rem);
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(253, 249, 244, 0.94));
  border: 1px solid rgba(71, 48, 38, 0.08);
  box-shadow: 0 24px 54px rgba(70, 46, 35, 0.08);
}

.home-v1__video-card {
  min-width: 0;
}

.home-v1__video-stage {
  display: grid;
  gap: var(--space-4);
}

.home-v1__video-note {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 0.9rem;
  border-radius: 999px;
  background: rgba(95, 31, 52, 0.08);
  color: var(--brand-deep);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.home-v1__video-media {
  position: relative;
  min-height: 380px;
  display: grid;
  grid-template-columns: minmax(240px, 0.74fr) minmax(150px, 0.42fr);
  gap: var(--space-4);
  align-items: center;
  padding: 1.2rem;
  border-radius: 32px;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(141, 47, 76, 0.14), transparent 32%),
    linear-gradient(160deg, #f2dbd3 0%, #c3917f 100%);
  box-shadow: var(--shadow-soft);
}

.home-v1__video-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(28, 19, 18, 0.04), rgba(28, 19, 18, 0.36)),
    radial-gradient(circle at 28% 24%, rgba(255, 255, 255, 0.22), transparent 24%);
}

.home-v1__video-phone {
  position: relative;
  z-index: 1;
  width: min(100%, 280px);
  margin: 0 auto;
  padding: 0.65rem;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(33, 25, 24, 0.92), rgba(20, 16, 15, 0.98));
  box-shadow: 0 28px 50px rgba(32, 19, 17, 0.24);
}

.home-v1__video-phone-screen {
  position: relative;
  min-height: 320px;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at top center, rgba(255, 255, 255, 0.15), transparent 20%),
    linear-gradient(180deg, #7d5350 0%, #3b2725 100%);
}

.home-v1__video-phone-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(18, 10, 10, 0.34)),
    radial-gradient(circle at 30% 20%, rgba(255, 223, 223, 0.16), transparent 22%);
}

.home-v1__video-play {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 84px;
  height: 84px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 44px rgba(35, 22, 20, 0.16);
  transform: translate(-50%, -50%);
}

.home-v1__video-play-icon {
  margin-left: 0.2rem;
  color: var(--brand-deep);
  font-size: 1.6rem;
}

.home-v1__video-badge,
.home-v1__video-duration {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 0.85rem;
  border-radius: 999px;
  background: rgba(28, 19, 18, 0.44);
  color: #fffaf6;
  backdrop-filter: blur(12px);
  font-size: 0.85rem;
  font-weight: 700;
}

.home-v1__video-badge {
  top: 1rem;
  left: 1rem;
}

.home-v1__video-duration {
  right: 1rem;
  bottom: 1rem;
}

.home-v1__video-caption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fffaf6;
  backdrop-filter: blur(12px);
  font-size: 0.82rem;
  font-weight: 700;
}

.home-v1__video-sidecards {
  position: relative;
  z-index: 1;
  display: grid;
  gap: var(--space-3);
  align-content: center;
}

.home-v1__video-sidecard {
  display: grid;
  gap: 0.45rem;
  padding: 1rem 1rem 1.05rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fffaf6;
  backdrop-filter: blur(12px);
}

.home-v1__video-sidecard strong {
  font-size: 0.96rem;
  line-height: 1.3;
}

.home-v1__video-sidecard span {
  font-size: 0.82rem;
  line-height: 1.55;
  color: rgba(255, 250, 246, 0.82);
}

.home-v1__video-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-3);
}

.home-v1__video-strip-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(71, 48, 38, 0.08);
  color: var(--text);
  font-size: 0.88rem;
  font-weight: 700;
}

.home-v1__video-copy {
  display: grid;
  align-content: center;
  gap: var(--space-5);
}

.home-v1__proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-4);
}

.home-v1__proof-card {
  display: grid;
  gap: 0.6rem;
  padding: 1.1rem 1.15rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(71, 48, 38, 0.08);
}

.home-v1__proof-title {
  font-size: 0.98rem;
  line-height: 1.3;
}

.home-v1__proof-copy {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.92rem;
  line-height: 1.7;
}

.hero {
  padding: var(--space-10) 0 var(--space-8);
}

.service-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space-4);
}

.service-strip--compact {
  gap: var(--space-3);
}

.service-strip__card {
  display: grid;
  gap: 0.45rem;
  padding: 1.25rem 1.3rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(71, 48, 38, 0.08);
  box-shadow: var(--shadow-soft);
}

.service-strip--compact .service-strip__card {
  justify-items: center;
  text-align: center;
  gap: 0.28rem;
  padding: 0.9rem 0.8rem 0.95rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 14px 28px rgba(15, 9, 8, 0.12);
  backdrop-filter: blur(14px);
}

.service-strip__title {
  margin: 0;
  font-size: 1rem;
}

.service-strip--compact .service-strip__title {
  color: #fffaf6;
  font-size: 0.78rem;
  line-height: 1.2;
  white-space: nowrap;
}

.service-strip__copy {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.9rem;
  line-height: 1.65;
}

.service-strip--compact .service-strip__copy {
  color: rgba(255, 250, 246, 0.82);
  max-width: 16ch;
  font-size: 0.73rem;
  line-height: 1.38;
  text-wrap: balance;
}

.hero__panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: var(--space-8);
  padding: clamp(1.5rem, 3vw, 2.4rem);
  border: 1px solid rgba(71, 48, 38, 0.08);
  border-radius: 40px;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(70, 46, 35, 0.1);
}

.hero__copy {
  display: grid;
  align-content: center;
  gap: var(--space-5);
  padding: var(--space-4) 0;
}

.hero__title {
  margin: 0;
  font-size: clamp(2.7rem, 7vw, 5.4rem);
  line-height: 0.9;
  letter-spacing: -0.07em;
}

.hero__description {
  max-width: 34rem;
  margin: 0;
  color: var(--text-soft);
  font-size: 1.05rem;
  line-height: 1.9;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
}

.hero__stat {
  display: grid;
  gap: 0.25rem;
  min-width: 120px;
}

.hero__stat-value {
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.hero__stat-label {
  color: var(--text-soft);
  font-size: 0.9rem;
}

.hero__visual {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
}

.hero-bouquet {
  position: relative;
  width: min(100%, 460px);
  aspect-ratio: 1 / 1.04;
  border-radius: 36px;
  background: #fdfdfc;
  box-shadow: var(--shadow-soft);
}

.hero-bouquet__bloom {
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 18px 28px rgba(86, 44, 53, 0.12);
}

.hero-bouquet__bloom--rose {
  background: radial-gradient(circle at 32% 30%, #ffd9e3, #b43e65 68%, #792742 100%);
}

.hero-bouquet__bloom--peach {
  background: radial-gradient(circle at 32% 30%, #ffe0d0, #d3825f 68%, #9f563c 100%);
}

.hero-bouquet__bloom--leaf {
  background: radial-gradient(circle at 32% 30%, #dff4e7, #4e8c73 68%, #2d5f4b 100%);
}

.hero-bouquet__bloom--one {
  width: 138px;
  height: 138px;
  top: 68px;
  left: 58px;
}

.hero-bouquet__bloom--two {
  width: 116px;
  height: 116px;
  top: 108px;
  right: 70px;
}

.hero-bouquet__bloom--three {
  width: 132px;
  height: 132px;
  top: 198px;
  left: 140px;
}

.hero-bouquet__bloom--four {
  width: 128px;
  height: 128px;
  bottom: 88px;
  right: 104px;
}

.hero-bouquet__bloom--five {
  width: 112px;
  height: 112px;
  bottom: 104px;
  left: 84px;
}

.hero-bouquet__bloom--six {
  width: 96px;
  height: 96px;
  bottom: 66px;
  left: 180px;
}

.hero-bouquet__ribbon {
  position: absolute;
  bottom: 38px;
  left: 50%;
  width: 180px;
  height: 180px;
  border-radius: 40px 40px 28px 28px;
  background: linear-gradient(180deg, rgba(240, 240, 237, 0.96), rgba(221, 221, 216, 0.98));
  transform: translateX(-50%);
}

.hero-card {
  position: absolute;
  max-width: 210px;
  padding: 1rem 1.1rem;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(71, 48, 38, 0.08);
  box-shadow: var(--shadow-soft);
}

.hero-card--top {
  top: 24px;
  left: -8px;
}

.hero-card--bottom {
  right: 0;
  bottom: 26px;
}

.hero-card__label {
  color: var(--text-soft);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-card__value {
  margin-top: var(--space-2);
  font-size: 1.35rem;
  font-weight: 800;
}

.category-ribbon {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(71, 48, 38, 0.08);
  border-bottom: 1px solid rgba(71, 48, 38, 0.08);
}

.category-chip {
  display: grid;
  justify-items: center;
  min-width: 0;
  gap: 0.35rem;
  padding: 0.82rem 0.38rem 0.88rem;
  position: relative;
}

.category-chip:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 16%;
  right: 0;
  width: 1px;
  height: 68%;
  background: rgba(71, 48, 38, 0.12);
}

.category-chip__thumb {
  display: inline-grid;
  place-items: center;
  width: clamp(76px, 6.8vw, 106px);
  height: clamp(76px, 6.8vw, 106px);
  font-size: clamp(2.35rem, 3.3vw, 3.45rem);
}

.category-chip__title {
  margin: 0;
  text-align: center;
  font-size: clamp(0.7rem, 0.86vw, 0.96rem);
  line-height: 1.22;
  text-wrap: balance;
}

.category-chip__arrow {
  color: rgba(71, 48, 38, 0.42);
  font-size: 0.9rem;
  line-height: 1;
}

.story-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-6);
  padding: var(--space-8);
  border-radius: 36px;
  background: #ffffff;
  border: 1px solid rgba(71, 48, 38, 0.08);
}

.story-panel__column {
  display: grid;
  gap: var(--space-4);
}

.story-panel__metric {
  padding: var(--space-5);
  border-radius: 26px;
  background: #fdfdfc;
}

.story-panel__metric strong {
  display: block;
  font-size: 2rem;
  letter-spacing: -0.05em;
}

.purpose-showcase {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
  gap: var(--space-6);
  align-items: start;
}

.purpose-showcase__banner {
  display: grid;
  align-content: start;
  gap: var(--space-5);
  padding: clamp(1.4rem, 2.4vw, 2rem);
  border-radius: 34px;
  background:
    radial-gradient(circle at top left, rgba(141, 47, 76, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(250, 245, 238, 0.96));
  border: 1px solid rgba(71, 48, 38, 0.08);
  box-shadow: var(--shadow-soft);
}

.purpose-showcase__chips {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.purpose-showcase__chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(71, 48, 38, 0.08);
  font-size: 0.86rem;
  font-weight: 700;
}

.purpose-showcase__products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-4);
}

@media (max-width: 1100px) {
  .service-strip,
  .purpose-showcase,
  .home-v1__video-shell,
  .home-v1__proof-grid,
  .hero__panel,
  .story-panel {
    grid-template-columns: 1fr;
  }

  .purpose-showcase__products {
    grid-template-columns: 1fr;
  }

  .home-v1__cinema-stage {
    min-height: 520px;
  }

  .home-v1__cinema-overlay {
    min-height: 520px;
    max-width: 32rem;
    padding-bottom: 10.5rem;
  }

  .home-v1__cinema-service-tray .service-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .home-v1__categories,
  .category-ribbon {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .category-ribbon {
    border-bottom: 0;
  }

  .category-chip {
    border-bottom: 1px solid rgba(71, 48, 38, 0.08);
  }

  .category-chip::after {
    display: none;
  }
}

@media (min-width: 1024px) and (max-width: 1100px) {
  .home-v1__categories,
  .category-ribbon {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}

@media (max-width: 1023.98px) and (min-width: 768px) {
  .home-v1__cinema-stage {
    min-height: 460px;
    border-radius: 34px;
  }

  .home-v1__cinema-stage::before {
    background:
      linear-gradient(180deg, rgba(18, 11, 10, 0.54) 0%, rgba(18, 11, 10, 0.18) 14%, rgba(18, 11, 10, 0) 30%),
      linear-gradient(0deg, rgba(18, 11, 10, 0.58) 0%, rgba(18, 11, 10, 0.18) 16%, rgba(18, 11, 10, 0) 34%),
      linear-gradient(90deg, rgba(22, 14, 13, 0.64), rgba(22, 14, 13, 0.22) 48%, rgba(22, 14, 13, 0.3)),
      radial-gradient(circle at 70% 30%, rgba(255, 226, 226, 0.08), transparent 24%);
  }

  .home-v1__cinema-overlay {
    min-height: 380px;
    max-width: 26rem;
    padding: 1.8rem 1.8rem 7.9rem;
  }

  .home-v1__cinema-title {
    font-size: clamp(2rem, 4.6vw, 2.85rem);
  }

  .home-v1__cinema-copy {
    max-width: 24rem;
    font-size: 0.92rem;
    line-height: 1.65;
  }

  .home-v1__cinema-service-tray {
    left: 0.85rem;
    right: 0.85rem;
    bottom: 0.85rem;
  }

  .home-v1__cinema-service-tray .service-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.55rem;
  }

  .home-v1__cinema-service-tray .service-strip__card {
    padding: 0.72rem 0.48rem 0.76rem;
    border-radius: 18px;
  }

  .home-v1__cinema-service-tray .service-strip__title {
    font-size: 0.7rem;
  }

  .home-v1__cinema-service-tray .service-strip__copy {
    max-width: 13ch;
    font-size: 0.66rem;
    line-height: 1.28;
  }

  .home-v1__categories,
  .category-ribbon {
    display: flex;
    overflow-x: auto;
    gap: 0;
    scrollbar-width: none;
  }

  .home-v1__categories-shell {
    padding-inline: 4.3rem;
  }

  .home-v1__categories::-webkit-scrollbar,
  .category-ribbon::-webkit-scrollbar {
    display: none;
  }

  .home-v1__categories-cue {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 999px;
    pointer-events: auto;
    color: rgba(71, 48, 38, 0.92);
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(71, 48, 38, 0.14);
    box-shadow: 0 14px 26px rgba(71, 48, 38, 0.14);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition:
      opacity 180ms ease,
      visibility 180ms ease,
      background-color 180ms ease,
      color 180ms ease,
      box-shadow 180ms ease,
      transform 180ms ease;
  }

  .home-v1__categories-cue svg {
    width: 21px;
    height: 21px;
    stroke-width: 2.6;
  }

  .home-v1__categories-cue:hover {
    color: rgba(58, 36, 30, 1);
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 16px 30px rgba(71, 48, 38, 0.16);
  }

  .home-v1__categories-cue--left {
    left: 1.22rem;
    animation-name: categoryCueFloatLeft;
  }

  .home-v1__categories-cue--right {
    right: 1.22rem;
    animation-name: categoryCueFloatRight;
  }

  .home-v1__categories-shell--has-left-cue .home-v1__categories-cue--left,
  .home-v1__categories-shell--has-right-cue .home-v1__categories-cue--right {
    opacity: 1;
    visibility: visible;
    animation-duration: 2.6s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
  }

  .home-v1__category-pill,
  .category-chip {
    flex: 0 0 104px;
    min-width: 104px;
    padding: 0.58rem 0.24rem 0.64rem;
  }

  .home-v1__category-skeleton {
    flex: 0 0 104px;
    min-width: 104px;
    min-height: 118px;
  }

  .home-v1__category-skeleton::before {
    width: 82px;
    height: 82px;
    border-radius: 26px;
  }

  .home-v1__category-thumb {
    width: 82px;
    height: 82px;
    font-size: 2.7rem;
  }

  .home-v1__category-name {
    font-size: 0.72rem;
    line-height: 1.16;
  }

  .category-chip__thumb {
    width: 92px;
    height: 92px;
    font-size: 2.95rem;
  }

  .category-chip__title {
    font-size: 0.8rem;
  }

}

@media (max-width: 767.98px) {
  .home-v1__cinema-panel {
    margin-inline: clamp(0.7rem, 3.8vw, 1rem);
  }

  .home-v1__cinema-stage {
    min-height: 0;
    aspect-ratio: 16 / 9;
    border-radius: 20px;
    box-shadow: 0 18px 34px rgba(70, 46, 35, 0.08);
  }

  .home-v1__cinema-stage::before {
    background:
      linear-gradient(180deg, rgba(18, 11, 10, 0.34) 0%, rgba(18, 11, 10, 0.1) 16%, rgba(18, 11, 10, 0) 30%),
      linear-gradient(0deg, rgba(18, 11, 10, 0.44) 0%, rgba(18, 11, 10, 0.16) 14%, rgba(18, 11, 10, 0) 30%),
      linear-gradient(90deg, rgba(22, 14, 13, 0.58), rgba(22, 14, 13, 0.16) 48%, rgba(22, 14, 13, 0.2)),
      radial-gradient(circle at 70% 30%, rgba(255, 226, 226, 0.07), transparent 24%);
  }

  .home-v1__cinema-overlay {
    position: absolute;
    inset: 0;
    min-height: 0;
    width: 100%;
    max-width: 13.6rem;
    margin-inline: 0.35rem auto;
    justify-items: start;
    text-align: left;
    align-content: start;
    gap: 0.28rem;
    padding: 0.78rem 0.78rem 4.25rem;
  }

  .home-v1__cinema-title {
    font-size: clamp(1.02rem, 5.15vw, 1.38rem);
    line-height: 1.01;
    letter-spacing: -0.04em;
    font-weight: 800;
  }

  .home-v1__cinema-copy {
    max-width: 12.5rem;
    font-size: 0.6rem;
    line-height: 1.24;
    font-weight: 500;
    color: rgba(255, 248, 244, 0.76);
  }

  .home-v1__cinema-service-tray {
    left: 0.52rem;
    right: 0.52rem;
    bottom: 0.48rem;
    margin: 0;
  }

  .home-v1__cinema-service-tray .service-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.24rem;
  }

  .home-v1__cinema-service-tray .service-strip__card {
    gap: 0.08rem;
    padding: 0.36rem 0.24rem 0.38rem;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 16px rgba(15, 9, 8, 0.07);
    backdrop-filter: blur(8px);
  }

  .home-v1__cinema-service-tray .service-strip__title {
    font-size: 0.6rem;
    line-height: 1.12;
    font-weight: 800;
    white-space: normal;
    text-wrap: balance;
  }

  .home-v1__cinema-service-tray .service-strip__copy {
    display: none;
    max-width: 13ch;
    font-size: 0.48rem;
    line-height: 1.12;
    font-weight: 500;
    text-wrap: pretty;
    color: rgba(255, 250, 246, 0.78);
  }

  .home-v1__categories,
  .category-ribbon {
    display: flex;
    overflow-x: auto;
    gap: 0;
    scrollbar-width: none;
  }

  .home-v1__categories-shell {
    padding-inline: clamp(0.7rem, 3.8vw, 1rem);
  }

  .home-v1__categories::-webkit-scrollbar,
  .category-ribbon::-webkit-scrollbar {
    display: none;
  }

  .home-v1__categories-cue {
    display: none;
  }

  .home-v1__category-pill,
  .category-chip {
    min-width: 84px;
    flex: 0 0 84px;
    padding: 0.4rem 0.06rem 0.46rem;
  }

  .home-v1__category-skeleton {
    min-width: 84px;
    flex: 0 0 84px;
    min-height: 104px;
  }

  .home-v1__category-skeleton::before {
    width: 80px;
    height: 80px;
    border-radius: 24px;
  }

  .home-v1__category-thumb {
    width: 80px;
    height: 80px;
    font-size: 2.8rem;
  }

  .home-v1__category-name {
    font-size: 0.56rem;
    line-height: 1.04;
  }

  .home-v1__category-arrow {
    font-size: 0.58rem;
  }

  .home-v1__video-media {
    min-height: 300px;
    padding: 1rem;
  }

  .home-v1__video-play {
    width: 72px;
    height: 72px;
  }

  .home-v1__video-phone {
    width: min(100%, 240px);
  }

  .home-v1__video-phone-screen {
    min-height: 280px;
  }

  .home-v1__video-sidecards,
  .home-v1__video-strip {
    grid-template-columns: 1fr;
  }

  .hero__panel {
    border-radius: 28px;
  }

  .hero__visual {
    min-height: 420px;
  }

  .hero-card--top,
  .hero-card--bottom {
    position: static;
    max-width: none;
  }
}

@media (max-width: 420px) {
  .home-v1__cinema-stage {
    min-height: 0;
    aspect-ratio: 16 / 9;
    border-radius: 18px;
  }

  .home-v1__cinema-overlay {
    min-height: 0;
    max-width: 11.8rem;
    margin-inline: 0.3rem auto;
    justify-items: start;
    text-align: left;
    padding: 0.62rem 0.64rem 3.9rem;
  }

  .home-v1__cinema-title {
    font-size: clamp(0.94rem, 5vw, 1.24rem);
  }

  .home-v1__cinema-copy {
    max-width: 10.8rem;
    font-size: 0.52rem;
    line-height: 1.16;
  }

  .home-v1__cinema-service-tray {
    left: 0.44rem;
    right: 0.44rem;
    bottom: 0.4rem;
  }

  .home-v1__cinema-service-tray .service-strip__card {
    padding: 0.3rem 0.2rem 0.32rem;
    border-radius: 8px;
  }

  .home-v1__cinema-service-tray .service-strip__title {
    font-size: 0.54rem;
  }

  .home-v1__cinema-service-tray .service-strip__copy {
    max-width: 11ch;
    font-size: 0.43rem;
    text-wrap: pretty;
  }
}

@media (max-width: 767.98px) {
  .home-page__product-skeleton-card {
    padding: 0.88rem;
    border-radius: 22px;
    gap: 0.72rem;
  }
}

@media (max-width: 420px) {
  .home-page__product-skeleton-card {
    padding: 0.78rem;
    border-radius: 20px;
  }
}
