:root {
  --navy: #172b4d;
  --navy-soft: #243b63;
  --cream: #f7efe2;
  --cream-light: #fffaf1;
  --gold: #b8862b;
  --gold-deep: #8a641d;
  --ink: #202735;
  --muted: #626b78;
  --line: #e4d7bf;
  --white: #ffffff;
  --shadow: 0 14px 40px rgba(23, 43, 77, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream-light);
  color: var(--ink);
  font-family: "Malgun Gothic", "Apple SD Gothic Neo", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.75;
}

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 18px;
  background: rgba(255, 250, 241, 0.97);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--navy);
  min-width: 0;
}

.brand-logo {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 8px 22px rgba(23, 43, 77, 0.14);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  color: var(--navy);
  font-size: 1.38rem;
  line-height: 1.18;
}

.brand small {
  color: #111111;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.28;
  white-space: nowrap;
}

.menu-toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  cursor: pointer;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 22px;
  height: 2px;
  margin: 0 auto;
  background: var(--navy);
}

.site-nav {
  position: absolute;
  top: 77px;
  left: 14px;
  right: 14px;
  display: none;
  grid-template-columns: 1fr;
  gap: 6px;
  padding: 12px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.site-nav.open {
  display: grid;
}

.site-nav a {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px 14px;
  border-radius: 8px;
  color: var(--navy);
  text-decoration: none;
  font-weight: 700;
}

.nav-icon {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-nav a:hover,
.site-nav a.active {
  background: var(--cream);
  color: var(--gold-deep);
}

main {
  min-height: 70vh;
}

.page-section {
  display: none;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 58px;
}

.page-section.active {
  display: block;
}

.hero {
  min-height: 480px;
  display: flex;
  align-items: center;
  padding: 44px 22px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(23, 43, 77, 0.94), rgba(23, 43, 77, 0.72)),
    url("assets/hero-19.png");
  background-size: cover;
  background-position: center;
  color: var(--white);
}

.hero-content {
  max-width: 700px;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1,
.page-heading h1 {
  margin: 0;
  color: inherit;
  font-size: 2.55rem;
  line-height: 1.2;
}

.hero-copy {
  margin: 20px 0 0;
  max-width: 620px;
  font-size: 1.2rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 800;
}

.button.primary {
  background: var(--gold);
  color: var(--navy);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.72);
  color: var(--white);
}

.section-intro,
.page-heading {
  margin: 34px 0 22px;
  max-width: 820px;
}

.section-intro h2,
.page-heading h1,
.content-article h2,
.premium-panel h2 {
  color: var(--navy);
}

.section-intro h2 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.3;
}

.section-intro p,
.page-heading p {
  color: var(--muted);
}

.ad-slot {
  margin: 24px 0;
  padding: 18px;
  border: 1px dashed var(--gold);
  border-radius: 8px;
  background: #fff7e7;
  color: var(--navy);
  text-align: center;
}

.ad-slot span {
  display: block;
  font-weight: 800;
}

.ad-slot p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.ad-slot.subtle {
  background: transparent;
}

.feature-grid,
.video-grid {
  display: grid;
  gap: 18px;
}

.feature-card,
.video-card,
.prayer-card,
.content-article,
.form-panel,
.premium-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.feature-card,
.video-card {
  padding: 22px;
}

.prayer-carousel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: center;
  margin-top: 26px;
  padding: 22px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 12%, rgba(184, 134, 43, 0.32), transparent 34%),
    linear-gradient(135deg, #132545 0%, #21395f 56%, #152845 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 22px 60px rgba(23, 43, 77, 0.2);
}

.flashcard-window {
  position: relative;
  overflow: visible;
  min-height: 390px;
  grid-column: 1 / -1;
  order: 1;
  perspective: 1200px;
  isolation: isolate;
}

.flashcard-window::before,
.flashcard-window::after {
  content: "";
  position: absolute;
  inset: 18px -18px -14px 28px;
  border-radius: 8px 28px 28px 8px;
  background: #71798d;
  box-shadow: 0 18px 28px rgba(5, 11, 24, 0.22);
  z-index: -2;
}

.flashcard-window::after {
  inset: 10px -9px -7px 14px;
  background: #858c9e;
  z-index: -1;
}

#prayer-prev {
  order: 2;
}

#prayer-next {
  order: 3;
}

.prayer-card.flashcard {
  position: relative;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px 42px 42px 36px;
  overflow: visible;
  background: linear-gradient(145deg, #8b93a8 0%, #737b91 100%);
  border: 0;
  border-radius: 8px 28px 28px 8px;
  color: #ffffff;
  box-shadow:
    -1px 2px 0 rgba(255, 255, 255, 0.86),
    0 8px 0 #5f6679,
    0 18px 0 #4e566b,
    0 30px 52px rgba(5, 11, 24, 0.34);
  transform: rotateX(3deg) rotateY(-6deg) translateZ(0);
  transform-origin: center;
  will-change: transform, opacity;
}

.prayer-card.flashcard::before {
  content: "";
  position: absolute;
  top: 48%;
  right: -28px;
  width: 64px;
  height: 92px;
  border-radius: 999px 0 0 999px;
  background: var(--cream-light);
  box-shadow:
    -8px 0 0 #ffffff,
    -16px 0 0 #737b91;
  transform: translateY(-50%);
}

.prayer-card.flashcard::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 36%),
    linear-gradient(0deg, rgba(18, 28, 54, 0.1), transparent 44%);
}

.prayer-card.flashcard > * {
  position: relative;
  z-index: 1;
}

.carousel-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 52px;
  padding: 12px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--navy);
  color: var(--white);
  cursor: pointer;
  font-weight: 800;
  box-shadow: var(--shadow);
}

.carousel-button:hover {
  background: var(--navy-soft);
}

.carousel-button svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.carousel-status {
  margin: 14px 0 0;
  color: var(--gold-deep);
  font-weight: 800;
  text-align: center;
}

.flashcard.slide-out-left {
  animation: slideOutLeft 260ms ease-in forwards;
}

.flashcard.slide-out-right {
  animation: slideOutRight 260ms ease-in forwards;
}

.flashcard.slide-in-right {
  animation: slideInRight 320ms ease-out forwards;
}

.flashcard.slide-in-left {
  animation: slideInLeft 320ms ease-out forwards;
}

.feature-card h3,
.video-card h2,
.prayer-card h2 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 1.68rem;
  font-weight: 900;
  line-height: 1.35;
  text-shadow: 0 2px 4px rgba(5, 11, 24, 0.28);
}

.feature-card p,
.video-card p,
.prayer-card p {
  color: #ffffff;
  font-weight: 800;
  text-shadow: 0 1px 3px rgba(5, 11, 24, 0.26);
}

.prayer-card .eyebrow {
  color: #fff1bf;
  font-weight: 900;
}

@keyframes slideOutLeft {
  from { opacity: 1; transform: translateX(0) rotateX(3deg) rotateY(-6deg) scale(1); }
  to { opacity: 0; transform: translateX(-72px) rotateX(8deg) rotateY(20deg) scale(0.94); }
}

@keyframes slideOutRight {
  from { opacity: 1; transform: translateX(0) rotateX(3deg) rotateY(-6deg) scale(1); }
  to { opacity: 0; transform: translateX(72px) rotateX(8deg) rotateY(-20deg) scale(0.94); }
}

@keyframes slideInRight {
  from { opacity: 0; transform: translateX(82px) rotateX(8deg) rotateY(-20deg) scale(0.94); }
  to { opacity: 1; transform: translateX(0) rotateX(3deg) rotateY(-6deg) scale(1); }
}

@keyframes slideInLeft {
  from { opacity: 0; transform: translateX(-82px) rotateX(8deg) rotateY(20deg) scale(0.94); }
  to { opacity: 1; transform: translateX(0) rotateX(3deg) rotateY(-6deg) scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  .flashcard.slide-out-left,
  .flashcard.slide-out-right,
  .flashcard.slide-in-right,
  .flashcard.slide-in-left {
    animation-duration: 1ms;
  }
}

.text-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--gold-deep);
  cursor: pointer;
  font-weight: 800;
  text-decoration: underline;
}

.content-article {
  padding: 24px;
}

.content-article p {
  margin: 0 0 18px;
}

.content-article blockquote {
  margin: 18px 0;
  padding: 18px;
  border-left: 5px solid var(--gold);
  background: var(--cream);
  color: var(--navy);
  font-size: 1.18rem;
  font-weight: 800;
}

.video-thumb {
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 9;
  margin-bottom: 16px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--navy), var(--navy-soft));
  color: var(--gold);
  font-size: 1.5rem;
  font-weight: 900;
}

.video-card a {
  color: var(--gold-deep);
  font-weight: 800;
}

.form-panel,
.premium-panel {
  padding: 24px;
  max-width: 760px;
}

.form-panel label {
  display: block;
  margin-bottom: 18px;
  color: var(--navy);
  font-weight: 800;
}

.form-panel input[type="text"],
.form-panel input[type="email"],
.form-panel textarea {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 14px 15px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream-light);
  color: var(--ink);
}

.form-panel textarea {
  resize: vertical;
}

.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.checkbox-label input {
  width: 22px;
  height: 22px;
  margin-top: 6px;
  flex: 0 0 auto;
}

.form-message {
  margin: 14px 0 0;
  color: var(--gold-deep);
  font-weight: 800;
}

.premium-layout {
  display: grid;
  gap: 22px;
}

.check-list {
  padding-left: 24px;
}

.check-list li {
  margin-bottom: 8px;
}

.site-footer {
  padding: 34px 18px;
  background: var(--navy);
  color: var(--white);
  text-align: center;
}

.site-footer p {
  margin: 6px 0 16px;
  color: #d8deea;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.footer-links a,
.footer-links button {
  padding: 8px 10px;
  border: 0;
  background: transparent;
  color: var(--gold);
  cursor: pointer;
  text-decoration: underline;
  font-weight: 800;
}

@media (min-width: 760px) {
  .page-section {
    width: min(1120px, calc(100% - 56px));
    padding-top: 46px;
  }

  .hero {
    padding: 64px 54px;
  }

  .hero h1,
  .page-heading h1 {
    font-size: 3.2rem;
  }

  .feature-grid,
  .video-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .prayer-carousel {
    grid-template-columns: auto minmax(0, 800px) auto;
    justify-content: center;
    padding: 34px 28px;
  }

  .flashcard-window {
    grid-column: auto;
    order: initial;
  }

  #prayer-prev,
  #prayer-next {
    order: initial;
  }

  .carousel-button {
    width: auto;
  }
}

@media (min-width: 1040px) {
  .menu-toggle {
    display: none;
  }

  .site-header {
    padding: 14px 28px;
  }

  .site-nav {
    position: static;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 3px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .site-nav a {
    gap: 6px;
    padding: 8px 10px;
    font-size: 0.95rem;
  }

  .nav-icon {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }
}

@media (max-width: 430px) {
  body {
    font-size: 17px;
  }

  .brand small {
    font-size: 0.82rem;
  }

  .hero h1,
  .page-heading h1 {
    font-size: 2.25rem;
  }

  .hero-actions .button {
    width: 100%;
  }
}

/* Premium visual refinement layer */
:root {
  --navy: #17213B;
  --navy-soft: #223156;
  --cream: #EFE7DA;
  --cream-light: #F8F5EF;
  --gold: #C7A15A;
  --gold-deep: #A77C35;
  --sage: #A8B8A0;
  --ink: #17213B;
  --muted: #6E7688;
  --line: #DED2BF;
  --white: #FFFFFF;
  --font-body: "Noto Sans KR", Pretendard, "Malgun Gothic", sans-serif;
  --font-heading: "Noto Serif KR", "Noto Sans KR", serif;
  --font-label: Inter, "Noto Sans KR", sans-serif;
  --shadow: 0 18px 48px rgba(23, 33, 59, 0.12);
  --shadow-deep: 0 26px 70px rgba(23, 33, 59, 0.18);
}

body {
  background:
    radial-gradient(circle at 10% 8%, rgba(199, 161, 90, 0.16), transparent 28%),
    linear-gradient(180deg, #F8F5EF 0%, #F2ECE1 100%);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.82;
}

.site-header {
  padding: 14px 22px;
  background: rgba(248, 245, 239, 0.92);
  border-bottom: 1px solid rgba(199, 161, 90, 0.24);
  box-shadow: 0 10px 30px rgba(23, 33, 59, 0.06);
}

.brand {
  gap: 14px;
}

.brand-logo {
  width: 64px;
  height: 64px;
  flex-basis: 64px;
}

.brand strong {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
}

.brand small {
  color: #111111;
  font-size: 1rem;
  font-weight: 900;
  white-space: nowrap;
}

.site-nav {
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(199, 161, 90, 0.26);
}

.site-nav a {
  color: var(--navy);
  font-weight: 800;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.site-nav a:hover,
.site-nav a.active {
  background: rgba(199, 161, 90, 0.14);
  color: var(--gold-deep);
  transform: translateY(-1px);
}

.menu-toggle {
  border-color: rgba(199, 161, 90, 0.35);
  background: rgba(255, 255, 255, 0.9);
}

.page-section {
  padding: 46px 0 72px;
}

.page-heading,
.section-intro {
  max-width: 820px;
  margin-bottom: 30px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 5px 11px;
  border: 1px solid rgba(199, 161, 90, 0.32);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--gold-deep);
  font-family: var(--font-label);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(199, 161, 90, 0.28);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.18), transparent 28%),
    radial-gradient(circle at 78% 18%, rgba(199, 161, 90, 0.26), transparent 24%),
    linear-gradient(90deg, rgba(23, 33, 59, 0.94), rgba(23, 33, 59, 0.62)),
    url("assets/hero-19.png");
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow-deep);
}

.hero-content {
  max-width: 720px;
}

.hero h1,
.page-heading h1,
.section-intro h2 {
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: 0;
}

.hero h1 {
  font-size: clamp(3rem, 7vw, 5.2rem);
  color: #fffdf8;
  text-shadow: 0 4px 22px rgba(0, 0, 0, 0.28);
}

.hero-copy {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.24rem;
  line-height: 1.9;
}

.button {
  min-height: 54px;
  padding: 13px 22px;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(23, 33, 59, 0.14);
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(23, 33, 59, 0.2);
}

.button.primary {
  background: linear-gradient(135deg, #D6B872, var(--gold));
  color: var(--navy);
}

.button.primary:hover {
  background: linear-gradient(135deg, var(--gold), var(--gold-deep));
}

.button.secondary {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.58);
  color: #ffffff;
  backdrop-filter: blur(8px);
}

.feature-card,
.video-card,
.content-article,
.form-panel,
.premium-panel {
  border: 1px solid rgba(199, 161, 90, 0.25);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}

.feature-card,
.video-card {
  position: relative;
  padding: 28px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.feature-card::before,
.video-card::before {
  content: "Grace";
  display: inline-flex;
  margin-bottom: 14px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(168, 184, 160, 0.22);
  color: #52624C;
  font-family: var(--font-label);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.feature-card:hover,
.video-card:hover {
  transform: translateY(-5px);
  border-color: rgba(199, 161, 90, 0.48);
  box-shadow: var(--shadow-deep);
}

.feature-card h3,
.video-card h2 {
  color: var(--navy);
  font-family: var(--font-heading);
  font-size: 1.38rem;
  font-weight: 700;
  text-shadow: none;
}

.feature-card p,
.video-card p {
  color: var(--muted);
  font-weight: 500;
  text-shadow: none;
}

.ad-slot {
  margin: 28px 0;
  padding: 18px 22px;
  border: 1px dashed rgba(199, 161, 90, 0.52);
  border-radius: 8px;
  background: rgba(239, 231, 218, 0.58);
  color: var(--navy);
}

.ad-slot span {
  color: var(--gold-deep);
  font-size: 0.95rem;
}

.ad-slot p {
  color: var(--muted);
}

.content-article {
  max-width: 800px;
  padding: 32px;
}

.content-article p {
  color: #364056;
  font-size: 1.04rem;
  line-height: 1.9;
}

.content-article blockquote {
  padding: 22px 24px;
  border-left: 5px solid var(--gold);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(199, 161, 90, 0.16), rgba(255, 255, 255, 0.74));
  color: var(--navy);
  font-family: var(--font-heading);
}

.prayer-carousel {
  border: 1px solid rgba(199, 161, 90, 0.24);
  background:
    radial-gradient(circle at 18% 12%, rgba(199, 161, 90, 0.26), transparent 34%),
    radial-gradient(circle at 86% 16%, rgba(168, 184, 160, 0.2), transparent 24%),
    linear-gradient(135deg, #17213B 0%, #243153 56%, #18233D 100%);
}

.prayer-card h2 {
  font-family: var(--font-heading);
}

.prayer-card p {
  font-size: 1.08rem;
  line-height: 1.95;
}

.carousel-button {
  border-color: rgba(199, 161, 90, 0.3);
  border-radius: 999px;
  background: #17213B;
}

.carousel-button:hover {
  background: var(--gold-deep);
}

.carousel-status {
  color: var(--gold-deep);
  font-family: var(--font-label);
}

.premium-panel {
  position: relative;
  overflow: hidden;
  padding: 34px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(239, 231, 218, 0.86));
}

.premium-panel::before {
  content: "Premium";
  display: inline-flex;
  margin-bottom: 14px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(199, 161, 90, 0.18);
  color: var(--gold-deep);
  font-family: var(--font-label);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.check-list {
  list-style: none;
  padding-left: 0;
}

.check-list li {
  position: relative;
  padding-left: 30px;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold-deep);
  font-weight: 900;
}

.form-panel {
  margin-bottom: 26px;
  padding: 30px;
}

.form-panel label {
  color: var(--navy);
  font-size: 1rem;
  font-weight: 800;
}

.form-panel input[type="text"],
.form-panel input[type="email"],
.form-panel textarea {
  padding: 15px 16px;
  border: 1px solid rgba(199, 161, 90, 0.34);
  border-radius: 8px;
  background: #fffdf8;
  color: var(--ink);
  font-size: 1rem;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.form-panel input:focus,
.form-panel textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(199, 161, 90, 0.18);
}

.form-kicker {
  margin: 0 0 6px;
  color: var(--gold-deep);
  font-family: var(--font-label);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.form-panel h2 {
  margin: 0 0 8px;
  color: var(--navy);
  font-family: var(--font-heading);
  font-size: 1.55rem;
}

.form-description,
.form-note {
  color: var(--muted);
}

.form-note {
  margin: 12px 0 0;
  font-size: 0.92rem;
}

.partnership-form {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(239, 231, 218, 0.72));
}

.site-footer {
  background: linear-gradient(135deg, #111a31, #17213B);
}

@media (min-width: 1040px) {
  .site-nav {
    gap: 8px;
  }
}

@media (max-width: 760px) {
  .site-header {
    padding: 12px 16px;
  }

  .brand-logo {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }

  .brand strong {
    font-size: 1.2rem;
  }

  .brand small {
    font-size: 0.82rem;
  }

  .page-section {
    width: min(100% - 36px, 1120px);
    padding-top: 34px;
  }

  .hero {
    min-height: 500px;
    padding: 36px 24px;
  }

  .hero h1 {
    font-size: 3rem;
  }

  .hero-copy,
  .content-article p,
  .prayer-card p {
    font-size: 1rem;
  }

  .feature-grid,
  .video-grid {
    grid-template-columns: 1fr;
  }

  .form-panel,
  .premium-panel,
  .content-article {
    padding: 24px 20px;
  }
}

@media (max-width: 430px) {
  body {
    font-size: 17px;
  }

  .brand {
    gap: 10px;
  }

  .brand-logo {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  .brand strong {
    font-size: 1.08rem;
  }

  .brand small {
    font-size: 0.76rem;
  }

  .hero h1,
  .page-heading h1 {
    font-size: 2.35rem;
  }

  .prayer-carousel {
    padding: 18px 14px;
  }

  .flashcard-window {
    min-height: 430px;
  }

  .prayer-card.flashcard {
    min-height: 430px;
    padding: 34px 30px 34px 24px;
  }
}
.comments-section {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto 56px;
}

.comments-inner {
  padding: 32px;
  border: 1px solid rgba(199, 161, 90, 0.26);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(239, 231, 218, 0.72));
  box-shadow: var(--shadow);
}

.comments-inner h2 {
  margin: 0 0 8px;
  color: var(--navy);
  font-family: var(--font-heading);
  font-size: 1.8rem;
  line-height: 1.35;
}

.comments-inner > p:not(.eyebrow) {
  margin: 0 0 22px;
  color: var(--muted);
}

#disqus_thread {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(199, 161, 90, 0.24);
}

@media (max-width: 760px) {
  .comments-section {
    width: min(100% - 36px, 1120px);
    margin-bottom: 42px;
  }

  .comments-inner {
    padding: 24px 20px;
  }
}
.biblical-visuals {
  margin-top: 46px;
  padding: 34px;
  border: 1px solid rgba(199, 161, 90, 0.24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 14% 18%, rgba(168, 184, 160, 0.28), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(239, 231, 218, 0.74));
  box-shadow: var(--shadow);
}

.section-intro.compact {
  margin-top: 0;
  margin-bottom: 24px;
}

.scene-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.scene-card {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(199, 161, 90, 0.28);
  border-radius: 8px;
  background: #FFFDF7;
  box-shadow: 0 14px 34px rgba(23, 33, 59, 0.1);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.scene-card:hover {
  transform: translateY(-5px);
  border-color: rgba(199, 161, 90, 0.52);
  box-shadow: 0 22px 54px rgba(23, 33, 59, 0.16);
}

.scene-art {
  display: grid;
  place-items: center;
  min-height: 172px;
  margin-bottom: 16px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.92), transparent 38%),
    linear-gradient(135deg, #F5F1D0, #E4EFE2);
}

.scene-table .scene-art {
  background:
    radial-gradient(circle at 48% 42%, rgba(255, 255, 255, 0.9), transparent 36%),
    linear-gradient(135deg, #F7EBCF, #EDE2C3);
}

.scene-cross .scene-art {
  background:
    radial-gradient(circle at 48% 42%, rgba(255, 255, 255, 0.9), transparent 36%),
    linear-gradient(135deg, #F8F5EF, #E8EFE5);
}

.scene-art svg {
  width: min(100%, 250px);
  height: auto;
  filter: drop-shadow(0 8px 18px rgba(23, 33, 59, 0.12));
}

.scene-label {
  margin: 0 0 8px;
  color: var(--gold-deep);
  font-family: var(--font-label);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.scene-card h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-family: var(--font-heading);
  font-size: 1.34rem;
  line-height: 1.35;
}

.scene-card p:not(.scene-label) {
  margin: 0;
  color: var(--muted);
  font-weight: 600;
  line-height: 1.75;
}

@media (min-width: 760px) {
  .scene-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .biblical-visuals {
    padding: 24px 18px;
  }

  .scene-art {
    min-height: 150px;
  }
}
.daily-devotion {
  max-width: 820px;
}

.daily-feature-card h2 {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.daily-archive {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 24px;
}

.daily-card {
  padding: 22px;
  border: 1px solid rgba(199, 161, 90, 0.25);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}

.daily-date {
  margin: 0 0 8px;
  color: var(--gold-deep);
  font-family: var(--font-label);
  font-size: 0.86rem;
  font-weight: 900;
}

.daily-card h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-family: var(--font-heading);
  font-size: 1.26rem;
  line-height: 1.38;
  word-break: keep-all;
}

.daily-card blockquote,
.prayer-card blockquote {
  margin: 0 0 14px;
  padding: 12px 14px;
  border-left: 4px solid var(--gold);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.24);
  color: inherit;
  font-weight: 900;
  line-height: 1.55;
}

.daily-card p:not(.daily-date) {
  margin: 0;
  color: #39445a;
  font-weight: 600;
  line-height: 1.85;
}

.prayer-card blockquote {
  color: #fff6ce;
  text-shadow: 0 1px 3px rgba(5, 11, 24, 0.28);
}

.video-grid {
  grid-template-columns: 1fr;
}

.video-card .video-thumb {
  min-height: 170px;
}

@media (min-width: 760px) {
  .daily-archive {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1120px) {
  .video-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}