/* Homepage supplement-value story, built from the approved visual prototype. */
#supplements.home-supplements-value {
  scroll-margin-top: 86px;
  border-top: 1px solid #dfe5de;
  background: #fff;
  padding: 46px 0 72px;
}

.hsv-shell {
  width: min(1320px, calc(100% - 40px));
  margin: 0 auto;
}

.hsv-ornament,
.hsv-bridge {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: #168452;
}

.hsv-ornament {
  gap: 22px;
  margin-bottom: 14px;
}

.hsv-ornament span,
.hsv-bridge span {
  height: 1px;
  background: #67a98a;
}

.hsv-ornament svg {
  width: 24px;
  height: 24px;
  stroke-width: 2.4;
}

.hsv-hero {
  position: relative;
  isolation: isolate;
  min-height: 390px;
  overflow: hidden;
  border-radius: 12px;
  background: #f8f6f0;
}

.hsv-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.hsv-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .94) 37%, rgba(255, 255, 255, .38) 54%, rgba(255, 255, 255, 0) 67%);
  content: "";
  pointer-events: none;
}

.hsv-hero-copy {
  position: relative;
  z-index: 1;
  width: 57%;
  padding: 42px 0 34px 30px;
}

.hsv-kicker,
.hsv-role-kicker {
  margin: 0 0 18px;
  color: #168452;
  font-size: 1.05rem;
  font-weight: 850;
  letter-spacing: .04em;
}

.hsv-hero h2 {
  max-width: 650px;
  margin: 0 0 22px;
  color: #0c281c;
  font-size: 43px;
  font-weight: 900;
  line-height: 1.32;
  letter-spacing: -.035em;
}

.hsv-hero-copy > p:not(.hsv-kicker) {
  max-width: 620px;
  margin: 0;
  color: #48544d;
  font-size: 17px;
  line-height: 1.75;
}

.hsv-cta,
.hsv-final-cta {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 999px;
  background: #11955b;
  color: #fff;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(17, 149, 91, .14);
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.hsv-cta {
  margin-top: 25px;
  padding: 0 28px;
  font-size: 1.04rem;
}

.hsv-hero-bottom-line {
  height: 1px;
  margin-top: 14px;
  background: #72a58a;
}

.hsv-cta:hover,
.hsv-final-cta:hover {
  background: #0b7c49;
  box-shadow: 0 13px 28px rgba(11, 124, 73, .2);
  transform: translateY(-2px);
}

.hsv-cta svg,
.hsv-final-cta svg {
  width: 19px;
  height: 19px;
}

.hsv-limitations-title {
  margin: 34px 0 9px;
  color: #10261c;
  font-size: 28px;
  font-weight: 850;
  line-height: 1.35;
  letter-spacing: -.025em;
}

.hsv-limitations-intro {
  margin: 0 0 24px;
  color: #66726b;
  font-size: 16px;
  line-height: 1.7;
}

.hsv-limitations {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 0;
}

.hsv-limit-card {
  overflow: hidden;
  border: 1px solid #dde5df;
  border-radius: 10px;
  background: #fff;
}

.hsv-limit-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.6;
  object-fit: cover;
}

.hsv-limit-copy {
  min-height: 178px;
  padding: 20px 22px 23px;
}

.hsv-limit-card h3,
.hsv-decision-card h3 {
  margin: 0;
  color: #13261d;
  font-size: 1.18rem;
  line-height: 1.35;
}

.hsv-limit-card p,
.hsv-decision-card p {
  margin: 11px 0 0;
  color: #5b655f;
  font-size: .93rem;
  line-height: 1.72;
}

.hsv-limit-card p + p {
  margin-top: 7px;
  color: #7a837e;
  font-size: .86rem;
}

.hsv-bridge {
  width: min(760px, 100%);
  gap: 32px;
  margin: 40px auto 34px;
  font-size: 1.13rem;
  font-weight: 850;
  white-space: nowrap;
}

.hsv-role-panel {
  position: relative;
  height: 380px;
  overflow: hidden;
  border: 1px solid #dce6df;
  border-radius: 12px;
  background: #f7fbf8;
}

.hsv-role-media {
  position: absolute;
  top: -29px;
  right: -16px;
  bottom: -29px;
  aspect-ratio: 1.86;
  transform: translate(20px, 20px);
}

.hsv-role-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.8) contrast(1.08);
}

.hsv-role-panel::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.99) 40%, rgba(255,255,255,.92) 52%, rgba(255,255,255,.58) 64%, rgba(255,255,255,.16) 76%, rgba(255,255,255,0) 90%);
  content: "";
}

.hsv-role-content {
  position: relative;
  z-index: 1;
  display: grid;
  height: 100%;
  grid-template-columns: minmax(0, 1fr);
  align-content: space-between;
  gap: 16px 28px;
  padding: 28px 24px 26px;
}

.hsv-role-copy {
  max-width: 690px;
}

.hsv-role-kicker {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.hsv-role-kicker::after {
  width: 76px;
  height: 1px;
  background: #67a98a;
  content: "";
}

.hsv-role-copy h3 {
  margin: 0 0 12px;
  color: #10261c;
  font-size: 26px;
  line-height: 1.24;
  letter-spacing: -.03em;
}

.hsv-role-copy > p:last-child {
  max-width: 660px;
  margin: 0;
  color: #57635c;
  font-size: .98rem;
  line-height: 1.6;
}

.hsv-relation {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-column: 2;
  grid-row: 1 / span 2;
  gap: 0;
}

.hsv-relation-card {
  width: 100%;
  border: 1px solid rgba(223, 232, 225, .88);
  border-radius: 12px;
  background: rgba(255,255,255,.94);
  padding: 14px 16px;
  box-shadow: 0 14px 36px rgba(23, 54, 38, .07);
  backdrop-filter: blur(8px);
}

.hsv-relation-head {
  display: flex;
  align-items: center;
  gap: 11px;
}

.hsv-relation-icon,
.hsv-benefit-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.hsv-relation-icon {
  width: 44px;
  height: 44px;
  background: #e9f7e8;
  color: #178653;
}

.hsv-relation-card--supplement .hsv-relation-icon {
  background: #eaf3fb;
  color: #2c72b9;
}

.hsv-relation-icon svg {
  width: 24px;
  height: 24px;
}

.hsv-relation-card strong {
  display: block;
  color: #183429;
  font-size: 1.08rem;
}

.hsv-relation-card b {
  display: block;
  margin-top: 3px;
  color: #183429;
  font-size: .93rem;
}

.hsv-relation-card p {
  margin: 8px 0 0;
  color: #6b756f;
  font-size: .84rem;
  line-height: 1.5;
}

.hsv-plus {
  z-index: 1;
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin: -5px 0;
  border: 4px solid rgba(255,255,255,.9);
  border-radius: 50%;
  background: #15965b;
  color: #fff;
}

.hsv-plus svg {
  width: 20px;
  height: 20px;
  stroke-width: 2.6;
}

.hsv-benefits {
  display: grid;
  max-width: 720px;
  grid-column: 1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hsv-benefit {
  padding: 0 18px;
  border-left: 1px solid rgba(211, 221, 214, .9);
}

.hsv-benefit:first-child {
  padding-left: 0;
  border-left: 0;
}

.hsv-benefit-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  background: #fff5eb;
  color: #c36020;
}

.hsv-benefit:nth-child(2) .hsv-benefit-icon {
  background: #eaf3fb;
  color: #2875bc;
}

.hsv-benefit:nth-child(3) .hsv-benefit-icon {
  background: #fff4e8;
  color: #be6524;
}

.hsv-benefit-icon svg {
  width: 22px;
  height: 22px;
}

.hsv-benefit h4 {
  margin: 0;
  color: #173126;
  font-size: 1rem;
}

.hsv-benefit p {
  margin: 6px 0 0;
  color: #68736d;
  font-size: .83rem;
  line-height: 1.5;
}

.hsv-decisions {
  border-top: 1px solid #67a98a;
  margin-top: 34px;
  padding-top: 40px;
}

.hsv-decisions > h3 {
  margin: 0 0 8px;
  color: #10261c;
  font-size: 28px;
  letter-spacing: -.03em;
}

.hsv-decisions > p {
  margin: 0;
  color: #68736d;
  font-size: 1rem;
}

.hsv-decision-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 28px;
}

.hsv-decision-card {
  min-width: 0;
}

.hsv-decision-head {
  display: flex;
  min-height: 44px;
  align-items: center;
  gap: 13px;
  margin-bottom: 12px;
}

.hsv-decision-letter {
  display: inline-flex;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e7f5e8;
  color: #17784c;
  font-weight: 900;
}

.hsv-decision-card img {
  display: block;
  width: 100%;
  aspect-ratio: 2.15;
  border-radius: 9px;
  object-fit: cover;
}

.hsv-final {
  position: relative;
  display: grid;
  min-height: 116px;
  overflow: hidden;
  grid-template-columns: 76px 1px minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  margin-top: 29px;
  border: 1px solid #dfe6df;
  border-radius: 12px;
  background: #fff;
  padding: 18px 286px 18px 22px;
}

.hsv-final::after {
  position: absolute;
  inset: 0 0 0 auto;
  width: 330px;
  background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.48) 22%, rgba(255,255,255,0) 58%);
  content: "";
  pointer-events: none;
}

.hsv-final-icon {
  position: relative;
  z-index: 2;
  display: inline-flex;
  width: 76px;
  height: 76px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f0faf5;
  color: #15965b;
}

.hsv-final-icon svg {
  width: 43px;
  height: 43px;
  stroke-width: 1.8;
}

.hsv-final-divider {
  position: relative;
  z-index: 2;
  width: 1px;
  height: 62px;
  background: #78aa91;
}

.hsv-final-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 0;
}

.hsv-final h3 {
  margin: 0 0 10px;
  color: #0d442b;
  font-size: 22px;
  font-weight: 780;
  line-height: 1.35;
  letter-spacing: normal;
}

.hsv-final-copy > p {
  margin: 0;
  color: #647068;
  font-size: .92rem;
  line-height: 1.55;
}

.hsv-final-cta {
  position: relative;
  z-index: 2;
  min-height: 0;
  min-width: 220px;
  gap: 13px;
  margin: 0;
  background: linear-gradient(90deg, #0c7b49, #16985c);
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 750;
  box-shadow: none;
  transition: filter .15s;
}

.hsv-final-cta:hover {
  background: linear-gradient(90deg, #0c7b49, #16985c);
  box-shadow: none;
  filter: brightness(.92);
  transform: none;
}

.hsv-final-cta:focus-visible {
  outline: 3px solid #56ac7b;
  outline-offset: 4px;
}

.hsv-final-cta svg {
  width: 23px;
  height: 23px;
}

.hsv-final img {
  position: absolute;
  top: 0;
  right: 0;
  width: 330px;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: 82% center;
  transform: scale(1.2);
  transform-origin: right center;
}

@media (max-width: 1100px) {
  .hsv-limitations-title,
  .hsv-role-copy h3,
  .hsv-decisions > h3 { font-size: 24px; }
  .hsv-final h3 { font-size: 19px; }
}

@media (max-width: 1080px) {
  .hsv-hero { min-height: 390px; }
  .hsv-hero-copy { width: 62%; padding: 42px 0 34px 26px; }
  .hsv-hero h2 { font-size: 36px; }
  .hsv-limitations { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hsv-role-content { grid-template-columns: minmax(0, 1fr); padding-inline: 26px; }
  .hsv-benefit { padding-inline: 16px; }
  .hsv-final { grid-template-columns: 68px 1px minmax(0, 1fr) auto; gap: 16px; padding-right: 214px; padding-left: 18px; }
  .hsv-final::after, .hsv-final img { width: 250px; }
  .hsv-final-icon { width: 68px; height: 68px; }
  .hsv-final-icon svg { width: 37px; height: 37px; }
  .hsv-final-cta { min-width: 220px; padding-inline: 24px; }
}

@media (max-width: 820px) {
  #supplements.home-supplements-value { padding-block: 34px 52px; }
  .hsv-shell { width: min(100% - 28px, 1320px); }
  .hsv-hero { display: flex; min-height: 0; flex-direction: column; border: 1px solid #e3e8e3; }
  .hsv-hero::after { display: none; }
  .hsv-hero > img { position: relative; z-index: auto; order: 2; height: 300px; object-position: 72% center; }
  .hsv-hero-copy { order: 1; width: 100%; padding: 34px 28px 30px; }
  .hsv-hero h2 { font-size: 2.4rem; }
  .hsv-limitations { grid-template-columns: 1fr; }
  .hsv-limit-card { display: grid; grid-template-columns: 40% 1fr; }
  .hsv-limit-card img { height: 100%; aspect-ratio: auto; }
  .hsv-limit-copy { min-height: 0; }
  .hsv-role-panel { height: auto; min-height: 0; }
  .hsv-role-panel::after { display: none; }
  .hsv-role-media { position: relative; inset: auto; width: 100%; aspect-ratio: auto; }
  .hsv-role-photo { width: 100%; height: auto; }
  .hsv-role-content { display: flex; min-height: 0; flex-direction: column; padding: 32px 24px; }
  .hsv-role-copy { order: -2; }
  .hsv-relation { order: -1; display: grid; grid-template-columns: 1fr auto 1fr; }
  .hsv-plus { margin: 0 -6px; }
  .hsv-benefits { max-width: none; }
  .hsv-final { min-height: 0; grid-template-columns: 58px minmax(0, 1fr); gap: 12px 16px; padding: 22px; }
  .hsv-final::after { inset: 0; width: 100%; background: linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.94) 60%, rgba(255,255,255,.68) 100%); }
  .hsv-final-icon { width: 58px; height: 58px; }
  .hsv-final-icon svg { width: 32px; height: 32px; }
  .hsv-final-divider { display: none; }
  .hsv-final-copy { z-index: 2; }
  .hsv-final-cta { grid-column: 1 / -1; width: 100%; min-width: 0; }
  .hsv-final img { inset: 0; width: 100%; height: 100%; min-height: 0; opacity: .42; object-position: 88% center; }
}

@media (max-width: 760px) {
  .hsv-limitations-title,
  .hsv-role-copy h3,
  .hsv-decisions > h3 { font-size: 21px; }
}

@media (max-width: 560px) {
  .hsv-ornament { gap: 14px; margin-bottom: 14px; }
  .hsv-hero-copy { padding: 28px 20px 26px; }
  .hsv-kicker { margin-bottom: 12px; font-size: .92rem; }
  .hsv-hero h2 { margin-bottom: 18px; font-size: 1.85rem; line-height: 1.3; }
  .hsv-hero-copy > p:not(.hsv-kicker) { font-size: .92rem; line-height: 1.72; }
  .hsv-cta { width: 100%; margin-top: 22px; }
  .hsv-hero > img { height: 225px; }
  .hsv-limitations-title { margin: 28px 0 7px; }
  .hsv-limitations-intro { margin-bottom: 18px; font-size: .92rem; }
  .hsv-limit-card { display: block; }
  .hsv-limit-card img { height: auto; aspect-ratio: 1.7; }
  .hsv-limit-copy { padding: 17px 18px 20px; }
  .hsv-limit-card h3, .hsv-decision-card h3 { font-size: 1.06rem; }
  .hsv-bridge { gap: 15px; margin-block: 30px 26px; font-size: 1rem; }
  .hsv-role-photo { width: 100%; height: auto; }
  .hsv-role-content { padding: 27px 18px 24px; }
  .hsv-role-copy > p:last-child { font-size: .91rem; }
  .hsv-relation { grid-template-columns: 1fr; gap: 0; }
  .hsv-relation-card { padding: 18px; }
  .hsv-plus { margin: -5px auto; }
  .hsv-benefits { grid-template-columns: 1fr; gap: 0; }
  .hsv-benefit { display: grid; grid-template-columns: 46px 1fr; gap: 0 14px; padding: 16px 0; border-top: 1px solid #d8e2da; border-left: 0; }
  .hsv-benefit:first-child { border-top: 0; }
  .hsv-benefit-icon { grid-row: 1 / span 2; width: 46px; height: 46px; margin: 0; }
  .hsv-benefit p { margin-top: 5px; }
  .hsv-decisions { margin-top: 28px; padding-top: 30px; }
  .hsv-final h3 { font-size: 19px; }
  .hsv-decision-grid { grid-template-columns: 1fr; gap: 30px; }
  .hsv-final { margin-top: 21px; }
  .hsv-final-copy { padding: 0; }
}
