:root {
  color-scheme: light;
  --ink: #17211e;
  --muted: #65706b;
  --paper: #fffdf7;
  --cream: #fff8ec;
  --green: #24594c;
  --green-2: #3f7b6a;
  --coral: #e37b66;
  --gold: #c99742;
  --line: rgba(23, 33, 30, 0.14);
  --shadow: 0 16px 44px rgba(23, 33, 30, 0.12);
}

html,
body {
  color-scheme: light only;
  background-color: #fffdf7;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Malgun Gothic", "Apple SD Gothic Neo", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(20px, 5vw, 72px);
  background:
    linear-gradient(90deg, rgba(250, 233, 207, 0.96), rgba(238, 248, 241, 0.96) 48%, rgba(255, 248, 236, 0.96)),
    #fff8ec;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 10px 28px rgba(23, 33, 30, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(36, 89, 76, 0.2);
  background: rgba(255, 253, 247, 0.72);
  border-radius: 999px;
  color: #153f36;
  font-weight: 800;
  letter-spacing: 0;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid rgba(36, 89, 76, 0.2);
  border-radius: 6px;
  background: rgba(255, 253, 247, 0.88);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: #17211e;
}

.menu-toggle:hover,
.menu-toggle:focus-visible {
  border-color: rgba(36, 89, 76, 0.36);
  background: #ffffff;
  outline: none;
}

.nav {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.nav a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid rgba(36, 89, 76, 0.16);
  border-radius: 999px;
  background: rgba(255, 253, 247, 0.72);
  color: #40574f;
  box-shadow: 0 6px 14px rgba(23, 33, 30, 0.06);
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.nav a:hover,
.nav a:focus-visible {
  border-color: rgba(36, 89, 76, 0.34);
  background: #ffffff;
  color: var(--green);
  outline: none;
}

.share-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(36, 89, 76, 0.22);
  border-radius: 999px;
  background: #24594c;
  color: #fffdf7;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(36, 89, 76, 0.16);
}

.share-button:hover,
.share-button:focus-visible {
  background: #174237;
  outline: none;
}

.share-toast {
  position: fixed;
  top: 78px;
  right: clamp(16px, 4vw, 58px);
  z-index: 20;
  padding: 10px 16px;
  border: 1px solid rgba(36, 89, 76, 0.22);
  border-radius: 999px;
  background: #fffdf7;
  color: #174237;
  font-weight: 800;
  box-shadow: 0 14px 34px rgba(23, 33, 30, 0.15);
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.share-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero {
  display: grid;
  width: min(100%, 1920px);
  margin: 0 auto;
  grid-template-columns: minmax(360px, 0.82fr) minmax(520px, 1.18fr);
  align-items: stretch;
  min-height: min(760px, calc(100vh - 132px));
  gap: clamp(20px, 3vw, 42px);
  padding: clamp(42px, 5vw, 72px) clamp(20px, 5vw, 72px) clamp(34px, 4vw, 56px);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 560px;
  min-width: 0;
  justify-self: center;
  transform: none;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--coral);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.book-title {
  position: relative;
  display: inline-block;
  margin: 0 0 28px;
  padding: 0 0.32em;
  color: var(--green);
  font-size: clamp(2.7rem, 4.9vw, 5.35rem);
  font-weight: 800;
  line-height: 1;
  isolation: isolate;
}

.book-title::before {
  position: absolute;
  inset: auto 0 -0.02em 0;
  z-index: -1;
  height: 0.24em;
  content: "";
  background: #e7c1ad;
  border-radius: 999px;
}

.book-title span {
  position: relative;
  display: inline-block;
  padding: 0.02em 0.16em 0.04em;
}

.book-title span::before,
.book-title span::after {
  position: absolute;
  width: 0.34em;
  height: 0.34em;
  content: "";
  pointer-events: none;
}

.book-title span::before {
  top: 0.02em;
  left: -0.2em;
  border-top: 0.055em solid currentColor;
  border-left: 0.055em solid currentColor;
}

.book-title span::after {
  right: -0.2em;
  bottom: 0.02em;
  border-right: 0.055em solid currentColor;
  border-bottom: 0.055em solid currentColor;
}

h1,
h2 {
  margin: 0;
  line-height: 1.16;
  letter-spacing: 0;
}

h1 {
  display: inline-flex;
  width: 100%;
  min-height: 146px;
  max-width: 100%;
  border-radius: 6px;
  padding: 18px 16px;
  background: #e9f7ee;
  color: #173f35;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: clamp(1.62rem, 2.35vw, 2.55rem);
  font-weight: 900;
  white-space: normal;
  line-height: 1.12;
  border: 1px solid rgba(23, 63, 53, 0.12);
  box-shadow: none;
}

.hero-card-set {
  display: grid;
  gap: 12px;
  width: min(100%, 560px);
  border: 1px solid rgba(23, 63, 53, 0.12);
  border-radius: 14px;
  padding: 18px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(23, 33, 30, 0.09);
}

.hero-statement {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  width: min(100%, 560px);
  max-width: 100%;
  margin: 10px 0 0;
  padding: 0;
  color: var(--green);
  font-size: clamp(1.32rem, 2.35vw, 2.3rem);
  font-weight: 800;
  line-height: 1.25;
}

.hero-statement span {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  text-align: center;
  border-radius: 6px;
  padding: 5px 12px 7px;
  background: #e9f7ee;
  color: #173f35;
  border: 1px solid rgba(23, 63, 53, 0.12);
  box-shadow: none;
}

h2 {
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 800;
}

.lead {
  max-width: 900px;
  margin: 18px 0 0;
  color: #17211e;
  font-size: clamp(1.58rem, 2.85vw, 2.05rem);
  font-weight: 800;
  line-height: 1.42;
  text-align: center;
}

.lead span {
  display: block;
  white-space: nowrap;
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 640px;
  margin-top: 24px;
  border: 1px solid rgba(23, 63, 53, 0.12);
  border-radius: 10px;
  padding: 16px;
  background: #fff8ec;
  box-shadow: 0 14px 34px rgba(23, 33, 30, 0.08);
}

.hero-points span {
  display: inline-flex;
  width: 100%;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid rgba(23, 63, 53, 0.12);
  border-radius: 999px;
  padding: 8px 12px;
  color: #18362f;
  font-size: clamp(0.98rem, 1.18vw, 1.14rem);
  font-weight: 800;
  line-height: 1.22;
  box-shadow: 0 8px 18px rgba(23, 33, 30, 0.08);
  white-space: nowrap;
}

.hero-points span:nth-child(1) {
  background: #f8d7cf;
}

.hero-points span:nth-child(2) {
  background: #d9eadf;
}

.hero-points span:nth-child(3) {
  background: #f3d58a;
}

.hero-points span:nth-child(4) {
  background: #d7e4f2;
}

.hero-points span:nth-child(5) {
  background: #e4d7f2;
}

.hero-points span:nth-child(6) {
  background: #cfeee9;
}

.answer-card {
  width: 100%;
  margin-top: 0;
  border: 1px solid rgba(23, 63, 53, 0.14);
  border-radius: 10px;
  min-height: 124px;
  padding: clamp(18px, 3vw, 28px) 18px;
  background: #ffe08a;
  color: #173f35;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: clamp(1.75rem, 3.05vw, 3.1rem);
  font-weight: 900;
  line-height: 1.05;
  box-shadow: 0 16px 34px rgba(23, 33, 30, 0.1);
}

.answer-card span {
  white-space: nowrap;
}

.experience-card {
  width: 100%;
  margin-top: 0;
  border: 1px solid rgba(214, 107, 88, 0.22);
  border-radius: 10px;
  min-height: 124px;
  padding: clamp(14px, 2.2vw, 20px) 18px;
  background: #ffd9d0;
  color: #173f35;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: clamp(1.45rem, 2.25vw, 2.18rem);
  font-weight: 900;
  line-height: 1.12;
  box-shadow: 0 12px 24px rgba(23, 33, 30, 0.08);
}

.experience-card span {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  word-break: keep-all;
}

.hero-actions,
.buy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 28px;
}

.hero-qr-image-card {
  display: block;
  width: min(100%, 184px);
  margin: 2px 0 2px;
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(23, 33, 30, 0.08);
}

.hero-qr-image-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.qr-card-art {
  display: block;
  width: 100%;
  aspect-ratio: 274 / 270;
  border-radius: 8px;
  background: #ffffff url("assets/readingprayer-qr-card.svg?v=20260603-qr-spacing") center / contain no-repeat;
}

.button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--green);
  border-radius: 4px;
  padding: 14px 28px;
  font-size: 1.05rem;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.primary {
  background: #3f7b6a;
  color: #fffaf1;
}

.video-guide {
  padding: clamp(44px, 6vw, 76px) clamp(20px, 5vw, 72px);
  background: #fff3dc;
  border-top: 1px solid rgba(23, 63, 53, 0.12);
  border-bottom: 1px solid rgba(23, 63, 53, 0.12);
}

.video-guide .section-heading {
  max-width: 1180px;
  margin-right: auto;
  margin-bottom: 28px;
  margin-left: auto;
  text-align: center;
}

.video-guide .section-heading h2 {
  font-size: clamp(1.35rem, 2.4vw, 2.35rem);
}

.hero-video-grid {
  display: grid;
  max-width: 1180px;
  margin: 0 auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.hero-video-card {
  position: relative;
  display: grid;
  height: 156px;
  align-content: center;
  justify-items: center;
  gap: 6px;
  padding: 14px 18px;
  border: 1px solid rgba(199, 83, 61, 0.34);
  border-radius: 8px;
  color: #ffffff;
  background:
    linear-gradient(rgba(30, 18, 12, 0.22), rgba(30, 18, 12, 0.22)),
    linear-gradient(135deg, #c7533d, #9c3f30);
  box-shadow: 0 14px 28px rgba(199, 83, 61, 0.18);
  isolation: isolate;
  text-align: center;
}

.reading-part1-card,
.reading-part2-card,
.word-prayer-card,
.response-video-card {
  overflow: hidden;
  background:
    linear-gradient(rgba(23, 20, 16, 0.36), rgba(23, 20, 16, 0.58)),
    var(--video-thumb) center / cover;
}

.reading-part1-card {
  --video-thumb: url("https://img.youtube.com/vi/LMiq0XGefLM/hqdefault.jpg");
}

.reading-part2-card {
  --video-thumb: url("https://img.youtube.com/vi/JEfxlBeCvL8/hqdefault.jpg");
}

.word-prayer-card {
  --video-thumb: url("https://img.youtube.com/vi/AfSweVP4BGo/hqdefault.jpg");
}

.hero-video-card span {
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.24);
}

.hero-video-card span::before {
  position: absolute;
  top: 50%;
  left: 54%;
  width: 0;
  height: 0;
  content: "";
  transform: translate(-50%, -50%);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #c7533d;
}

.hero-video-card strong {
  z-index: 1;
  font-size: 1.03rem;
  line-height: 1.2;
}

.hero-video-card em {
  z-index: 1;
  color: #ffe8a8;
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 900;
}

.response-video-card {
  --video-thumb: url("https://img.youtube.com/vi/iDg9MtI-OYo/hqdefault.jpg");
}

.reading-part1-card strong,
.reading-part1-card em,
.reading-part2-card strong,
.reading-part2-card em,
.word-prayer-card strong,
.word-prayer-card em,
.response-video-card strong,
.response-video-card em {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.72);
}

.hero-video-card:hover {
  transform: translateY(-2px);
}

.prayer-reaction-section {
  padding: clamp(24px, 4vw, 40px) clamp(20px, 5vw, 72px) 0;
  border-top: 1px solid rgba(23, 63, 53, 0.1);
  background: #ffe7d2;
}

.prayer-reaction-card {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(26px, 3.4vw, 40px);
  border: 1px solid rgba(200, 79, 60, 0.58);
  border-radius: 8px;
  background: #ffc5b3;
  color: #123d33;
  text-align: center;
  box-shadow: 0 18px 38px rgba(92, 45, 35, 0.12);
}

.prayer-reaction-card h2 {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
  padding: 14px 28px;
  border: 1px solid rgba(23, 63, 53, 0.18);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(92, 45, 35, 0.12);
  color: #123d33;
  font-size: clamp(1.65rem, 2.8vw, 2.35rem);
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
}

.prayer-reaction-card h2 span {
  display: inline;
}

.prayer-reaction-card .eyebrow,
.prayer-order-card .eyebrow {
  font-size: 0.96rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.prayer-reaction-lines {
  display: grid;
  gap: 10px;
  max-width: 780px;
  margin: 0 auto 20px;
}

.prayer-reaction-lines p,
.reaction-note {
  margin: 0;
  font-size: clamp(1.18rem, 1.55vw, 1.36rem);
  font-weight: 850;
  line-height: 1.7;
}

.reaction-note {
  color: #5b4135;
}

.prayer-order-section {
  padding: clamp(24px, 4vw, 40px) clamp(20px, 5vw, 72px);
  background: #ffe7d2;
}

.prayer-order-card {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(26px, 3.4vw, 40px);
  border: 1px solid rgba(255, 232, 170, 0.34);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 18%, rgba(52, 110, 148, 0.55), transparent 54%),
    linear-gradient(135deg, #0f2d49 0%, #164361 52%, #102a43 100%);
  color: #ffffff;
  text-align: center;
  box-shadow: 0 22px 42px rgba(7, 20, 39, 0.2);
}

.prayer-order-card h2 {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  padding: 16px 38px;
  border: 1px solid rgba(255, 232, 170, 0.42);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(23, 63, 53, 0.14);
  color: #123d33;
  font-size: clamp(2.15rem, 3.45vw, 3.05rem);
  font-weight: 900;
  line-height: 1.18;
  text-align: center;
}

.prayer-order-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 32px;
  margin: 0 auto 22px;
}

.prayer-order-steps span {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 56px;
  padding: 10px 28px;
  border: 2px solid rgba(255, 232, 170, 0.72);
  border-radius: 999px;
  background: #ffffff;
  color: #123d33;
  font-size: clamp(1.28rem, 1.65vw, 1.52rem);
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 10px 20px rgba(7, 20, 39, 0.18);
}

.prayer-order-steps span:not(:last-child)::after {
  content: "\2192";
  position: absolute;
  right: -27px;
  color: #ffcf4a;
  font-size: 2rem;
  font-weight: 900;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.22);
}

.prayer-order-card p:last-child {
  max-width: 820px;
  margin: 0 auto;
  color: #f7fff9;
  font-size: clamp(1.28rem, 1.65vw, 1.5rem);
  font-weight: 800;
  line-height: 1.7;
}

.new-book-section {
  padding: clamp(26px, 4vw, 44px) clamp(20px, 5vw, 72px);
  border-top: 1px solid rgba(23, 63, 53, 0.1);
  background: #ffead8;
}

.new-book-videos {
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px;
  border: 1px solid rgba(200, 79, 60, 0.18);
  border-radius: 8px;
  background: #fff1e3;
}

.new-book-video-heading {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
  text-align: center;
}

.new-book-video-heading h3 {
  margin: 0;
  color: #173f35;
  font-size: clamp(1.3rem, 2.3vw, 2rem);
  font-weight: 900;
}

.new-book-video-heading p:last-child {
  margin: 0;
  color: #4d5c56;
  font-weight: 800;
  line-height: 1.55;
}

.new-book-video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.new-book-video-card {
  display: grid;
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(23, 63, 53, 0.14);
  border-radius: 8px;
  background: #ffffff;
  color: #173f35;
  box-shadow: 0 14px 28px rgba(23, 63, 53, 0.08);
}

.new-book-video-card video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 6px;
  background: #111c2f;
  object-fit: cover;
}

.new-book-video-thumb {
  position: relative;
  display: block;
  min-height: 260px;
  overflow: hidden;
  border-radius: 6px;
  background: #fffdf7;
  color: #fffdf7;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px rgba(23, 63, 53, 0.08);
}

.new-book-preview-pair {
  display: grid;
  width: 100%;
  min-height: 260px;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  gap: 12px;
  padding: 14px;
  background:
    radial-gradient(circle at 64% 40%, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 34%),
    linear-gradient(135deg, #10213a 0%, #1a304d 58%, #263d5b 100%);
}

.new-book-preview-pair .new-book-cover-preview {
  display: block;
  width: 100%;
  height: 230px;
  object-fit: contain;
  border-radius: 4px;
  background: transparent;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.new-book-preview-pair .new-book-video-preview-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 7px;
  background: #111111;
  box-shadow: 0 16px 26px rgba(0, 0, 0, 0.3);
}

.booklet-untying-preview {
  grid-template-columns: 1fr 2fr;
  gap: 12px;
  min-height: 260px;
  padding: 14px;
}

.booklet-untying-preview .new-book-cover-preview {
  width: 100%;
  height: 230px;
  padding: 0;
  background: transparent;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  object-fit: contain;
}

.new-book-preview-pair.booklet-untying-preview > .new-book-video-preview-img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #171717;
  border-radius: 6px;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.22);
}

.new-book-video-thumb span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 999px;
  background: #c84f3c;
  color: #fffdf7;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(200, 79, 60, 0.26);
}

.new-book-video-thumb span::before {
  width: 0;
  height: 0;
  margin-right: 8px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid currentColor;
  content: "";
}

.new-book-video-title {
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 4px 4px 6px;
}

.new-book-video-card strong {
  position: relative;
  display: inline-flex;
  min-width: min(100%, 360px);
  align-items: center;
  justify-content: center;
  padding: 13px 26px;
  border: 1px solid rgba(23, 63, 53, 0.22);
  border-radius: 7px;
  background: #e8f6ef;
  color: #173f35;
  font-size: clamp(1.1rem, 1.9vw, 1.45rem);
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  box-shadow: inset 0 -3px 0 rgba(200, 79, 60, 0.18);
}

.video-fallback-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(23, 63, 53, 0.18);
  border-radius: 5px;
  background: #fff8ec;
  color: #173f35;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.22;
  text-align: center;
  text-decoration: none;
}

.video-fallback-link:hover,
.video-fallback-link:focus-visible {
  border-color: rgba(200, 79, 60, 0.44);
  background: #fff0e8;
  outline: none;
}

.video-fallback-link.youtube-link {
  border-color: rgba(200, 79, 60, 0.34);
  background: #ffdcd1;
  color: #7c2d24;
}

.is-video-modal-open {
  overflow: hidden;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: clamp(16px, 4vw, 42px);
}

.video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 18, 32, 0.76);
}

.video-modal-panel {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(980px, 100%);
  gap: 12px;
  padding: clamp(12px, 2vw, 18px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: #fff8ec;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
}

.video-modal-panel video {
  display: block;
  width: 100%;
  max-height: min(72vh, 640px);
  aspect-ratio: 16 / 9;
  border-radius: 6px;
  background: #000000;
  object-fit: contain;
}

.video-modal-close {
  position: absolute;
  top: -14px;
  right: -14px;
  z-index: 2;
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(23, 63, 53, 0.18);
  border-radius: 999px;
  background: #ffffff;
  color: #173f35;
  font-size: 1.5rem;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.video-modal-direct {
  justify-self: center;
  padding: 9px 14px;
  border: 1px solid rgba(23, 63, 53, 0.16);
  border-radius: 5px;
  background: #ffffff;
  color: #173f35;
  font-weight: 900;
  text-decoration: none;
}

.new-book-video-card strong::before,
.new-book-video-card strong::after {
  position: absolute;
  top: 50%;
  width: 18px;
  height: 18px;
  content: "";
  transform: translateY(-50%);
}

.new-book-video-card strong::before {
  left: 9px;
  border-top: 4px solid #173f35;
  border-left: 4px solid #173f35;
}

.new-book-video-card strong::after {
  right: 9px;
  border-right: 4px solid #173f35;
  border-bottom: 4px solid #173f35;
}

.new-book-video-card em {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 10px 15px;
  border-radius: 6px;
  background: #c84f3c;
  color: #fffdf7;
  font-style: normal;
  font-weight: 900;
}

.new-book-video-card em::before {
  content: "";
  width: 0;
  height: 0;
  margin-right: 8px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid currentColor;
}

.secondary {
  background: transparent;
  color: var(--green);
}

.hero-media {
  position: relative;
  min-width: 0;
  justify-self: center;
  display: grid;
  width: min(100%, 720px);
  min-height: clamp(580px, 52vw, 720px);
  align-self: stretch;
  place-items: center;
}

.hero-media::before {
  display: none;
  content: none;
}

.hero-media img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 720px;
  height: 100%;
  min-height: clamp(580px, 52vw, 720px);
  object-fit: cover;
  border-radius: 8px;
  box-shadow:
    0 28px 54px rgba(7, 20, 39, 0.34);
  filter: contrast(1.08) saturate(1.04) brightness(1.02);
}

.cover-badge-cleaner {
  position: absolute;
  left: 64.5%;
  top: 75%;
  z-index: 1;
  width: clamp(82px, 11.5vw, 118px);
  height: clamp(128px, 16vw, 176px);
  background: #fffef7;
  border-radius: 999px;
  transform: translate(-50%, -50%);
}

.cover-word-badge {
  position: absolute;
  left: 64.5%;
  top: 73%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: clamp(54px, 8vw, 82px);
  height: clamp(54px, 8vw, 82px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1px;
  color: #ffffff;
  background: #b8944e;
  clip-path: polygon(
    50% 0%, 56% 9%, 65% 3%, 69% 14%, 80% 10%, 81% 22%,
    93% 21%, 89% 33%, 100% 39%, 91% 47%, 98% 57%, 86% 61%,
    90% 73%, 78% 73%, 76% 86%, 65% 80%, 58% 91%, 50% 82%,
    42% 91%, 35% 80%, 24% 86%, 22% 73%, 10% 73%, 14% 61%,
    2% 57%, 9% 47%, 0% 39%, 11% 33%, 7% 21%, 19% 22%,
    20% 10%, 31% 14%, 35% 3%, 44% 9%
  );
  font-size: clamp(10px, 1.3vw, 15px);
  font-weight: 900;
  line-height: 1.08;
  text-align: center;
  text-shadow: 0 1px 1px rgba(90, 64, 24, 0.28);
  filter: drop-shadow(0 8px 10px rgba(23, 33, 30, 0.16));
}

.cover-word-badge::before,
.cover-word-badge::after {
  position: absolute;
  bottom: clamp(-34px, -3.7vw, -20px);
  z-index: -1;
  width: 30%;
  height: 44%;
  content: "";
  background: #d82635;
  clip-path: polygon(0 0, 100% 0, 82% 100%, 50% 72%, 18% 100%);
}

.cover-word-badge::before {
  left: 23%;
  transform: rotate(8deg);
}

.cover-word-badge::after {
  right: 23%;
  transform: rotate(-8deg);
}

.stats {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #f1e8d9;
}

.stats div {
  padding: 28px clamp(20px, 4vw, 56px);
  border-right: 0;
}

.stats div:last-child {
  border-right: 0;
}

.stats strong,
.stats span {
  display: block;
}

.stats strong {
  font-size: 1.35rem;
}

.stats span {
  color: var(--muted);
}

.stats .featured-stat {
  background: #ffe08a;
}

.stats .featured-stat strong {
  color: #173f35;
  font-size: 1.55rem;
}

.stats .featured-stat span {
  color: #17211e;
  font-weight: 800;
}

.promo-qr {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 34px clamp(20px, 5vw, 72px);
  background: #fff3dc;
  border-bottom: 1px solid var(--line);
}

.promo-qr h2 {
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.promo-qr p:last-child {
  max-width: 560px;
  margin: 14px 0 0;
  color: #34413c;
  font-weight: 700;
}

.qr-card {
  margin: 0;
  text-align: center;
}

.promo-qr img {
  width: clamp(120px, 16vw, 180px);
  height: auto;
  border-radius: 8px;
  background: #ffffff;
  padding: 10px;
  box-shadow: 0 12px 30px rgba(23, 33, 30, 0.12);
}

.qr-card figcaption {
  display: grid;
  gap: 2px;
  margin-top: 10px;
  color: #173f35;
  font-size: clamp(1.08rem, 2vw, 1.28rem);
  font-weight: 900;
}

.qr-card figcaption span {
  color: #65706b;
  font-size: 0.9rem;
  font-weight: 700;
}

.kyobo-info {
  background: #fffdf7;
}

.kyobo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.kyobo-grid article {
  border: 1px solid rgba(23, 63, 53, 0.14);
  border-radius: 8px;
  padding: 22px;
  background: #ffffff;
}

.kyobo-grid article:nth-child(1),
.kyobo-grid article:nth-child(5) {
  background: #ffe8a8;
}

.kyobo-grid article:nth-child(2),
.kyobo-grid article:nth-child(6) {
  background: #dff4e7;
}

.kyobo-grid article:nth-child(3),
.kyobo-grid article:nth-child(4) {
  background: #dcecff;
}

.kyobo-grid span {
  display: block;
  margin-bottom: 8px;
  color: #65706b;
  font-weight: 800;
}

.kyobo-grid strong {
  display: block;
  color: #173f35;
  font-size: 1.2rem;
  line-height: 1.35;
}

.kyobo-grid p {
  margin: 10px 0 0;
  color: #34413c;
  font-weight: 700;
}

.kyobo-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.kyobo-summary p {
  margin: 0;
  border: 1px solid rgba(23, 63, 53, 0.14);
  border-radius: 8px;
  padding: 22px;
  background: #fff8ec;
  color: #20302b;
  font-weight: 700;
}

.section {
  padding: clamp(64px, 9vw, 128px) clamp(20px, 5vw, 72px);
  scroll-margin-top: 110px;
}

.buy,
.stats,
.video-guide {
  scroll-margin-top: 110px;
}

.section-heading {
  max-width: 980px;
  margin-bottom: clamp(30px, 5vw, 58px);
}

#about .section-heading {
  max-width: 1180px;
}

#about .section-heading h2 {
  white-space: nowrap;
  font-size: clamp(2rem, 3.2vw, 3.7rem);
}

#interview .section-heading {
  max-width: 1180px;
}

#interview .section-heading h2 {
  white-space: nowrap;
  font-size: clamp(2rem, 3.2vw, 3.7rem);
}

#ministry .section-heading {
  max-width: 980px;
}

#ministry .section-heading h2 {
  white-space: nowrap;
  font-size: clamp(2rem, 3.2vw, 3.7rem);
}

.intro-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 5vw, 80px);
  max-width: 1080px;
  color: #35413c;
  font-size: clamp(1.04rem, 1.6vw, 1.22rem);
}

.kyobo-promo {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: clamp(30px, 5vw, 56px);
}

.kyobo-promo article {
  border: 1px solid rgba(23, 63, 53, 0.14);
  border-radius: 8px;
  padding: 22px;
  background: #ffffff;
}

.kyobo-promo article:nth-child(1) {
  border-color: rgba(201, 151, 66, 0.42);
  background: #ffd9d0;
}

.kyobo-promo article:nth-child(2) {
  background: #d5f0df;
}

.kyobo-promo article:nth-child(3) {
  background: #ffe8a8;
}

.kyobo-promo article:nth-child(4) {
  background: #d5e9ff;
}

.kyobo-promo span {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 10px 15px 10px 18px;
  border: 1px solid rgba(23, 63, 53, 0.18);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.72);
  color: #173f35;
  font-size: clamp(1.08rem, 1.55vw, 1.28rem);
  font-weight: 900;
  line-height: 1.25;
  box-shadow: 0 8px 18px rgba(23, 63, 53, 0.08);
}

.kyobo-promo span::after {
  position: absolute;
  right: 12px;
  bottom: -7px;
  left: 18px;
  height: 3px;
  border-radius: 999px;
  background: #c84f3c;
  content: "";
}

.kyobo-promo p {
  margin: 0;
  color: #20302b;
  font-weight: 700;
}

.sample {
  position: relative;
  overflow: hidden;
  background: #e9f7ee;
  color: #173f35;
}

.quote-mark {
  position: absolute;
  top: -30px;
  right: clamp(20px, 7vw, 96px);
  color: rgba(23, 63, 53, 0.12);
  font-family: Georgia, serif;
  font-size: clamp(11rem, 22vw, 24rem);
  line-height: 1;
}

blockquote {
  position: relative;
  max-width: 1180px;
  margin: 0;
  font-size: clamp(1.7rem, 3.2vw, 3.8rem);
  font-weight: 800;
  line-height: 1.28;
  white-space: nowrap;
}

.sample p {
  margin: 28px 0 0;
  color: #65706b;
  font-weight: 700;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.review-grid article {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.42);
}

.review-grid p {
  margin: 0;
  color: #303b36;
  font-size: 1.05rem;
}

.review-grid span {
  margin-top: 28px;
  color: var(--gold);
  font-weight: 800;
}

#ministry .review-grid article {
  justify-content: flex-start;
}

#ministry .review-grid article:nth-child(1) {
  background: #e9f4ee;
}

#ministry .review-grid article:nth-child(2) {
  background: #fff0cf;
}

#ministry .review-grid article:nth-child(3) {
  background: #edf2fb;
}

#ministry .review-grid span {
  position: relative;
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  align-self: flex-start;
  align-items: center;
  margin: 0 0 20px;
  padding: 10px 15px 10px 18px;
  border: 1px solid rgba(23, 63, 53, 0.18);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--green);
  font-size: clamp(1.08rem, 1.55vw, 1.3rem);
  font-weight: 900;
  line-height: 1.25;
  box-shadow: 0 8px 18px rgba(23, 63, 53, 0.08);
}

#ministry .review-grid span::after {
  position: absolute;
  right: 12px;
  bottom: -7px;
  left: 18px;
  height: 3px;
  border-radius: 999px;
  background: #c84f3c;
  content: "";
}

#ministry .review-grid p {
  font-weight: 600;
}

#reviews .review-grid article:nth-child(1) {
  background: #e9f4ee;
}

#reviews .review-grid article:nth-child(2) {
  background: #fff0cf;
}

#reviews .review-grid article:nth-child(3) {
  background: #edf2fb;
}

#reviews .review-grid p {
  font-weight: 600;
}

.interview {
  background: #f7f0e4;
}

.interview-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: start;
}

.interview-main {
  max-width: 760px;
  color: #35413c;
  font-size: clamp(1.06rem, 1.7vw, 1.24rem);
}

.interview-main p {
  margin: 0 0 22px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  border-bottom: 2px solid var(--coral);
  color: var(--green);
  font-weight: 800;
}

.article-preview-link {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  max-width: 620px;
  margin-top: 30px;
  border: 1px solid rgba(23, 63, 53, 0.18);
  border-radius: 8px;
  padding: 18px 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 240, 207, 0.94)),
    #fff7e8;
  color: #173f35;
  text-decoration: none;
  box-shadow: 0 18px 44px rgba(23, 63, 53, 0.1);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.article-preview-link:hover {
  border-color: rgba(214, 107, 88, 0.58);
  box-shadow: 0 22px 52px rgba(23, 63, 53, 0.14);
  transform: translateY(-2px);
}

.article-preview-mark {
  display: inline-grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background: #c94f3f;
  color: #fffaf0;
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.article-preview-copy {
  display: grid;
  gap: 4px;
}

.article-preview-copy small {
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-preview-copy strong {
  color: #123f35;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 900;
}

.article-preview-copy em {
  color: #475a52;
  font-style: normal;
  font-size: 0.95rem;
  font-weight: 700;
}

.article-preview-arrow {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: #173f35;
  color: #fffaf0;
  font-size: 1.35rem;
  font-weight: 900;
}

.interview-notes {
  display: grid;
  gap: 14px;
}

.interview-notes article {
  border: 1px solid rgba(23, 63, 53, 0.18);
  border-radius: 8px;
  padding: 24px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(23, 33, 30, 0.07);
}

.interview-notes .featured-note {
  border-color: rgba(214, 107, 88, 0.38);
  background: #e9f7ee;
  box-shadow: none;
}

.interview-notes article:nth-child(2) {
  background: #e9f4ee;
}

.interview-notes article:nth-child(3) {
  background: #fff0cf;
}

.interview-notes article:nth-child(4) {
  background: #edf2fb;
}

.interview-notes span {
  display: block;
  margin-bottom: 10px;
  color: var(--green);
  font-size: 1.08rem;
  font-weight: 800;
}

.interview-notes .featured-note span {
  color: #173f35;
  font-size: 1.18rem;
}

.interview-notes p {
  margin: 0;
  color: #17211e;
  font-weight: 600;
}

.interview-notes .featured-note p {
  color: #173f35;
  font-weight: 700;
}

.testimony {
  padding-top: clamp(24px, 3.5vw, 44px);
  padding-bottom: clamp(28px, 4vw, 54px);
  background: #fff5e7;
}

.testimony-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.testimony-grid article {
  min-height: 132px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(23, 63, 53, 0.13);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 42px);
  text-align: center;
  box-shadow: 0 16px 34px rgba(23, 33, 30, 0.11);
}

.testimony-grid article:nth-child(1) {
  background: #dff4e9;
}

.testimony-grid article:nth-child(2) {
  background: #ffe6aa;
}

.testimony-grid article:nth-child(3) {
  background: #ddecff;
}

.testimony-grid strong {
  display: block;
  margin: 0;
  color: #123f35;
  font-size: clamp(1.75rem, 3.2vw, 2.8rem);
  font-weight: 900;
  line-height: 1.18;
}

.testimony-grid strong::after {
  display: block;
  width: min(92px, 45%);
  height: 4px;
  margin: 18px auto 0;
  content: "";
  background: #c7533d;
  border-radius: 999px;
}

.testimony-grid p {
  margin: 0;
  color: #34413c;
  font-size: 1.02rem;
}

.video-testimonies {
  margin-top: 0;
}

.video-heading {
  max-width: 760px;
  margin-bottom: 24px;
}

.video-heading h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.6rem, 3vw, 2.7rem);
  line-height: 1.2;
}

.video-heading p:last-child {
  margin: 14px 0 0;
  color: #35413c;
  font-size: 1.05rem;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.video-grid.single-video {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  grid-template-columns: 1fr;
}

.testimony-standalone {
  max-width: 720px;
  margin: 0 auto;
}

.testimony-player-only {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background: transparent;
  border: none;
  box-shadow: none;
}

.testimony-player-only .video-thumb,
.testimony-player-only .video-copy {
  display: none;
}

.testimony-embed {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  background: #111;
}

.testimony-video-link {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  background: #101010;
  box-shadow: 0 12px 28px rgba(23, 33, 30, 0.14);
}

.testimony-video-link img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.testimony-video-link span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: #d85642;
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 10px 20px rgba(128, 44, 32, 0.22);
}

.testimony-video-link span::before {
  width: 0;
  height: 0;
  margin-right: 8px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #ffffff;
  content: "";
}

.video-grid article {
  border: 1px solid rgba(23, 63, 53, 0.13);
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(23, 33, 30, 0.08);
}

.video-frame {
  aspect-ratio: 16 / 9;
  background: #17211e;
}

.video-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-thumb {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  background: #17211e;
}

.video-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimony-cover-card {
  display: grid;
  height: 100%;
  align-items: center;
  grid-template-columns: minmax(110px, 24%) 1fr;
  gap: clamp(18px, 4vw, 42px);
  padding: clamp(24px, 5vw, 54px);
  background:
    linear-gradient(rgba(255, 250, 241, 0.72), rgba(255, 250, 241, 0.88)),
    radial-gradient(circle at 72% 28%, rgba(255, 224, 138, 0.95), transparent 42%),
    #eaf6f0;
}

.testimony-cover-card img {
  width: min(150px, 100%);
  height: auto;
  justify-self: center;
  border: 6px solid rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  box-shadow: 0 18px 38px rgba(23, 63, 53, 0.22);
}

.testimony-cover-card div {
  display: grid;
  gap: 10px;
}

.testimony-cover-card small {
  color: var(--coral);
  font-size: clamp(0.82rem, 1.7vw, 1rem);
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.testimony-cover-card strong {
  color: #173f35;
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 900;
  line-height: 1.05;
}

.testimony-cover-card p {
  max-width: 430px;
  margin: 0;
  color: #263a34;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 800;
  line-height: 1.55;
}

.video-thumb span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 76px;
  height: 76px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
}

.video-thumb span::before {
  position: absolute;
  top: 50%;
  left: 52%;
  width: 0;
  height: 0;
  content: "";
  transform: translate(-50%, -50%);
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 24px solid #c7533d;
}

.video-copy {
  padding: 22px 24px 24px;
}

.video-copy span {
  display: block;
  margin-bottom: 6px;
  color: var(--coral);
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.video-copy h4 {
  margin: 0 0 10px;
  color: #173f35;
  font-size: clamp(1.24rem, 2.2vw, 1.8rem);
  line-height: 1.25;
}

.video-copy p {
  max-width: 680px;
  margin: 0 0 16px;
  color: #34413c;
  font-weight: 700;
}

.video-copy a,
.video-grid > article > a:not(.video-thumb) {
  display: flex;
  min-height: 58px;
  align-items: center;
  width: fit-content;
  padding: 14px 16px;
  border: 1px solid rgba(23, 63, 53, 0.18);
  border-radius: 4px;
  color: var(--green);
  background: #f4fbf6;
  font-weight: 800;
}

.church-testimony {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.church-testimony.single-testimony {
  max-width: 780px;
  grid-template-columns: 1fr;
}

.church-testimony article {
  border: 1px solid rgba(23, 63, 53, 0.13);
  border-radius: 8px;
  padding: 24px;
  background: #f7f0e4;
}

.church-testimony span {
  display: block;
  margin-bottom: 10px;
  color: var(--green);
  font-size: 1.1rem;
  font-weight: 800;
}

.church-testimony p {
  margin: 0 0 14px;
  color: #34413c;
}

.church-testimony a {
  color: var(--coral);
  font-weight: 800;
}

.series {
  background: #eaf0ee;
  color: #173f35;
}

.series .section-heading .eyebrow,
.series .section-heading h2 {
  color: #0d211c;
}

.series .section-heading h2 {
  font-size: clamp(2.4rem, 4vw, 4.7rem);
  white-space: nowrap;
}

.series-intro {
  display: flex;
  max-width: 980px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto 24px;
}

.series-intro p {
  max-width: 760px;
  margin: 0;
  color: #34413c;
  font-size: clamp(1.08rem, 1.7vw, 1.24rem);
  font-weight: 700;
}

.series-intro .text-link {
  border-color: rgba(200, 79, 60, 0.32);
  background: transparent;
  color: #173f35;
  box-shadow: none;
}

.series-video-note {
  display: flex;
  max-width: 1120px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 20px;
  padding: 18px 22px;
  border: 1px solid rgba(200, 79, 60, 0.22);
  border-radius: 8px;
  background: #fff1e9;
  color: #173f35;
}

.series-video-note strong {
  font-size: clamp(1.12rem, 2vw, 1.42rem);
  font-weight: 900;
}

.series-video-note span {
  color: #3d4b46;
  font-size: clamp(0.98rem, 1.5vw, 1.12rem);
  font-weight: 800;
  line-height: 1.5;
}

.series-grid {
  display: flex;
  width: min(100%, 980px);
  flex-direction: column;
  gap: 0;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: #142f47;
  overflow: hidden;
}

.series-grid article {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  align-items: center;
  column-gap: 24px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
  padding: 26px 26px;
  background: #1c405c;
}

.series-grid article:nth-child(odd) {
  background: #173852;
}

.series-grid article .series-badge {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.92);
  color: #173f35;
}

.series-grid article h3,
.series-grid article p {
  color: #f6fbf8;
}

.series-grid article .series-meta,
.series-grid article .series-subtitle {
  color: #dcebe4;
}

.series-grid article .series-price strong {
  color: #9ee6a6;
}

.series-grid article .series-price small {
  color: #c7d7d0;
}

.series-cover {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 9px;
  width: 170px;
}

.series-cover img {
  display: block;
  width: 148px;
  height: 214px;
  object-fit: contain;
  border-radius: 3px;
  background: #ffffff;
  box-shadow: 0 10px 18px rgba(23, 63, 53, 0.12);
  filter: contrast(1.12) saturate(1.06) brightness(1.02);
}

.series-large-book .series-cover img {
  width: 168px;
  height: 242px;
}

.main-series-book .series-cover img {
  width: 168px;
  height: 242px;
}

.series-small-book .series-cover img {
  width: 136px;
  height: 198px;
}

.series-cover.light-cover img {
  background: transparent;
  box-shadow: 0 12px 18px rgba(23, 63, 53, 0.14);
}

.series-cover.navy-cover img {
  background: #f3ead6;
  box-shadow: 0 12px 18px rgba(23, 63, 53, 0.18);
}

.coming-soon-book-item .series-cover img {
  width: 150px;
  height: 218px;
  background: #050505;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.28);
}

.series-info {
  padding-top: 8px;
}

.series-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  padding: 4px 9px;
  border: 1px solid rgba(23, 63, 53, 0.16);
  border-radius: 4px;
  background: #ffffff;
  color: #47665c;
  font-size: 0.84rem;
  font-weight: 800;
}

.series-info h3 {
  margin: 0 0 10px;
  color: #fff8ec;
  font-size: clamp(1.16rem, 2.1vw, 1.54rem);
  font-weight: 900;
}

.series-info p {
  margin: 0 0 7px;
  color: #e9ddc9;
  font-weight: 700;
  line-height: 1.55;
}

.series-author {
  color: #fff8ec;
}

.series-meta,
.series-subtitle {
  color: #d9cbb5;
}

.series-price strong {
  color: #14820b;
  font-weight: 900;
}

.series-price small {
  margin-left: 8px;
  color: #b7ad9e;
  text-decoration: line-through;
}

.series-rating {
  color: #90c3ff;
}

.series-video-link,
.series-event-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: 10px;
  max-width: 100%;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 5px;
  background: #ff4a43;
  color: #fffdf7;
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.22;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(186, 42, 42, 0.18);
}

.series-video-link::before,
.series-event-link::before {
  width: 0;
  height: 0;
  margin-right: 7px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid currentColor;
  content: "";
}

.series-video-link:hover,
.series-event-link:hover,
.series-event-link:focus-visible {
  background: #e23d37;
  outline: none;
}

.series-cover .series-video-link:not(.series-play-button),
.series-cover .series-event-link {
  display: inline-flex;
  width: fit-content;
  height: auto;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 8px 14px;
  border: 0;
  border-radius: 5px;
  background: #ff4a43;
  color: #fffdf7;
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.22;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  box-shadow: 0 10px 20px rgba(186, 42, 42, 0.18);
}

.series-cover .series-video-link:not(.series-play-button)::before,
.series-cover .series-event-link::before {
  width: 0;
  height: 0;
  margin: 0 7px 0 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid currentColor;
  content: "";
}

.ribbon-booklet-item,
.evangelism-booklet-item {
  background: #1c405c;
}

.series-grid .ribbon-booklet-item,
.series-grid .evangelism-booklet-item {
  grid-template-columns: 190px minmax(0, 1fr);
  background: #1c405c;
}

.ribbon-booklet-item .series-cover img,
.evangelism-booklet-item .series-cover img {
  width: 128px;
  height: 186px;
  padding: 0;
  background: #000000;
  object-fit: contain;
  border-radius: 3px;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.9),
    0 8px 14px rgba(0, 0, 0, 0.16);
  filter: contrast(1.08) saturate(1.04) brightness(1.02);
}

.series-play-button {
  width: fit-content;
  height: auto;
  min-height: 38px;
  margin-top: 12px;
  padding: 8px 14px;
  border-radius: 5px;
  background: #ff4a43;
  color: #fffdf7;
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.22;
  box-shadow: 0 10px 20px rgba(186, 42, 42, 0.28);
}

.series-play-button span {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.series-play-button::before {
  margin: 0 7px 0 0;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 8px;
}

.series-inline-video {
  display: block;
  width: min(220px, 100%);
  aspect-ratio: 16 / 9;
  border-radius: 6px;
  background: #000000;
  box-shadow: 0 10px 18px rgba(23, 63, 53, 0.12);
}

.series-grid > span {
  display: block;
  color: #173f35;
  font-size: clamp(1.08rem, 1.8vw, 1.32rem);
  font-weight: 900;
}

.author {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(24px, 6vw, 90px);
  background: var(--cream);
}

.author-copy {
  display: grid;
  gap: 18px;
  max-width: 820px;
}

.author-copy p {
  max-width: 760px;
  margin: 0;
  color: #39443f;
  font-size: clamp(1.1rem, 2vw, 1.38rem);
}

.buy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: clamp(22px, 3.2vw, 38px) clamp(18px, 5vw, 64px);
  background: #e4c6b0;
}

.buy h2 {
  font-size: clamp(2.6rem, 4.4vw, 4.8rem);
  line-height: 1.05;
}

.buy p:last-child {
  max-width: 680px;
  color: #493c34;
  font-size: clamp(1.18rem, 1.8vw, 1.45rem);
  font-weight: 650;
  line-height: 1.55;
}

.buy .eyebrow {
  margin-bottom: 10px;
  font-size: 1.05rem;
}

.buy .button {
  min-height: 54px;
  padding: 12px 26px;
  font-size: 1.16rem;
}

.church {
  background: #f4fbf4;
  border-top: 1px solid rgba(23, 63, 53, 0.12);
}

.church-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: start;
}

.church .section-heading {
  display: flex;
  min-height: 278px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  padding: 24px 18px;
  border-radius: 8px;
  background: #13243d;
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(13, 30, 52, 0.18);
}

.church .section-heading h2 {
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 4.7rem);
}

.church .section-heading p:last-child {
  max-width: 520px;
  margin: 20px 0 0;
  color: #2f453d;
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
  font-weight: 700;
}

.church-slogan {
  display: grid;
  gap: 10px;
  max-width: 560px;
  margin-top: 22px;
}

.church-slogan span {
  display: block;
  border-left: 5px solid var(--coral);
  padding: 8px 0 8px 16px;
  color: #173f35;
  font-size: clamp(1.08rem, 2vw, 1.42rem);
  font-weight: 900;
  line-height: 1.35;
}

.church-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.church-grid article {
  min-height: 190px;
  border: 1px solid rgba(23, 63, 53, 0.14);
  border-radius: 8px;
  padding: 24px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(23, 63, 53, 0.08);
}

.church-grid article:nth-child(1) {
  background: #fff0e8;
}

.church-grid article:nth-child(2) {
  background: #e9f6ef;
}

.church-grid article:nth-child(3) {
  background: #fff3cf;
}

.church-grid article:nth-child(4) {
  background: #e8f0fb;
}

.church-grid article:nth-child(5) {
  background: #e8f6f5;
}

.church-grid span {
  display: block;
  margin-bottom: 12px;
  color: var(--coral);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.church-grid strong {
  display: block;
  margin-bottom: 12px;
  color: #173f35;
  font-size: clamp(1.16rem, 1.9vw, 1.48rem);
  font-weight: 900;
}

.church-grid p {
  margin: 0;
  color: #34413c;
  font-size: 1rem;
  line-height: 1.7;
}

.church-grid p + p {
  margin-top: 6px;
}

.church-grid .church-small-note {
  margin-top: 12px;
  color: #5f6d68;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.55;
}

.church-grid .church-brochure-lines {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.church-grid .church-brochure-lines strong {
  margin-bottom: 16px;
}

.church-grid .church-brochure-lines p {
  color: #173f35;
  font-weight: 800;
}

.church-grid .support-card strong,
.church-grid .support-card p {
  font-weight: 900;
}

.church-grid .support-card strong,
.church-grid .support-phone,
.church-grid .support-school {
  color: #173f35;
}

.church-grid .support-daily {
  color: #c94f3f;
  font-size: 1.08rem;
  font-weight: 950;
}

.church-grid .preacher-card span {
  margin-bottom: 10px;
  color: #173f35;
  font-size: clamp(1.16rem, 1.9vw, 1.48rem);
  letter-spacing: 0;
}

.church-grid .preacher-card strong {
  margin-bottom: 10px;
}

.church-grid .church-url {
  margin-top: 12px;
  color: #0f5a4a;
  font-size: 1.08rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.church-grid a {
  display: inline-block;
  margin-top: 14px;
  color: #0f5a4a;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.church-brochure-full {
  display: grid;
  grid-column: 1 / -1;
  gap: 18px;
  margin-top: clamp(24px, 4vw, 42px);
}

.church-brochure-full h3 {
  margin: 0;
  color: #173f35;
  font-size: clamp(1.5rem, 2.8vw, 2.5rem);
  font-weight: 900;
  line-height: 1.2;
}

.church-brochure-full figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(23, 63, 53, 0.16);
  border-radius: 8px;
  background: #112238;
  box-shadow: 0 18px 48px rgba(23, 33, 30, 0.12);
}

.church-brochure-full img {
  display: block;
  width: 100%;
  height: auto;
}

.church-brochure-layout {
  width: min(100%, 1180px);
  max-width: 1180px;
  margin: 0 auto;
  grid-template-columns: minmax(168px, 210px) minmax(0, 1fr);
  gap: clamp(12px, 1.4vw, 18px);
  align-items: stretch;
}

.church-brochure-layout .section-heading {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  align-items: center;
  min-height: 100%;
  justify-content: stretch;
  overflow: hidden;
  text-align: center;
}

.church-brochure-layout .section-heading h2 {
  position: relative;
  align-self: center;
  justify-self: center;
  width: 100%;
  margin: 0 0 26px;
  padding-bottom: 20px;
  font-size: clamp(2.35rem, 3vw, 3.4rem);
  font-family: Georgia, "Malgun Gothic", serif;
  line-height: 1.08;
  text-align: center;
}

.church-brochure-layout .section-heading h2::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #d7b45f;
  content: "";
}

.church-brochure-layout .section-heading h2 a {
  color: inherit;
  text-decoration: none;
}

.church-brochure-layout .section-heading h2 a:hover,
.church-brochure-layout .section-heading h2 a:focus-visible {
  color: #fff2c7;
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.church-subtitle {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  color: #e8ecf3;
  font-size: clamp(0.78rem, 0.78vw, 0.88rem);
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
  white-space: nowrap;
}

.church-quick-links {
  display: grid;
  gap: 9px;
  max-width: 180px;
  margin: 24px auto 0;
}

.church-quick-links a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid rgba(215, 180, 95, 0.62);
  border-radius: 999px;
  background: rgba(255, 253, 247, 0.08);
  color: #fffdf7;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(23, 33, 30, 0.08);
}

.church-quick-links a::after {
  margin-left: 6px;
  content: "\2197";
  font-weight: 900;
}

.church-quick-links a:hover,
.church-quick-links a:focus-visible {
  border-color: #d7b45f;
  background: #fffdf7;
  color: #13243d;
  outline: none;
}

.church-brochure-layout .brochure-panel-grid {
  gap: 14px;
}

.brochure-panel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.church-poster-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 100%;
  justify-self: stretch;
}

.brochure-panel-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #102239;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 18px 42px rgba(23, 63, 53, 0.16);
}

.church-poster-grid figure {
  border-radius: 6px;
  background: #13243d;
  box-shadow: 0 16px 32px rgba(13, 30, 52, 0.18);
}

.brochure-panel-grid img {
  display: block;
  width: 100%;
  height: auto;
}

.church-poster-grid img {
  filter: contrast(1.05) saturate(1.03);
}

.church-video-card {
  position: relative;
  display: block;
  grid-column: 1 / -1;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: #13243d;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 16px 32px rgba(13, 30, 52, 0.18);
}

.church-video-card img {
  display: block;
  width: 100%;
  aspect-ratio: 2048 / 922;
  object-fit: cover;
}

.church-video-card span {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.church-video-card strong {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 9px 18px;
  border-radius: 999px;
  background: #d85642;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(128, 44, 32, 0.24);
}

.church-video-card strong::before {
  width: 0;
  height: 0;
  margin-right: 8px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #ffffff;
  content: "";
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px clamp(20px, 5vw, 72px);
  color: var(--muted);
}

.top-button {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: var(--green);
  font-size: 1.1rem;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .nav {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 2px;
  }

  .nav a,
  .share-button {
    flex: 0 0 auto;
  }

  .hero,
  .author,
  .buy,
  .promo-qr,
  .church-layout,
  .interview-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    overflow: hidden;
  }

  .hero-copy {
    transform: none;
  }

  .hero-media {
    order: -1;
  }

  .stats,
  .intro-grid,
  .kyobo-promo,
  .review-grid,
  .kyobo-grid,
  .kyobo-summary,
  .testimony-grid,
  .series-grid,
  .video-grid,
  .hero-video-grid,
  .new-book-video-grid,
  .church-grid,
  .church-testimony {
    grid-template-columns: 1fr;
  }

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

  .series-intro {
    align-items: flex-start;
    flex-direction: column;
  }

  .series-video-note {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .series-grid article {
    grid-template-columns: 124px minmax(0, 1fr);
    column-gap: 14px;
    padding: 20px 12px;
  }

  .series-grid .evangelism-booklet-item {
    grid-template-columns: 124px minmax(0, 1fr);
  }

  .series-cover {
    width: 112px;
  }

  .series-cover img {
    width: 110px;
    height: 158px;
  }

  .series-large-book .series-cover img {
    width: 120px;
    height: 172px;
  }

  .main-series-book .series-cover img {
    width: 130px;
    height: 186px;
  }

  .series-small-book .series-cover img {
    width: 100px;
    height: 146px;
  }

  .evangelism-booklet-item .series-cover img {
    width: 100px;
    height: 146px;
    padding: 0;
  }

  .coming-soon-book-item .series-cover img {
    width: 110px;
    height: 158px;
  }

  .series-event-link {
    min-height: 38px;
    padding: 8px 12px;
    font-size: 0.88rem;
  }

  .stats div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .stats div:last-child {
    border-bottom: 0;
  }

  .buy-actions {
    margin-top: 4px;
  }

  .promo-qr {
    text-align: center;
  }

  .promo-qr p:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .promo-qr img {
    justify-self: center;
    box-shadow: none;
  }

  body {
    background: #fffdf7;
  }

  .site-header,
  .hero {
    background: #fff8ec;
    padding: 24px 14px 30px;
    width: 100%;
    max-width: 100vw;
  }

  .site-header {
    padding: 12px 14px;
    background:
      linear-gradient(90deg, rgba(250, 233, 207, 0.98), rgba(238, 248, 241, 0.98), rgba(255, 248, 236, 0.98)),
      #fff8ec;
  }

  .hero-copy,
  .hero-card-set,
  .answer-card,
  .experience-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .book-title {
    color: #24614f;
  }

  .book-title::before {
    background: #ffd3c8;
  }

  h1,
  .hero-statement span {
    background: #eef8f1;
    color: #173f35;
    border: 1px solid rgba(23, 63, 53, 0.12);
    box-shadow: none;
  }

  .hero-card-set {
    background: #ffffff;
    box-shadow: none;
  }

  .hero-points span {
    box-shadow: none;
  }

  .hero-points {
    background: #ffffff;
    box-shadow: none;
  }

  .hero-points span:nth-child(1) {
    background: #ffd9d0;
  }

  .hero-points span:nth-child(2) {
    background: #d5f0df;
  }

  .hero-points span:nth-child(3) {
    background: #ffe08a;
  }

  .hero-points span:nth-child(4) {
    background: #d5e9ff;
  }

  .hero-points span:nth-child(5) {
    background: #ead8ff;
  }

  .hero-points span:nth-child(6) {
    background: #c9f2ec;
  }

  .primary {
    background: #24594c;
  }

  .answer-card {
    background: #ffe08a;
    box-shadow: none;
  }

  .experience-card {
    background: #ffd9d0;
    box-shadow: none;
  }

  .secondary {
    background: #ffffff;
  }

  .stats {
    background: #fff3dc;
  }

  .section,
  .interview,
  .testimony,
  .author {
    background: #fffdf7;
  }

  .sample {
    background: #f4fbf6;
    color: #173f35;
  }

  .sample p {
    color: #65706b;
  }

  .interview-notes .featured-note {
    background: #eef8f1;
    border-color: rgba(23, 63, 53, 0.14);
    box-shadow: none;
  }

  .interview-notes .featured-note span,
  .interview-notes .featured-note p {
    color: #173f35;
  }

  .interview-notes article,
  .review-grid article,
  .testimony-grid article,
  .church-testimony article,
  .video-grid article {
    box-shadow: none;
  }

  #ministry .review-grid article:nth-child(1),
  #reviews .review-grid article:nth-child(1),
  .interview-notes article:nth-child(2) {
    background: #dff4e7;
  }

  #ministry .review-grid article:nth-child(2),
  #reviews .review-grid article:nth-child(2),
  .interview-notes article:nth-child(3) {
    background: #ffe8a8;
  }

  #ministry .review-grid article:nth-child(3),
  #reviews .review-grid article:nth-child(3),
  .interview-notes article:nth-child(4) {
    background: #dcecff;
  }

  .buy {
    background: #fff0e8;
  }
}

@media (max-width: 760px) {
  .site-header {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 10px;
  }

  .brand {
    align-self: flex-start;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
    overflow: visible;
    white-space: normal;
    max-height: 0;
    opacity: 0;
    padding-bottom: 0;
    pointer-events: none;
    transform: translateY(-4px);
    transition: max-height 180ms ease, opacity 160ms ease, transform 160ms ease;
  }

  .site-header.is-menu-open .nav {
    max-height: 180px;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav a,
  .share-button {
    width: 100%;
    min-height: 38px;
    padding: 0 8px;
    border-radius: 999px;
    font-size: 0.82rem;
    line-height: 1.15;
    text-align: center;
  }
}

@media (max-width: 560px) {
  body {
    background: #fffdf7;
  }

  .new-book-preview-pair {
    grid-template-columns: 1fr;
  }

  .new-book-preview-pair .new-book-cover-preview {
    height: auto;
    max-height: 180px;
  }

  .new-book-preview-pair .new-book-video-preview-img,
  .new-book-preview-pair.booklet-untying-preview > .new-book-video-preview-img {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .hero-qr-image-card {
    max-width: 140px;
    margin: 0 auto;
  }

  .brochure-panel-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .site-header {
    position: static;
    background: #fff8ec;
    grid-template-columns: 1fr auto;
  }

  .brand {
    align-self: flex-start;
  }

  .nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    overflow: visible;
    white-space: normal;
  }

  .nav a,
  .share-button {
    width: 100%;
    min-height: 38px;
    padding: 0 8px;
    border-radius: 999px;
    font-size: 0.8rem;
    line-height: 1.15;
    text-align: center;
  }

  .hero {
    background: #fff8ec;
  }

  .video-guide {
    background: #fff3dc;
  }

  .new-book-videos {
    padding: 18px 14px;
  }

  .new-book-video-card {
    gap: 14px;
    padding: 14px;
  }

  .new-book-video-card strong {
    min-width: 100%;
    padding: 12px 24px;
    font-size: clamp(1rem, 4.3vw, 1.22rem);
  }

  .video-modal {
    padding: 12px;
  }

  .video-modal-panel {
    padding: 10px;
  }

  .video-modal-close {
    top: 6px;
    right: 6px;
    width: 34px;
    height: 34px;
    font-size: 1.3rem;
  }

  .book-title {
    color: #1f5c4d;
    margin-bottom: 18px;
    max-width: 100%;
    font-size: clamp(1.85rem, 10vw, 2.85rem);
  }

  .book-title::before {
    bottom: -0.01em;
    height: 0.2em;
  }

  h1,
  .hero-statement span {
    background: #eef8f1;
    color: #173f35;
    box-shadow: none;
  }

  h1 {
    min-height: 108px;
    padding: 14px 10px;
    font-size: clamp(1.28rem, 5.4vw, 1.7rem);
    line-height: 1.14;
  }

  .lead {
    color: #20302b;
    font-size: clamp(1.02rem, 4.75vw, 1.3rem);
  }

  .answer-card {
    min-height: 108px;
    padding: 14px 10px;
    font-size: clamp(1.28rem, 7vw, 1.72rem);
  }

  .experience-card {
    min-height: 116px;
    padding: 14px 8px;
    font-size: clamp(1.08rem, 4.65vw, 1.34rem);
    line-height: 1.22;
  }

  .experience-card span {
    max-width: 100%;
    white-space: normal;
    word-break: keep-all;
  }

  .hero-points span {
    min-height: 54px;
    font-size: clamp(0.92rem, 4vw, 1.05rem);
  }

  .hero-points {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 14px;
  }

  .testimony-cover-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
    text-align: center;
  }

  .testimony-cover-card img {
    width: 96px;
  }

  .testimony-cover-card p {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-card-set {
    gap: 9px;
    padding: 10px;
    overflow: hidden;
  }

  .hero-media::before {
    display: none;
    content: none;
  }

  .hero-media {
    width: 100%;
    min-height: auto;
    align-self: center;
  }

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

  .prayer-reaction-card,
  .prayer-order-card {
    padding: 22px 18px;
  }

  .prayer-reaction-card h2 {
    display: inline-flex;
    flex-direction: column;
    gap: 2px;
    padding: 12px 16px;
    font-size: 1.28rem;
    line-height: 1.32;
    word-break: keep-all;
  }

  .prayer-reaction-card h2 span {
    display: block;
    white-space: nowrap;
  }

  .prayer-reaction-lines p,
  .reaction-note,
  .prayer-order-card p:last-child {
    font-size: 1rem;
  }

  .prayer-order-steps {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
    max-width: 360px;
  }

  .prayer-order-steps span {
    justify-content: center;
    min-height: 48px;
    padding: 9px 12px;
    font-size: 1.08rem;
  }

  .prayer-order-steps span:not(:last-child)::after {
    content: "\2193";
    top: auto;
    right: auto;
    bottom: -28px;
    left: 50%;
    display: block;
    color: #ffcf4a;
    font-size: 1.55rem;
    transform: translateX(-50%);
  }

  .prayer-order-steps span:nth-child(2)::after {
    content: "\2193";
    right: auto;
    left: 50%;
    bottom: -28px;
    transform: translateX(-50%);
  }

  .article-preview-link {
    grid-template-columns: auto minmax(0, 1fr);
    padding: 16px;
  }

  .article-preview-arrow {
    display: none;
  }

  .hero-media img {
    aspect-ratio: 1 / 1;
    height: auto;
    min-height: auto;
    box-shadow: none;
  }

  .hero-media::before {
    display: none;
    content: none;
  }

  h1 {
    width: 100%;
    min-height: 108px;
    padding: 14px 10px;
    font-size: clamp(1.18rem, 5.4vw, 1.55rem);
    white-space: normal;
  }

  blockquote {
    white-space: normal;
  }

  #about .section-heading h2 {
    white-space: normal;
  }

  #interview .section-heading h2 {
    white-space: normal;
  }

  #ministry .section-heading h2 {
    white-space: normal;
  }

  .series .section-heading h2 {
    white-space: normal;
  }

  .sample {
    background: #f4fbf6;
    color: #173f35;
  }

  .quote-mark {
    color: rgba(23, 63, 53, 0.12);
  }

  .sample p {
    color: #65706b;
  }

  .interview-notes .featured-note {
    background: #eef8f1;
    color: #173f35;
    box-shadow: none;
  }

  .interview-notes .featured-note span,
  .interview-notes .featured-note p {
    color: #173f35;
  }

  .buy {
    background: #fff0e8;
  }
}

@media (max-width: 380px) {
  .book-title {
    font-size: clamp(1.72rem, 9vw, 2.35rem);
  }

  .experience-card {
    font-size: clamp(0.98rem, 4.55vw, 1.18rem);
  }

  h1 {
    font-size: clamp(1.12rem, 5vw, 1.38rem);
  }

  .answer-card {
    font-size: clamp(1.18rem, 6.3vw, 1.52rem);
  }
}

@media (prefers-color-scheme: dark) {
  html,
  body,
  .site-header,
  .hero,
  .video-guide,
  .section,
  .interview,
  .testimony,
  .author {
    background-color: #fffdf7;
    color: #17211e;
  }

  .site-header,
  .hero {
    background-color: #fff8ec;
  }
}
