.home-hero {
  position: relative;
  min-height: clamp(740px, 94svh, 860px);
  display: flex;
  align-items: end;
  overflow: hidden;
  background: #111;
  color: #fff;
}

.home-hero__media,
.home-hero__video,
.home-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-hero__video,
.home-hero__image {
  object-fit: cover;
}

.home-hero__video {
  transform: scale(1.02);
}

.home-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.24) 48%, rgba(0, 0, 0, 0.20) 100%),
    linear-gradient(to right, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.12) 54%, rgba(0, 0, 0, 0.34) 100%);
}

.home-hero .container {
  position: relative;
  z-index: 2;
}

.home-hero__content {
  max-width: 920px;
  padding: 0 0 38px;
}

.home-hero__kicker {
  margin: 0 0 16px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  opacity: 0.8;
}

.home-hero__title {
  margin: 0 0 18px;
  font-size: clamp(44px, 5.2vw, 78px);
  line-height: 0.94;
  max-width: 15.5ch;
  text-wrap: balance;
}

.home-hero__subtitle {
  max-width: 540px;
  font-size: 18px;
  line-height: 1.68;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.92);
}

.home-hero__signals {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: -4px 0 24px;
}

.home-hero__signals span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  font-size: 13px;
  font-weight: 700;
}

.home-hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.home-hero__proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(860px, 100%);
  margin-top: 30px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.home-hero__proof div {
  min-width: 0;
  padding: 14px 16px 13px;
  background: rgba(9, 10, 9, 0.26);
}

.home-hero__proof strong,
.home-hero__proof span {
  display: block;
}

.home-hero__proof strong {
  margin-bottom: 5px;
  color: #fff;
  font-size: 14px;
}

.home-hero__proof span {
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  line-height: 1.48;
}

/* PREMIUM STRIP */
.home-premium-strip {
  position: relative;
  z-index: 3;
  background: #121411;
  color: #fff;
}

.premium-strip {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) 1.18fr;
  gap: 24px;
  align-items: stretch;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.premium-strip__intro {
  display: flex;
  align-items: center;
}

.premium-strip__intro p {
  margin: 0;
  max-width: 36ch;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.55;
}

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

.premium-strip__item {
  min-height: 92px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  background: #191d18;
}

.premium-strip__item span,
.premium-strip__item strong {
  display: block;
}

.premium-strip__item span {
  margin-bottom: 18px;
  color: #c3a66f;
  font-size: 12px;
  font-weight: 700;
}

.premium-strip__item strong {
  color: #f6f2ea;
  font-size: 17px;
  line-height: 1.15;
}

/* MANIFESTO */
.manifesto-block {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}

.manifesto-block__kicker {
  margin: 0 0 16px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #7a746c;
}

.manifesto-block__title {
  margin: 0 0 16px;
  font-size: clamp(32px, 4vw, 58px);
  line-height: 1.02;
}

.manifesto-block__text {
  font-size: 18px;
  line-height: 1.72;
  color: #4e4a45;
}

.manifesto-block__points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.manifesto-block__points span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(31, 31, 31, 0.12);
  border-radius: 999px;
  color: #5b564f;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
}

.manifesto-block__actions {
  margin-top: 28px;
}

.manifesto-block__media {
  min-height: 520px;
  border-radius: 30px;
  overflow: hidden;
  background: #e9e2d8;
}

.manifesto-block__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.manifesto-block__placeholder {
  width: 100%;
  height: 100%;
  min-height: 520px;
  background: linear-gradient(135deg, #e9e2d8, #dcd3c8);
}

/* COLLECTIONS */
.collections-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.collection-card {
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(31, 31, 31, 0.06);
  box-shadow: 0 16px 44px rgba(16, 14, 11, 0.05);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.collection-card:hover {
  transform: translateY(-4px);
  border-color: rgba(195, 166, 111, 0.42);
  box-shadow: 0 24px 58px rgba(16, 14, 11, 0.09);
}

.collection-card__media {
  background: #fff;
  aspect-ratio: 4 / 4.2;
}

.collection-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collection-card__content {
  padding: 28px;
}

.collection-card__tag {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7a746c;
}

.collection-card__title {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.08;
}

.collection-card__text {
  margin: 0 0 18px;
  color: #5b564f;
  line-height: 1.68;
}

.collection-card__link {
  color: #1f1f1f;
  text-decoration: none;
  font-weight: 700;
}

/* METHOD */
.home-method {
  background: #121411;
  color: #fff;
}

.home-method .section-heading__kicker {
  color: #c3a66f;
}

.home-method .section-heading__title {
  color: #fff;
}

.home-method .section-heading__text {
  color: rgba(255, 255, 255, 0.88);
}

.method-layout {
  display: grid;
  grid-template-columns: 0.38fr 1fr;
  gap: 26px;
  align-items: stretch;
}

.method-layout__note {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 28px;
  background: #1b2019;
}

.method-layout__note span {
  color: #c3a66f;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.method-layout__note p {
  margin: 0;
  color: #f6f2ea;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.08;
}

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

.method-card {
  background: #f5f0e8;
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.10);
}

.method-card__index {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8b847b;
}

.method-card__title {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.05;
  color: #1f1f1f;
}

.method-card__text {
  margin: 0;
  color: #5b564f;
  line-height: 1.72;
}

/* FEATURED PRODUCTS */
.home-featured-products {
  background: #f7f3ee;
}

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

.product-card {
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(31, 31, 31, 0.06);
  box-shadow: 0 16px 44px rgba(16, 14, 11, 0.05);
  display: flex;
  flex-direction: column;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(195, 166, 111, 0.42);
  box-shadow: 0 24px 58px rgba(16, 14, 11, 0.09);
}

.product-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 3.6;
  background: #fff;
  padding: 22px;
  box-sizing: border-box;
}

.product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  mix-blend-mode: normal;
}

.product-card__content {
  padding: 22px 22px 24px;
  background: #fff;
}

.product-card__title {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.18;
}

.product-card__title a {
  color: #1f1f1f;
  text-decoration: none;
}

.product-card__price {
  margin-bottom: 14px;
  color: #6a645c;
  font-size: 16px;
}

.product-card__link {
  color: #1f1f1f;
  text-decoration: none;
  font-weight: 700;
}

.section-cta {
  margin-top: 34px;
}

/* FINAL CTA */
.home-final-cta {
  background: #111;
}

.final-cta {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  padding: 100px 70px;
  background: #1a1a1a center/cover no-repeat;
  color: #fff;
}

.final-cta__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.30));
}

.final-cta__content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.final-cta__title {
  margin: 0 0 16px;
  font-size: clamp(32px, 4vw, 58px);
  line-height: 1.02;
}

.final-cta__text {
  margin: 0 0 28px;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.9);
}

.final-cta__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .home-hero {
    min-height: 100svh;
  }

  .home-hero__proof,
  .premium-strip,
  .premium-strip__items,
  .method-layout {
    grid-template-columns: 1fr;
  }

  .home-hero__content {
    padding-bottom: 56px;
  }

  .manifesto-block,
  .collections-grid,
  .method-grid {
    grid-template-columns: 1fr;
  }

  .method-layout__note {
    min-height: auto;
    gap: 34px;
  }

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

@media (max-width: 640px) {
  .home-hero {
    min-height: auto;
    padding-top: 118px;
  }

  .home-hero__content {
    padding-bottom: 34px;
  }

  .home-hero__title {
    font-size: clamp(38px, 10vw, 58px);
    max-width: 10ch;
  }

  .home-hero__subtitle {
    font-size: 17px;
  }

  .home-hero__proof {
    margin-top: 28px;
  }

  .home-hero__proof div,
  .premium-strip__item {
    padding: 15px;
  }

  .premium-strip {
    padding: 18px 0;
  }

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

  .final-cta {
    padding: 64px 28px;
    border-radius: 24px;
  }
}
