:root {
    --primary-color: #ff0000; /* Signature Red */
    --secondary-color: #f4b400; /* Accent Gold/Yellow */
    --main-bg: #1a1a1a; /* Dark Background */
    --dark-bg-card: #282828; /* Slightly Lighter Dark Card */
    --text-color-light: #f0f0f0;
    --text-color-muted: #aaaaaa;
    --border-color: #333333;
    --font-stack: 'Montserrat', sans-serif;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--font-stack);
    line-height: 1.6;
    color: var(--text-color-light);
    background-color: var(--main-bg);
    scroll-behavior: smooth;
}

/* Base Styles */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s, opacity 0.3s;
}

a:hover {
    color: var(--secondary-color);
    opacity: 0.8;
}

.content-section {
    padding: 80px 0;
}

.dark-bg-section {
    background-color: var(--dark-bg-card);
}

.section-title {
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 5px;
    color: var(--primary-color);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-subtitle {
    text-align: center;
    color: var(--text-color-muted);
    margin-bottom: 40px;
    font-size: 1.1em;
}

/* Header & Navigation */
.header {
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    position: sticky;
    top: 0;
    z-index: 100;
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.channel-name {
    font-size: 1.5em;
    font-weight: 700;
    color: var(--text-color-light);
}

.handle-tag {
    font-size: 0.6em;
    font-weight: 400;
    color: var(--text-color-muted);
}

nav a {
    color: var(--text-color-light);
    margin-left: 30px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 0;
}

nav a:hover {
    color: var(--primary-color);
}

/* Premium Hero Section */
.premium-hero {
    position: relative;
    height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

#hero-video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#hero-video-container iframe {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 0;
  pointer-events: none; /* keeps hero controls clickable */
}

.hero-content {
    position: relative;
    z-index: 2;
    color: var(--text-color-light);
    padding: 20px;
    background: rgba(0, 0, 0, 0.4); 
    border-radius: 8px;
}

.intro-text {
    font-size: 1.2em;
    font-weight: 300;
    margin-bottom: 10px;
    color: var(--secondary-color);
}

.main-title {
    font-size: 3.5em;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.stats-bar {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 20px;
    font-size: 1.1em;
    font-weight: 600;
}

.mute-btn {
    background: rgba(255, 255, 255, 0.1);
    color: var(--text-color-light);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 8px 15px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 0.9em;
    margin-right: 15px;
    transition: background 0.3s;
}

.mute-btn:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.cta-button {
    display: inline-block;
    background: var(--primary-color);
    color: var(--text-color-light);
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
    transition: background 0.3s;
}

.cta-button:hover {
    background: var(--secondary-color);
    color: var(--main-bg);
}

/* Video/Short/Reel Grids */
.video-grid, .shorts-grid, .reels-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    padding-bottom: 20px; /* Add space above the show more button */
}

/* Hide extra items initially */
.media-card.hidden {
    display: none !important;
}

.media-card {
    background: var(--dark-bg-card);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s, box-shadow 0.3s;
}

.media-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5), 0 0 15px var(--primary-color);
}

.media-card-content {
    padding: 15px;
}

.media-card-content h3 {
    font-size: 1.1em;
    margin-bottom: 5px;
    height: 3.3em;
    overflow: hidden;
}

.media-card-content a {
    color: var(--text-color-light);
}

.media-card-content a:hover {
    color: var(--primary-color);
}

.media-card-content p {
    font-size: 0.9em;
    color: var(--text-color-muted);
    margin-top: 5px;
}

/* Video Embeds */
.video-embed {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
}

.video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Shorts (Vertical Aspect Ratio for Embedding) */
.shorts-grid .video-embed {
    padding-bottom: 177.77%; /* 9:16 Aspect Ratio */
}


/* Instagram Reel Card - EMBEDDED */
.reel-card {
    background: var(--dark-bg-card);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    /* Use a fixed height or max-height for uniform reel display */
    max-height: 500px; 
}

.reel-embed-container {
  position: relative;
  width: 100%;
  padding-bottom: 177.77%; /* 9:16 aspect ratio */
  height: 0;
}

.reel-embed-container iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.reel-iframe-wrapper iframe {
    /* Use the specified fixed height */
    height: 480px !important; 
    width: 100% !important;
}


/* Show More Button */
.show-more-container {
    text-align: center;
    margin-top: 30px;
}

.show-more-btn {
    background: var(--primary-color);
    color: var(--text-color-light);
    border: none;
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    font-size: 1em;
    transition: background 0.3s, transform 0.1s;
}

.show-more-btn:hover {
    background: var(--secondary-color);
    color: var(--main-bg);
    transform: translateY(-2px);
}

.show-more-btn i {
    margin-left: 10px;
    transition: transform 0.3s;
}

.show-more-btn.hide-text {
    /* Styles for when button says "Show Less" */
    background: #555;
}

.show-more-btn.hide-text i {
    transform: rotate(180deg);
}

/* Beautiful Premium Footer */
.footer {
    background: #000000;
    color: var(--text-color-light);
    padding: 60px 0 20px 0;
    border-top: 5px solid var(--primary-color);
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 30px;
}

.footer-col h3 {
    color: var(--secondary-color);
    font-size: 1.4em;
    margin-bottom: 15px;
    font-weight: 700;
}

.footer-desc {
    color: var(--text-color-muted);
    font-size: 0.9em;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col a {
    color: var(--text-color-light);
    font-weight: 400;
}

.social-icons {
    margin-top: 15px;
}

.social-icons a {
    font-size: 1.8em;
    margin-right: 15px;
}

.social-icons a:nth-child(1) { color: #E4405F; }
.social-icons a:nth-child(2) { color: var(--primary-color); }

.contact-info {
    margin-top: 20px;
    font-size: 0.9em;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid var(--border-color);
    font-size: 0.8em;
    color: var(--text-color-muted);
}

@media (max-width: 768px) {
  .main-title {
    font-size: 2em;
  }
  .intro-text {
    font-size: 1em;
  }
  .stats-bar {
    flex-direction: column;
    gap: 10px;
  }
}

.hamburger {
  display: none;
  font-size: 1.8em;
  cursor: pointer;
  color: var(--text-color-light);
}

/* Mobile breakpoint */
@media (max-width: 768px) {
  .nav-menu {
    display: none;
    flex-direction: column;
    background: var(--dark-bg-card);
    position: absolute;
    top: 60px;
    right: 20px;
    padding: 15px;
    border-radius: 8px;
  }
  .nav-menu.active {
    display: flex;
  }
  .hamburger {
    display: block;
  }
}


@media (max-width: 500px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.8em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}


#hero-video-container::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0.9));
  z-index: 2;
}
.hero-content {
  z-index: 3; /* sits above overlay */
}


.media-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 15px 30px rgba(0,0,0,0.6), 0 0 20px var(--primary-color);
}

.cta-button, .show-more-btn {
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  box-shadow: 0 4px 15px rgba(0,0,0,0.4);
}
.cta-button:hover, .show-more-btn:hover {
  transform: translateY(-2px) scale(1.03);
}


.footer {
  background: linear-gradient(to right, #000, #111);
}
.social-icons a:hover {
  transform: scale(1.2);
  filter: drop-shadow(0 0 6px var(--secondary-color));
}


.reel-embed-container {
  position: relative;
  width: 100%;
  padding-bottom: 177.77%; /* 9:16 aspect ratio */
  height: 0;
  overflow: hidden;
  border-radius: 12px;
}

.reel-embed-container iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: #000; /* avoids white flash */
}

.reel-simple {
  position: relative;
  width: 100%;
  max-width: 400px;   /* keeps it neat */
  margin: 0 auto;
}

.reel-simple iframe {
  width: 100%;
  min-height: 600px;  /* Instagram’s default embed height */
  border: none;
  overflow: hidden;
}

body {
  font-family: 'Montserrat', sans-serif;
}

.section-title, .main-title, .channel-name {
  font-family: 'Playfair Display', serif;
  letter-spacing: 1px;
}

:root {
  --primary-color: #e50914; /* Netflix-style deep red */
  --secondary-color: #ffcc00; /* Rich gold */
  --main-bg: #0d0d0d; /* Deeper black */
  --dark-bg-card: #1a1a1a;
  --text-color-light: #f5f5f5;
  --text-color-muted: #999999;
}

.cta-button, .show-more-btn {
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: #fff;
  border: none;
  box-shadow: 0 4px 15px rgba(0,0,0,0.5);
  transition: transform 0.2s, box-shadow 0.3s;
}

.cta-button:hover, .show-more-btn:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 6px 20px rgba(0,0,0,0.7);
}

.section-title {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: var(--secondary-color);
  border-radius: 2px;
}

.footer {
  background: linear-gradient(to right, #000, #111);
  color: var(--text-color-light);
}

/* Adjust hero height for mobile */
@media (max-width: 768px) {
  .premium-hero {
    height: 55vh;
  }
}

@media (min-width: 769px) {
  #hero-video-container iframe {
    transform: scale(1.08);
  }
}
