﻿:root {
  --ink: #231a26;
  --muted: #6c6072;
  --purple: #400046;
  --purple-2: #7d168a;
  --gold: #d9a638;
  --gold-2: #f4c95e;
  --paper: #fffaf1;
  --card: #ffffff;
  --line: #eadfcc;
  --shadow: 0 18px 45px rgba(35, 26, 38, .12);
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.5;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 86px;
  display: grid;
  grid-template-columns: 170px 1fr auto auto;
  gap: 22px;
  align-items: center;
  padding: 12px clamp(18px, 5vw, 48px);
  color: #fff;
  background: rgba(17, 4, 25, .94);
  backdrop-filter: blur(12px);
}

.brand { display: grid; gap: 0; line-height: 1; color: #fff; }
.brand-mark {
  color: var(--gold-2);
  font-family: "Mrs Saint Delafield", cursive;
  font-size: 54px;
  transform: rotate(-4deg);
}
.brand-name {
  margin-top: -12px;
  letter-spacing: 8px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}
.brand-line {
  margin-top: 3px;
  color: #d7c6dc;
  font-size: 9px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 1.7vw, 24px);
  font-size: 13px;
  font-weight: 700;
}
.main-nav a { position: relative; padding: 12px 0; color: #efe8f3; }
.main-nav a.active, .main-nav a:hover { color: var(--gold-2); }
.main-nav a.active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -18px;
  left: 0;
  height: 2px;
  background: var(--gold);
}

.header-cta {
  border-radius: 999px;
  padding: 13px 24px;
  color: #fff;
  background: linear-gradient(135deg, var(--purple-2), #a029a8);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}
.icon, .quick-icon, .btn-icon, .inline-icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
  flex: 0 0 auto;
}
.socials { display: flex; gap: 10px; align-items: center; font-size: 12px; font-weight: 800; }
.socials a {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #fff;
  background: rgba(255,255,255,.08);
}
.socials .icon { width: 15px; height: 15px; }

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--radius);
  background: transparent;
}
.menu-toggle span { display: block; width: 18px; height: 2px; margin: 5px auto; background: #fff; }

.hero {
  position: relative;
  min-height: 430px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #15051c;
}
.hero-media {
  position: absolute;
  inset: 0;
  background-color: #120318;
  background-image:
    radial-gradient(circle at 70% 16%, rgba(158, 79, 255, .2), transparent 36%),
    linear-gradient(90deg, rgba(7, 2, 10, 1) 0%, rgba(14, 3, 18, .98) 28%, rgba(29, 4, 38, .82) 44%, rgba(50, 7, 64, .42) 63%, rgba(18, 4, 28, .06) 100%),
    var(--hero-image, url("assets/header-hero.png"));
  background-position: center, center, center center;
  background-size: 100% 100%, 100% 100%, cover;
  background-repeat: no-repeat;
  transform: none;
}
.hero-content {
  position: relative;
  width: min(560px, calc(100% - 36px));
  margin-left: clamp(22px, 8vw, 82px);
  padding: 52px 0 66px;
}
.eyebrow { margin: 0 0 4px; text-transform: uppercase; letter-spacing: .7px; font-weight: 700; }
.hero h1 {
  margin: 0 0 14px;
  line-height: .82;
  color: var(--gold-2);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(72px, 11vw, 132px);
}
.hero h1 em {
  display: block;
  margin-top: -3px;
  color: #fff;
  font-family: "Mrs Saint Delafield", cursive;
  font-size: .72em;
  font-style: normal;
  font-weight: 400;
}
.hero p:not(.eyebrow) { max-width: 470px; margin: 0 0 24px; font-size: 17px; font-weight: 600; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.home-hero {
  min-height: 590px;
}
.home-hero .hero-content {
  width: min(650px, calc(100% - 36px));
  padding: 72px 0 78px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 0;
  border-radius: 7px;
  padding: 0 22px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .2px;
  text-transform: uppercase;
  gap: 8px;
}
.btn-icon { width: 16px; height: 16px; }
.btn.gold { color: #3a2141; background: linear-gradient(135deg, var(--gold-2), var(--gold)); }
.btn.purple { color: #fff; background: linear-gradient(135deg, var(--purple-2), #5e096a); }
.btn.ghost { color: #fff; border: 1px solid rgba(255,255,255,.5); background: rgba(255,255,255,.08); }
.btn.small { min-height: 38px; padding: 0 18px; }
.card-button {
  width: fit-content;
  margin: 12px auto 0;
}

.quick-links {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  padding: 0 clamp(18px, 5vw, 70px);
  background: linear-gradient(90deg, #300038, #4b0050);
}
.quick-links a {
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 10px;
  padding: 26px 16px;
  color: #fff;
  background: rgba(255,255,255,.02);
}
.quick-icon { grid-row: 1 / span 2; width: 34px; height: 34px; color: var(--gold-2); }
.quick-links strong { color: var(--gold-2); text-transform: uppercase; font-size: 13px; }
.quick-links small { color: #e7d9eb; font-weight: 600; }

.content-grid, .wide-grid {
  width: min(1160px, calc(100% - 36px));
  margin: 24px auto;
  display: grid;
  gap: 22px;
}
.content-grid { grid-template-columns: 1.08fr .95fr 1fr; }
.wide-grid { grid-template-columns: .9fr 1.6fr; }

.feature-card, .panel, .about-card, .store article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: 0 4px 18px rgba(35, 26, 38, .04);
}
.feature-card, .panel { padding: 20px; }
.section-title { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 16px; }
.section-title h2 { margin: 0; font-size: 18px; text-transform: uppercase; }
.section-title span {
  border-radius: 5px;
  padding: 6px 12px;
  color: #fff;
  background: var(--purple-2);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}
.section-title a, .section-title button, .link-button {
  border: 0;
  color: var(--purple-2);
  background: transparent;
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.split { display: grid; grid-template-columns: 42% 1fr; gap: 20px; align-items: center; }
.split img { width: 100%; border-radius: 5px; object-fit: cover; box-shadow: var(--shadow); }
.split h3 { margin: 0 0 8px; font-size: clamp(21px, 2vw, 26px); line-height: 1.05; }
.split p { color: var(--muted); font-weight: 600; }
.byline { color: var(--ink) !important; }
.platforms { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 16px; font-size: 13px; font-weight: 800; }
.platforms a, .listen-badge, .footer-socials, address a, address span { display: inline-flex; align-items: center; gap: 8px; }
.spotify { color: #1ed760; }
.apple { color: #111; }
.youtube { color: #ff0000; }

.section-heading {
  max-width: 780px;
  margin: 0 0 26px;
}
.section-heading.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.section-heading h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
}
.section-heading p:not(.eyebrow) {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 17px;
  font-weight: 600;
}
.split-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  max-width: none;
}
.home-intro {
  margin-top: 42px;
}
.welcome-copy {
  max-width: 880px;
}
.home-intro-lead {
  margin-top: 0;
  color: var(--ink) !important;
  font-size: clamp(24px, 3vw, 34px) !important;
  font-weight: 800 !important;
  line-height: 1.18;
}
.welcome-copy p:not(.eyebrow) {
  font-size: 18px;
}
.welcome-quote {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
  color: var(--purple-2) !important;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(22px, 3vw, 32px) !important;
  font-weight: 800 !important;
  line-height: 1.2;
}
.home-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.service-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(35, 26, 38, .04);
}
.service-card .quick-icon {
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
}
.service-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
}
.service-card p {
  margin: 0 0 16px;
  color: var(--muted);
  font-weight: 600;
}
.service-card a {
  color: var(--purple-2);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.home-feature {
  display: grid;
  grid-template-columns: minmax(300px, .9fr) 1.1fr;
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
}
.home-feature-copy h2,
.home-about-copy h2 {
  margin: 0 0 12px;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1;
}
.home-feature-copy p:not(.eyebrow),
.home-about-copy p:not(.eyebrow),
.home-events-section .events-copy p:not(.eyebrow) {
  color: var(--muted);
  font-weight: 600;
}
.home-streams {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.home-books-section {
  margin-top: 28px;
}
.home-books-band,
.home-music-band,
.home-video-band {
  margin-top: 44px;
}
.home-books-band {
  background:
    radial-gradient(circle at 80% 18%, rgba(217, 166, 56, .18), transparent 34%),
    linear-gradient(90deg, #26002f, #560861 58%, #2b0335);
}
.home-books-band h2,
.home-music-band h2,
.home-video-band h2 {
  max-width: 760px;
}
.home-books-band-action,
.home-music-band-action,
.home-video-band-action {
  display: grid;
  justify-items: start;
  gap: 16px;
  border-left: 1px solid rgba(255,255,255,.45);
  padding-left: clamp(24px, 5vw, 70px);
}
.home-books-band-action p,
.home-music-band-action p,
.home-video-band-action p {
  max-width: 430px;
}
.home-book-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.home-book-grid .page-card {
  display: grid;
  align-content: start;
}
.home-about-section {
  display: grid;
  grid-template-columns: minmax(300px, .9fr) 1.1fr;
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
}
.home-about-photo {
  overflow: hidden;
  border-radius: var(--radius);
  background: #17031f;
  box-shadow: var(--shadow);
}
.home-about-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.home-value-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0;
}
.home-value-grid article {
  border: 1px solid var(--line);
  border-left: 4px solid var(--gold);
  border-radius: var(--radius);
  padding: 18px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(35, 26, 38, .04);
}
.home-value-grid strong {
  display: block;
  margin-bottom: 7px;
  color: var(--purple-2);
  font-size: 13px;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.home-value-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}
.home-media-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: start;
}
.home-video-showcase {
  display: grid;
  gap: 20px;
}
.home-video-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.home-video-showcase > .btn {
  justify-self: start;
}
.home-events-section {
  display: grid;
  grid-template-columns: minmax(300px, .9fr) 1.1fr;
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
}
.home-booking-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0;
}
.home-booking-list span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 12px;
  background: #fff;
  font-size: 13px;
  font-weight: 900;
}
.home-lower {
  margin-top: 34px;
  margin-bottom: 34px;
}
.home-testimony-section {
  width: min(760px, calc(100% - 36px));
  margin-top: 34px;
  margin-bottom: 34px;
}

.about-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  padding: 24px;
  color: #fff;
  background: #2b0633;
}
.about-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .88; }
.about-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(44, 4, 54, .98), rgba(44, 4, 54, .76) 48%, rgba(44, 4, 54, .08)); }
.about-card div { position: relative; z-index: 1; max-width: 58%; }
.about-card h2 { margin: 0 0 12px; text-transform: uppercase; }
.about-card p { margin: 0 0 18px; color: #f6edf8; font-weight: 600; }

.event-filters { display: flex; gap: 8px; margin: -4px 0 14px; }
.event-filters button {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 12px;
  background: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
}
.event-filters button.active { color: #fff; border-color: var(--purple-2); background: var(--purple-2); }
.event-list { display: grid; gap: 12px; }
.event-list article {
  display: grid;
  grid-template-columns: 54px 1fr auto;
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
}
.event-list time {
  display: grid;
  place-items: center;
  min-height: 58px;
  border-radius: 6px;
  color: #fff;
  background: var(--purple);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
}
.event-list time b { display: block; font-size: 25px; line-height: 1; }
.event-list h3, .event-list p { margin: 0; }
.event-list h3 { font-size: 15px; }
.event-list p, .event-list span { color: var(--muted); font-size: 13px; font-weight: 700; }
.events-feature {
  display: grid;
  grid-template-columns: minmax(300px, .95fr) 1.05fr;
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
}
.events-photo {
  overflow: hidden;
  border-radius: var(--radius);
  background: #17031f;
  box-shadow: var(--shadow);
}
.events-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}
.events-copy h2 {
  margin: 0 0 12px;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1;
}
.events-copy .btn {
  margin-top: 12px;
}

.video-grid, .blog-grid, .store-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.video-intro {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}
.video-intro h2 {
  margin: 0 0 10px;
  font-size: clamp(30px, 4.4vw, 52px);
  line-height: 1;
}
.video-library {
  gap: 22px;
}
.video-card {
  position: relative;
  display: grid;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 10px 10px 16px;
  text-align: left;
  background: #fff;
  box-shadow: 0 4px 18px rgba(35, 26, 38, .04);
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}
.video-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}
.video-card img, .blog img { width: 100%; aspect-ratio: 16 / 9; border-radius: 7px; object-fit: cover; }
.video-card span {
  position: absolute;
  top: 34%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #fff;
  background: rgba(0,0,0,.58);
  transform: translate(-50%, -50%);
}
.video-card strong { font-size: 15px; }
.video-card small { color: var(--muted); font-weight: 700; }
.video-card span .icon { width: 20px; height: 20px; }

.prayer-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 6vw, 70px);
  align-items: center;
  padding: 34px clamp(24px, 9vw, 132px);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(109, 2, 92, .84), rgba(44, 0, 58, .96)),
    url("assets/prayer-band.png") center / cover no-repeat;
}
.prayer-band h2 { margin: 0 0 8px; text-transform: uppercase; }
.prayer-band p { margin: 0 0 18px; color: #f2e6f4; font-weight: 600; }
.prayer-band.home-books-band {
  background:
    radial-gradient(circle at 80% 18%, rgba(217, 166, 56, .18), transparent 34%),
    linear-gradient(90deg, #26002f, #560861 58%, #2b0335);
}
.prayer-band.home-music-band {
  background:
    radial-gradient(circle at 82% 18%, rgba(244, 201, 94, .16), transparent 34%),
    linear-gradient(90deg, #17031f, #3d0a44 58%, #210321);
}
.prayer-band.home-video-band {
  background:
    radial-gradient(circle at 82% 18%, rgba(244, 201, 94, .15), transparent 34%),
    radial-gradient(circle at 12% 86%, rgba(126, 36, 143, .28), transparent 32%),
    linear-gradient(90deg, #1a041f, #4a0754 58%, #210321);
}
.subscribe-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  border-left: 1px solid rgba(255,255,255,.45);
  padding-left: clamp(24px, 5vw, 70px);
}
.subscribe-form h2, .subscribe-form p { grid-column: 1 / -1; }
.subscribe-form label { display: grid; }
.subscribe-form label span { position: absolute; left: -999px; }
.subscribe-form input {
  min-height: 46px;
  border: 0;
  border-radius: 7px;
  padding: 0 16px;
}

.lower { grid-template-columns: .8fr 1.55fr; }
.testimonial blockquote {
  margin: 18px 0;
  color: var(--ink);
  font-size: 20px;
  font-weight: 700;
}
.testimonial blockquote::before {
  content: "\201C";
  display: block;
  color: var(--purple-2);
  font-size: 70px;
  line-height: .6;
}
.testimonial p { color: var(--muted); font-weight: 800; }
.dots { display: flex; justify-content: center; gap: 8px; }
.dots span { width: 8px; height: 8px; border-radius: 50%; background: #d8c6dc; }
.dots span.active { background: var(--purple-2); }

.blog article { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; }
.blog article span, .blog article h3, .blog article time { display: block; margin: 0 14px; }
.blog article span { width: fit-content; margin-top: 12px; color: var(--gold); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.blog article h3 { margin-top: 5px; font-size: 15px; line-height: 1.25; }
.blog article time { margin-top: 8px; margin-bottom: 14px; color: var(--muted); font-size: 12px; font-weight: 700; }
.blog-entry {
  display: grid;
  align-content: start;
  gap: 12px;
}
.blog-entry h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.12;
}
.blog-entry h2 a {
  color: var(--ink);
}
.blog-entry p {
  margin: 0;
  color: var(--muted);
  font-weight: 600;
}
.blog-entry-image img,
.single-post-image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: var(--radius);
  object-fit: cover;
}
.post-pagination,
.post-navigation-links {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
  font-weight: 900;
}
.post-pagination a,
.post-pagination span,
.post-navigation-links a {
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 10px 14px;
  color: var(--purple-2);
  background: #fff;
}
.single-post-wrap {
  width: min(860px, calc(100% - 36px));
}
.single-post-card {
  padding: clamp(22px, 4vw, 40px);
}
.single-post-content {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.75;
}
.single-post-content p {
  margin-top: 0;
}
.empty-blog {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.store { width: min(1160px, calc(100% - 36px)); margin: 24px auto 34px; }
.store-grid article { padding: 18px; }
.store-grid img, .store-tile { width: 100%; aspect-ratio: 1 / .85; border-radius: var(--radius); object-fit: cover; }
.store-tile {
  display: grid;
  place-items: center;
  color: var(--gold-2);
  background: radial-gradient(circle at 30% 20%, #6d1d7b, #16051d);
  font-family: "Playfair Display", serif;
  font-size: 28px;
}
.store h3 { min-height: 48px; }

.page-hero {
  position: relative;
  min-height: 330px;
  display: grid;
  align-items: end;
  padding: 72px clamp(22px, 7vw, 82px);
  color: #fff;
  background-color: #120318;
  background-image:
    radial-gradient(circle at 70% 16%, rgba(158, 79, 255, .2), transparent 36%),
    linear-gradient(90deg, rgba(7, 2, 10, .98) 0%, rgba(14, 3, 18, .96) 30%, rgba(31, 4, 40, .78) 48%, rgba(50, 7, 64, .38) 68%, rgba(18, 4, 28, .06) 100%),
    var(--hero-image, url("assets/header-hero.png"));
  background-position: center, center, center center;
  background-size: 100% 100%, 100% 100%, cover;
  background-repeat: no-repeat;
}
.page-hero h1 {
  max-width: 720px;
  margin: 0;
  color: var(--gold-2);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(48px, 8vw, 90px);
  line-height: .95;
}
.page-hero p { max-width: 620px; margin: 14px 0 0; font-size: 18px; font-weight: 700; }
.page-section {
  width: min(1160px, calc(100% - 36px));
  margin: 28px auto;
}
.page-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.page-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(35, 26, 38, .04);
}
.page-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); }
.page-card img.book-cover {
  aspect-ratio: 3 / 4.25;
  object-fit: contain;
  background: #17031f;
  padding: 10px;
}
.page-card img.booking-photo {
  aspect-ratio: 3 / 4.25;
  object-fit: cover;
  object-position: center 45%;
}
.page-card h2, .page-card h3 { margin: 14px 0 8px; }
.page-card p { color: var(--muted); font-weight: 600; }
.page-card .platforms { margin-top: 12px; }
.two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
}
.lead-copy {
  color: var(--muted);
  font-size: 18px;
  font-weight: 600;
}
.contact-form {
  display: grid;
  gap: 14px;
}
.contact-form label { display: grid; gap: 7px; font-weight: 800; }
.contact-form input, .contact-form textarea, .contact-form select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 12px;
  background: #fff;
}
.prayer-feature {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(24px, 5vw, 56px);
  align-items: start;
}
.prayer-copy h2 {
  margin: 0 0 12px;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1;
}
.prayer-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-weight: 600;
}
.prayer-quote {
  margin: 26px 0;
  border-left: 4px solid var(--gold);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 20px 22px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(35, 26, 38, .06);
}
.prayer-quote p {
  margin: 0;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 800;
  line-height: 1.18;
}
.prayer-quote cite {
  display: block;
  margin-top: 12px;
  color: var(--purple-2);
  font-style: normal;
  font-weight: 900;
}
.prayer-request-form {
  padding: clamp(22px, 4vw, 34px);
}
.prayer-request-form h2 {
  margin: 0 0 4px;
  font-size: clamp(24px, 3vw, 34px);
}
.prayer-request-form textarea {
  min-height: 180px;
  resize: vertical;
}
.prayer-request-form .btn {
  justify-self: center;
  margin-top: 4px;
}
.contact-feature {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
}
.contact-copy h2 {
  margin: 0 0 12px;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1;
}
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 24px;
}
.contact-email {
  color: var(--purple-2);
  font-weight: 900;
}
.social-contact-card h3 {
  margin-top: 0;
  font-size: clamp(24px, 3vw, 34px);
}
.social-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}
.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  border-radius: 7px;
  padding: 0 14px;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(35, 26, 38, .12);
}
.social-link .icon {
  width: 20px;
  height: 20px;
}
.facebook-bg { background: #1877f2; }
.instagram-bg { background: linear-gradient(135deg, #833ab4, #fd1d1d 55%, #fcb045); }
.instagram-feature {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(24px, 5vw, 56px);
  align-items: stretch;
}
.instagram-feature h2 {
  margin: 0 0 12px;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1;
}
.instagram-image-card {
  display: block;
  overflow: hidden;
  border-radius: var(--radius);
  background: #17031f;
  box-shadow: var(--shadow);
}
.instagram-image-card img {
  width: 100%;
  min-height: 300px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.instagram-post-card {
  display: grid;
  min-height: 480px;
  padding: 12px;
  overflow: hidden;
}
.instagram-post-card .instagram-media {
  min-width: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
}
.instagram-post-card .instagram-media a {
  display: grid;
  place-items: center;
  min-height: 220px;
  border-radius: 7px;
  padding: 24px;
  color: #fff;
  text-align: center;
  font-weight: 900;
  background: linear-gradient(135deg, var(--purple-2), #c13584 55%, var(--gold));
}
.instagram-embed {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(35, 26, 38, .04);
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.gallery-grid img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: var(--radius); }

.music-feature {
  display: grid;
  grid-template-columns: minmax(300px, .9fr) 1.1fr;
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
}
.music-cover {
  border-radius: var(--radius);
  overflow: hidden;
  background: #210321;
  box-shadow: var(--shadow);
}
.music-cover img {
  width: 100%;
  aspect-ratio: 1 / 1.06;
  object-fit: cover;
}
.music-copy h2 {
  margin: 0 0 12px;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1;
}
.stream-buttons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}
.stream-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  border-radius: 7px;
  padding: 0 14px;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(35, 26, 38, .12);
}
.stream-button .icon { width: 21px; height: 21px; }
.spotify-bg { background: #1db954; }
.apple-bg { background: #111; }
.amazon-bg { background: #16a1c8; }
.youtube-bg { background: #ff0000; }
.deezer-bg { background: linear-gradient(135deg, #ff0080, #ffbf00 45%, #00c7f2); }
.audiomack-bg { background: #ff8800; }
.soundcloud-bg { background: #ff5500; }
.tidal-bg { background: #050505; }
.all-bg { background: linear-gradient(135deg, var(--purple-2), var(--gold)); }

.book-feature {
  display: grid;
  grid-template-columns: minmax(300px, .9fr) 1.1fr;
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
}
.book-photo {
  border-radius: var(--radius);
  overflow: hidden;
  background: #210321;
  box-shadow: var(--shadow);
}
.book-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}
.book-copy h2 {
  margin: 0 0 12px;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1;
}
.purchase-buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}
.purchase-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  border-radius: 7px;
  padding: 0 14px;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(35, 26, 38, .12);
}
.purchase-button .icon { width: 21px; height: 21px; }
.kindle-bg { background: #232f3e; }
.walmart-bg { background: #0071ce; }
.bol-bg { background: #0000a4; }
.ibs-bg { background: #d71920; }

.site-footer {
  color: #eee5f2;
  background:
    radial-gradient(circle at 12% 0%, rgba(217, 166, 56, .16), transparent 30%),
    linear-gradient(135deg, #17031f, #280034 58%, #120218);
}
.footer-main {
  display: grid;
  grid-template-columns: minmax(220px, 1.3fr) minmax(170px, .9fr) minmax(220px, 1.05fr) minmax(210px, .95fr);
  gap: clamp(28px, 5vw, 62px);
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 48px 0 34px;
}
.site-footer h2 {
  margin: 0 0 16px;
  color: var(--gold-2);
  font-size: 13px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.site-footer a, .site-footer span, .site-footer p {
  color: #eee5f2;
  font-size: 14px;
}
.footer-brand p {
  max-width: 300px;
  margin: 16px 0 0;
  color: #d8c8dc;
  font-weight: 600;
}
.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(90px, 1fr));
  gap: 9px 20px;
}
.footer-links h2 {
  grid-column: 1 / -1;
}
.footer-links a {
  color: #d8c8dc;
  font-weight: 700;
}
.footer-links a:hover, .footer-contact a:hover, .footer-bottom a:hover {
  color: var(--gold-2);
}
.footer-contact {
  display: grid;
  gap: 12px;
  align-content: start;
  font-style: normal;
}
.footer-contact a,
.footer-contact span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #d8c8dc;
  font-weight: 700;
}
.footer-connect {
  display: grid;
  align-content: start;
  gap: 16px;
}
.footer-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-social-links a {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  color: #fff;
  background: rgba(255,255,255,.06);
}
.footer-social-links a:hover {
  border-color: rgba(244,201,94,.65);
  background: rgba(244,201,94,.14);
}
.footer-social-links .icon {
  width: 19px;
  height: 19px;
}
.footer-bottom {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  border-top: 1px solid rgba(255,255,255,.12);
  padding: 18px 0 22px;
  text-align: center;
}
.footer-bottom p {
  margin: 0;
  color: #cdbdd1;
}
.footer-bottom a {
  color: var(--gold-2);
  font-weight: 900;
}
.listen-badge {
  display: inline-flex;
  width: 150px;
  margin-bottom: 10px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 7px;
  padding: 10px;
  color: #fff;
  background: rgba(255,255,255,.05);
  cursor: pointer;
  text-align: left;
  font-weight: 800;
}
.listen-badge .icon { width: 20px; height: 20px; }
.inline-icon { width: 15px; height: 15px; color: var(--gold-2); }

.modal {
  width: min(520px, calc(100% - 28px));
  border: 0;
  border-radius: var(--radius);
  padding: 0;
  box-shadow: var(--shadow);
}
.modal::backdrop { background: rgba(20, 2, 28, .72); }
.modal.open {
  position: fixed;
  inset: 50% auto auto 50%;
  z-index: 50;
  display: block;
  transform: translate(-50%, -50%);
}
.modal.open::before {
  content: "";
  position: fixed;
  inset: -100vh -100vw;
  z-index: -1;
  background: rgba(20, 2, 28, .72);
}
.modal form { display: grid; gap: 14px; padding: 26px; }
.modal label { display: grid; gap: 6px; font-weight: 800; }
.modal input, .modal textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 12px;
}
.modal-close {
  justify-self: end;
  border: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: var(--purple);
  cursor: pointer;
  font-size: 22px;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 20px;
  color: #fff;
  background: rgba(16, 2, 22, .78);
}
.video-modal[hidden] { display: none; }
.video-modal > div {
  width: min(760px, 100%);
  border-radius: var(--radius);
  padding: 18px;
  background: #17031f;
  box-shadow: var(--shadow);
}
.video-frame {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius);
  background: linear-gradient(135deg, #381044, #09020d);
}
.video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  max-width: 340px;
  border-radius: var(--radius);
  padding: 14px 18px;
  color: #fff;
  background: var(--purple);
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(16px);
  transition: .2s ease;
}
.toast.show { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 150px 1fr auto; }
  .socials { display: none; }
  .quick-links { grid-template-columns: repeat(3, 1fr); }
  .content-grid, .wide-grid, .lower { grid-template-columns: 1fr; }
  .home-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-media-section { grid-template-columns: 1fr; }
  .about-card div { max-width: 64%; }
  .footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .site-header { grid-template-columns: 1fr auto; gap: 12px; }
  .menu-toggle { display: block; }
  .main-nav {
    grid-column: 1 / -1;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    border-top: 1px solid rgba(255,255,255,.12);
    padding-top: 12px;
  }
  .main-nav.open { display: flex; }
  .main-nav a.active::after { display: none; }
  .header-cta { grid-column: 1 / -1; width: fit-content; }
  .hero { min-height: 520px; }
  .hero-media {
    background-image:
      linear-gradient(180deg, rgba(8, 3, 13, .68), rgba(38, 4, 44, .9)),
      var(--hero-image, url("assets/header-hero.png"));
    background-position: center, 52% center;
    background-size: 100% 100%, cover;
    background-repeat: no-repeat;
    opacity: .9;
  }
  .hero-content { margin-left: 22px; }
  .quick-links { grid-template-columns: repeat(2, 1fr); padding: 0; }
  .split, .prayer-band, .subscribe-form { grid-template-columns: 1fr; }
  .subscribe-form { border-left: 0; border-top: 1px solid rgba(255,255,255,.45); padding: 24px 0 0; }
  .home-books-band-action, .home-music-band-action, .home-video-band-action { border-left: 0; border-top: 1px solid rgba(255,255,255,.45); padding: 24px 0 0; }
  .video-grid, .blog-grid, .store-grid, .video-intro { grid-template-columns: 1fr; }
  .page-grid, .two-column, .gallery-grid, .music-feature, .book-feature, .instagram-feature, .events-feature, .contact-feature, .prayer-feature { grid-template-columns: 1fr; }
  .home-feature, .home-about-section, .home-events-section { grid-template-columns: 1fr; }
  .split-heading { display: grid; align-items: start; }
  .home-book-grid, .home-video-grid { grid-template-columns: 1fr; }
  .home-booking-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stream-buttons, .purchase-buttons { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page-hero {
    background-image:
      linear-gradient(180deg, rgba(8, 3, 13, .68), rgba(38, 4, 44, .9)),
      var(--hero-image, url("assets/header-hero.png"));
    background-position: center, 52% center;
    background-size: 100% 100%, cover;
    background-repeat: no-repeat;
  }
  .about-card { min-height: 420px; }
  .about-card div { max-width: 100%; }
  .about-card::after { background: linear-gradient(180deg, rgba(44, 4, 54, .78), rgba(44, 4, 54, .98)); }
}

@media (max-width: 560px) {
  .brand-mark { font-size: 45px; }
  .brand-name { font-size: 13px; letter-spacing: 6px; }
  .hero h1 { font-size: 70px; }
  .quick-links { grid-template-columns: 1fr; }
  .home-service-grid, .home-streams, .home-value-grid, .home-booking-list { grid-template-columns: 1fr; }
  .event-list article { grid-template-columns: 52px 1fr; }
  .event-list article > span { grid-column: 2; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .stream-buttons, .purchase-buttons { grid-template-columns: 1fr; }
  .social-link-grid { grid-template-columns: 1fr; }
}
