



/* ================================
   MEHIT Editorial Article Hero
================================ */

.mehit-editorial-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(214, 174, 76, 0.12), transparent 30%),
    linear-gradient(135deg, #06162f 0%, #020914 100%);
  color: #ffffff;
  padding: 118px 0 64px;
}

.mehit-editorial-hero__container {
  width: min(1060px, calc(100% - 32px));
  margin: 0 auto;
}

.mehit-editorial-hero__back {
  display: inline-flex;
  margin-bottom: 46px;
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  transition: color 240ms ease;
}

.mehit-editorial-hero__back:hover {
  color: #d6ae4c;
}

.mehit-editorial-hero__content {
  max-width: 880px;
}

.mehit-editorial-hero__category {
  display: inline-block;
  margin-bottom: 22px;
  color: #d6ae4c;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.mehit-editorial-hero h1 {
  max-width: 960px;
  margin: 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.75rem, 9vw, 6.4rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.mehit-editorial-hero p {
  max-width: 680px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.72;
}

.mehit-editorial-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.mehit-editorial-hero__meta span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mehit-editorial-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.mehit-editorial-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Category mood accents */
.mehit-editorial--academic {
  --editorial-accent: #d6ae4c;
}

.mehit-editorial--campus {
  --editorial-accent: #d6ae4c;
}

.mehit-editorial--partnership {
  --editorial-accent: #d6ae4c;
}

.mehit-editorial--leadership {
  --editorial-accent: #d6ae4c;
}

.mehit-editorial--field {
  --editorial-accent: #d6ae4c;
}

@media (min-width: 760px) {
  .mehit-editorial-hero {
    padding: 146px 0 82px;
  }

  .mehit-editorial-hero__back {
    margin-bottom: 58px;
  }
}

@media (max-width: 520px) {
  .mehit-editorial-hero {
    padding: 104px 0 54px;
  }

  .mehit-editorial-hero h1 {
    font-size: clamp(2.45rem, 12vw, 4rem);
    line-height: 1;
  }

  .mehit-editorial-hero p {
    margin-top: 22px;
    font-size: 0.98rem;
  }

  .mehit-editorial-hero__meta {
    gap: 8px 14px;
  }

  .mehit-editorial-hero__meta span {
    font-size: 0.72rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mehit-editorial-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}




/* ================================
   MEHIT Editorial Feature Image
================================ */

.mehit-editorial-feature {
  background: #f7f5ef;
  color: #06162f;
  padding: 34px 0 72px;
  overflow: hidden;
}

.mehit-editorial-feature__wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.mehit-editorial-feature__wrap img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8.4;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.04);
}

.mehit-editorial-feature__wrap figcaption {
  max-width: 720px;
  margin: 16px 0 0;
  padding-left: 16px;
  border-left: 2px solid #d6ae4c;
  color: rgba(6, 22, 47, 0.62);
  font-size: 0.9rem;
  line-height: 1.6;
}

@media (max-width: 720px) {
  .mehit-editorial-feature {
    padding: 26px 0 58px;
  }

  .mehit-editorial-feature__wrap img {
    aspect-ratio: 4 / 3.2;
  }

  .mehit-editorial-feature__wrap figcaption {
    font-size: 0.86rem;
  }
}




























/* ================================
   MEHIT Editorial Story Lead
================================ */

.mehit-editorial-lead {
  background: #f7f5ef;
  color: #06162f;
  padding: 24px 0 58px;
  overflow: hidden;
}

.mehit-editorial-lead__container {
  width: min(840px, calc(100% - 32px));
  margin: 0 auto;
}

.mehit-editorial-lead p {
  margin: 0;
  color: #06162f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 5.8vw, 2.55rem);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.mehit-editorial-lead p::first-letter {
  float: left;
  padding: 0.04em 0.12em 0 0;
  color: #b58b2b;
  font-size: 3.25em;
  line-height: 0.82;
}

@media (min-width: 760px) {
  .mehit-editorial-lead {
    padding: 36px 0 78px;
  }
}

@media (max-width: 520px) {
  .mehit-editorial-lead {
    padding: 18px 0 54px;
  }

  .mehit-editorial-lead p {
    font-size: clamp(1.35rem, 7vw, 2rem);
    line-height: 1.22;
  }
}






/* ================================
   MEHIT Editorial Body
================================ */

.mehit-editorial-body {
  background: #f7f5ef;
  color: #06162f;
  padding: 28px 0 78px;
  overflow: hidden;
}

.mehit-editorial-body__container {
  width: min(760px, calc(100% - 32px));
  margin: 0 auto;
}

.mehit-editorial-body p {
  margin: 0;
  color: rgba(6, 22, 47, 0.76);
  font-size: clamp(1rem, 2.6vw, 1.08rem);
  line-height: 1.86;
}

.mehit-editorial-body p + p {
  margin-top: 22px;
}

.mehit-editorial-body h2 {
  margin: 54px 0 20px;
  color: #06162f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 7vw, 3.35rem);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

@media (min-width: 760px) {
  .mehit-editorial-body {
    padding: 34px 0 96px;
  }

  .mehit-editorial-body h2 {
    margin-top: 68px;
  }
}

@media (max-width: 520px) {
  .mehit-editorial-body {
    padding: 22px 0 68px;
  }

  .mehit-editorial-body p {
    line-height: 1.78;
  }

  .mehit-editorial-body h2 {
    margin-top: 46px;
  }
}





/* ================================
   MEHIT Editorial Pull Quote
================================ */

.mehit-editorial-quote {
  background: #f7f5ef;
  color: #06162f;
  padding: 18px 0 72px;
  overflow: hidden;
}

.mehit-editorial-quote__container {
  width: min(920px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(42px, 7vw, 72px);
  background:
    radial-gradient(circle at 18% 20%, rgba(214, 174, 76, 0.12), transparent 32%),
    linear-gradient(135deg, #06162f 0%, #020914 100%);
  color: #ffffff;
}

.mehit-editorial-quote__container p {
  max-width: 720px;
  margin: 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 7vw, 3.7rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.mehit-editorial-quote__container span {
  display: block;
  margin-top: 28px;
  color: #d6ae4c;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

@media (max-width: 520px) {
  .mehit-editorial-quote {
    padding: 8px 0 62px;
  }

  .mehit-editorial-quote__container {
    padding: 36px 26px;
  }
}






/* ================================
   MEHIT Editorial Story Gallery
================================ */

.mehit-editorial-gallery {
  background: #f7f5ef;
  color: #06162f;
  padding: 18px 0 78px;
  overflow: hidden;
}

.mehit-editorial-gallery__container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.mehit-editorial-gallery__header {
  max-width: 720px;
  margin-bottom: 28px;
}

.mehit-editorial-gallery__header span,
.mehit-editorial-takeaways__container > span {
  display: inline-block;
  margin-bottom: 16px;
  color: #b58b2b;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.mehit-editorial-gallery__header h2,
.mehit-editorial-takeaways h2 {
  margin: 0;
  color: #06162f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 7vw, 3.75rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.045em;
}

.mehit-editorial-gallery__strip {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 14px;
  scrollbar-width: none;
}

.mehit-editorial-gallery__strip::-webkit-scrollbar {
  display: none;
}

.mehit-editorial-gallery__strip figure {
  flex: 0 0 82%;
  max-width: 520px;
  margin: 0;
  scroll-snap-align: start;
}

.mehit-editorial-gallery__strip img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.04);
}

.mehit-editorial-gallery__strip figcaption {
  margin-top: 12px;
  color: rgba(6, 22, 47, 0.62);
  font-size: 0.88rem;
  line-height: 1.55;
}

@media (min-width: 820px) {
  .mehit-editorial-gallery {
    padding: 28px 0 94px;
  }

  .mehit-editorial-gallery__strip {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr 0.85fr;
    gap: 18px;
    overflow: visible;
  }

  .mehit-editorial-gallery__strip figure {
    max-width: none;
  }

  .mehit-editorial-gallery__strip figure:first-child img {
    aspect-ratio: 4 / 3.6;
  }
}

/* ================================
   MEHIT Editorial Takeaways
================================ */

.mehit-editorial-takeaways {
  background: #ffffff;
  color: #06162f;
  padding: 74px 0;
  overflow: hidden;
}

.mehit-editorial-takeaways__container {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
}

.mehit-editorial-takeaways__grid {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 34px;
  border-top: 1px solid rgba(6, 22, 47, 0.14);
  border-left: 1px solid rgba(6, 22, 47, 0.14);
}

.mehit-editorial-takeaways__grid p {
  margin: 0;
  min-height: 96px;
  padding: 24px;
  display: flex;
  align-items: flex-end;
  color: #06162f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 5vw, 1.75rem);
  line-height: 1.16;
  border-right: 1px solid rgba(6, 22, 47, 0.14);
  border-bottom: 1px solid rgba(6, 22, 47, 0.14);
}

@media (min-width: 760px) {
  .mehit-editorial-takeaways {
    padding: 92px 0;
  }

  .mehit-editorial-takeaways__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mehit-editorial-takeaways__grid p {
    min-height: 160px;
  }
}

@media (max-width: 520px) {
  .mehit-editorial-gallery {
    padding-bottom: 66px;
  }

  .mehit-editorial-takeaways {
    padding: 66px 0;
  }
}





/* ================================
   MEHIT Editorial Related Articles
================================ */

.mehit-editorial-related {
  background: #f7f5ef;
  color: #06162f;
  padding: 74px 0;
  overflow: hidden;
}

.mehit-editorial-related__container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.mehit-editorial-related__header {
  max-width: 720px;
  margin-bottom: 34px;
}

.mehit-editorial-related__header span {
  display: inline-block;
  margin-bottom: 16px;
  color: #b58b2b;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.mehit-editorial-related__header h2 {
  margin: 0;
  color: #06162f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 8vw, 4.4rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.045em;
}

.mehit-editorial-related__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.mehit-editorial-related__card {
  margin: 0;
}

.mehit-editorial-related__card a {
  display: grid;
  grid-template-columns: 1fr;
  background: #ffffff;
  border: 1px solid rgba(6, 22, 47, 0.12);
  color: #06162f;
  text-decoration: none;
  overflow: hidden;
  transition: transform 240ms ease, border-color 240ms ease;
}

.mehit-editorial-related__card a:hover {
  transform: translateY(-3px);
  border-color: rgba(181, 139, 43, 0.42);
}

.mehit-editorial-related__card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 2.75;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.04);
}

.mehit-editorial-related__card div {
  padding: 24px;
}

.mehit-editorial-related__card span {
  display: block;
  margin-bottom: 14px;
  color: #b58b2b;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mehit-editorial-related__card h3 {
  margin: 0;
  color: #06162f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 5vw, 1.85rem);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.mehit-editorial-related__card p {
  margin: 14px 0 0;
  color: rgba(6, 22, 47, 0.64);
  font-size: 0.92rem;
  line-height: 1.62;
}

@media (min-width: 760px) {
  .mehit-editorial-related {
    padding: 92px 0;
  }

  .mehit-editorial-related__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mehit-editorial-related__card a {
    height: 100%;
  }

  .mehit-editorial-related__card img {
    aspect-ratio: 4 / 3.1;
  }
}

@media (max-width: 520px) {
  .mehit-editorial-related {
    padding: 64px 0;
  }

  .mehit-editorial-related__card div {
    padding: 22px;
  }
}






/* ================================
   MEHIT Editorial Final CTA
================================ */

.mehit-editorial-cta {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 20%, rgba(214, 174, 76, 0.14), transparent 34%),
    linear-gradient(135deg, #06162f 0%, #020914 100%);
  color: #ffffff;
  padding: 78px 0;
}

.mehit-editorial-cta__container {
  width: min(760px, calc(100% - 32px));
  margin: 0 auto;
  text-align: center;
}

.mehit-editorial-cta__container > span {
  display: inline-block;
  margin-bottom: 18px;
  color: #d6ae4c;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.mehit-editorial-cta h2 {
  margin: 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.45rem, 11vw, 5.35rem);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.mehit-editorial-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}

.mehit-editorial-cta__btn {
  min-height: 46px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 999px;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  transition: transform 240ms ease, background 240ms ease, color 240ms ease, border-color 240ms ease;
}

.mehit-editorial-cta__btn:hover {
  transform: translateY(-2px);
}

.mehit-editorial-cta__btn--primary {
  background: #d6ae4c;
  border-color: #d6ae4c;
  color: #06162f;
}

.mehit-editorial-cta__btn--primary:hover {
  background: #ffffff;
  border-color: #ffffff;
}

.mehit-editorial-cta__btn--secondary:hover {
  border-color: #d6ae4c;
  color: #d6ae4c;
}

@media (min-width: 680px) {
  .mehit-editorial-cta {
    padding: 96px 0;
  }

  .mehit-editorial-cta__actions {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 520px) {
  .mehit-editorial-cta {
    padding: 66px 0;
  }

  .mehit-editorial-cta__btn {
    width: 100%;
  }
}



/* Special Na We Dis streaming section */
.mehit-song-stream {
  background:
    linear-gradient(135deg, rgba(6, 22, 47, 0.96), rgba(6, 22, 47, 0.88)),
    radial-gradient(circle at 20% 10%, rgba(214, 174, 76, 0.18), transparent 34%);
  color: #ffffff;
  padding: clamp(4rem, 8vw, 7rem) 1.25rem;
  overflow: hidden;
}

.mehit-song-stream__container {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.mehit-song-stream__content span {
  display: inline-block;
  color: #d6ae4c;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.mehit-song-stream__content h2 {
  max-width: 620px;
  margin: 0;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(2.2rem, 5.4vw, 5.4rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.mehit-song-stream__content p {
  max-width: 560px;
  margin: 1.35rem 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1rem, 1.3vw, 1.14rem);
  line-height: 1.75;
}

.mehit-song-stream__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.mehit-song-stream__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.15rem;
  padding: 0 1.45rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 260ms ease, background-color 260ms ease, border-color 260ms ease;
}

.mehit-song-stream__btn.primary {
  background: #d6ae4c;
  color: #06162f;
}

.mehit-song-stream__btn.secondary {
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: #ffffff;
}

.mehit-song-stream__btn:hover {
  transform: translateY(-2px);
}

.mehit-song-stream__player {
  position: relative;
}

.mehit-song-stream__video {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(214, 174, 76, 0.34);
  border-radius: 1.4rem;
  aspect-ratio: 16 / 9;
  background: #020814;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.28);
}

.mehit-song-stream__video iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.mehit-song-stream__player p {
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.9rem;
  line-height: 1.6;
}

@media (max-width: 860px) {
  .mehit-song-stream__container {
    grid-template-columns: 1fr;
  }

  .mehit-song-stream__content h2 {
    max-width: 10ch;
  }

  .mehit-song-stream__actions {
    flex-direction: column;
  }

  .mehit-song-stream__btn {
    width: 100%;
  }
}



.mehit-song-stream {
  opacity: 0.96;
}

.mehit-song-stream.is-visible .mehit-song-stream__video {
  animation: mehitSongVideoLift 900ms ease both;
}

@keyframes mehitSongVideoLift {
  from {
    opacity: 0;
    transform: translateY(26px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}







.mehit-song-stream__video--thumbnail {
  position: relative;
  background: #06162f;
}

.mehit-song-stream__play {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
  display: block;
  background: #06162f;
}

.mehit-song-stream__play img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.92) contrast(1.05) brightness(0.86);
  transition: transform 700ms ease, filter 700ms ease;
}

.mehit-song-stream__play::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(6, 22, 47, 0.24),
    rgba(6, 22, 47, 0.02)
  );
}

.mehit-song-stream__play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 999px;
  background: #d6ae4c;
  color: #06162f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 1.4rem 3rem rgba(0, 0, 0, 0.26);
}

.mehit-song-stream__play:hover img {
  transform: scale(1.04);
  filter: saturate(1) contrast(1.08) brightness(0.94);
}





/* ================================
  blog page landing
================================ */


.mehit-newsletter-elite {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: clamp(80px, 9vw, 140px) clamp(18px,5vw,88px);
  position: relative;
  background: linear-gradient(135deg, #0D2137, #091726);
  overflow: hidden;
}

/* GLOW BACKGROUND */
.mehit-newsletter-elite::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(199,169,79,0.35), transparent 70%);
  top: -120px;
  left: -120px;
  filter: blur(80px);
}

.mehit-newsletter-elite::after {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(255,255,255,0.12), transparent 70%);
  bottom: -120px;
  right: -120px;
  filter: blur(90px);
}

/* CENTER CONTENT */
.mehit-newsletter-inner {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}

/* GLASS CARD */
.mehit-newsletter-content {
  max-width: 720px;
  width: 100%;
  text-align: center;

  padding: clamp(30px,4vw,55px);
  border-radius: 28px;

  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 30px 80px rgba(0,0,0,0.25);
}

/* BADGE */
.mehit-newsletter-badge {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(199,169,79,0.2);
  color: #C7A94F;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 18px;
}

/* TITLE */
.mehit-newsletter-content h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2rem,4vw,3rem);
  color: white;
  margin-bottom: 18px;
}

/* TEXT */
.mehit-newsletter-content p {
  color: rgba(255,255,255,0.75);
  line-height: 1.7;
  margin-bottom: 28px;
}

/* FORM */
.mehit-newsletter-form {
  display: flex;
  gap: 10px;
  background: rgba(255,255,255,0.08);
  padding: 8px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.15);
}

/* INPUT */
.mehit-newsletter-form input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 12px 18px;
  color: white;
  font-size: 0.95rem;
  outline: none;
}

.mehit-newsletter-form input::placeholder {
  color: rgba(255,255,255,0.4);
}

/* BUTTON */
.mehit-newsletter-form button {
  background: #C7A94F;
  color: #0D2137;
  border: none;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
  transition: 0.3s;
}

.mehit-newsletter-form button:hover {
  background: #e0c16b;
  transform: translateY(-2px);
}

/* MOBILE */
@media(max-width:600px){
  .mehit-newsletter-form{
    flex-direction: column;
    border-radius: 16px;
  }

  .mehit-newsletter-form button{
    width: 100%;
  }
}



.mehit-featured-card {
  padding: clamp(28px, 4vw, 48px);
  border-radius: 32px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  backdrop-filter: blur(22px);
  box-shadow: 0 30px 80px rgba(0,0,0,0.28);
}

.mehit-featured-tag {
  display: inline-block;
  margin-bottom: 18px;
  color: #C7A94F;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.mehit-featured-card h2 {
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(1.7rem, 3vw, 3rem);
  line-height: 1.08;
  color: #ffffff;
  margin-bottom: 18px;
}

.mehit-featured-card p {
  color: rgba(255,255,255,0.75);
  line-height: 1.75;
  margin-bottom: 24px;
}

.mehit-featured-link {
  color: #C7A94F;
  font-weight: 900;
  text-decoration: none;
}

.mehit-news-mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.mehit-mini-card {
  min-height: 150px;
  padding: 22px;
  border-radius: 24px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(14px);
}

.mehit-mini-card span {
  display: block;
  color: #C7A94F;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.mehit-mini-card strong {
  display: block;
  color: #ffffff;
  font-size: 1.02rem;
  line-height: 1.45;
}

@media (max-width: 980px) {
  .mehit-news-hero {
    min-height: auto;
  }

  .mehit-news-hero-inner {
    grid-template-columns: 1fr;
  }

  .mehit-news-hero h1 {
    font-size: clamp(2.8rem, 10vw, 5rem);
  }
}

@media (max-width: 560px) {
  .mehit-news-hero {
    padding-top: 120px;
  }

  .mehit-news-hero-actions {
    flex-direction: column;
  }

  .mehit-news-btn {
    width: 100%;
  }

  .mehit-news-mini-grid {
    grid-template-columns: 1fr;
  }

  .mehit-featured-card {
    border-radius: 24px;
  }
}



.mehit-blog-feed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 60px clamp(18px,5vw,88px);
  background: #F8F9FA;



  .mehit-hero-image-caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(10px);
  padding: 10px 16px;
  border-radius: 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}






















/* PREMIUM FILTER BAR */
.mehit-blog-filters {
  margin-bottom: 42px;
  position: relative;
}

.mehit-blog-filters-inner {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 6px 4px 14px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}

/* subtle scrollbar */
.mehit-blog-filters-inner::-webkit-scrollbar {
  height: 4px;
}

.mehit-blog-filters-inner::-webkit-scrollbar-track {
  background: transparent;
}

.mehit-blog-filters-inner::-webkit-scrollbar-thumb {
  background: rgba(13, 33, 55, 0.16);
  border-radius: 999px;
}

.mehit-blog-filters-inner::-webkit-scrollbar-thumb:hover {
  background: rgba(199, 169, 79, 0.55);
}

.mehit-filter {
  flex: 0 0 auto;
  scroll-snap-align: start;
  padding: 9px 20px;
  border-radius: 999px;
  border: 1px solid rgba(13, 33, 55, 0.1);
  background: rgba(255,255,255,0.88);
  color: #0D2137;
  font-size: 0.88rem;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 8px 22px rgba(13,33,55,0.04);
  transition: 0.25s ease;
}

.mehit-filter.active,
.mehit-filter:hover {
  background: #0D2137;
  color: #ffffff;
  border-color: #0D2137;
  box-shadow: 0 10px 25px rgba(13,33,55,0.14);
}

/* MOBILE FILTER REFINEMENT */
@media(max-width:600px){
  .mehit-blog-filters {
    margin-bottom: 28px;
  }

  .mehit-blog-filters-inner {
    gap: 8px;
    padding: 4px 2px 10px;
  }

  .mehit-filter {
    padding: 7px 14px;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.01em;
  }

  .mehit-blog-filters-inner::-webkit-scrollbar {
    height: 3px;
  }
}





















/* MAIN GRID */
.mehit-blog-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 50px;
}

/* ARTICLE GRID */
.mehit-blog-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 28px;
}

/* CARD */
.mehit-card {
  background: white;
  border-radius: 22px;
  overflow: hidden;
  transition: 0.3s;
  border: 1px solid #E5E7EB;
}

.mehit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.mehit-card-img {
  position: relative;
  height: 220px;
}

.mehit-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mehit-card-img span {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #C7A94F;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 800;
}

.mehit-card-body {
  padding: 20px;
}

.mehit-card-meta {
  display: flex;
  gap: 10px;
  font-size: 13px;
  color: #777;
  margin-bottom: 10px;
}

.mehit-card h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #0D2137;
}

.mehit-card p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 15px;
}

.mehit-card a {
  color: #C7A94F;
  font-weight: 700;
}

/* SIDEBAR */
.mehit-blog-sidebar {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.mehit-sidebar-card {
  background: white;
  padding: 25px;
  border-radius: 20px;
}

.mehit-sidebar-card h3 {
  margin-bottom: 20px;
}

.mehit-trending {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}

.mehit-trending span {
  font-weight: 800;
  color: #C7A94F;
}

/* CTA */
.mehit-sidebar-cta {
  background: #0D2137;
  color: white;
  padding: 30px;
  border-radius: 20px;
}

.mehit-sidebar-cta a {
  display: block;
  margin-top: 15px;
  background: #C7A94F;
  color: #0D2137;
  padding: 12px;
  text-align: center;
  border-radius: 10px;
  font-weight: 700;
}

/* RESPONSIVE */
@media(max-width:1024px){
  .mehit-blog-layout{
    grid-template-columns:1fr;
  }

  .mehit-blog-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:600px){
  .mehit-blog-grid{
    grid-template-columns:1fr;
  }
}




/* NEXT-LEVEL MEHIT HERO SLIDER */
.mehit-hero-slider {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 10%, rgba(199,169,79,0.22), transparent 32%),
    linear-gradient(135deg, #081827, #0D2137);
  padding-top: clamp(110px, 11vw, 160px);
}

.mehit-slider-wrapper {
  display: flex;
  transition: transform 900ms cubic-bezier(.22,1,.36,1);
  will-change: transform;
}

.mehit-slide {
  min-width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr);
  align-items: center;
  gap: clamp(28px, 5vw, 80px);
  padding: clamp(46px, 6vw, 92px) clamp(18px, 5vw, 88px) clamp(72px, 7vw, 115px);
  color: #fff;
}

.kicker {
  display: inline-flex;
  color: #C7A94F;
  background: rgba(199,169,79,0.16);
  border: 1px solid rgba(199,169,79,0.32);
  padding: 8px 15px;
  border-radius: 999px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .08em;
  margin-bottom: 18px;
}

.mehit-slide-content h1 {
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(2.75rem, 6.4vw, 6.2rem);
  line-height: .95;
  letter-spacing: -0.055em;
  margin-bottom: 24px;
  max-width: 920px;
}

.mehit-slide-content p {
  max-width: 680px;
  color: rgba(255,255,255,.78);
  font-size: clamp(1rem, 1.3vw, 1.22rem);
  line-height: 1.8;
  margin-bottom: 32px;
}

.btn-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #C7A94F;
  color: #0D2137;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 18px 40px rgba(199,169,79,.22);
  transition: .3s ease;
}

.btn-gold:hover {
  transform: translateY(-4px);
  background: #e0c16b;
}

.mehit-slide-image {
  position: relative;
  height: clamp(360px, 44vw, 650px);
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 42px 110px rgba(0,0,0,.42);
  transform: perspective(1200px) rotateY(-3deg);
}

.mehit-slide-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13,33,55,.62), transparent 58%);
  z-index: 2;
}

.mehit-slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1200ms cubic-bezier(.22,1,.36,1);
}

.mehit-slide.active .mehit-slide-image img {
  transform: scale(1.06);
}

/* glass controls */
.mehit-slider-controls {
  position: absolute;
  right: clamp(18px, 5vw, 88px);
  bottom: 32px;
  z-index: 5;
  display: flex;
  gap: 12px;
}

.mehit-slider-controls button {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(14px);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition: .3s ease;
}

.mehit-slider-controls button:hover {
  background: #C7A94F;
  color: #0D2137;
  transform: translateY(-3px);
}

/* dots + progress */
.mehit-slider-dots {
  position: absolute;
  left: clamp(18px, 5vw, 88px);
  bottom: 45px;
  z-index: 5;
  display: flex;
  gap: 10px;
}

.mehit-slider-dots span {
  width: 38px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255,255,255,.22);
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.mehit-slider-dots span::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 0%;
  background: #C7A94F;
}

.mehit-slider-dots span.active::after {
  animation: mehitProgress 6s linear forwards;
}

@keyframes mehitProgress {
  to { width: 100%; }
}

@media(max-width: 900px) {
  .mehit-slide {
    grid-template-columns: 1fr;
  }

  .mehit-slide-image {
    transform: none;
    height: 360px;
  }

  .mehit-slider-controls {
    right: 18px;
    bottom: 26px;
  }

  .mehit-slider-dots {
    left: 18px;
    bottom: 40px;
  }
}

@media(max-width: 560px) {
  .mehit-slide {
    padding-top: 35px;
  }

  .btn-gold {
    width: 100%;
  }

  .mehit-slide-image {
    height: 300px;
    border-radius: 24px;
  }

  .mehit-slider-controls button {
    width: 42px;
    height: 42px;
  }

  .mehit-slider-dots span {
    width: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mehit-slider-wrapper,
  .mehit-slide-image img,
  .btn-gold,
  .mehit-slider-controls button {
    transition: none !important;
    animation: none !important;
  }
}






.mehit-facebook-feed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: clamp(75px, 8vw, 120px) clamp(18px, 5vw, 88px);
  background:
    radial-gradient(circle at 8% 12%, rgba(199,169,79,0.14), transparent 28%),
    linear-gradient(135deg, #F8F9FA, #ffffff);
  overflow: hidden;
  font-family: Inter, Arial, sans-serif;
}

.mehit-facebook-header {
  max-width: 820px;
  margin: 0 auto 55px;
  text-align: center;
}

.mehit-facebook-header span {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(199,169,79,0.14);
  color: #C7A94F;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
}

.mehit-facebook-header h2 {
  font-family: "Space Grotesk", Arial, sans-serif;
  color: #0D2137;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.1;
  margin-bottom: 14px;
}

.mehit-facebook-header p {
  color: #5f6875;
  line-height: 1.7;
}

.mehit-facebook-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
}

.mehit-facebook-copy {
  background: #0D2137;
  color: white;
  border-radius: 32px;
  padding: clamp(30px, 4vw, 52px);
  box-shadow: 0 28px 70px rgba(13,33,55,0.16);
}

.mehit-facebook-copy h3 {
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  margin-bottom: 18px;
}

.mehit-facebook-copy p {
  color: rgba(255,255,255,0.78);
  line-height: 1.8;
  margin-bottom: 28px;
}

.mehit-facebook-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #C7A94F;
  color: #0D2137;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  transition: 0.3s ease;
}

.mehit-facebook-btn:hover {
  background: #e0c16b;
  transform: translateY(-3px);
}

.mehit-facebook-card {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px;
  border-radius: 32px;
  background: rgba(255,255,255,0.75);
  border: 1px solid rgba(13,33,55,0.08);
  box-shadow: 0 28px 70px rgba(13,33,55,0.12);
  overflow: hidden;
}

.mehit-facebook-card .fb-page,
.mehit-facebook-card span,
.mehit-facebook-card iframe {
  max-width: 100% !important;
}

@media(max-width: 900px) {
  .mehit-facebook-layout {
    grid-template-columns: 1fr;
  }
}

@media(max-width: 560px) {
  .mehit-facebook-card {
    padding: 10px;
    border-radius: 22px;
  }

  .mehit-facebook-btn {
    width: 100%;
  }
}












