/* Placeholder for future BuddyPress, MediaPress, and layout styling */
/* ------------------------------------------
   GLOBAL STREAMING-NETWORK STYLE (A2)
   MoviesPlusTV Theme — Phase 2
------------------------------------------- */

/* Reset basic content spacing */
.entry-content img,
.entry-content video,
.entry-content figure {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1.5rem auto;
  border-radius: 6px; /* A2 rounded corners */
  box-shadow: 0 4px 14px rgba(0,0,0,0.35); /* subtle premium shadow */
}

/* Paragraphs */
.entry-content p {
  line-height: 1.6;
  margin: 1rem 0;
  font-size: 1.05rem;
}

/* Headings */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  font-weight: 600;
  margin: 2rem 0 1rem;
  letter-spacing: 0.02em;
  color: #fff;
}

.entry-content h1 { font-size: 2rem; }
.entry-content h2 { font-size: 1.7rem; }
.entry-content h3 { font-size: 1.4rem; }

/* Lists */
.entry-content ul,
.entry-content ol {
  margin: 1rem 0 1rem 1.5rem;
  line-height: 1.6;
}

/* Links */
.entry-content a {
  color: var(--mptv-purple);
  font-weight: 500;
}
.entry-content a:hover {
  text-decoration: underline;
}

/* Buttons */
button,
input[type="submit"],
.wp-block-button__link {
  background: var(--mptv-purple);
  color: #fff;
  padding: 0.6rem 1.2rem;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 0.03em;
  transition: 0.2s ease;
}
button:hover,
input[type="submit"]:hover,
.wp-block-button__link:hover {
  background: #d36aff;
  box-shadow: 0 0 12px rgba(185,76,255,0.6);
}

/* Forms */
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  width: 100%;
  padding: 0.7rem;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(0,0,0,0.4);
  color: #fff;
  margin-bottom: 1rem;
}

/* BuddyPress baseline */
#buddypress .activity,
#buddypress .item-list {
  background: rgba(0,0,0,0.35);
  padding: 1rem;
  border-radius: 6px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.25);
}

#buddypress .activity-avatar img,
#buddypress .item-avatar img {
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

/* MediaPress baseline */
.mpp-item-thumbnail img {
  border-radius: 6px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.35);
}

.mpp-galleries-list,
.mpp-media-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 1.2rem;
}

/* Content container spacing */
.site-main .mptv-container {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

/* Footer baseline */
.site-footer {
  opacity: 0.7;
  font-size: 0.85rem;
}
/* ------------------------------------------
   FOOTER — Recent Posts Styling
------------------------------------------- */

footer,
.mptv-footer-posts {
  text-align: center;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.2);
}

.mptv-footer-posts h3 {
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
  color: #fff;
}

.mptv-footer-posts ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  text-align: left;
}

.mptv-footer-posts li {
  margin: 0.3rem 0;
}

.mptv-footer-posts a {
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
}

.mptv-footer-posts a:hover {
  opacity: 1;
  text-decoration: underline;
}

/* ------------------------------------------
   PHASE 3 — HOME HERO + CHANNEL ROWS
------------------------------------------- */

/* Hero */
.mptv-hero {
  width: 100%;
  height: 380px;
  background: linear-gradient(
      rgba(0,0,0,0.6),
      rgba(0,0,0,0.6)
    ),
    url('https://martianpoop.com/wp-content/uploads/hero.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
.mptv-hero-inner {
  padding-left: 3rem;
}
.mptv-hero-title {
  font-size: 3rem;
  font-weight: 700;
  margin: 0;
}
.mptv-hero-tagline {
  font-size: 1.3rem;
  opacity: 0.85;
  margin-top: 0.5rem;
}

/* Row */
.mptv-row {
  margin: 3rem 0;
}
.mptv-row-title {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}

/* Horizontal scroll */
.mptv-scroll {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
}
.mptv-scroll::-webkit-scrollbar {
  height: 8px;
}
.mptv-scroll::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.2);
  border-radius: 4px;
}

/* Cards */
.mptv-card {
  min-width: 180px;
  max-width: 180px;
  flex-shrink: 0;
}
.mptv-card img {
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.35);
}
.mptv-card-placeholder {
  width: 100%;
  height: 100px;
  background: rgba(255,255,255,0.1);
  border-radius: 6px;
}
.mptv-card-title {
  font-size: 0.95rem;
  margin-top: 0.5rem;
  line-height: 1.3;
}


.mptv-footer-posts {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.2);
}
.mptv-footer-posts h3 {
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
}
.mptv-footer-posts ul {
  list-style: none;
  padding: 0;
}
.mptv-footer-posts li {
  margin: 0.3rem 0;
}
.mptv-footer-posts a {
  color: #fff;
  opacity: 0.85;
}
.mptv-footer-posts a:hover {
  opacity: 1;
}
