/* =============================================
   GKMRHK - Gurdwara Khalsa Mero Roop Hai Khas
   Custom Stylesheet
   ============================================= */

:root {
  --navy: #1a2540;
  --gold: #c8922a;
  --gold-light: #e8b84b;
  --cream: #fdf8f0;
  --white: #ffffff;
  --text-dark: #1a2540;
  --text-mid: #4a5568;
  --text-light: #718096;
  --border: #e2d9c8;
  --section-bg: #f7f3ec;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Jost', 'Segoe UI', sans-serif;
  --transition: 0.3s ease;
}

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--text-dark);
  background: var(--white);
  line-height: 1.7;
  font-size: 16px;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--gold-light); }

/* ===== TYPOGRAPHY ===== */
h1, h2, h3, h4, h5 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.2;
  color: var(--navy);
}

h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.5rem); }
h3 { font-size: clamp(1.3rem, 2.5vw, 1.9rem); }
h4 { font-size: 1.2rem; }

.section-title {
  text-align: center;
  margin-bottom: 0.5rem;
  position: relative;
}

.section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  margin: 0.8rem auto 0;
  border-radius: 2px;
}

/* ===== ORNAMENT ===== */
.khanda-ornament {
  display: block;
  text-align: center;
  font-size: 2rem;
  color: var(--gold);
  margin: 1rem 0;
  opacity: 0.7;
}

/* ===== NAVBAR ===== */
#main-navbar {
  background: var(--navy);
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 20px rgba(0,0,0,0.3);
  transition: background var(--transition);
}

.navbar-brand img {
  height: 48px;
  width: auto;
}

.navbar-brand .brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.navbar-brand .brand-name {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.02em;
}

.navbar-brand .brand-sub {
  font-size: 0.65rem;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.navbar-toggler {
  border-color: rgba(200,146,42,0.5);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28200,146,42, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-nav .nav-link {
  color: rgba(255,255,255,0.82) !important;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 1.2rem 0.75rem !important;
  transition: color var(--transition);
  position: relative;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--gold) !important;
}

.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0.6rem;
  left: 0.75rem;
  right: 0.75rem;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform var(--transition);
  border-radius: 2px;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  transform: scaleX(1);
}

/* Dropdown */
.dropdown-menu {
  background: var(--navy);
  border: 1px solid rgba(200,146,42,0.2);
  border-top: 2px solid var(--gold);
  border-radius: 0 0 8px 8px;
  min-width: 200px;
  padding: 0.5rem 0;
}

.dropdown-item {
  color: rgba(255,255,255,0.75) !important;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.6rem 1.2rem;
  transition: all var(--transition);
}

.dropdown-item:hover {
  background: rgba(200,146,42,0.15);
  color: var(--gold) !important;
}

/* ===== HERO SECTION ===== */
.hero-section {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--navy);
}

.hero-img-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  opacity: 0.45;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(26,37,64,0.85) 0%,
    rgba(26,37,64,0.5) 50%,
    rgba(200,146,42,0.15) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: var(--white);
  padding: 4rem 0;
}

.hero-eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 1rem;
  display: block;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 6vw, 4.5rem);
  font-weight: 600;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 1rem;
}

.hero-title span { color: var(--gold-light); }

.hero-subtitle {
  font-family: var(--font-display);
  font-size: clamp(1rem, 2.5vw, 1.5rem);
  color: rgba(255,255,255,0.8);
  font-weight: 300;
  font-style: italic;
  margin-bottom: 2rem;
}

.hero-divider {
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 1.5rem auto;
}

.hero-desc {
  font-size: 1rem;
  color: rgba(255,255,255,0.8);
  max-width: 600px;
  margin: 0 auto 2.5rem;
  font-weight: 300;
  line-height: 1.8;
}

.hero-cta {
  display: inline-block;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--navy) !important;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.9rem 2.5rem;
  border-radius: 2px;
  transition: all var(--transition);
  box-shadow: 0 4px 20px rgba(200,146,42,0.4);
}

.hero-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(200,146,42,0.5);
  color: var(--navy) !important;
}

/* ===== WELCOME SECTION ===== */
.welcome-section {
  background: var(--cream);
  padding: 5rem 0;
  position: relative;
}

.welcome-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--navy), var(--gold), var(--navy));
}

.welcome-text {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--text-mid);
  font-weight: 400;
  line-height: 1.8;
  font-style: italic;
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}

/* ===== INFO CARDS ===== */
.info-cards { padding: 5rem 0; }

.info-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-top: 3px solid var(--gold);
  border-radius: 4px;
  padding: 2.5rem 2rem;
  height: 100%;
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}

.info-card::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--navy), var(--gold));
  transform: scaleX(0);
  transition: transform var(--transition);
}

.info-card:hover {
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
  transform: translateY(-4px);
  border-top-color: var(--navy);
}

.info-card:hover::before { transform: scaleX(1); }

.info-card-icon {
  font-size: 2.5rem;
  color: var(--gold);
  margin-bottom: 1.2rem;
  display: block;
}

.info-card h3 {
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
  color: var(--navy);
}

.info-card p {
  color: var(--text-mid);
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.8;
}

/* ===== SMAGAM SECTION ===== */
.smagam-section {
  background: linear-gradient(135deg, var(--navy) 0%, #243056 100%);
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}

.smagam-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(200,146,42,0.15) 0%, transparent 70%);
  pointer-events: none;
}

.smagam-section .section-title { color: var(--white); }
.smagam-section .section-title::after { background: linear-gradient(90deg, var(--gold), var(--gold-light)); }

.smagam-text {
  color: rgba(255,255,255,0.8);
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-style: italic;
  text-align: center;
  max-width: 680px;
  margin: 0 auto 2.5rem;
  font-weight: 300;
}

.smagam-poster {
  border: 4px solid var(--gold);
  border-radius: 4px;
  max-width: 480px;
  margin: 0 auto;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}

/* ===== DIVAN SECTION ===== */
.divan-section { padding: 5rem 0; background: var(--section-bg); }

.divan-embed {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.divan-embed iframe {
  max-width: 100%;
  border-radius: 2px;
}

/* ===== MEDIA CARD (routine page) ===== */
.routine-card {
  display: flex;
  gap: 2rem;
  align-items: center;
  background: var(--white);
  border: 1px solid var(--border);
  border-left: 4px solid var(--gold);
  border-radius: 4px;
  padding: 2rem;
  margin-bottom: 2rem;
  transition: all var(--transition);
}

.routine-card:hover {
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
  transform: translateX(4px);
  border-left-color: var(--navy);
}

.routine-card-img {
  width: 200px;
  min-width: 200px;
  height: 150px;
  object-fit: cover;
  border-radius: 3px;
}

.routine-card-title {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--navy);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.routine-card-text {
  color: var(--text-mid);
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.8;
}

@media (max-width: 576px) {
  .routine-card { flex-direction: column; }
  .routine-card-img { width: 100%; min-width: unset; height: 200px; }
}

/* ===== PAGE HEADER ===== */
.page-header {
  background: linear-gradient(135deg, var(--navy) 0%, #243056 100%);
  padding: 5rem 0 4rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-header::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--navy), var(--gold), var(--navy));
}

.page-header::before {
  content: '';
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 200px;
  background: radial-gradient(ellipse, rgba(200,146,42,0.15) 0%, transparent 70%);
  pointer-events: none;
}

.page-header h1 {
  color: var(--white);
  margin-bottom: 0.5rem;
  position: relative;
}

.page-header .page-header-sub {
  color: rgba(255,255,255,0.65);
  font-style: italic;
  font-family: var(--font-display);
  font-size: 1.1rem;
  position: relative;
}

.page-header .gold-line {
  width: 60px;
  height: 2px;
  background: var(--gold);
  margin: 1rem auto 0;
  border-radius: 2px;
}

/* ===== CONTENT SECTIONS ===== */
.content-section { padding: 4rem 0; }
.content-section.alt { background: var(--section-bg); }

.intro-paragraph {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--text-mid);
  text-align: center;
  max-width: 750px;
  margin: 0 auto 3rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.9;
}

/* ===== RESOURCE CARDS ===== */
.resource-card {
  display: flex;
  gap: 2rem;
  align-items: center;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 2rem;
  margin-bottom: 2rem;
  transition: all var(--transition);
  overflow: hidden;
}

.resource-card:hover {
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
  border-color: var(--gold);
}

.resource-card img {
  width: 160px;
  min-width: 160px;
  height: 100px;
  object-fit: contain;
  border-radius: 3px;
}

.resource-card h3 { margin-bottom: 0.5rem; }
.resource-card h3 a { color: var(--navy); }
.resource-card h3 a:hover { color: var(--gold); }

.resource-card p {
  color: var(--text-mid);
  font-size: 0.95rem;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 576px) {
  .resource-card { flex-direction: column; }
  .resource-card img { width: 100%; min-width: unset; height: 80px; object-fit: contain; }
}

/* ===== SOCIAL LINKS ===== */
.social-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  margin: 3rem 0;
}

.social-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  border-radius: 6px;
  color: var(--white) !important;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: all var(--transition);
  gap: 0.8rem;
}

.social-tile:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(0,0,0,0.25); }
.social-tile i { font-size: 2.5rem; }
.social-tile.fb { background: linear-gradient(135deg, #1877f2, #0d5fbf); }
.social-tile.ig { background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.social-tile.yt { background: linear-gradient(135deg, #ff0000, #cc0000); }
.social-tile.sc { background: linear-gradient(135deg, #ff7700, #ff3300); }

/* ===== SOUNDCLOUD EMBED ===== */
.soundcloud-embed {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 6px;
  overflow: hidden;
  padding: 1rem;
}

/* ===== CONTACT SECTION ===== */
.contact-info {
  background: var(--white);
  border: 1px solid var(--border);
  border-top: 3px solid var(--gold);
  border-radius: 4px;
  padding: 2.5rem;
}

.contact-info h3 {
  color: var(--gold);
  margin-bottom: 1rem;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: var(--font-body);
  font-weight: 600;
}

.contact-info p { color: var(--text-mid); line-height: 2; }
.contact-info address { font-style: normal; color: var(--text-mid); line-height: 2; }

.map-wrap {
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.map-wrap iframe { display: block; width: 100%; min-height: 400px; border: none; }


.protocol-video {
  background: var(--section-bg);
  border-radius: 6px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.protocol-video h4 {
  color: var(--navy);
  margin-bottom: 1rem;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.protocol-video video {
  width: 100%;
  border-radius: 4px;
  border: 1px solid var(--border);
}

/* ===== RSS WIDGET WRAPPER ===== */
.rss-widget-wrap {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 2rem;
  min-height: 300px;
}

/* ===== FOOTER ===== */
#main-footer {
  background: var(--navy);
  color: rgba(255,255,255,0.75);
  padding: 4rem 0 0;
  font-size: 0.9rem;
  position: relative;
}

#main-footer::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--navy), var(--gold), var(--navy));
}

.footer-brand {
  margin-bottom: 1.5rem;
}

.footer-brand .brand-name {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--white);
  display: block;
  margin-bottom: 0.3rem;
}

.footer-brand p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.55);
  font-style: italic;
  font-family: var(--font-display);
}

.footer-heading {
  color: var(--gold);
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1.2rem;
  border-bottom: 1px solid rgba(200,146,42,0.2);
  padding-bottom: 0.5rem;
}

.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: 0.4rem; }
.footer-links a {
  color: rgba(255,255,255,0.65);
  font-size: 0.85rem;
  transition: color var(--transition);
}
.footer-links a:hover { color: var(--gold); }

.footer-social { display: flex; gap: 1rem; margin-top: 1rem; }
.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
  color: rgba(255,255,255,0.7) !important;
  font-size: 0.95rem;
  transition: all var(--transition);
}
.footer-social a:hover {
  background: var(--gold);
  color: var(--navy) !important;
  transform: translateY(-2px);
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 1.5rem 0;
  margin-top: 3rem;
  text-align: center;
  color: rgba(255,255,255,0.4);
  font-size: 0.8rem;
}

/* ===== UTILITIES ===== */
.text-gold { color: var(--gold); }
.text-navy { color: var(--navy); }
.bg-navy { background: var(--navy); }
.bg-cream { background: var(--cream); }

.btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--navy) !important;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.75rem 2rem;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  transition: all var(--transition);
  display: inline-block;
}

.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(200,146,42,0.4);
  color: var(--navy) !important;
}

.btn-outline-gold {
  background: transparent;
  color: var(--gold) !important;
  border: 2px solid var(--gold);
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.7rem 1.8rem;
  border-radius: 2px;
  cursor: pointer;
  transition: all var(--transition);
  display: inline-block;
}

.btn-outline-gold:hover {
  background: var(--gold);
  color: var(--navy) !important;
}

.divider-gold {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 3rem 0;
}

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

.animate-in {
  animation: fadeInUp 0.7s ease forwards;
}

.animate-delay-1 { animation-delay: 0.1s; }
.animate-delay-2 { animation-delay: 0.25s; }
.animate-delay-3 { animation-delay: 0.4s; }

/* ===== SCROLL TO TOP ===== */
#scrollTop {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background: var(--gold);
  color: var(--navy);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  opacity: 0;
  pointer-events: none;
  transition: all var(--transition);
  font-size: 1rem;
  border: none;
  z-index: 999;
}

#scrollTop.visible {
  opacity: 1;
  pointer-events: auto;
}

#scrollTop:hover { background: var(--gold-light); transform: translateY(-2px); }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .navbar-nav .nav-link { padding: 0.7rem 1rem !important; }
  .navbar-nav .nav-link::after { display: none; }
  .dropdown-menu { background: rgba(255,255,255,0.05); border: none; padding-left: 1rem; }
  .dropdown-item { padding: 0.4rem 1rem; }
  .hero-section { min-height: 55vh; }
}

@media (max-width: 576px) {
  .info-card { padding: 2rem 1.5rem; }
  .welcome-text { font-size: 1.1rem; }
  .hero-desc { font-size: 0.9rem; }
}

/* ===== YOUTUBE FEED WIDGET ===== */
.yt-feed-widget { min-height: 200px; }

.yt-loading {
  text-align: center;
  padding: 3rem 1rem;
  color: var(--text-light);
}

.yt-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid var(--border);
  border-top-color: var(--gold);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin: 0 auto 1rem;
}

@keyframes spin { to { transform: rotate(360deg); } }

/* Grid cards */
.yt-card {
  display: block;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 6px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: all var(--transition);
  height: 100%;
}

.yt-card:hover {
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  transform: translateY(-4px);
  border-color: var(--gold);
  color: inherit;
}

.yt-thumb {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  overflow: hidden;
  background: var(--navy);
}

.yt-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.yt-card:hover .yt-thumb img { transform: scale(1.04); }

.yt-play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0);
  transition: background var(--transition);
}

.yt-play-btn i {
  font-size: 3rem;
  color: rgba(255,255,255,0);
  transition: all var(--transition);
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.5));
}

.yt-card:hover .yt-play-btn { background: rgba(0,0,0,0.35); }
.yt-card:hover .yt-play-btn i { color: rgba(255,255,255,0.95); }

.yt-card-body {
  padding: 0.9rem 1rem;
}

.yt-card-title {
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-dark);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.3rem;
}

.yt-card-meta {
  font-size: 0.75rem;
  color: var(--text-light);
}

/* List layout */
.yt-list { display: flex; flex-direction: column; gap: 1rem; }

.yt-list-item {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  background: var(--white);
  border: 1px solid var(--border);
  border-left: 3px solid var(--gold);
  border-radius: 4px;
  padding: 0.8rem;
  text-decoration: none;
  color: inherit;
  transition: all var(--transition);
}

.yt-list-item:hover {
  border-left-color: var(--navy);
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transform: translateX(3px);
  color: inherit;
}

.yt-list-thumb {
  position: relative;
  width: 140px;
  min-width: 140px;
  height: 80px;
  border-radius: 3px;
  overflow: hidden;
  background: var(--navy);
}

.yt-list-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yt-play-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.4);
  color: white;
  font-size: 1.5rem;
  opacity: 0;
  transition: opacity var(--transition);
}

.yt-list-item:hover .yt-play-icon { opacity: 1; }

.yt-list-title {
  font-weight: 500;
  font-size: 0.9rem;
  color: var(--text-dark);
  line-height: 1.4;
  margin-bottom: 0.3rem;
}

.yt-list-meta {
  font-size: 0.75rem;
  color: var(--text-light);
}

@media (max-width: 480px) {
  .yt-list-thumb { width: 100px; min-width: 100px; height: 60px; }
}

/* ===== DROPDOWN DIVIDER ===== */
.dropdown-divider { border-color: rgba(200,146,42,0.2) !important; }

.dropdown-item i { font-size: 0.75rem; color: var(--gold); }
