.hero__backdrop,
.section__backdrop,
.section__texture {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.section--hero {
  min-height: 57.25rem;
  padding-top: 8.4rem;
  padding-bottom: 2.2rem;
  background:
    linear-gradient(90deg, rgba(8, 1, 1, 0.95) 0%, rgba(8, 1, 1, 0.82) 34%, rgba(8, 1, 1, 0.26) 60%, rgba(8, 1, 1, 0.12) 100%),
    url("../images/home/hero-bg-silk.webp") 78% center/cover no-repeat,
    linear-gradient(180deg, #200404 0%, #130303 100%);
}

.section--hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: rgba(220, 181, 110, 0.3);
}

.hero__texture {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 68% 48%, rgba(255, 223, 170, 0.12), transparent 20%),
    url("../images/common/texture-wine-dark.webp") center/cover no-repeat;
  opacity: 0.14;
}

.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 47%) minmax(0, 53%);
  align-items: center;
  gap: 0;
  min-height: 39rem;
}

.hero__content {
  position: relative;
  z-index: 2;
  max-width: 45rem;
  padding-top: 2rem;
}

.hero__content h1 {
  font-size: clamp(4.2rem, 5.35vw, 5.9rem);
  line-height: 1.1;
  letter-spacing: 0.04em;
}

.hero__lead {
  max-width: 40rem;
  margin-top: 1.75rem;
  color: rgba(244, 222, 186, 0.9);
  font-size: 1.08rem;
  letter-spacing: 0.12em;
}

.hero__actions {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}

.hero__actions .button {
  min-width: 12.8rem;
}

.hero__highlights {
  display: flex;
  gap: 1.6rem;
  padding: 0;
  margin: 2rem 0 0;
  list-style: none;
  color: rgba(244, 222, 186, 0.78);
  font-size: 1rem;
}

.hero__highlights li {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  white-space: nowrap;
}

.hero__highlights .feature-icon {
  width: 2.45rem;
  height: 2.45rem;
}

.hero__visual {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 0.4rem;
  pointer-events: none;
}

.hero__frame {
  position: relative;
  width: min(100%, 54rem);
  height: 44rem;
}

.hero__frame::before {
  content: "";
  position: absolute;
  inset: 7% 8% 10%;
  background: radial-gradient(circle at 50% 50%, rgba(242, 202, 130, 0.2), rgba(242, 202, 130, 0));
  filter: blur(28px);
}

.hero__frame img {
  position: absolute;
  left: 0;
  z-index: 1;
  top: -4rem;
  width: 200%;
  max-width: none;
  margin-left: -90%;
  filter: drop-shadow(0 2rem 3rem rgba(0, 0, 0, 0.42));
}

.section--brand {
  min-height: 31.5rem;
  padding: 2.6rem 0;
  background: linear-gradient(180deg, #3b070c 0%, #220505 100%);
  border-bottom: 1px solid rgba(220, 181, 110, 0.18);
}

.section__texture--dark {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    url("../images/common/texture-wine-dark.webp") center/cover no-repeat;
  opacity: 0.09;
}

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

.info-card {
  position: relative;
  padding: 2.15rem 2rem 1.8rem;
  text-align: center;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.info-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 1.4rem;
  right: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, rgba(220, 181, 110, 0), rgba(220, 181, 110, 0.2), rgba(220, 181, 110, 0));
}

.info-card__icon {
  margin: 0 auto 1.35rem;
}

.section--brand .feature-icon {
  width: 7rem;
  height: 7rem;
}

.section--brand .feature-icon::before,
.section--brand .feature-icon::after {
  scale: 1.65;
}

.section--brand .section-heading {
  margin-bottom: 2.5rem;
}

.info-card h3 {
  font-size: 1.6rem;
  line-height: 1.45;
}

.info-card p {
  margin-top: 0.65rem;
  color: rgba(244, 222, 186, 0.62);
  font-size: 0.92rem;
  line-height: 1.75;
}

.section--craftsmanship {
  min-height: 40.75rem;
  padding: 3.2rem 0 3.1rem;
  background: linear-gradient(180deg, #300608 0%, #190303 100%);
}

.section__backdrop--craft {
  background:
    linear-gradient(90deg, rgba(17, 1, 1, 0.92) 0%, rgba(17, 1, 1, 0.36) 42%, rgba(17, 1, 1, 0.7) 100%),
    url("../images/home/craftsmanship-bg-silk.webp") center/cover no-repeat;
  opacity: 0.9;
}

.craftsmanship__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 31%) minmax(0, 43%) minmax(0, 26%);
  align-items: center;
  gap: 0;
}

.craftsmanship__content,
.craftsmanship__features {
  display: grid;
}

.craftsmanship__content {
  gap: 1rem;
  padding-right: 1.2rem;
}

.craftsmanship__content p {
  max-width: 18rem;
  color: rgba(244, 222, 186, 0.82);
  font-size: 1.06rem;
  line-height: 1.9;
}

.craftsmanship__content .button {
  justify-self: start;
  margin-top: 0.35rem;
}

.craftsmanship__visual {
  display: flex;
  justify-content: center;
}

.craftsmanship__image-card {
  border: 0;
  background: none;
  box-shadow: none;
}

.craftsmanship__image-card img {
  width: 155%;
  max-width: none;
  margin-left: -32%;
  transform: translateX(-7%);
  filter: drop-shadow(0 1.7rem 2.8rem rgba(0, 0, 0, 0.4));
}

.craftsmanship__features {
  gap: 1.25rem;
  padding-left: 2.2rem;
}

.mini-card {
  display: grid;
  grid-template-columns: 3.15rem 1fr;
  gap: 1rem;
  align-items: start;
  padding: 0 0 1rem;
  border: 0;
  border-bottom: 1px solid rgba(220, 181, 110, 0.16);
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.mini-card:last-child {
  border-bottom: 0;
}

.mini-card p {
  margin-top: 0.15rem;
  color: rgba(244, 222, 186, 0.66);
  font-size: 0.96rem;
}

.section--earnings {
  min-height: 32.25rem;
  padding: 2.5rem 0;
  background: linear-gradient(180deg, #160202 0%, #220405 100%);
  border-top: 1px solid rgba(220, 181, 110, 0.12);
  border-bottom: 1px solid rgba(220, 181, 110, 0.12);
}

.earnings-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding: 2.8rem 2rem 2.1rem;
  border: 1px solid rgba(220, 181, 110, 0.42);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(48, 10, 10, 0.72) 0%, rgba(22, 3, 3, 0.88) 100%);
}

.earnings-flow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 11%;
  right: 11%;
  height: 1px;
  background: linear-gradient(90deg, rgba(220, 181, 110, 0.08), rgba(220, 181, 110, 0.45), rgba(220, 181, 110, 0.08));
}

.flow-card {
  position: relative;
  z-index: 1;
  padding: 0 1rem;
  text-align: center;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.flow-card .feature-icon {
  width: 7rem;
  height: 7rem;
  margin: 0 auto 1rem;
}

.flow-card .feature-icon::before,
.flow-card .feature-icon::after {
  scale: 1.65;
}

.section--earnings .section-heading {
  margin-bottom: 2.7rem;
}

.flow-card p,
.earnings-note {
  color: rgba(244, 222, 186, 0.72);
}

.earnings-note {
  margin-top: 1rem;
  text-align: center;
  letter-spacing: 0.08em;
}

.section--guarantee {
  min-height: 29.625rem;
  padding: 2.5rem 0;
  background: linear-gradient(180deg, #350608 0%, #1e0303 100%);
}

.section__texture--soft {
  background:
    radial-gradient(circle at 20% 20%, rgba(217, 176, 108, 0.08), transparent 36%),
    url("../images/common/texture-wine-dark.webp") center/cover no-repeat;
  opacity: 0.06;
}

.guarantee-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
}

.assurance-card {
  padding: 2.4rem 1.55rem 2rem;
  text-align: center;
  border: 1px solid rgba(220, 181, 110, 0.26);
  border-radius: 1rem;
  background: rgba(58, 15, 15, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.assurance-card .feature-icon {
  width: 6rem;
  height: 6rem;
  margin: 0 auto 1rem;
}

.assurance-card .feature-icon::before,
.assurance-card .feature-icon::after {
  scale: 1.5;
}

.section--guarantee .section-heading {
  margin-bottom: 2.5rem;
}

.assurance-card p {
  margin-top: 0.45rem;
  color: rgba(244, 222, 186, 0.62);
  font-size: 0.95rem;
}

.section--cta {
  padding: 1.25rem 0 1.5rem;
  background: linear-gradient(180deg, #250304 0%, #140202 100%);
}

.section__backdrop--cta {
  background:
    linear-gradient(90deg, rgba(25, 3, 3, 0.82) 0%, rgba(25, 3, 3, 0.24) 52%, rgba(10, 1, 1, 0.12) 100%),
    url("../images/home/cta-bg-silk.webp") center/cover no-repeat;
  opacity: 0.95;
}

.cta-section {
  position: relative;
  z-index: 1;
}

.cta-band {
  display: grid;
  grid-template-columns: minmax(0, 50%) minmax(0, 50%);
  align-items: center;
  height: 22rem;
  min-height: 0;
}

.cta-band__content {
  padding: 1.8rem 0;
}

.cta-band__content h2 {
  font-size: clamp(3rem, 4.3vw, 4.4rem);
  line-height: 1.16;
  letter-spacing: 0.16em;
}

.cta-band__content p {
  margin-top: 0.9rem;
  color: rgba(244, 222, 186, 0.78);
  font-size: 1.08rem;
  letter-spacing: 0.08em;
}

.cta-band__actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.8rem;
}

.cta-band__visual {
  display: flex;
  align-self: end;
  justify-content: flex-end;
  align-items: flex-end;
}

.cta-band__visual img {
  width: min(120%, 48rem);
  max-width: none;
  filter: drop-shadow(0 1.5rem 2rem rgba(0, 0, 0, 0.4));
}

@media (max-width: 1200px) {
  .section--brand,
  .section--craftsmanship,
  .section--earnings,
  .section--guarantee {
    min-height: 0;
  }

  .section--brand {
    padding: 3.5rem 0;
  }

  .section--craftsmanship,
  .section--earnings,
  .section--guarantee {
    padding: 4rem 0;
  }

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

  .section--brand .feature-icon,
  .flow-card .feature-icon,
  .assurance-card .feature-icon {
    width: 4.4rem;
    height: 4.4rem;
  }

  .section--brand .feature-icon::before,
  .section--brand .feature-icon::after,
  .flow-card .feature-icon::before,
  .flow-card .feature-icon::after,
  .assurance-card .feature-icon::before,
  .assurance-card .feature-icon::after {
    scale: 1;
  }

  .craftsmanship__layout {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .craftsmanship__content {
    max-width: 35rem;
    padding-right: 0;
  }

  .craftsmanship__content p {
    max-width: none;
  }

  .craftsmanship__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.5rem;
    padding-left: 0;
  }

  .craftsmanship__image-card img {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    transform: none;
  }

  .mini-card {
    padding-bottom: 0.85rem;
  }
}

@media (max-width: 992px) {
  .section--hero {
    min-height: auto;
    padding-top: 7rem;
    background-position: 68% center;
  }

  .hero__grid {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 1rem;
  }

  .hero__content {
    max-width: 34rem;
    padding-top: 0;
  }

  .hero__visual {
    justify-content: center;
  }

  .hero__frame img {
    position: relative;
    left: auto;
    top: 0;
    width: 135%;
    max-width: none;
    margin-left: -35%;
  }

  .hero__frame {
    height: auto;
  }

  .hero__highlights {
    flex-wrap: wrap;
  }

  .info-card:not(:last-child)::after {
    display: none;
  }

  .earnings-flow {
    border-radius: 2rem;
  }

  .earnings-flow::before {
    top: auto;
    bottom: 1.35rem;
    left: 15%;
    right: 15%;
  }

  .cta-band {
    grid-template-columns: 1fr;
    gap: 1rem;
    height: auto;
    min-height: 20rem;
    padding: 1rem 0 1.6rem;
  }

  .cta-band__content {
    padding-bottom: 0;
  }

  .cta-band__visual {
    justify-content: center;
  }

  .cta-band__visual img {
    width: min(100%, 31rem);
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .section--hero {
    overflow: hidden;
    padding-top: 3rem;
    background:
      linear-gradient(180deg, rgba(8, 1, 1, 0.92) 0%, rgba(8, 1, 1, 0.82) 44%, rgba(8, 1, 1, 0.42) 100%),
      url("../images/home/hero-bg-silk.webp") 63% center/cover no-repeat;
  }

  .hero__content h1 {
    position: relative;
    z-index: 2;
    max-width: 58%;
    font-size: clamp(3.05rem, 12.3vw, 3.35rem);
    line-height: 1.13;
    letter-spacing: 0.02em;
    text-shadow: 0 0.25rem 1rem rgba(12, 1, 1, 0.72);
  }

  .hero__content {
    position: relative;
    z-index: 2;
    max-width: 100%;
  }

  .hero__lead,
  .hero__actions,
  .hero__highlights {
    position: relative;
    z-index: 2;
  }

  .hero__visual {
    position: absolute;
    top: 1.2rem;
    right: -0.75rem;
    z-index: 1;
    display: block;
    width: 12.5rem;
    height: 15rem;
    overflow: hidden;
    pointer-events: none;
  }

  .hero__frame {
    width: 100%;
    height: 100%;
  }

  .hero__frame::before {
    inset: 20% 4%;
    filter: blur(18px);
  }

  .hero__frame img {
    position: absolute;
    top: 0.35rem;
    right: -1.25rem;
    left: auto;
    width: 25rem;
    max-width: none;
    margin: 0;
    transform: none;
  }

  .section--brand,
  .section--craftsmanship,
  .section--earnings,
  .section--guarantee {
    padding: 3.5rem 0;
  }

  .hero__actions,
  .cta-band__actions {
    flex-direction: column;
  }

  .hero__actions .button {
    min-width: 0;
  }

  .hero__highlights {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
  }

  .brand-grid,
  .guarantee-grid,
  .craftsmanship__features {
    grid-template-columns: 1fr;
  }

  .earnings-flow {
    grid-template-columns: 1fr;
    border-radius: 1.4rem;
    padding: 1.6rem 1.25rem;
  }

  .earnings-flow::before {
    display: none;
  }

  .flow-card {
    padding: 0;
  }

}

@media (max-width: 480px) {
  .hero__content h1 {
    font-size: clamp(2.65rem, 11.5vw, 2.95rem);
  }

  .hero__visual {
    top: 1.5rem;
    right: -1rem;
    width: 9.75rem;
    height: 12rem;
  }

  .hero__frame img {
    right: -0.75rem;
    width: 19.5rem;
  }

  .hero__highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem 0.45rem;
  }

  .cta-band__content h2 {
    font-size: 2.25rem;
    letter-spacing: 0.08em;
  }

  .cta-band__content p {
    font-size: 0.92rem;
    line-height: 1.8;
  }
}
