.hv-media-panel {
  margin-top: 2rem;
}

.hv-section-title {
  margin-bottom: 1rem;
  color: var(--forest);
  font-family: "Playfair Display", serif;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.12;
}

.hv-section-copy {
  margin-bottom: 1.25rem;
  max-width: 58rem;
  color: var(--muted);
}

.hv-media-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.hv-media-card {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: .5rem;
  background: rgba(255, 255, 255, .68);
  box-shadow: var(--shadow);
}

.hv-media-card img,
.hv-media-card iframe {
  width: 100%;
  border: 0;
  background: rgba(32, 52, 45, .08);
}

.hv-media-card img {
  aspect-ratio: 4 / 3;
  height: 100%;
  object-fit: cover;
}

.hv-media-card iframe {
  aspect-ratio: 16 / 9;
  height: auto;
}

.hv-media-caption {
  padding: .85rem 1rem 1rem;
  color: var(--forest);
  font-size: .92rem;
  font-weight: 800;
  line-height: 1.35;
}

.hv-force-hidden {
  display: none !important;
}

.hv-product-media {
  margin: 2rem 0 2.5rem;
  display: grid;
  gap: 1.15rem;
}

.hv-product-media-heading {
  grid-column: 1 / -1;
}

.hv-product-group {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: .5rem;
  background:
    radial-gradient(circle at 14% 0%, rgba(200, 162, 74, .18), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, .82), rgba(207, 228, 216, .32)),
    rgba(255, 255, 255, .6);
  padding: 1rem;
  box-shadow: var(--shadow);
}

.hv-product-group[hidden] {
  display: none;
}

.hv-product-heading {
  margin-bottom: .55rem;
  color: var(--forest);
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  line-height: 1.16;
}

.hv-product-catalog-card {
  display: grid;
  gap: 1rem;
}

.hv-product-catalog-visual {
  position: relative;
  display: grid;
  min-height: 230px;
  width: 100%;
  place-items: center;
  overflow: hidden;
  border: 0;
  border-radius: .5rem;
  background:
    radial-gradient(circle at 50% 18%, rgba(200, 162, 74, .32), transparent 30%),
    radial-gradient(circle at 14% 84%, rgba(118, 158, 136, .28), transparent 30%),
    linear-gradient(145deg, #fffdf8, #e7f0ea 58%, #ffffff);
  padding: 0;
  cursor: pointer;
}

.hv-product-catalog-visual::after {
  content: "";
  position: absolute;
  right: 18%;
  bottom: 12%;
  left: 18%;
  height: 13%;
  border-radius: 9999px;
  background: rgba(32, 52, 45, .2);
  filter: blur(18px);
}

.hv-product-catalog-visual .hv-product-card-stage {
  min-height: 230px;
}

.hv-product-catalog-body {
  display: grid;
  gap: .55rem;
}

.hv-product-card-eyebrow {
  color: var(--gold);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hv-product-card-copy {
  color: var(--muted);
  font-size: .94rem;
  line-height: 1.55;
}

.hv-product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-top: .2rem;
}

.hv-product-tags span {
  border: 1px solid rgba(200, 162, 74, .28);
  border-radius: 9999px;
  background: rgba(255, 255, 255, .74);
  padding: .35rem .62rem;
  color: var(--forest);
  font-size: .78rem;
  font-weight: 900;
}

.hv-product-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: .55rem;
}

.hv-product-action {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  border-radius: .5rem;
  background: rgba(255, 255, 255, .78);
  padding: .7rem 1rem;
  color: var(--forest);
  font-weight: 900;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.hv-product-action:hover {
  background: white;
  box-shadow: 0 12px 24px rgba(32, 52, 45, .14);
  transform: translateY(-1px);
}

.hv-product-action-dark {
  border-color: rgba(32, 52, 45, .88);
  background: var(--forest);
  color: white;
}

.hv-product-action-dark:hover {
  background: #142d25;
}

.hv-product-strip {
  display: grid;
  gap: .75rem;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}

.hv-product-photo {
  position: relative;
  margin: 0;
  display: grid;
  min-height: 130px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(200, 162, 74, .22);
  border-radius: .45rem;
  background:
    radial-gradient(circle at 50% 24%, rgba(200, 162, 74, .2), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(207, 228, 216, .32));
}

.hv-product-photo::after {
  content: "";
  position: absolute;
  right: 16%;
  bottom: 10%;
  left: 16%;
  height: 18%;
  border-radius: 9999px;
  background: rgba(32, 52, 45, .16);
  filter: blur(14px);
}

.hv-product-strip img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: .45rem;
  object-fit: contain;
  filter: saturate(1.05) contrast(1.06) drop-shadow(0 16px 22px rgba(32, 52, 45, .16));
  transition: transform .22s ease, filter .22s ease;
}

.hv-product-photo:hover img {
  filter: saturate(1.1) contrast(1.08) drop-shadow(0 18px 26px rgba(32, 52, 45, .22));
  transform: translateY(-2px) scale(1.02);
}

.hv-product-strip iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 220px;
  border: 0;
  border-radius: .45rem;
  background: rgba(32, 52, 45, .08);
}

.hv-product-card-frame {
  display: block !important;
  padding: 0 !important;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(200, 162, 74, .28) !important;
  background:
    radial-gradient(circle at 50% 20%, rgba(200, 162, 74, .32), transparent 34%),
    radial-gradient(circle at 12% 78%, rgba(118, 158, 136, .22), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(207, 228, 216, .45) 55%, rgba(255, 255, 255, .94)) !important;
}

.hv-product-card-frame::before,
.hv-product-card-frame::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hv-product-card-frame::before {
  inset: 14%;
  border-radius: 9999px;
  background: rgba(255, 255, 255, .52);
  filter: blur(18px);
}

.hv-product-card-frame::after {
  right: 18%;
  bottom: 11%;
  left: 18%;
  height: 13%;
  border-radius: 9999px;
  background: rgba(32, 52, 45, .18);
  filter: blur(13px);
}

.hv-product-card-stage {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  padding: 1.1rem;
}

.hv-product-card-stage-staged {
  padding: 0;
}

.hv-product-card-image {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  filter: saturate(1.06) contrast(1.08) drop-shadow(0 18px 24px rgba(32, 52, 45, .2));
  transform: scale(.96);
  transition: transform .24s ease, filter .24s ease;
}

.hv-product-card-image-staged {
  aspect-ratio: 4 / 3;
  border-radius: inherit;
  filter: saturate(1.04) contrast(1.03);
  object-fit: cover;
  transform: none;
}

article.glass:hover .hv-product-card-image {
  filter: saturate(1.12) contrast(1.1) drop-shadow(0 22px 30px rgba(32, 52, 45, .26));
  transform: scale(1);
}

article.glass:hover .hv-product-card-image-staged,
.hv-product-group:hover .hv-product-card-image-staged {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.025);
}

.hv-product-card-video {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: grid;
  place-items: center;
  gap: .35rem;
  aspect-ratio: 4 / 3;
  background:
    linear-gradient(135deg, rgba(32, 52, 45, .86), rgba(200, 162, 74, .62)),
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, .24), transparent 34%);
  color: white;
  text-align: center;
}

.hv-product-card-video strong {
  display: block;
  font-size: 1rem;
}

.hv-play-mark {
  display: inline-grid;
  min-width: 3.5rem;
  min-height: 3.5rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 9999px;
  background: rgba(255, 255, 255, .18);
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hv-gallery-card-filled {
  background: var(--forest) !important;
}

.hv-gallery-frame-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hv-gallery-frame-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(32, 52, 45, .18), rgba(32, 52, 45, .82)),
    linear-gradient(90deg, rgba(248, 243, 234, .1), transparent 45%);
}

.hv-gallery-frame-media img,
.hv-gallery-frame-media iframe {
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.hv-gallery-frame-media[data-hv-gallery-title="Pr. Dr. Jiten Bhatt"] img,
.hv-gallery-frame-media[data-hv-gallery-title="Vastu Mentor Guidance"] img,
.hv-gallery-frame-media[data-hv-gallery-title="Scientific Mentorship Influence"] img {
  object-position: center top;
}

.hv-gallery-frame-media iframe {
  pointer-events: none;
  transform: scale(1.04);
}

.hv-gallery-card-filled > .relative {
  position: relative;
  z-index: 2;
}

.hv-gallery-card-filled .font-display {
  color: white !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .35);
}

.hv-gallery-card-filled .font-display + p {
  color: rgba(255, 255, 255, .86) !important;
  opacity: 1 !important;
  transform: none !important;
  display: -webkit-box;
  max-height: 8.9rem;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .34);
}

.hv-gallery-card-clickable {
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, outline-color .22s ease;
}

.hv-gallery-card-clickable:hover {
  box-shadow: 0 24px 48px rgba(32, 52, 45, .26);
  transform: translateY(-3px);
}

.hv-gallery-card-clickable:focus-visible {
  outline: 3px solid rgba(200, 162, 74, .8);
  outline-offset: 4px;
}

.hv-gallery-card-action {
  margin-top: .85rem;
  display: inline-flex;
  min-height: 2.25rem;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 9999px;
  background: rgba(255, 255, 255, .16);
  padding: .45rem .8rem;
  color: white;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 1px 8px rgba(0, 0, 0, .26);
}

body.hv-gallery-modal-open {
  overflow: hidden;
}

body.hv-product-modal-open {
  overflow: hidden;
}

.hv-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(32, 52, 45, .68);
  backdrop-filter: blur(10px);
}

.hv-product-detail-modal {
  position: fixed;
  inset: 0;
  z-index: 125;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(32, 52, 45, .68);
  backdrop-filter: blur(10px);
}

.hv-gallery-dialog {
  position: relative;
  width: min(100%, 980px);
  max-height: min(90vh, 760px);
  overflow-y: auto;
  border: 1px solid rgba(200, 162, 74, .24);
  border-radius: .5rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(248, 243, 234, .96)),
    white;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .34);
}

.hv-product-detail-dialog {
  width: min(100%, 980px);
  max-height: min(90vh, 780px);
  overflow-y: auto;
  border: 1px solid rgba(200, 162, 74, .24);
  border-radius: .5rem;
  background:
    radial-gradient(circle at 5% 0%, rgba(200, 162, 74, .16), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(248, 243, 234, .96)),
    white;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .34);
  padding: .75rem 1.25rem 1.25rem;
}

.hv-product-detail-layout {
  display: grid;
  gap: 1.25rem;
}

.hv-product-detail-visual {
  min-height: 260px;
  overflow: hidden;
  border: 1px solid rgba(200, 162, 74, .25);
  border-radius: .5rem;
  background:
    radial-gradient(circle at 50% 18%, rgba(200, 162, 74, .3), transparent 30%),
    linear-gradient(145deg, #fffdf8, #e7f0ea 58%, #ffffff);
}

.hv-product-detail-content {
  align-self: center;
}

.hv-product-detail-media-title {
  margin: 1.25rem 0 .75rem;
  color: var(--forest);
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
}

.hv-gallery-close {
  position: sticky;
  top: .75rem;
  left: calc(100% - 6rem);
  z-index: 4;
  margin: .75rem .75rem 0 auto;
  display: grid;
  min-height: 2.75rem;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 9999px;
  background: rgba(255, 255, 255, .88);
  padding: 0 1rem;
  color: var(--forest);
  font-weight: 900;
}

.hv-gallery-dialog-layout {
  display: grid;
  gap: 1.25rem;
  padding: .75rem 1.25rem 1.25rem;
}

.hv-gallery-modal-media {
  overflow: hidden;
  border-radius: .5rem;
  background: rgba(32, 52, 45, .08);
}

.hv-gallery-modal-media img,
.hv-gallery-modal-media iframe {
  display: block;
  width: 100%;
  border: 0;
}

.hv-gallery-modal-media img {
  max-height: 520px;
  object-fit: cover;
}

.hv-gallery-modal-media iframe {
  aspect-ratio: 16 / 9;
  min-height: 260px;
}

.hv-gallery-dialog-content {
  color: var(--forest);
}

.hv-gallery-dialog-eyebrow,
.hv-gallery-dialog-source {
  color: var(--gold);
  font-weight: 900;
}

.hv-gallery-dialog-eyebrow {
  margin-bottom: .35rem;
  text-transform: uppercase;
}

.hv-gallery-dialog-title {
  margin-bottom: .35rem;
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.05;
}

.hv-gallery-dialog-source {
  margin-bottom: 1rem;
}

.hv-gallery-dialog-copy {
  margin-top: .85rem;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.hv-gallery-dialog-highlights {
  margin-top: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  padding: 0;
  list-style: none;
}

.hv-gallery-dialog-highlights li {
  border: 1px solid rgba(200, 162, 74, .3);
  border-radius: 9999px;
  background: rgba(207, 228, 216, .42);
  padding: .45rem .75rem;
  color: var(--forest);
  font-size: .86rem;
  font-weight: 900;
}

.hv-gallery-related-videos {
  margin-top: 1.25rem;
  display: grid;
  gap: .85rem;
}

.hv-gallery-related-videos .hv-media-card {
  box-shadow: none;
}

.hv-modal-product-media {
  margin-top: 1.5rem;
  border: 1px solid var(--border);
  border-radius: .5rem;
  background: rgba(255, 255, 255, .55);
  padding: 1rem;
}

.hv-about-photo {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.hv-social-links {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.hv-social-panel {
  margin-top: 1.5rem;
  display: grid;
  gap: 1rem;
  border: 1px solid var(--border);
  border-radius: .5rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(200, 162, 74, .2), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, .78), rgba(207, 228, 216, .28));
  padding: 1.25rem;
  box-shadow: var(--shadow);
}

.hv-social-link {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  gap: .55rem;
  border: 1px solid var(--border);
  border-radius: .5rem;
  background: rgba(255, 255, 255, .78);
  padding: .65rem .9rem;
  color: var(--forest);
  font-weight: 900;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.hv-social-links-large {
  margin-top: 0;
}

.hv-social-links-large .hv-social-link {
  min-height: 3.25rem;
  padding: .8rem 1.1rem;
  font-size: 1rem;
}

.hv-social-link:hover {
  background: white;
  box-shadow: 0 12px 24px rgba(32, 52, 45, .14);
  transform: translateY(-1px);
}

.hv-social-link svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.hv-social-instagram {
  border-color: rgba(205, 72, 107, .28);
}

.hv-social-youtube {
  border-color: rgba(255, 0, 0, .24);
}

.hv-instagram-logo {
  color: #c13584;
}

.hv-youtube-logo {
  color: #ff0000;
}

@media (min-width: 768px) {
  .hv-product-media {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hv-product-group.hv-product-video-group {
    grid-column: span 1;
  }

  .hv-gallery-dialog-layout {
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    align-items: start;
    padding: .75rem 1.5rem 1.5rem;
  }

  .hv-product-detail-layout {
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    align-items: center;
  }
}
