.announcement {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-black);
  color: var(--color-white);
  font-size: 14px;
  font-weight: 700;
}

.announcement__inner {
  display: grid;
  width: min(760px, calc(100vw - 32px));
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 28px;
}

.announcement__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  white-space: nowrap;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 90px;
  background: var(--color-white);
}

.site-header__inner {
  height: 100%;
  display: grid;
  grid-template-columns: 310px 1fr 150px;
  align-items: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 220px;
  font-family: var(--font-display);
  font-size: 31px;
  line-height: 1;
  letter-spacing: 0;
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  font-weight: 700;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
}

.cart-count {
  min-width: 18px;
  min-height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -12px;
  margin-top: -22px;
  border-radius: 50%;
  background: var(--color-black);
  color: var(--color-white);
  font-size: 11px;
  font-weight: 700;
}

.hero {
  padding-bottom: 50px;
}

.hero__panel {
  min-height: 548px;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: var(--color-black);
  color: var(--color-white);
}

.hero__content {
  position: relative;
  z-index: 2;
  width: 520px;
  padding: 74px 0 0 90px;
}

.hero h1 {
  margin: 22px 0 16px;
  color: var(--color-white);
  font-size: clamp(46px, 4.5vw, 72px);
}

.hero p {
  max-width: 355px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 19px;
}

.proof-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 35px;
  padding: 6px 24px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.28);
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
}

.hero__cta {
  width: 420px;
  max-width: 100%;
  min-height: 70px;
  font-size: 20px;
}

.guarantee {
  width: 420px;
  max-width: 100%;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  font-weight: 700;
}

.best-sellers {
  padding: 56px 0 70px;
  background: var(--color-black);
  color: var(--color-white);
}

.section-kicker {
  margin-bottom: 14px;
  color: inherit;
}

.best-sellers h2,
.reviews h2,
.instagram h2,
.faq h2 {
  margin: 0 0 56px;
  color: inherit;
  font-size: clamp(42px, 4vw, 58px);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.testimonial-shop {
  padding: 56px 0 70px;
  background: var(--color-white);
}

.testimonial-shop__grid {
  display: grid;
  grid-template-columns: 1.23fr 0.8fr;
  gap: 58px;
  align-items: start;
}

.ugc-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.shop-panel {
  padding-left: 62px;
  border-left: 1px solid var(--color-line);
}

.shop-panel h2 {
  margin: 0 0 52px;
  font-size: 42px;
}

.shop-links {
  display: grid;
  gap: 22px;
}

.science {
  padding: 74px 0 78px;
  background: #f6f6f6;
}

.science__grid {
  display: grid;
  grid-template-columns: 1fr 0.94fr;
  gap: 60px;
  align-items: center;
}

.science h2 {
  margin: 0 0 28px;
  font-size: 40px;
}

.science p {
  max-width: 650px;
  margin: 0 0 54px;
  font-size: 18px;
}

.bar-chart {
  display: grid;
  gap: 24px;
  max-width: 640px;
}

.bar-row {
  display: grid;
  grid-template-columns: minmax(120px, var(--bar-width)) 1fr;
  align-items: center;
  gap: 32px;
}

.bar {
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(#000 0%, #353535 51%, #9d9d9d 100%);
  color: var(--color-white);
  font-weight: 700;
}

.bar--red {
  background: linear-gradient(#7a1414 0%, #9a2727 50%, #b50f0f 100%);
}

.science-note {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid #d5d0c8;
  text-align: center;
  font-size: 20px;
}

.reviews {
  padding: 76px 0 54px;
  background: var(--color-white);
  text-align: center;
}

.reviews h2 {
  margin-bottom: 52px;
}

.review-carousel {
  position: relative;
  padding-bottom: 92px;
  text-align: left;
}

.review-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 90px) / 4);
  gap: 30px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  cursor: grab;
}

.review-track::-webkit-scrollbar {
  display: none;
}

.review-track.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  user-select: none;
}

.review-arrow {
  position: absolute;
  bottom: 0;
  z-index: 4;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-black);
  border-radius: 50%;
  background: var(--color-white);
  color: var(--color-black);
}

.review-arrow svg {
  width: 27px;
  height: 27px;
  stroke: currentColor;
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.review-arrow--left {
  right: 168px;
}

.review-arrow--right {
  right: 80px;
}

.review-scrollbar {
  width: 390px;
  max-width: calc(100vw - 48px);
  height: 4px;
  margin: -44px auto 0;
  background:
    linear-gradient(90deg, #cfcfcf 0 18%, transparent 18% 22%, #cfcfcf 22% 40%, transparent 40% 44%, #cfcfcf 44% 62%, transparent 62% 66%, #cfcfcf 66% 84%, transparent 84% 88%, #cfcfcf 88% 100%);
}

.review-scrollbar span {
  display: block;
  width: 25%;
  height: 100%;
  background: var(--color-black);
  transform: translateX(0);
  transition: transform 160ms ease, width 160ms ease;
}

.instagram {
  padding: 8px 0 76px;
  text-align: center;
}

.instagram h2 {
  margin-bottom: 22px;
}

.instagram__handle {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 54px;
  font-family: var(--font-display);
  font-size: 34px;
}

.ig-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.faq {
  padding: 46px 0 56px;
}

.faq h2 {
  margin-bottom: 38px;
  color: var(--color-black);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 36px;
}

.trust {
  padding: 0 0 46px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.newsletter-band {
  position: relative;
  padding: 56px 0;
  overflow: hidden;
  background: var(--color-black);
  color: var(--color-white);
}

.newsletter-card {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  min-height: 330px;
  padding: 76px 84px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(20, 20, 20, 0.92);
}

.newsletter-card h2 {
  margin: 0 0 28px;
  color: var(--color-white);
  font-size: 50px;
  text-align: center;
}

.newsletter-card p {
  margin: 0;
  color: var(--color-white);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.newsletter-form {
  align-self: center;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 80px;
  gap: 14px;
}

.field-row input {
  min-height: 71px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 3px;
  background: transparent;
  color: var(--color-white);
  padding: 0 22px;
}

.field-row button {
  min-height: 71px;
  border: 2px solid var(--color-white);
  border-radius: 6px;
  background: transparent;
  color: var(--color-white);
  font-weight: 700;
}

.site-footer {
  padding: 62px 0 58px;
  background: var(--color-ink);
  color: var(--color-white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.55fr 0.7fr 0.9fr 1.2fr;
  gap: 54px;
}

.site-footer h3 {
  margin: 0 0 26px;
  font-size: 27px;
}

.site-footer h4 {
  margin: 0 0 26px;
  font-size: 16px;
}

.site-footer a,
.site-footer p {
  color: rgba(255, 255, 255, 0.76);
}

.footer-links {
  display: grid;
  gap: 18px;
}

.footer-newsletter {
  display: grid;
  grid-template-columns: 1fr 48px;
  width: min(388px, 100%);
  min-height: 60px;
  margin-top: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
}

.footer-newsletter input,
.footer-newsletter button {
  border: 0;
  background: transparent;
  color: var(--color-white);
}

.footer-newsletter input {
  padding: 0 20px;
}

.footer-bottom {
  margin-top: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
}

.payment-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

@media (max-width: 1100px) {
  .site-header__inner {
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    display: none;
  }

  .brand {
    font-size: 28px;
  }

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

  .review-track {
    grid-auto-columns: calc((100% - 30px) / 2);
  }

  .testimonial-shop__grid,
  .science__grid,
  .newsletter-card,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .shop-panel {
    padding-left: 0;
    border-left: 0;
  }

  .ig-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 720px) {
  .announcement {
    height: auto;
    min-height: 40px;
    padding: 8px 0;
  }

  .announcement__inner {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .site-header {
    height: 76px;
  }

  .hero__panel {
    min-height: 580px;
  }

  .hero__content {
    width: auto;
    padding: 54px 22px 0;
  }

  .hero h1 {
    font-size: 48px;
  }

  .product-grid,
  .ugc-grid,
  .faq-grid,
  .trust-grid,
  .ig-grid {
    grid-template-columns: 1fr;
  }

  .review-track {
    grid-auto-columns: min(86vw, 320px);
    gap: 18px;
  }

  .review-arrow {
    bottom: 0;
    width: 50px;
    height: 50px;
  }

  .review-arrow--left {
    left: auto;
    right: 132px;
  }

  .review-arrow--right {
    right: 68px;
  }

  .best-sellers h2,
  .reviews h2,
  .instagram h2,
  .faq h2 {
    font-size: 42px;
  }

  .newsletter-card {
    padding: 44px 24px;
  }

  .newsletter-card h2 {
    font-size: 40px;
  }

  .field-row {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}
