/*
Theme Name: MusicHaven Exact Mockup Child
Theme URI: https://themusichaven.com
Description: Exact MusicHaven New MTV / premium editorial homepage child theme for Depth News.
Author: Haven Media Group
Version: 2.0.0
Template: depth-news
Text Domain: musichaven-exact
*/

/* ======================================================
   MUSICHAVEN EXACT MOCKUP CHILD THEME
   New MTV / Gen Z discovery + prestige editorial
   IMPORTANT: MusicHaven is one word everywhere.
====================================================== */

:root{
  --mh-gold:#E0A52F;
  --mh-gold-bright:#FFD76A;
  --mh-brown:#8C5A14;
  --mh-black:#050505;
  --mh-ink:#111111;
  --mh-muted:#6b6b6b;
  --mh-line:#ead7a8;
  --mh-paper:#ffffff;
  --mh-soft:#fff8e6;
  --mh-pink:#ff2fb3;
  --mh-blue:#149cff;
  --mh-purple:#7c4dff;
}

html, body{
  margin:0 !important;
  padding:0 !important;
  background:#fff !important;
  color:var(--mh-ink) !important;
  font-family:Inter, Arial, sans-serif !important;
}

body.home,
body.blog,
body.front-page{
  background:#fff !important;
}

.mh-page, .mh-page *{ box-sizing:border-box; }

.mh-page{
  min-height:100vh;
  background:#fff;
  color:var(--mh-ink);
  font-family:Inter, Arial, sans-serif;
  overflow-x:hidden;
}

.mh-wrap{
  width:min(1500px, calc(100% - 70px));
  margin:0 auto;
}

.mh-topbar{
  background:#fff;
  border-bottom:1px solid #f1e6c9;
}

.mh-topbar-inner{
  height:118px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:24px;
}

.mh-socials{
  display:flex;
  align-items:center;
  gap:20px;
  color:#000;
  font-size:19px;
  font-weight:900;
}

.mh-socials span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:19px;
  height:19px;
  line-height:1;
}

.mh-menu-dot{ font-size:24px; transform:translateY(-1px); }

.mh-brand{
  text-align:center;
  line-height:1;
}

.mh-brand a{ text-decoration:none !important; color:inherit !important; }

.mh-logo-img{
  display:block;
  height:115px !important;
  width:auto !important;
  max-width:none !important;
  max-height:115px !important;
  object-fit:contain !important;
  margin:0 auto 4px !important;
  filter:drop-shadow(0 5px 14px rgba(224,165,47,.35));
}

.mh-brand{
  width:100% !important;
  text-align:center !important;
}

@media(max-width:768px){
  .mh-logo-img{
    height:90px !important;
    max-height:90px !important;
    width:auto !important;
  }
  font-family:"Playfair Display", Georgia, serif;
  font-weight:900;
  color:var(--mh-gold);
  font-size:clamp(46px, 5.2vw, 86px);
  letter-spacing:-.06em;
  text-shadow:0 1px 0 #7c4e10;
  white-space:nowrap;
}

.mh-tagline{
  font-size:13px;
  font-weight:900;
  letter-spacing:.48em;
  text-transform:uppercase;
  color:#111;
  margin-top:4px;
}

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

.mh-search{
  font-size:28px;
  line-height:1;
  color:#000;
}

.mh-join{
  display:inline-flex;
  align-items:center;
  gap:10px;
  border:2px solid var(--mh-gold);
  padding:13px 22px;
  text-decoration:none !important;
  color:var(--mh-gold) !important;
  font-size:13px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  background:#fff;
}

.mh-person{
  width:18px;
  height:18px;
  border-radius:50%;
  background:var(--mh-gold);
  display:inline-block;
  position:relative;
}
.mh-person:after{
  content:"";
  position:absolute;
  left:-4px;
  right:-4px;
  bottom:-7px;
  height:8px;
  background:var(--mh-gold);
  border-radius:50% 50% 0 0;
}

.mh-channel-nav{
  background:#050505;
  border-top:3px solid var(--mh-gold);
  border-bottom:3px solid var(--mh-gold);
}

.mh-channel-nav .mh-wrap{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:48px;
  height:58px;
}

.mh-channel-nav a{
  color:#fff !important;
  text-decoration:none !important;
  font-family:"Oswald", Impact, sans-serif;
  font-size:20px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.mh-channel-nav a:hover{ color:var(--mh-gold-bright) !important; }

.mh-home-icon{
  color:var(--mh-gold-bright) !important;
  font-size:24px !important;
  position:relative;
}
.mh-home-icon:after{
  content:"";
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom:-16px;
  width:38px;
  height:7px;
  background:var(--mh-gold);
}

.mh-ticker{
  background:#0b0b0b;
  color:#fff;
  border-bottom:1px solid var(--mh-gold);
  overflow:hidden;
}

.mh-ticker-inner{
  display:flex;
  align-items:center;
  min-height:42px;
  white-space:nowrap;
}

.mh-ticker-label{
  background:linear-gradient(135deg, var(--mh-gold-bright), var(--mh-gold));
  color:#000;
  font-family:"Oswald", Impact, sans-serif;
  font-size:20px;
  font-weight:900;
  text-transform:uppercase;
  padding:10px 28px;
  transform:skewX(-14deg);
  margin-left:26px;
  margin-right:18px;
}
.mh-ticker-label span{
  display:inline-block;
  transform:skewX(14deg);
}

.mh-ticker-track{
  display:flex;
  align-items:center;
  gap:34px;
  animation:mhTicker 26s linear infinite;
  font-size:15px;
}

.mh-ticker-track a{
  color:#fff !important;
  text-decoration:none !important;
  font-weight:600;
}

.mh-ticker-track i{
  color:var(--mh-gold);
  font-style:normal;
}

@keyframes mhTicker{
  from{ transform:translateX(0); }
  to{ transform:translateX(-35%); }
}

.mh-main{
  padding:26px 0 48px;
  background:#fff;
}

.mh-layout{
  display:grid;
  grid-template-columns:minmax(0, 1fr) 370px;
  gap:32px;
  align-items:start;
}

.mh-hero-grid{
  display:grid;
  grid-template-columns:1.08fr 1fr;
  grid-template-rows:245px 245px;
  gap:4px;
  overflow:hidden;
  border-radius:2px;
}

.mh-feature{
  position:relative;
  min-height:245px;
  background:#151515;
  color:#fff;
  overflow:hidden;
  text-decoration:none !important;
}

.mh-feature-large{ grid-row:span 2; }

.mh-feature-img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  filter:brightness(.55) saturate(1.12);
  transform:scale(1.01);
}

.mh-feature:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.82));
}

.mh-feature-content{
  position:absolute;
  left:24px;
  right:24px;
  bottom:22px;
  z-index:2;
}

.mh-badge{
  display:inline-flex;
  align-items:center;
  background:var(--mh-gold-bright);
  color:#000;
  padding:7px 10px 6px;
  font-size:12px;
  font-weight:900;
  line-height:1;
  text-transform:uppercase;
  margin-bottom:13px;
}
.mh-badge.pink{ background:var(--mh-pink); color:#fff; }
.mh-badge.blue{ background:var(--mh-blue); color:#fff; }
.mh-badge.purple{ background:var(--mh-purple); color:#fff; }

.mh-feature h1,
.mh-feature h2{
  color:#fff !important;
  margin:0;
  font-family:"Oswald", Impact, sans-serif !important;
  text-transform:uppercase;
  letter-spacing:.025em;
  line-height:.98;
}

.mh-feature h1{
  font-size:clamp(44px, 4.4vw, 72px);
  max-width:680px;
}

.mh-feature h2{
  font-size:26px;
  line-height:1.06;
}

.mh-feature p{
  color:#fff !important;
  margin:14px 0 0;
  font-size:23px;
  line-height:1.28;
  max-width:620px;
}

.mh-feature:not(.mh-feature-large) p{
  font-size:16px;
  margin-top:12px;
}

.mh-dots{
  position:absolute;
  z-index:3;
  left:24px;
  bottom:22px;
  display:flex;
  gap:10px;
}
.mh-dots b{
  width:11px;
  height:11px;
  background:#fff;
  opacity:.85;
  border-radius:50%;
  display:block;
}
.mh-dots b:first-child{
  width:28px;
  border-radius:999px;
  background:var(--mh-gold-bright);
  opacity:1;
}

.mh-feature-large .mh-feature-content{ bottom:80px; }

.mh-side-card{
  background:#fff;
  border:1px solid #ececec;
  box-shadow:0 3px 20px rgba(0,0,0,.05);
  padding:22px;
  margin-bottom:22px;
}

.mh-section-title{
  display:flex;
  align-items:center;
  gap:14px;
  margin:0 0 18px;
  color:#111 !important;
  font-family:"Oswald", Impact, sans-serif !important;
  font-size:28px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.mh-section-title:after{
  content:"";
  height:2px;
  background:var(--mh-gold);
  flex:1;
}
.mh-section-title .star{
  color:var(--mh-gold);
}

.mh-trending-list{
  margin:0;
  padding:0;
  list-style:none;
  counter-reset:mhtrend;
}
.mh-trending-list li{
  counter-increment:mhtrend;
  display:grid;
  grid-template-columns:32px 80px 1fr;
  gap:14px;
  align-items:center;
  margin:0 0 18px;
}
.mh-trending-list li:before{
  content:counter(mhtrend);
  width:28px;
  height:28px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--mh-gold);
  color:#fff;
  border-radius:5px;
  font-weight:900;
}
.mh-trending-list img{
  width:80px;
  height:58px;
  object-fit:cover;
  border-radius:3px;
}
.mh-trending-list a{
  color:#111 !important;
  text-decoration:none !important;
  font-weight:900;
  font-size:17px;
  line-height:1.18;
}

.mh-newsletter p{
  color:#333 !important;
  font-size:15px;
  line-height:1.45;
  margin:0 0 16px;
}
.mh-form{
  display:flex;
  border:1px solid #ddd;
  height:44px;
}
.mh-form input{
  flex:1;
  border:0 !important;
  padding:0 14px !important;
  font-size:14px;
  outline:none;
}
.mh-form button{
  border:0 !important;
  background:#050505 !important;
  color:#fff !important;
  padding:0 18px !important;
  font-family:"Oswald", Impact, sans-serif;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.05em;
}

.mh-playlist-item{
  display:grid;
  grid-template-columns:78px 1fr 38px;
  gap:14px;
  align-items:center;
  padding:13px 0;
  border-bottom:1px solid #eee;
}
.mh-playlist-item img{
  width:78px;
  height:72px;
  object-fit:cover;
  border-radius:3px;
}
.mh-playlist-item h4{
  margin:0 0 4px;
  font-size:17px;
  color:#111;
  font-weight:900;
}
.mh-playlist-item p{
  margin:0;
  color:#777 !important;
  font-size:12px;
  text-transform:uppercase;
}
.mh-play{
  width:34px;
  height:34px;
  border-radius:50%;
  background:#000;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
}

.mh-latest{
  margin-top:34px;
  padding-top:2px;
}

.mh-latest-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-top:1px solid #eee;
  padding-top:18px;
  margin-bottom:18px;
}
.mh-latest-head h2{
  margin:0;
  color:#111 !important;
  font-family:"Oswald", Impact, sans-serif !important;
  font-size:28px;
  text-transform:uppercase;
  letter-spacing:.04em;
  padding-left:15px;
  border-left:4px solid var(--mh-gold);
}
.mh-latest-head a{
  color:#111 !important;
  text-decoration:none !important;
  font-weight:900;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.mh-latest-grid{
  display:grid;
  grid-template-columns:repeat(5, minmax(0, 1fr));
  gap:22px;
}
.mh-story-card a{
  text-decoration:none !important;
  color:inherit !important;
}
.mh-story-card img{
  width:100%;
  height:115px;
  object-fit:cover;
  border-radius:3px;
  display:block;
}
.mh-story-card .mh-mini-badge{
  display:inline-block;
  margin-top:-10px;
  background:#fff;
  color:var(--mh-pink);
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  border-bottom:2px solid currentColor;
  position:relative;
  z-index:2;
}
.mh-story-card h3{
  margin:8px 0 12px;
  color:#111 !important;
  font-size:18px;
  line-height:1.18;
  font-weight:900;
}
.mh-story-card time{
  color:#777;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.mh-channels{
  margin-top:42px;
  padding:30px 0 4px;
  border-top:1px solid #eee;
}
.mh-channel-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:16px;
}
.mh-channel-tile{
  min-height:136px;
  background:linear-gradient(135deg, #050505, #2a1b09);
  border:1px solid var(--mh-gold);
  color:#fff !important;
  text-decoration:none !important;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:18px;
  position:relative;
  overflow:hidden;
}
.mh-channel-tile:before{
  content:"";
  position:absolute;
  inset:-40%;
  background:radial-gradient(circle, rgba(255,215,106,.3), transparent 48%);
  transform:translate(20%,20%);
}
.mh-channel-tile strong{
  position:relative;
  z-index:2;
  font-family:"Oswald", Impact, sans-serif;
  font-size:28px;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.mh-channel-tile span{
  position:relative;
  z-index:2;
  color:var(--mh-gold-bright);
  font-size:13px;
  font-weight:800;
}

.mh-footer{
  background:#050505;
  color:#fff;
  border-top:5px solid var(--mh-gold);
  padding:38px 0;
  margin-top:48px;
}
.mh-footer-grid{
  display:grid;
  grid-template-columns:1fr 2fr 1fr;
  gap:30px;
  align-items:start;
}
.mh-footer h3{
  color:var(--mh-gold) !important;
  font-family:"Oswald", Impact, sans-serif !important;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.mh-footer a{
  color:#fff !important;
  text-decoration:none !important;
  margin:0 16px 12px 0;
  display:inline-block;
  font-weight:800;
}
.mh-footer p{ color:#bbb !important; margin:0; }

body .site-header:not(.mh-topbar),
body #masthead:not(.mh-topbar),
body .main-navigation:not(.mh-channel-nav){
  display:none !important;
}

/* Single posts keep clean readability */
body.single .site-header,
body.single #masthead,
body.page .site-header,
body.page #masthead{
  display:block !important;
}

@media (max-width:1180px){
  .mh-wrap{ width:min(100% - 32px, 1100px); }
  .mh-layout{ grid-template-columns:1fr; }
  .mh-sidebar{ display:grid; grid-template-columns:1fr 1fr; gap:18px; }
  .mh-channel-nav .mh-wrap{ gap:28px; overflow:auto; justify-content:flex-start; }
}

@media (max-width:820px){
  .mh-topbar-inner{
    height:auto;
    padding:20px 0;
    grid-template-columns:1fr;
    text-align:center;
  }
  .mh-socials, .mh-actions{ justify-content:center; }
  .mh-logo-img{ max-width:86vw; max-height:80px; }
  .mh-logo-text{ font-size:52px; }
  .mh-tagline{ font-size:10px; letter-spacing:.28em; }
  .mh-channel-nav .mh-wrap{ height:52px; gap:24px; }
  .mh-channel-nav a{ font-size:17px; white-space:nowrap; }
  .mh-ticker-label{ margin-left:0; padding:9px 18px; }
  .mh-hero-grid{ grid-template-columns:1fr; grid-template-rows:auto; }
  .mh-feature-large{ grid-row:auto; min-height:470px; }
  .mh-feature{ min-height:270px; }
  .mh-feature h1{ font-size:45px; }
  .mh-feature p{ font-size:18px; }
  .mh-sidebar{ display:block; }
  .mh-latest-grid{ grid-template-columns:repeat(2, 1fr); }
  .mh-channel-grid{ grid-template-columns:repeat(2, 1fr); }
  .mh-footer-grid{ grid-template-columns:1fr; }
}

@media (max-width:520px){
  .mh-wrap{ width:calc(100% - 22px); }
  .mh-socials{ gap:15px; }
  .mh-join{ padding:10px 14px; }
  .mh-feature-large{ min-height:410px; }
  .mh-feature-content{ left:16px; right:16px; }
  .mh-feature h1{ font-size:38px; }
  .mh-latest-grid, .mh-channel-grid{ grid-template-columns:1fr; }
  .mh-story-card img{ height:175px; }
}
