/*
Theme Name: WUK Kadence Child
Theme URI: https://wishuknewministry.org
Description: A cinematic YouTube playlist showcase homepage for Wish You Knew Ministry.
Author: Wish You Knew Ministry
Template: kadence
Version: 1.0.0
Text Domain: wuk-kadence-child
*/

:root {
  --wuk-navy: #06111f;
  --wuk-navy-2: #0a1c30;
  --wuk-gold: #d7aa55;
  --wuk-gold-soft: #f1d08a;
  --wuk-cream: #F5F4F1;
  --wuk-muted: #D1D7DF;
  --wuk-line: rgba(255,255,255,.11);
  --wuk-card: rgba(10,28,48,.78);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--wuk-navy);
  color: var(--wuk-cream);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body.admin-bar .wuk-site-header { top: 32px; }
@media (max-width: 782px) {
  body.admin-bar .wuk-site-header { top: 46px; }
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input { font: inherit; }

.wuk-wrap {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.wuk-site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  border-bottom: 1px solid var(--wuk-line);
  background: rgba(6,17,31,.91);
  backdrop-filter: blur(16px);
}
.wuk-nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 26px;
}
.wuk-brand { margin-right: auto; line-height: 1; }
.wuk-brand-mark {
  display: block;
  color: var(--wuk-gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.15rem;
  letter-spacing: .08em;
}
.wuk-brand-name {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-size: .68rem;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.wuk-menu {
  display: flex;
  align-items: center;
  gap: 25px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.wuk-menu a {
  color: #e8edf2;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.wuk-menu a:hover, .wuk-menu a:focus { color: var(--wuk-gold-soft); }
.wuk-mobile-toggle {
  display: none;
  border: 1px solid var(--wuk-line);
  background: transparent;
  color: #fff;
  border-radius: 8px;
  padding: 9px 12px;
  cursor: pointer;
}

.wuk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid var(--wuk-gold);
  border-radius: 7px;
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.wuk-btn:hover, .wuk-btn:focus { transform: translateY(-2px); }
.wuk-btn--gold {
  background: linear-gradient(135deg, var(--wuk-gold-soft), var(--wuk-gold));
  color: #101722;
}
.wuk-btn--ghost { background: rgba(3,12,22,.35); }

.wuk-hero {
  position: relative;
  min-height: 580px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(3,13,24,.97) 0%, rgba(3,13,24,.86) 39%, rgba(3,13,24,.25) 72%, rgba(3,13,24,.15) 100%),
    var(--wuk-hero-image, linear-gradient(135deg,#071627,#263348));
  background-size: cover;
  background-position: center;
}
.wuk-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 150px;
  background: linear-gradient(transparent, var(--wuk-navy));
}
.wuk-hero-content {
  position: relative;
  z-index: 2;
  max-width: 650px;
  padding: 78px 0 115px;
}
.wuk-kicker {
  color:#C99A3D !important;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.wuk-hero h1 {
  max-width: 610px;
  margin: 15px 0 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: clamp(3rem, 6vw, 5.6rem);
  line-height: .98;
  letter-spacing: -.035em;
  color: #FFFFFF !important;
}
.wuk-hero h1 span { color: var(--wuk-gold-soft); color:#E8C875; }
.wuk-hero p {
  max-width: 590px;
  margin: 0 0 30px;
  color: #d5dde6;
  font-size: 1.08rem;
  line-height: 1.75;
}
.wuk-actions { display: flex; flex-wrap: wrap; gap: 14px; }

.wuk-section { padding: 74px 0; }
.wuk-section--deep { background: linear-gradient(180deg, #071827, #06111f); }
.wuk-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}
.wuk-section-heading h2 {
  margin: 5px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 3.25rem);
  color:#FFFFFF;
}
.wuk-playlist-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.wuk-card {
  overflow: hidden;
  border: 1px solid var(--wuk-line);
  border-radius: 12px;
  background: var(--wuk-card);
  box-shadow: 0 20px 48px rgba(0,0,0,.2);
  transition: transform .25s ease, border-color .25s ease;
}
.wuk-card:hover {
  transform: translateY(-7px);
  border-color: rgba(215,170,85,.65);
}
.wuk-card-media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: linear-gradient(135deg, #263a4d, #101b29);
}
.wuk-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.wuk-card:hover .wuk-card-media img { transform: scale(1.045); }
.wuk-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 40%, rgba(0,0,0,.7));
}
.wuk-play-icon {
  position: absolute;
  z-index: 2;
  left: 18px;
  bottom: 16px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--wuk-gold);
  color: #101722;
  box-shadow: 0 9px 25px rgba(0,0,0,.35);
}
.wuk-card-body { padding: 19px 18px 22px; }
.wuk-card h3 {
  margin: 0 0 9px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
  font-weight: 500;
}
.wuk-card p { margin: 0; color: var(--wuk-muted); line-height: 1.6; font-size: .92rem; }
.wuk-card-link {
  display: inline-block;
  margin-top: 15px;
  color: var(--wuk-gold-soft);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wuk-featured {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 32px;
  align-items: center;
}
.wuk-video-frame {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--wuk-line);
  border-radius: 14px;
  background: #000;
  box-shadow: 0 22px 60px rgba(0,0,0,.36);
}
.wuk-video-frame iframe { width: 100%; height: 100%; border: 0; }
.wuk-featured-copy h2 {
  margin: 10px 0 17px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 400;
  line-height: 1.08;
}
.wuk-featured-copy p { color: var(--wuk-muted); line-height: 1.75; }

.wuk-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--wuk-line);
  border-radius: 12px;
  background: var(--wuk-line);
}
.wuk-value { background: var(--wuk-navy-2); padding: 34px; }
.wuk-value-symbol { color: var(--wuk-gold); font-size: 1.7rem; }
.wuk-value h3 { margin: 13px 0 8px; font-family: Georgia, serif; font-weight: 500; }
.wuk-value p { margin: 0; color: var(--wuk-muted); line-height: 1.65; }

.wuk-footer {
  padding: 48px 0 24px;
  border-top: 1px solid var(--wuk-line);
  background: #040c16;
}
.wuk-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 50px;
}
.wuk-footer h3 { font-family: Georgia, serif; font-weight: 500; }
.wuk-footer p { color: var(--wuk-muted); line-height: 1.7; }
.wuk-footer-links { display: flex; flex-wrap: wrap; gap: 14px 24px; }
.wuk-footer-links a { color: var(--wuk-gold-soft); }
.wuk-copyright {
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid var(--wuk-line);
  color: #7f8a96;
  font-size: .78rem;
}

@media (max-width: 980px) {
  .wuk-playlist-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .wuk-featured { grid-template-columns: 1fr; }
  .wuk-header-cta { display: none; }
}
@media (max-width: 760px) {
  .wuk-wrap { width: min(100% - 28px, 1180px); }
  .wuk-mobile-toggle { display: block; }
  .wuk-menu {
    display: none;
    position: absolute;
    left: 14px;
    right: 14px;
    top: calc(100% + 8px);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--wuk-line);
    border-radius: 10px;
    background: #071525;
    box-shadow: 0 20px 50px rgba(0,0,0,.4);
  }
  .wuk-menu.is-open { display: flex; }
  .wuk-menu a { display: block; padding: 13px; }
  .wuk-hero {
    min-height: 610px;
    background:
      linear-gradient(180deg, rgba(3,13,24,.45), rgba(3,13,24,.92) 62%, #06111f 100%),
      var(--wuk-hero-image, linear-gradient(135deg,#071627,#263348));
    background-size: cover;
    background-position: 64% center;
  }
  .wuk-hero-content { align-self: end; padding: 150px 0 90px; }
  .wuk-hero h1 { font-size: clamp(2.65rem, 13vw, 4.3rem); }
  .wuk-section-heading { align-items: start; flex-direction: column; }
  .wuk-values { grid-template-columns: 1fr; }
  .wuk-footer-grid { grid-template-columns: 1fr; gap: 22px; }
}
@media (max-width: 540px) {
  .wuk-playlist-grid { grid-template-columns: 1fr; }
  .wuk-actions .wuk-btn { width: 100%; }
}
