.hv-home {
  --hv-deep: #173f32;
  --hv-deepest: #102e26;
  --hv-green: #0c8558;
  --hv-green-dark: #086a47;
  --hv-mint: #d9f0e4;
  --hv-pale: #f1f7f2;
  --hv-cream: #f7f5ef;
  --hv-ink: #17231d;
  --hv-muted: #5f6f66;
  --hv-line: rgba(23, 63, 50, 0.14);
  display: block;
  overflow: hidden;
  color: var(--hv-ink);
  background: #ffffff;
  font-family: Ubuntu, sans-serif;
}

.hv-home *,
.hv-home *::before,
.hv-home *::after {
  box-sizing: border-box;
}

.hv-home h1,
.hv-home h2,
.hv-home h3,
.hv-home p,
.hv-home figure,
.hv-home ul,
.hv-home ol {
  margin: 0;
}

.hv-home h1,
.hv-home h2,
.hv-home h3 {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
}

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

.hv-home a {
  color: inherit;
}

.hv-shell {
  width: min(1140px, calc(100% - 48px));
  margin: 0 auto;
}

.hv-label {
  color: var(--hv-green-dark);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.19em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hv-label--light {
  color: rgba(255, 255, 255, 0.72);
}

.hv-label--muted {
  color: var(--hv-muted);
}

.hv-hero {
  position: relative;
  min-height: min(720px, calc(100vh - 98px));
  overflow: hidden;
  isolation: isolate;
  color: #ffffff;
  background: linear-gradient(118deg, #173f32 0%, #0f6f4c 53%, #0c8558 100%);
}

.hv-hero::before {
  position: absolute;
  right: 9%;
  bottom: -30%;
  width: 44rem;
  height: 44rem;
  border: 1px solid rgba(217, 240, 228, 0.2);
  border-radius: 50%;
  content: '';
}

.hv-hero::after {
  position: absolute;
  top: 18%;
  left: -12rem;
  width: 24rem;
  height: 24rem;
  border: 1px solid rgba(217, 240, 228, 0.12);
  border-radius: 50%;
  content: '';
}

.hv-hero__orb {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(1px);
  pointer-events: none;
}

.hv-hero__orb--one {
  top: -8rem;
  right: 26%;
  width: 18rem;
  height: 18rem;
  background: rgba(115, 232, 175, 0.12);
}

.hv-hero__orb--two {
  right: -7rem;
  bottom: 7rem;
  width: 18rem;
  height: 18rem;
  background: rgba(4, 54, 37, 0.22);
}

.hv-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: inherit;
  grid-template-columns: minmax(0, 1.04fr) minmax(390px, 0.96fr);
  align-items: center;
  gap: 2rem;
  padding-top: 5rem;
  padding-bottom: 4.5rem;
}

.hv-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 640px;
}

.hv-hero__copy > .hv-label {
  margin-bottom: 1.5rem;
}

.hv-hero h1 {
  max-width: 650px;
  font-size: clamp(2.65rem, 5.1vw, 4.65rem);
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.hv-hero__brand {
  color: #a5f0c8;
}

.hv-hero__lead {
  max-width: 575px;
  margin-top: 1.75rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
  line-height: 1.75;
}

.hv-hero__offer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.8rem 1rem;
  width: min(100%, 575px);
  margin-top: 1.55rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(165, 240, 200, 0.42);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.1);
}

.hv-hero__offer-badge {
  display: grid;
  min-width: 4.6rem;
  min-height: 4.6rem;
  place-items: center;
  align-content: center;
  border-radius: 50%;
  color: var(--hv-deepest);
  background: #a5f0c8;
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.16rem;
  font-weight: 900;
  line-height: 1;
}

.hv-hero__offer-badge small {
  margin-top: 0.2rem;
  font-size: 0.54rem;
  letter-spacing: 0.08em;
}

.hv-hero__offer-content {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
}

.hv-hero__offer-label {
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
}

.hv-hero__offer-pricing {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.25rem 0.7rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.78rem;
  line-height: 1.45;
}

.hv-hero__offer-pricing strong {
  color: #a5f0c8;
  font-size: 1.18rem;
  font-weight: 800;
}

.hv-hero__offer-pricing del {
  color: rgba(255, 255, 255, 0.78);
}

.hv-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
}

.hv-hero__copy > .hv-actions {
  margin-top: 2.25rem;
}

.hv-btn {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 0.85rem 1.5rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.hv-btn:hover,
.hv-btn:focus-visible {
  transform: translateY(-2px);
}

.hv-home a.hv-btn--light,
.hv-home a.hv-btn--light:visited {
  color: #173f32 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 10px 24px rgba(7, 48, 34, 0.16);
}

.hv-btn--light:hover,
.hv-btn--light:focus-visible {
  color: #102e26 !important;
  background-color: var(--hv-mint) !important;
  border-color: var(--hv-mint) !important;
}

.hv-home a.hv-btn--dark,
.hv-home a.hv-btn--dark:visited {
  color: #ffffff !important;
  background-color: #173f32 !important;
  border-color: #173f32 !important;
}

.hv-btn--dark:hover,
.hv-btn--dark:focus-visible {
  color: #ffffff !important;
  background-color: var(--hv-green-dark) !important;
  border-color: var(--hv-green-dark) !important;
}

.hv-home a.hv-btn--outline-light,
.hv-home a.hv-btn--outline-light:visited {
  color: #ffffff !important;
  border-color: #ffffff !important;
  background-color: rgba(16, 46, 38, 0.78) !important;
}

.hv-btn--outline-light:hover,
.hv-btn--outline-light:focus-visible {
  color: #173f32 !important;
  border-color: #ffffff !important;
  background-color: #ffffff !important;
}

.hv-home a.hv-btn span {
  color: inherit !important;
}

.hv-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--hv-green-dark);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

.hv-text-link:hover,
.hv-text-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.22rem;
}

.hv-text-link--light {
  color: rgba(255, 255, 255, 0.9);
}

.hv-hero__note {
  display: flex;
  max-width: 420px;
  align-items: center;
  gap: 0.75rem;
  margin-top: 2.4rem;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.82rem;
  line-height: 1.5;
}

.hv-hero__note-mark {
  display: inline-grid;
  width: 1.55rem;
  height: 1.55rem;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  color: #a5f0c8;
  font-size: 0.76rem;
}

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

.hv-hero__halo {
  position: absolute;
  width: min(31rem, 98%);
  aspect-ratio: 1;
  border: 1px solid rgba(224, 249, 235, 0.26);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(224, 249, 235, 0.2) 0%, rgba(224, 249, 235, 0.06) 46%, rgba(224, 249, 235, 0) 70%);
}

.hv-product-shot {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(500px, 100%);
  place-items: center;
}

.hv-product-shot img {
  width: 500px;
  max-width: none;
  transform: scale(1.34);
}

.hv-product-shot figcaption {
  position: absolute;
  z-index: 4;
  left: 1.25rem;
  bottom: 1.5rem;
  padding: 0.52rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(16, 46, 38, 0.72);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hv-hero__visual-caption {
  position: absolute;
  top: 1.25rem;
  right: -2.5rem;
  z-index: 4;
  max-width: 205px;
  padding: 0.72rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0.85rem;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(16, 46, 38, 0.9);
  box-shadow: 0 12px 28px rgba(5, 35, 25, 0.2);
  font-size: 0.76rem;
  line-height: 1.5;
  text-align: left;
}

.hv-facts {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid var(--hv-line);
  background: #ffffff;
}

.hv-facts__list {
  display: grid;
  padding: 0;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
}

.hv-facts__list li {
  display: flex;
  min-height: 92px;
  align-items: center;
  gap: 0.85rem;
  padding: 1.25rem 1.3rem;
  border-right: 1px solid var(--hv-line);
  color: var(--hv-deep);
  font-size: 0.88rem;
  font-weight: 700;
}

.hv-facts__list li:first-child {
  padding-left: 0;
}

.hv-facts__list li:last-child {
  border-right: 0;
}

.hv-facts__number,
.hv-card-number,
.hv-ingredient__number,
.hv-step__number {
  color: var(--hv-green);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.hv-overview,
.hv-ingredients,
.hv-trust {
  background: #ffffff;
}

.hv-overview {
  padding: 7rem 0;
}

.hv-section-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: end;
  gap: 5rem;
}

.hv-section-intro h2,
.hv-centered-heading h2,
.hv-transparency h2,
.hv-brand h2,
.hv-trust h2,
.hv-final-cta h2 {
  color: var(--hv-deep);
  font-size: clamp(2rem, 3.8vw, 3.25rem);
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.hv-section-intro .hv-label {
  margin-bottom: 1.1rem;
}

.hv-section-intro__copy {
  max-width: 500px;
}

.hv-section-intro__copy > p,
.hv-centered-heading > p:last-child {
  color: var(--hv-muted);
  font-size: 1rem;
  line-height: 1.8;
}

.hv-section-intro__copy .hv-text-link {
  margin-top: 1.25rem;
}

.hv-overview-card {
  display: grid;
  min-height: 430px;
  margin-top: 4.5rem;
  overflow: hidden;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
  border-radius: 1.6rem;
  background: var(--hv-cream);
}

.hv-overview-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 4.3rem;
}

.hv-overview-card__content h3 {
  max-width: 475px;
  margin-top: 1rem;
  color: var(--hv-deep);
  font-size: clamp(1.65rem, 3vw, 2.55rem);
  letter-spacing: -0.035em;
  line-height: 1.13;
}

.hv-overview-card__content > p:not(.hv-label) {
  max-width: 470px;
  margin-top: 1.15rem;
  color: var(--hv-muted);
  line-height: 1.75;
}

.hv-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

.hv-chip {
  padding: 0.48rem 0.75rem;
  border: 1px solid rgba(12, 133, 88, 0.22);
  border-radius: 999px;
  color: var(--hv-green-dark);
  font-size: 0.75rem;
  font-weight: 700;
}

.hv-overview-card__visual {
  position: relative;
  display: flex;
  min-height: 430px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(145deg, #d8eee0 0%, #a7dbbe 100%);
}

.hv-overview-card__glow {
  position: absolute;
  width: 70%;
  aspect-ratio: 1;
  border: 1px solid rgba(23, 63, 50, 0.16);
  border-radius: 50%;
}

.hv-overview-card__visual img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 500px;
  max-width: none;
  transform: translate(-50%, -50%) scale(1.17);
}

.hv-lifestyle {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: var(--hv-deep);
}

.hv-lifestyle::before {
  position: absolute;
  top: -14rem;
  right: -6rem;
  width: 35rem;
  height: 35rem;
  border: 1px solid rgba(217, 240, 228, 0.18);
  border-radius: 50%;
  content: '';
}

.hv-lifestyle__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(330px, 0.93fr) minmax(0, 1.07fr);
  align-items: center;
  gap: 6.5rem;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.hv-lifestyle__visual {
  position: relative;
  max-width: 470px;
}

.hv-lifestyle__frame {
  position: relative;
  display: flex;
  min-height: 515px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 1.6rem;
  background: linear-gradient(145deg, #dff3e6 0%, #a8d8bb 100%);
}

.hv-lifestyle__frame::before {
  position: absolute;
  width: 21rem;
  height: 21rem;
  border: 1px solid rgba(23, 63, 50, 0.2);
  border-radius: 50%;
  content: '';
}

.hv-lifestyle__frame img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 540px;
  max-width: none;
  transform: translate(-50%, -50%) scale(1.3);
}

.hv-lifestyle__stamp {
  position: absolute;
  right: -1.6rem;
  bottom: 1.6rem;
  padding: 0.65rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(23, 63, 50, 0.86);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.hv-lifestyle__copy {
  position: relative;
  z-index: 1;
  max-width: 570px;
}

.hv-lifestyle__copy > .hv-label {
  display: inline-flex;
  padding: 0.45rem 0.7rem;
  border: 1px solid rgba(207, 248, 222, 0.34);
  border-radius: 999px;
  color: #d2f8df;
  background: rgba(255, 255, 255, 0.08);
}

.hv-lifestyle__copy h2 {
  max-width: 560px;
  margin-top: 1.1rem;
  color: #ffffff;
  font-size: clamp(2.2rem, 4.1vw, 3.55rem);
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.hv-lifestyle__copy > p:not(.hv-label) {
  margin-top: 1.55rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1rem;
  line-height: 1.8;
}

.hv-lifestyle__list {
  display: grid;
  gap: 0;
  margin-top: 2rem !important;
  padding: 0 !important;
  list-style: none;
}

.hv-lifestyle__list li {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.91rem;
}

.hv-lifestyle__list li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.hv-lifestyle__list li > span:first-child {
  color: #a5f0c8;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.hv-lifestyle__copy .hv-btn {
  margin-top: 2rem;
}

.hv-benefits {
  padding: 7rem 0;
  background: var(--hv-pale);
}

.hv-centered-heading {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.hv-centered-heading .hv-label {
  margin-bottom: 1rem;
}

.hv-centered-heading > p:last-child {
  max-width: 620px;
  margin: 1.35rem auto 0;
}

.hv-centered-heading--narrow {
  max-width: 770px;
}

.hv-benefits__grid {
  display: grid;
  margin-top: 4rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.hv-benefit-card {
  min-height: 295px;
  padding: 2rem 1.65rem;
  border: 1px solid var(--hv-line);
  border-radius: 1rem;
  background: #ffffff;
}

.hv-benefit-card h3 {
  margin-top: 3.3rem;
  color: var(--hv-deep);
  font-size: 1.2rem;
  line-height: 1.28;
}

.hv-benefit-card p {
  margin-top: 0.9rem;
  color: var(--hv-muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

.hv-transparency {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: var(--hv-green);
}

.hv-transparency::after {
  position: absolute;
  top: -13rem;
  right: -11rem;
  width: 34rem;
  height: 34rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  content: '';
}

.hv-transparency__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 6rem;
  padding-top: 6.2rem;
  padding-bottom: 6.2rem;
}

.hv-transparency h2 {
  max-width: 470px;
  margin-top: 1.1rem;
  color: #ffffff;
}

.hv-transparency__content {
  max-width: 560px;
}

.hv-transparency__content > p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.02rem;
  line-height: 1.8;
}

.hv-transparency__items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.7rem;
}

.hv-transparency__items span {
  padding: 0.6rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.78rem;
  font-weight: 700;
}

.hv-transparency__content .hv-actions {
  margin-top: 2rem;
}

.hv-ingredients {
  padding: 7rem 0;
}

.hv-section-intro--ingredients {
  align-items: start;
}

.hv-ingredients__grid {
  display: grid;
  margin-top: 4rem;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.8rem;
}

.hv-ingredient {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.4rem;
  border-top: 2px solid var(--hv-green);
  background: var(--hv-pale);
}

.hv-ingredient h3 {
  max-width: 150px;
  color: var(--hv-deep);
  font-size: 1.15rem;
  line-height: 1.25;
}

.hv-ingredient p {
  color: var(--hv-muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.hv-preparation {
  padding: 7rem 0;
  background: var(--hv-cream);
}

.hv-preparation .hv-centered-heading > p:last-child {
  max-width: 760px;
}

.hv-steps {
  display: grid;
  margin: 4rem 0 0;
  padding: 0;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  gap: 1rem;
}

.hv-step {
  min-height: 230px;
  padding: 1.8rem;
  border: 1px solid var(--hv-line);
  border-radius: 1rem;
  background: #ffffff;
}

.hv-step__number {
  display: block;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--hv-line);
}

.hv-step h3 {
  margin-top: 1.7rem;
  color: var(--hv-deep);
  font-size: 1.18rem;
  line-height: 1.3;
}

.hv-step p {
  margin-top: 0.75rem;
  color: var(--hv-muted);
  font-size: 0.87rem;
  line-height: 1.65;
}

.hv-brand {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: var(--hv-deepest);
}

.hv-brand::before,
.hv-brand::after {
  position: absolute;
  border: 1px solid rgba(165, 240, 200, 0.16);
  border-radius: 50%;
  content: '';
}

.hv-brand::before {
  top: -17rem;
  left: -8rem;
  width: 34rem;
  height: 34rem;
}

.hv-brand::after {
  right: -7rem;
  bottom: -20rem;
  width: 40rem;
  height: 40rem;
}

.hv-brand__inner {
  position: relative;
  z-index: 1;
  max-width: 790px;
  padding-top: 7rem;
  padding-bottom: 7rem;
  text-align: center;
}

.hv-brand h2 {
  margin-top: 1.15rem;
  color: #ffffff;
}

.hv-brand__inner > p:last-child {
  max-width: 650px;
  margin: 1.4rem auto 0;
  color: rgba(255, 255, 255, 0.73);
  font-size: 1.05rem;
  line-height: 1.8;
}

.hv-trust {
  padding: 7rem 0;
}

.hv-trust-card {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 5rem;
  align-items: center;
  padding: 4.2rem;
  border: 1px solid var(--hv-line);
  border-radius: 1.6rem;
  background: var(--hv-pale);
}

.hv-trust h2 {
  margin-top: 1rem;
}

.hv-trust-card__content > p {
  max-width: 570px;
  color: var(--hv-muted);
  line-height: 1.8;
}

.hv-trust-card__content .hv-actions {
  margin-top: 1.85rem;
}

.hv-final-cta {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: linear-gradient(118deg, #0c8558 0%, #173f32 100%);
}

.hv-final-cta::before {
  position: absolute;
  top: -18rem;
  right: -5rem;
  width: 38rem;
  height: 38rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  content: '';
}

.hv-final-cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 6.8rem;
  padding-bottom: 6.8rem;
  text-align: center;
}

.hv-final-cta h2 {
  margin-top: 1.05rem;
  color: #ffffff;
}

.hv-final-cta__inner > p:not(.hv-label) {
  margin-top: 1.1rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1rem;
  line-height: 1.7;
}

.hv-final-cta .hv-btn {
  margin-top: 2rem;
}

@media (max-width: 991px) {
  .hv-hero__grid,
  .hv-lifestyle__grid,
  .hv-transparency__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .hv-hero {
    min-height: auto;
  }

  .hv-hero__grid {
    padding-top: 5.5rem;
    padding-bottom: 4rem;
  }

  .hv-hero__copy {
    max-width: 720px;
  }

  .hv-hero__visual {
    min-height: 450px;
  }

  .hv-hero__visual-caption {
    top: 0.75rem;
    right: -1.2rem;
    bottom: auto;
  }

  .hv-section-intro,
  .hv-trust-card {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .hv-overview-card {
    grid-template-columns: 1fr 0.85fr;
  }

  .hv-overview-card__content {
    padding: 3rem;
  }

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

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

  .hv-ingredient:last-child {
    grid-column: span 3;
    min-height: 170px;
  }

  .hv-steps {
    grid-template-columns: 1fr;
  }

  .hv-step {
    min-height: auto;
  }

  .hv-trust-card {
    padding: 3rem;
  }
}

@media (max-width: 767px) {
  .hv-shell {
    width: min(100% - 32px, 620px);
  }

  .hv-hero__grid {
    padding-top: 4.5rem;
  }

  .hv-hero h1 {
    font-size: clamp(2.35rem, 10vw, 3.8rem);
  }

  .hv-hero__lead {
    font-size: 1rem;
  }

  .hv-hero__visual {
    min-height: 390px;
    margin-top: -1rem;
  }

  .hv-hero__halo {
    width: min(23rem, 100%);
  }

  .hv-product-shot img {
    width: 430px;
  }

  .hv-product-shot figcaption {
    right: 0.5rem;
    left: auto;
    bottom: 0.5rem;
  }

  .hv-hero__visual-caption {
    top: 0.25rem;
    right: 0.4rem;
    bottom: auto;
    max-width: 190px;
  }

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

  .hv-facts__list li,
  .hv-facts__list li:first-child {
    min-height: 76px;
    padding: 1rem 0.9rem;
    border-bottom: 1px solid var(--hv-line);
  }

  .hv-facts__list li:nth-child(2) {
    border-right: 0;
  }

  .hv-facts__list li:nth-child(3),
  .hv-facts__list li:nth-child(4) {
    border-bottom: 0;
  }

  .hv-overview,
  .hv-lifestyle__grid,
  .hv-benefits,
  .hv-transparency__grid,
  .hv-ingredients,
  .hv-preparation,
  .hv-brand__inner,
  .hv-trust {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .hv-section-intro {
    gap: 1.7rem;
  }

  .hv-overview-card {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 3rem;
  }

  .hv-overview-card__visual {
    min-height: 300px;
  }

  .hv-overview-card__visual img {
    width: 390px;
  }

  .hv-overview-card__content {
    padding: 2rem;
  }

  .hv-lifestyle__grid,
  .hv-transparency__grid {
    gap: 3rem;
  }

  .hv-lifestyle__frame {
    min-height: 360px;
  }

  .hv-lifestyle__frame img {
    width: 430px;
  }

  .hv-lifestyle__stamp {
    right: 0.7rem;
    bottom: 0.7rem;
  }

  .hv-benefits__grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin-top: 2.75rem;
  }

  .hv-benefit-card {
    min-height: auto;
    padding: 1.6rem;
  }

  .hv-benefit-card h3 {
    margin-top: 2rem;
  }

  .hv-ingredients__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.7rem;
    margin-top: 2.8rem;
  }

  .hv-ingredient,
  .hv-ingredient:last-child {
    grid-column: auto;
    min-height: 160px;
    padding: 1.15rem;
  }

  .hv-ingredient:last-child {
    grid-column: span 2;
  }

  .hv-step {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 1rem;
  }

  .hv-step__number {
    padding: 0;
    border: 0;
  }

  .hv-step h3 {
    margin-top: 0;
  }

  .hv-trust-card {
    gap: 1.75rem;
    padding: 2rem;
  }

  .hv-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hv-hero__copy .hv-actions,
  .hv-transparency__content .hv-actions,
  .hv-trust-card__content .hv-actions {
    align-items: flex-start;
  }

  .hv-btn {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .hv-hero__offer {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .hv-hero__visual {
    min-height: 340px;
  }

  .hv-product-shot img {
    width: 375px;
  }

  .hv-hero__visual-caption {
    max-width: 150px;
    font-size: 0.7rem;
  }

  .hv-facts__list li {
    gap: 0.55rem;
    font-size: 0.78rem;
  }

  .hv-facts__number {
    font-size: 0.62rem;
  }
}
