/* =========================================================
   PSALM 23 ALTERNATES
   Elegant • Iridescent • Lively
   ========================================================= */

:root {
  --bg: #0b0b0a;
  --bg-soft: #151411;
  --text: #f4efe6;
  --muted: #b7aa96;

  --gold: #d7b56d;
  --gold-light: #f4d98b;
  --gold-pale: #fff1b8;

  --silver: #d9d8d2;
  --silver-light: #f5f4ee;

  --line: rgba(244, 239, 230, 0.18);

  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, Helvetica, Arial, sans-serif;
}


/* =========================================================
   RESET
   ========================================================= */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}


/* =========================================================
   HEADER
   ========================================================= */

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;

  width: 100%;

  padding: 24px clamp(20px, 5vw, 56px);

  display: flex;
  align-items: center;
  justify-content: space-between;

  color: var(--text);

  background: linear-gradient(
    to bottom,
    rgba(11, 11, 10, 0.88),
    rgba(11, 11, 10, 0)
  );
}

.brand {
  font-family: var(--serif);
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.nav {
  display: flex;
  gap: clamp(16px, 3vw, 34px);

  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.nav a {
  opacity: 0.82;
  transition: color 200ms ease, opacity 200ms ease;
}

.nav a:hover {
  opacity: 1;
  color: var(--gold-light);
}


/* =========================================================
   HERO
   ========================================================= */

.psalm23-hero {
  min-height: 70vh;

  display: flex;
  align-items: center;
  justify-content: center;

  position: relative;

  padding: 150px 24px 90px;

  text-align: center;

  background:
    radial-gradient(
      circle at 50% 40%,
      rgba(215, 181, 109, 0.13),
      transparent 35%
    ),
    linear-gradient(
      to bottom,
      #11100d,
      #0b0b0a
    );
}

.psalm23-hero-content {
  max-width: 850px;
}

.eyebrow {
  margin: 0 0 18px;

  color: var(--gold-light);

  font-size: 0.78rem;
  font-weight: 700;

  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.psalm23-hero h1 {
  margin: 0;

  font-family: var(--serif);
  font-size: clamp(4rem, 11vw, 9rem);

  font-weight: 500;
  line-height: 0.9;

  letter-spacing: -0.07em;
}

.psalm23-subtitle {
  margin: 22px 0 0;

  color: var(--gold);

  font-family: var(--serif);
  font-size: clamp(1.5rem, 3vw, 2.5rem);

  font-style: italic;
}

.psalm23-intro {
  max-width: 650px;

  margin: 30px auto 0;

  color: var(--muted);

  font-size: 1.05rem;
}


/* =========================================================
   BUBBLE SECTION
   ========================================================= */

.psalm23-bubble-section {
  position: relative;

  min-height: 1250px;

  overflow: hidden;

  padding: 70px 30px 110px;

  background:
    radial-gradient(
      circle at 50% 35%,
      rgba(215, 181, 109, 0.08),
      transparent 38%
    ),
    var(--bg);
}

.bubble-instruction {
  position: relative;
  z-index: 20;

  text-align: center;

  margin-bottom: 35px;

  color: var(--muted);

  font-size: 0.8rem;

  letter-spacing: 0.13em;
  text-transform: uppercase;
}


/* =========================================================
   BUBBLE FIELD
   ========================================================= */

.bubble-field {
  position: relative;

  width: min(1250px, 100%);
  height: 1030px;

  margin: 0 auto;
}


/* =========================================================
   MUSIC BUBBLES
   ========================================================= */

.music-bubble {
  position: absolute;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 28px;

  border-radius: 50%;

  text-align: center;

  cursor: pointer;

  color: #17140d;

  font-family: var(--serif);
  font-size: clamp(0.95rem, 1.4vw, 1.2rem);

  line-height: 1.15;

  border: 1px solid rgba(255, 248, 210, 0.8);

  /*
    Layered gradients create the
    iridescent pearl effect.
  */
  background:
    radial-gradient(
      circle at 30% 22%,
      rgba(255,255,255,0.95) 0%,
      rgba(255,255,255,0.38) 9%,
      transparent 22%
    ),
    radial-gradient(
      circle at 70% 75%,
      rgba(255,255,255,0.42),
      transparent 32%
    ),
    linear-gradient(
      135deg,
      #fff2b5 0%,
      #d8b765 28%,
      #f8e6a6 52%,
      #c7c5bc 72%,
      #fff4c5 100%
    );

  box-shadow:
    inset 0 0 18px rgba(255,255,255,0.65),
    inset -10px -14px 25px rgba(101, 76, 22, 0.18),
    0 12px 35px rgba(0,0,0,0.35),
    0 0 18px rgba(244, 217, 139, 0.18);

  transition:
    transform 300ms cubic-bezier(.2,1.6,.4,1),
    box-shadow 300ms ease,
    filter 300ms ease;

  animation:
    bubbleFloat 6s ease-in-out infinite;
}


/* =========================================================
SOFT, NATURAL IRIDESCENT SHIMMER
========================================================= */

.music-bubble::before {
  content: "";

  position: absolute;
  inset: 4%;

  border-radius: 50%;

  background:
    radial-gradient(
      ellipse 55% 38% at 27% 20%,
      rgba(255, 255, 255, 0.34) 0%,
      rgba(255, 255, 255, 0.12) 35%,
      transparent 72%
    );

  opacity: 0.7;

  filter: blur(5px);

  transform: translate3d(-2%, -1%, 0);

  animation: softPearlShimmer 12s ease-in-out infinite;

  pointer-events: none;
}


/* =========================================================
VERY SOFT PEARLESCENT MOVEMENT
========================================================= */

@keyframes softPearlShimmer {

  0%,
  100% {
    opacity: 0.55;
    transform:
      translate3d(-2%, -1%, 0)
      scale(1);
  }

  25% {
    opacity: 0.68;
    transform:
      translate3d(1%, 0%, 0)
      scale(1.015);
  }

  50% {
    opacity: 0.48;
    transform:
      translate3d(3%, 2%, 0)
      scale(1.025);
  }

  75% {
    opacity: 0.62;
    transform:
      translate3d(0%, 1%, 0)
      scale(1.01);
  }
}


/* =========================================================
   LITTLE SPARKLE
   ========================================================= */

.music-bubble::after {
  content: "✦";

  position: absolute;

  top: 12%;
  right: 18%;

  color: rgba(255,255,255,0.95);

  font-size: 0.9rem;

  text-shadow:
    0 0 5px rgba(255,255,255,0.9),
    0 0 12px rgba(244,217,139,0.8);

  animation:
    sparkle 3.8s ease-in-out infinite;
}


/* =========================================================
   HOVER
   ========================================================= */

.music-bubble:hover {
  z-index: 30;

  transform:
    scale(1.13)
    translateY(-12px)
    rotate(2deg);

  filter: brightness(1.12) saturate(1.08);

  box-shadow:
    inset 0 0 24px rgba(255,255,255,0.8),
    inset -10px -14px 28px rgba(101, 76, 22, 0.15),
    0 20px 55px rgba(0,0,0,0.45),
    0 0 35px rgba(244,217,139,0.45);
}


/* =========================================================
   BUBBLE SIZES
   ========================================================= */

.bubble-1 {
  width: 230px;
  height: 230px;
}

.bubble-2 {
  width: 290px;
  height: 290px;
}

.bubble-3 {
  width: 225px;
  height: 225px;
}

.bubble-4 {
  width: 285px;
  height: 285px;
}

.bubble-5 {
  width: 215px;
  height: 215px;
}

.bubble-6 {
  width: 245px;
  height: 245px;
}

.bubble-7 {
  width: 205px;
  height: 205px;
}

.bubble-8 {
  width: 300px;
  height: 300px;
}

.bubble-9 {
  width: 275px;
  height: 275px;

  background:
    radial-gradient(
      circle at 30% 22%,
      rgba(255,255,255,0.95),
      transparent 22%
    ),
    linear-gradient(
      135deg,
      #e6e5df,
      #c5b98c,
      #f6e8b5,
      #bfc0bd,
      #f4efda
    );
}

.bubble-10 {
  width: 190px;
  height: 190px;
}

.bubble-11 {
  width: 260px;
  height: 260px;
}


/* =========================================================
   ORGANIC POSITIONS
   ========================================================= */

.bubble-1 {
  top: 70px;
  left: 8%;
  animation-delay: -1s;
}

.bubble-2 {
  top: 20px;
  left: 38%;
  animation-delay: -3s;
}

.bubble-3 {
  top: 110px;
  right: 7%;
  animation-delay: -2s;
}

.bubble-4 {
  top: 350px;
  left: 18%;
  animation-delay: -4s;
}

.bubble-5 {
  top: 330px;
  right: 19%;
  animation-delay: -1.5s;
}

.bubble-6 {
  top: 550px;
  left: 3%;
  animation-delay: -3.5s;
}

.bubble-7 {
  top: 570px;
  left: 42%;
  animation-delay: -5s;
}

.bubble-8 {
  top: 530px;
  right: 4%;
  animation-delay: -2.5s;
}

.bubble-9 {
  top: 780px;
  left: 17%;
  animation-delay: -4.5s;
}

.bubble-10 {
  top: 810px;
  left: 48%;
  animation-delay: -1.2s;
}

.bubble-11 {
  top: 760px;
  right: 12%;
  animation-delay: -3.2s;
}


/* =========================================================
   DECORATIVE BUBBLES
   ========================================================= */

/* =========================================================
   38 DECORATIVE BUBBLES
   ========================================================= */

.floating-bubble {
  position: absolute;

  border-radius: 50%;

  pointer-events: none;

  opacity: 0.45;

  background:
    radial-gradient(
      circle at 30% 24%,
      rgba(255, 255, 255, 0.9),
      rgba(255, 245, 190, 0.55) 18%,
      rgba(215, 181, 109, 0.28) 45%,
      rgba(190, 190, 185, 0.12) 72%
    );

  border: 1px solid rgba(255, 245, 200, 0.28);

  box-shadow:
    inset 0 0 14px rgba(255, 255, 255, 0.35),
    0 0 18px rgba(215, 181, 109, 0.10);

  animation:
    decorativeFloat 8s ease-in-out infinite;
}


/* =========================================================
DECORATIVE BUBBLE SIZES
Larger • More Varied • Organic
========================================================= */

.decorative-1  { width: 32px;  height: 32px; }
.decorative-2  { width: 54px;  height: 54px; }
.decorative-3  { width: 78px;  height: 78px; }
.decorative-4  { width: 42px;  height: 42px; }
.decorative-5  { width: 96px;  height: 96px; }
.decorative-6  { width: 62px;  height: 62px; }
.decorative-7  { width: 118px; height: 118px; }
.decorative-8  { width: 36px;  height: 36px; }
.decorative-9  { width: 70px;  height: 70px; }
.decorative-10 { width: 88px;  height: 88px; }

.decorative-11 { width: 48px;  height: 48px; }
.decorative-12 { width: 108px; height: 108px; }
.decorative-13 { width: 58px;  height: 58px; }
.decorative-14 { width: 38px;  height: 38px; }
.decorative-15 { width: 82px;  height: 82px; }
.decorative-16 { width: 132px; height: 132px; }
.decorative-17 { width: 52px;  height: 52px; }
.decorative-18 { width: 102px; height: 102px; }
.decorative-19 { width: 34px;  height: 34px; }
.decorative-20 { width: 74px;  height: 74px; }

.decorative-21 { width: 112px; height: 112px; }
.decorative-22 { width: 44px;  height: 44px; }
.decorative-23 { width: 86px;  height: 86px; }
.decorative-24 { width: 64px;  height: 64px; }
.decorative-25 { width: 124px; height: 124px; }
.decorative-26 { width: 40px;  height: 40px; }
.decorative-27 { width: 94px;  height: 94px; }
.decorative-28 { width: 68px;  height: 68px; }
.decorative-29 { width: 50px;  height: 50px; }
.decorative-30 { width: 116px; height: 116px; }

.decorative-31 { width: 35px;  height: 35px; }
.decorative-32 { width: 80px;  height: 80px; }
.decorative-33 { width: 128px; height: 128px; }
.decorative-34 { width: 56px;  height: 56px; }
.decorative-35 { width: 100px; height: 100px; }
.decorative-36 { width: 46px;  height: 46px; }
.decorative-37 { width: 72px;  height: 72px; }
.decorative-38 { width: 140px; height: 140px; }

/* =========================================================
   ORGANIC POSITIONS
   ========================================================= */

.decorative-1  { top: 3%;  left: 5%; }
.decorative-2  { top: 8%;  left: 24%; }
.decorative-3  { top: 2%;  right: 21%; }
.decorative-4  { top: 12%; right: 4%; }

.decorative-5  { top: 18%; left: 13%; }
.decorative-6  { top: 21%; left: 31%; }
.decorative-7  { top: 16%; right: 32%; }
.decorative-8  { top: 24%; right: 8%; }

.decorative-9  { top: 29%; left: 3%; }
.decorative-10 { top: 32%; left: 27%; }
.decorative-11 { top: 28%; right: 24%; }
.decorative-12 { top: 34%; right: 3%; }

.decorative-13 { top: 40%; left: 11%; }
.decorative-14 { top: 43%; left: 38%; }
.decorative-15 { top: 39%; right: 15%; }
.decorative-16 { top: 47%; right: 3%; }

.decorative-17 { top: 52%; left: 4%; }
.decorative-18 { top: 55%; left: 24%; }
.decorative-19 { top: 51%; right: 28%; }
.decorative-20 { top: 57%; right: 8%; }

.decorative-21 { top: 63%; left: 7%; }
.decorative-22 { top: 66%; left: 33%; }
.decorative-23 { top: 62%; right: 23%; }
.decorative-24 { top: 69%; right: 4%; }

.decorative-25 { top: 74%; left: 3%; }
.decorative-26 { top: 78%; left: 29%; }
.decorative-27 { top: 75%; right: 30%; }
.decorative-28 { top: 80%; right: 8%; }

.decorative-29 { top: 86%; left: 10%; }
.decorative-30 { top: 88%; left: 39%; }
.decorative-31 { top: 85%; right: 20%; }
.decorative-32 { top: 91%; right: 3%; }

.decorative-33 { top: 94%; left: 21%; }
.decorative-34 { top: 96%; left: 47%; }
.decorative-35 { top: 93%; right: 35%; }
.decorative-36 { top: 97%; right: 12%; }

.decorative-37 { top: 45%; left: 50%; }
.decorative-38 { top: 71%; left: 52%; }


/* =========================================================
   INDIVIDUAL MOVEMENT
   ========================================================= */

.decorative-1  { animation-duration: 7s;  animation-delay: -1s; }
.decorative-2  { animation-duration: 11s; animation-delay: -4s; }
.decorative-3  { animation-duration: 8s;  animation-delay: -2s; }
.decorative-4  { animation-duration: 13s; animation-delay: -6s; }

.decorative-5  { animation-duration: 9s;  animation-delay: -3s; }
.decorative-6  { animation-duration: 6s;  animation-delay: -1s; }
.decorative-7  { animation-duration: 12s; animation-delay: -5s; }
.decorative-8  { animation-duration: 8s;  animation-delay: -7s; }

.decorative-9  { animation-duration: 10s; animation-delay: -2s; }
.decorative-10 { animation-duration: 7s;  animation-delay: -5s; }
.decorative-11 { animation-duration: 14s; animation-delay: -3s; }
.decorative-12 { animation-duration: 9s;  animation-delay: -8s; }

.decorative-13 { animation-duration: 6s;  animation-delay: -4s; }
.decorative-14 { animation-duration: 11s; animation-delay: -1s; }
.decorative-15 { animation-duration: 8s;  animation-delay: -6s; }
.decorative-16 { animation-duration: 13s; animation-delay: -2s; }

.decorative-17 { animation-duration: 7s;  animation-delay: -5s; }
.decorative-18 { animation-duration: 10s; animation-delay: -3s; }
.decorative-19 { animation-duration: 15s; animation-delay: -7s; }
.decorative-20 { animation-duration: 8s;  animation-delay: -1s; }

.decorative-21 { animation-duration: 12s; animation-delay: -4s; }
.decorative-22 { animation-duration: 6s;  animation-delay: -2s; }
.decorative-23 { animation-duration: 9s;  animation-delay: -6s; }
.decorative-24 { animation-duration: 14s; animation-delay: -3s; }

.decorative-25 { animation-duration: 8s;  animation-delay: -7s; }
.decorative-26 { animation-duration: 11s; animation-delay: -1s; }
.decorative-27 { animation-duration: 7s;  animation-delay: -5s; }
.decorative-28 { animation-duration: 13s; animation-delay: -4s; }

.decorative-29 { animation-duration: 9s;  animation-delay: -2s; }
.decorative-30 { animation-duration: 15s; animation-delay: -6s; }
.decorative-31 { animation-duration: 6s;  animation-delay: -3s; }
.decorative-32 { animation-duration: 10s; animation-delay: -8s; }

.decorative-33 { animation-duration: 12s; animation-delay: -1s; }
.decorative-34 { animation-duration: 7s;  animation-delay: -5s; }
.decorative-35 { animation-duration: 14s; animation-delay: -3s; }
.decorative-36 { animation-duration: 8s;  animation-delay: -7s; }

.decorative-37 { animation-duration: 11s; animation-delay: -2s; }
.decorative-38 { animation-duration: 9s;  animation-delay: -6s; }


/* =========================================================
   MORE ORGANIC BOUNCE
   ========================================================= */

@keyframes decorativeFloat {

  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  20% {
    transform: translate3d(9px, -18px, 0) scale(1.04);
  }

  40% {
    transform: translate3d(-13px, -31px, 0) scale(0.97);
  }

  60% {
    transform: translate3d(15px, -16px, 0) scale(1.06);
  }

  80% {
    transform: translate3d(-7px, -7px, 0) scale(0.98);
  }

  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}
/* =========================================================
   DECORATIVE POSITIONS
   ========================================================= */

.bubble-10 {
  top: 180px;
  left: 2%;
  animation-delay: -2s;
}

.bubble-11 {
  top: 275px;
  right: 2%;
  animation-delay: -5s;
}

.bubble-12 {
  top: 475px;
  left: 30%;
  animation-delay: -3s;
}

.bubble-13 {
  top: 650px;
  right: 31%;
  animation-delay: -6s;
}

.bubble-14 {
  top: 875px;
  left: 6%;
  animation-delay: -1s;
}

.bubble-15 {
  top: 920px;
  right: 4%;
  animation-delay: -4s;
}


/* =========================================================
   PLAYER
   ========================================================= */

.psalm23-player-container {
  position: relative;
  z-index: 40;

  width: min(700px, calc(100% - 40px));

  margin: 20px auto 0;

  padding: 28px;

  text-align: center;

  border: 1px solid var(--line);

  border-radius: 22px;

  background:
    rgba(21,20,17,0.88);

  backdrop-filter: blur(12px);

  box-shadow:
    0 20px 50px rgba(0,0,0,0.35);
}

#now-playing {
  margin: 0 0 18px;

  color: var(--gold-light);

  font-family: var(--serif);

  font-size: clamp(1.05rem, 2vw, 1.3rem);

  line-height: 1.3;

  letter-spacing: 0.02em;

  text-align: center;
}

#psalm23-player {
  width: 100%;
}


/* =========================================================
   PSALM 23 LYRICS
========================================================= */


/* =========================================================
   LYRICS SECTION
========================================================= */

.quote-section {
  position: relative;

  padding: clamp(90px, 12vw, 160px) 25px;

  text-align: center;

  background:
    radial-gradient(
      circle at center,
      rgba(215, 181, 109, 0.08),
      transparent 52%
    );
}


/* =========================================================
   POEM CONTAINER
========================================================= */

.psalm23-poem {
  width: min(900px, 100%);

  margin: 0 auto;
}


/* =========================================================
   POEM EYEBROW
========================================================= */

.poem-eyebrow {
  margin: 0 0 14px;

  color: var(--gold-light);

  font-family: var(--sans);

  font-size: 0.72rem;
  font-weight: 700;

  letter-spacing: 0.2em;

  text-transform: uppercase;
}


/* =========================================================
   POEM TITLE
========================================================= */

.poem-title {
  margin: 0 0 75px;

  color: var(--text);

  font-family: var(--serif);

  font-size: clamp(2.4rem, 5vw, 4.5rem);

  font-weight: 400;

  line-height: 1.05;

  letter-spacing: -0.035em;
}


/* =========================================================
   LYRIC CONTAINER
========================================================= */

.psalm-lyrics {
  width: min(760px, 100%);

  margin: 0 auto;

  display: flex;

  flex-direction: column;

  gap: clamp(65px, 9vw, 105px);
}


/* =========================================================
   INDIVIDUAL LYRIC SECTION
========================================================= */

.lyric-section {
  position: relative;

  padding-left: clamp(42px, 7vw, 80px);

  text-align: left;
}


/* =========================================================
   SECTION LABELS
========================================================= */

.lyric-section h3 {
  margin: 0 0 22px;

  font-family: var(--sans);

  font-size: 0.68rem;

  font-weight: 700;

  letter-spacing: 0.2em;

  text-transform: uppercase;
}


/* =========================================================
   LYRICS
========================================================= */

.lyric-section p {
  margin: 0;

  color: var(--text);

  font-family: var(--serif);

  font-size: clamp(1.25rem, 2.2vw, 1.7rem);

  font-weight: 400;

  line-height: 1.7;

  letter-spacing: -0.01em;
}


/* =========================================================
   VERSES
========================================================= */

.lyric-section.verse h3 {
  color: var(--silver);
}

.lyric-section.verse p {
  color: rgba(244, 239, 230, 0.88);
}


/* =========================================================
   CHORUSES
========================================================= */

.lyric-section.chorus h3 {
  color: var(--gold-light);
}

.lyric-section.chorus p {
  color: var(--text);
}


/* =========================================================
   BRIDGE
========================================================= */

.lyric-section.bridge {
  padding-top: 10px;
  padding-bottom: 10px;
}

.lyric-section.bridge h3 {
  color: var(--gold);
}

.lyric-section.bridge p {
  color: var(--gold-pale);

  font-style: italic;

  font-size: clamp(1.3rem, 2.3vw, 1.8rem);
}


/* =========================================================
   SUBTLE VERTICAL MARKER
========================================================= */

.lyric-section::before {
  content: "";

  position: absolute;

  left: 0;
  top: 3px;

  width: 2px;
  height: 48px;

  background:
    linear-gradient(
      to bottom,
      var(--gold),
      rgba(215, 181, 109, 0)
    );

  opacity: 0.7;
}


/* =========================================================
   CHORUS MARKER
========================================================= */

.lyric-section.chorus::before {
  background:
    linear-gradient(
      to bottom,
      var(--gold-light),
      rgba(244, 217, 139, 0)
    );
}


/* =========================================================
   BRIDGE MARKER
========================================================= */

.lyric-section.bridge::before {
  background:
    linear-gradient(
      to bottom,
      var(--silver-light),
      rgba(217, 216, 210, 0)
    );
}


/* =========================================================
   FINAL CHORUS
========================================================= */

.final-chorus {
  padding-top: 15px;
}

.final-chorus h3 {
  letter-spacing: 0.24em;
}

.final-chorus p {
  font-size: clamp(1.3rem, 2.4vw, 1.8rem);
}


/* =========================================================
   LYRIC NOTE
========================================================= */

.lyric-note {
  margin: 75px 0 0;

  color: var(--gold);

  font-family: var(--sans);

  font-size: 0.7rem;

  font-weight: 700;

  letter-spacing: 0.16em;

  text-transform: uppercase;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

  .quote-section {
    padding:
      80px 24px
      100px;
  }


  .poem-title {
    margin-bottom: 50px;
  }


  .psalm-lyrics {
    gap: 60px;
  }


  .lyric-section {
    padding-left: 34px;
  }


  .lyric-section h3 {
    margin-bottom: 17px;

    font-size: 0.62rem;
  }


  .lyric-section p {
    font-size: 1.2rem;

    line-height: 1.7;
  }


  .lyric-section.bridge p {
    font-size: 1.25rem;
  }


  .lyric-section::before {
    height: 42px;
  }


  .lyric-note {
    margin-top: 60px;
  }

}

/* =========================================================
   POEM CONTAINER
========================================================= */

.psalm23-poem {
  width: min(900px, 100%);
  margin: 0 auto;
}


/* =========================================================
   POEM HEADING
========================================================= */

.poem-eyebrow {
  margin: 0 0 14px;

  color: var(--gold-light);

  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 700;

  letter-spacing: 0.2em;
  text-transform: uppercase;
}


.poem-title {
  margin: 0 0 70px;

  color: var(--text);

  font-family: var(--serif);
  font-size: clamp(2.2rem, 5vw, 4.5rem);

  font-weight: 400;
  line-height: 1.05;

  letter-spacing: -0.035em;
}


/* =========================================================
   STANZAS
========================================================= */

.psalm-stanzas {
  display: flex;
  flex-direction: column;

  gap: clamp(42px, 6vw, 70px);

  text-align: left;
}


/* =========================================================
   INDIVIDUAL STANZA
========================================================= */

.psalm-stanza {
  position: relative;

  padding-left: clamp(38px, 6vw, 75px);
}


.psalm-stanza p {
  margin: 0;

  color: var(--text);

  font-family: var(--serif);
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);

  font-weight: 400;

  line-height: 1.65;

  letter-spacing: -0.01em;
}


/* =========================================================
   VERSE NUMBERS
========================================================= */

.verse-number {
  position: absolute;

  top: 0;
  left: 0;

  color: var(--gold);

  font-family: var(--sans);

  font-size: 0.7rem;
  font-weight: 700;

  letter-spacing: 0.08em;
}


/* =========================================================
   SUBTLE DIVIDERS
========================================================= */

.psalm-stanza:not(:last-child)::after {
  content: "";

  position: absolute;

  left: clamp(38px, 6vw, 75px);
  bottom: clamp(-25px, -3vw, -35px);

  width: 42px;
  height: 1px;

  background: linear-gradient(
    to right,
    rgba(215, 181, 109, 0.45),
    transparent
  );
}


/* =========================================================
   CITATION
========================================================= */

.psalm-citation {
  display: block;

  margin-top: 75px;

  color: var(--gold);

  font-family: var(--sans);

  font-size: 0.72rem;
  font-style: normal;
  font-weight: 700;

  letter-spacing: 0.16em;

  text-transform: uppercase;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

  .quote-section {
    padding:
      80px 24px
      100px;
  }

  .poem-title {
    margin-bottom: 50px;
  }

  .psalm-stanzas {
    gap: 38px;
  }

  .psalm-stanza {
    padding-left: 32px;
  }

  .psalm-stanza p {
    font-size: 1.2rem;
    line-height: 1.65;
  }

  .psalm-stanza:not(:last-child)::after {
    left: 32px;
    bottom: -22px;
  }

  .psalm-citation {
    margin-top: 55px;
  }

}

/* =========================================================
   RETURN BUTTON
   ========================================================= */

.alternate-return {
  display: flex;

  justify-content: center;
  align-items: center;

  padding: 80px 20px 110px;

  text-align: center;
}

.button {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  min-height: 48px;

  padding: 0 25px;

  border: 1px solid var(--line);

  border-radius: 999px;

  font-size: 0.78rem;
  font-weight: 800;

  letter-spacing: 0.13em;

  text-transform: uppercase;

  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.button.primary {
  background: var(--text);
  color: var(--bg);
}

.button.primary:hover {
  transform: translateY(-3px);

  background: var(--gold-light);

  box-shadow:
    0 8px 25px rgba(215,181,109,0.2);
}


/* =========================================================
   FOOTER
   ========================================================= */

.site-footer {
  padding: 28px clamp(20px, 5vw, 56px);

  display: flex;

  justify-content: space-between;

  gap: 24px;

  border-top: 1px solid var(--line);

  color: var(--muted);

  font-size: 0.86rem;
}

.footer-links {
  display: flex;

  flex-wrap: wrap;

  gap: 18px;
}

.footer-links a:hover {
  color: var(--gold-light);
}


/* =========================================================
   ANIMATIONS
   ========================================================= */

@keyframes bubbleFloat {

  0% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  25% {
    transform: translate3d(7px, -15px, 0) rotate(1deg);
  }

  50% {
    transform: translate3d(-5px, -28px, 0) rotate(-1.5deg);
  }

  75% {
    transform: translate3d(10px, -13px, 0) rotate(1deg);
  }

  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}


@keyframes decorativeFloat {

  0% {
    transform: translate(0, 0);
  }

  30% {
    transform: translate(10px, -20px);
  }

  60% {
    transform: translate(-8px, -32px);
  }

  100% {
    transform: translate(0, 0);
  }
}


@keyframes shimmer {

  0% {
    transform: translateX(-130%) rotate(10deg);
    opacity: 0;
  }

  15% {
    opacity: 0.8;
  }

  45% {
    transform: translateX(130%) rotate(10deg);
    opacity: 0.35;
  }

  100% {
    transform: translateX(130%) rotate(10deg);
    opacity: 0;
  }
}


@keyframes sparkle {

  0%,
  100% {
    opacity: 0.15;
    transform: scale(0.7) rotate(0deg);
  }

  50% {
    opacity: 1;
    transform: scale(1.35) rotate(25deg);
  }
}


/* =========================================================
   ACCESSIBILITY
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .music-bubble,
  .floating-bubble,
  .music-bubble::before,
  .music-bubble::after {
    animation: none;
  }

  .music-bubble {
    transition: none;
  }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 820px) {

  .site-header {
    position: absolute;

    flex-direction: column;

    align-items: flex-start;

    gap: 18px;
  }

  .nav {
    flex-wrap: wrap;
    gap: 14px;
  }

  .psalm23-hero {
    min-height: 75vh;

    padding-top: 190px;
  }

  .psalm23-bubble-section {
    min-height: 1650px;

    padding-left: 15px;
    padding-right: 15px;
  }

  .bubble-field {
    height: 1450px;
  }

  /*
    Smaller mobile bubbles so the
    longer titles remain readable.
  */

  .bubble-1 {
    width: 190px;
    height: 190px;
    top: 80px;
    left: 4%;
  }

  .bubble-2 {
    width: 230px;
    height: 230px;
    top: 40px;
    right: 2%;
    left: auto;
  }

  .bubble-3 {
    width: 185px;
    height: 185px;
    top: 300px;
    left: 8%;
    right: auto;
  }

  .bubble-4 {
    width: 230px;
    height: 230px;
    top: 360px;
    right: 2%;
    left: auto;
  }

  .bubble-5 {
    width: 180px;
    height: 180px;
    top: 600px;
    left: 5%;
  }

  .bubble-6 {
    width: 200px;
    height: 200px;
    top: 650px;
    right: 5%;
    left: auto;
  }

  .bubble-7 {
    width: 175px;
    height: 175px;
    top: 880px;
    left: 8%;
  }

  .bubble-8 {
    width: 235px;
    height: 235px;
    top: 900px;
    right: 0;
    left: auto;
  }

  .bubble-9 {
    width: 220px;
    height: 220px;
    top: 1130px;
    left: 4%;
  }

  .bubble-10 {
    width: 170px;
    height: 170px;
    top: 1220px;
    right: 5%;
    left: auto;
  }

  .bubble-11 {
    width: 200px;
    height: 200px;
    top: 1370px;
    left: 28%;
    right: auto;
  }

  .site-footer {
    flex-direction: column;
  }
}
