@font-face {
  font-family: "Preciosa";
  src: url("/assets/fonts/Preciosa-VVKw.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

.prayer-web-body {
  color-scheme: light dark;
  color: #011d35;
  background: #f8f9ff;
}

.prayer-web-body button,
.prayer-web-body input {
  font: inherit;
}

.prayer-web-body button {
  cursor: pointer;
}

.prayer-web-shell {
  --prayer-blue: #00346f;
  --prayer-blue-deep: #011d35;
  --prayer-blue-soft: #e8f0f8;
  --prayer-gold: #8c682c;
  --prayer-gold-bright: #ffd088;
  --prayer-ink: #011d35;
  --prayer-muted: #434751;
  --prayer-paper: #fff;
  --prayer-parchment: #dbe9ff;
  --prayer-border: rgb(50 94 163 / 18%);
  --prayer-surface: rgb(50 94 163 / 6%);
  --prayer-surface-elevated: rgb(255 255 255 / 88%);
  --prayer-surface-hover: rgb(50 94 163 / 10%);
  --prayer-reader-ink: #011d35;
  --prayer-placeholder: #5f6875;
  --prayer-shadow: rgb(16 42 67 / 8%);
  --prayer-primary-fill: #3e5e98;
  --prayer-primary-foreground: #fff;
  --prayer-primary-border: #ffd088;
  --site-header-foreground: #011d35;
  --site-header-muted: #434751;
  --site-header-border: rgb(50 94 163 / 18%);
  --site-header-control: rgb(50 94 163 / 6%);
  --site-header-accent: #00346f;
  --site-header-accent-foreground: #fff;
  --site-header-menu-background: #fff;
  --site-header-menu-foreground: #011d35;
  --site-header-menu-muted: #434751;
  --prayer-serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  min-height: 100vh;
  overflow: clip;
  color: var(--prayer-ink);
  background: linear-gradient(180deg, #f8f9ff 0%, var(--prayer-parchment) 100%);
}

.prayer-web-primary-button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--prayer-primary-border);
  border-radius: 999px;
  color: var(--prayer-primary-foreground);
  background: var(--prayer-primary-fill);
  font-size: 12px;
  font-weight: 850;
  box-shadow: 0 9px 24px rgb(0 0 0 / 14%);
}

.prayer-web-primary-button:hover {
  filter: brightness(1.08);
}

.prayer-web-directory-hero {
  min-height: 0;
}

.prayer-web-directory-hero .content-page-hero-inner {
  width: calc(100% - 80px);
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(300px, 2fr);
  align-items: center;
  gap: clamp(24px, 5vw, 72px);
  padding-top: 40px;
  padding-bottom: 40px;
}

.prayer-web-directory-hero .prayer-web-hero-copy {
  position: relative;
  z-index: 2;
}

.prayer-web-directory-hero .content-page-hero-copy h1 {
  max-width: 620px;
  font-size: clamp(34px, 3.8vw, 48px);
}

.prayer-web-directory-hero .content-page-hero-description {
  font-size: clamp(15px, 1.35vw, 18px);
}

.prayer-web-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 25px;
}

.prayer-web-hero-actions a {
  width: 195.195px;
  height: 62px;
  display: block;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 0;
}

.prayer-web-hero-download {
  background: transparent;
}

.prayer-web-hero-download:hover {
  opacity: 0.92;
}

.prayer-web-mobile-download-cta {
  display: none;
}

.prayer-web-hero-device {
  position: relative;
  align-self: stretch;
  min-width: 0;
  margin: 0;
}

.prayer-web-hero-device img {
  position: absolute;
  top: -23px;
  right: -30px;
  width: min(42vw, 500px);
  max-width: none;
  height: auto;
  filter: drop-shadow(0 24px 36px rgb(0 0 0 / 36%));
}

.prayer-web-list-sentinel {
  width: 100%;
  height: 1px;
}

.prayer-web-list-sentinel[hidden] {
  display: none;
}

.prayer-web-main {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding-bottom: clamp(72px, 9vw, 118px);
}

.prayer-web-eyebrow,
.prayer-web-section-kicker {
  margin: 0;
  color: var(--prayer-gold);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.content-page-hero .prayer-web-eyebrow {
  color: var(--prayer-gold-bright);
}

.prayer-web-search {
  position: relative;
  width: min(100%, 570px);
  margin-top: 30px;
}

.prayer-web-search > svg {
  position: absolute;
  top: 50%;
  left: 17px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  pointer-events: none;
}

.content-page-hero .prayer-web-search > svg {
  color: rgb(255 255 255 / 55%);
}

.content-page-hero .prayer-web-search input {
  color: #011d35;
  background: rgb(255 255 255 / 94%);
}

.content-page-hero .prayer-web-search input::placeholder {
  color: #5f6875;
}

.prayer-web-search input {
  width: 100%;
  min-height: 54px;
  padding: 0 18px 0 48px;
  border: 1px solid var(--prayer-border);
  border-radius: 13px;
  outline: none;
  color: var(--prayer-ink);
  background: var(--prayer-surface-elevated);
  box-shadow: 0 15px 34px rgb(0 0 0 / 12%);
  appearance: none;
}

.prayer-web-search input::placeholder {
  color: var(--prayer-placeholder);
}

.prayer-web-search input:focus {
  border-color: var(--prayer-gold);
  box-shadow:
    0 0 0 4px rgb(220 168 67 / 17%),
    0 15px 34px rgb(0 0 0 / 12%);
}

.prayer-web-section {
  width: min(100% - 40px, 1180px);
  margin: clamp(46px, 5vw, 68px) auto 0;
}

.prayer-web-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 25px;
}

.prayer-web-directory-heading {
  align-items: center;
}

.prayer-web-section.prayer-web-browse-section {
  margin-top: 20px;
}

.prayer-web-directory-heading-copy,
.prayer-web-category-heading-copy {
  min-height: 80px;
}

.prayer-web-directory-heading-copy {
  display: flex;
  align-items: flex-start;
}

.prayer-web-directory-heading-copy h2 {
  margin-top: 0;
}

.prayer-web-directory-heading .prayer-web-search {
  flex: 0 1 500px;
  margin-top: 0;
}

.prayer-web-section-heading h2 {
  margin: 8px 0 0;
  font-family: var(--prayer-serif);
  font-size: clamp(30px, 3.2vw, 42px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.prayer-web-result-count {
  flex: 0 0 auto;
  color: var(--prayer-muted);
  font-size: 13px;
  font-weight: 700;
}

.prayer-web-category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.prayer-web-category-grid[hidden] {
  display: none;
}

.prayer-web-category-card {
  position: relative;
  min-height: 176px;
  display: flex;
  align-items: end;
  overflow: hidden;
  border: 1px solid var(--prayer-border);
  border-radius: 10px;
  color: var(--prayer-ink);
  background: var(--prayer-surface);
  box-shadow: 0 8px 26px var(--prayer-shadow);
  isolation: isolate;
  transition:
    transform 170ms ease,
    box-shadow 170ms ease,
    border-color 170ms ease;
}

.prayer-web-category-card:hover {
  border-color: rgb(220 168 67 / 48%);
  transform: translateY(-3px);
  box-shadow: 0 16px 34px var(--prayer-shadow);
}

.prayer-web-category-card > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.58;
  filter: saturate(0.88) contrast(0.96);
  transition: transform 240ms ease;
}

.prayer-web-category-card:hover > img {
  transform: scale(1.025);
}

.prayer-web-category-card-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgb(255 253 248 / 2%) 25%, rgb(250 247 239 / 82%) 100%),
    linear-gradient(90deg, rgb(250 247 239 / 32%), transparent 62%);
}

.prayer-web-category-card-copy {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px;
}

.prayer-web-category-card-copy strong {
  font-family: var(--prayer-serif);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.12;
  text-wrap: balance;
}

.prayer-web-category-card-copy small {
  color: var(--prayer-muted);
  font-size: 11px;
  font-weight: 750;
}

.prayer-web-list-section {
  max-width: none;
}

.prayer-web-directory-main .prayer-web-prayer-row {
  grid-template-columns: minmax(0, 1fr) 28px;
}

.prayer-web-directory-main .prayer-web-prayer-row-mark {
  display: none;
}

.prayer-web-prayer-list {
  border-top: 1px solid var(--prayer-border);
}

.prayer-web-prayer-row {
  min-height: 94px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 17px;
  padding: 15px 0;
  border-bottom: 1px solid var(--prayer-border);
  color: var(--prayer-ink);
  transition: background-color 150ms ease;
}

.prayer-web-prayer-row[hidden] {
  display: none !important;
}

.prayer-web-prayer-row:hover {
  background: var(--prayer-surface-hover);
}

.prayer-web-prayer-row-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(220 168 67 / 22%);
  border-radius: 50%;
  color: var(--prayer-gold);
  background: rgb(220 168 67 / 8%);
}

.prayer-web-prayer-row-mark svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.prayer-web-prayer-row-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.prayer-web-prayer-row-copy strong {
  font-family: var(--prayer-serif);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.prayer-web-prayer-row-copy > span {
  display: -webkit-box;
  overflow: hidden;
  color: var(--prayer-muted);
  font-size: 14px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

[data-search-optional][hidden] {
  display: none !important;
}

.prayer-web-prayer-row-arrow {
  color: var(--prayer-gold);
}

.prayer-web-prayer-row-arrow svg,
.prayer-web-category-back-link svg,
.prayer-web-breadcrumbs svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.prayer-web-empty-state {
  display: grid;
  place-items: center;
  padding: 66px 24px;
  text-align: center;
  border: 1px solid var(--prayer-border);
  border-radius: 14px;
  color: var(--prayer-muted);
  background: var(--prayer-surface);
}

.prayer-web-empty-state > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 50%;
  color: var(--prayer-gold);
  background: rgb(220 168 67 / 10%);
}

.prayer-web-empty-state svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.prayer-web-empty-state h3 {
  margin: 0;
  color: var(--prayer-ink);
  font-family: var(--prayer-serif);
  font-size: 24px;
  font-weight: 600;
}

.prayer-web-empty-state p {
  max-width: 470px;
  margin: 10px 0 0;
  line-height: 1.55;
}

.prayer-web-search-empty[hidden] {
  display: none;
}

.prayer-web-breadcrumbs {
  width: min(100% - 40px, 1120px);
  margin: 26px auto 0;
}

.prayer-web-breadcrumbs ol {
  display: flex;
  align-items: center;
  gap: 7px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  color: var(--prayer-muted);
  font-size: 12px;
  font-weight: 700;
  list-style: none;
  white-space: nowrap;
}

.prayer-web-breadcrumbs li {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.prayer-web-breadcrumbs li:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

.prayer-web-breadcrumbs a:hover {
  color: var(--prayer-blue);
}

.prayer-web-category-navigation {
  width: auto;
  margin: 0;
}

.prayer-web-category-back-link {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--prayer-gold);
  font-size: 13px;
  font-weight: 800;
}

.prayer-web-category-back-link:hover {
  color: var(--prayer-blue);
}

.prayer-web-section.prayer-web-category-list-section {
  margin-top: 20px;
}

.prayer-web-category-heading-copy {
  display: grid;
  gap: 2px;
}

.prayer-web-category-heading-copy h2 {
  margin-top: 0;
}

.prayer-web-detail-main {
  width: min(calc(100% - 40px), 1180px);
  max-width: none;
}

.prayer-web-detail-hero,
.prayer-web-detail-hero .content-page-hero-inner {
  min-height: clamp(178px, 18.5vw, 212px);
}

.prayer-web-detail-hero .content-page-hero-inner {
  position: relative;
  align-items: flex-end;
  padding-top: 26px;
  padding-bottom: 28px;
}

.prayer-web-detail-hero-copy {
  width: 100%;
}

.prayer-web-detail-hero .content-page-hero-copy h1 {
  max-width: 800px;
  margin-top: 12px;
  font-size: clamp(32px, 3.8vw, 46px);
}

.prayer-web-hero-breadcrumbs {
  position: absolute;
  top: 24px;
  left: 0;
  width: min(calc(100% - 170px), 800px);
  margin: 0;
}

.prayer-web-hero-breadcrumbs ol {
  color: rgb(248 249 255 / 68%);
}

.prayer-web-hero-breadcrumbs .prayer-web-breadcrumb-current {
  color: inherit;
}

.prayer-web-hero-breadcrumbs a:hover {
  color: var(--prayer-gold-bright);
}

.prayer-web-detail-actions {
  position: absolute;
  top: 24px;
  right: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}

.prayer-web-detail-actions > .content-page-share-toggle {
  display: none;
}

.prayer-web-detail-actions .content-page-share-options {
  display: flex;
  align-items: center;
  gap: 10px;
}

.prayer-web-detail-actions button,
.prayer-web-detail-actions a {
  width: 32px;
  height: 32px;
  min-height: 0;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: rgb(248 249 255 / 78%);
  background: transparent;
}

.prayer-web-detail-actions button:hover,
.prayer-web-detail-actions a:hover {
  color: var(--prayer-gold-bright);
  background: transparent;
}

.prayer-web-detail-actions svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  stroke: none;
}

.prayer-web-share-whatsapp {
  display: none !important;
}

.prayer-web-facebook-dialog {
  width: min(calc(100% - 32px), 420px);
  margin: auto;
  padding: 0;
  border: 1px solid var(--prayer-border);
  border-radius: 18px;
  color: var(--prayer-ink);
  background: var(--prayer-paper);
  box-shadow: 0 24px 70px rgb(0 0 0 / 35%);
}

.prayer-web-facebook-dialog::backdrop {
  background: rgb(2 10 24 / 68%);
  backdrop-filter: blur(4px);
}

.prayer-web-facebook-dialog-content {
  padding: 26px;
}

.prayer-web-facebook-dialog h2 {
  margin: 0;
  font-family: var(--prayer-serif);
  font-size: 25px;
  line-height: 1.15;
}

.prayer-web-facebook-dialog p {
  margin: 10px 0 24px;
  color: var(--prayer-muted);
  font-size: 15px;
  line-height: 1.5;
}

.prayer-web-facebook-dialog-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.prayer-web-facebook-dialog-actions button {
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid var(--prayer-border);
  border-radius: 999px;
  color: var(--prayer-ink);
  background: var(--prayer-surface);
  font-size: 13px;
  font-weight: 800;
}

.prayer-web-facebook-dialog-actions .prayer-web-facebook-open {
  border-color: var(--prayer-primary-border);
  color: var(--prayer-primary-foreground);
  background: var(--prayer-primary-fill);
}

.prayer-web-reader {
  width: 100%;
  margin: clamp(22px, 3vw, 32px) auto 0;
}

.prayer-web-reader-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 310px);
  align-items: start;
  gap: clamp(20px, 2.5vw, 30px);
}

.prayer-web-prayer-card {
  min-width: 0;
  position: relative;
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid var(--prayer-border);
  border-radius: 18px;
  background: var(--prayer-surface-elevated);
  box-shadow: 0 22px 55px var(--prayer-shadow);
}

.prayer-web-prayer-card-actions {
  display: flex;
  justify-content: flex-end;
  margin: calc(clamp(30px, 5vw, 58px) * -0.38) calc(clamp(30px, 5vw, 58px) * -0.38) 22px 0;
}

.prayer-web-prayer-card-actions button {
  width: auto;
  height: 32px;
  min-height: 0;
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--prayer-blue);
  background: transparent;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.prayer-web-prayer-card-actions button:hover {
  color: var(--prayer-gold);
  background: transparent;
}

.prayer-web-prayer-columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.prayer-web-bilingual[hidden],
.prayer-web-vernacular[hidden] {
  display: none;
}

.prayer-web-bilingual {
  display: grid;
}

.prayer-web-bilingual-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.prayer-web-bilingual-row:not(:last-child) {
  margin-bottom: 1.35em;
}

.prayer-web-bilingual-vernacular {
  padding-right: clamp(18px, 2vw, 28px);
}

.prayer-web-bilingual-latin {
  padding-left: clamp(18px, 2vw, 28px);
  border-left: 1px solid var(--prayer-border);
}

.prayer-web-prayer-text {
  color: var(--prayer-reader-ink);
  font-family: var(--prayer-serif);
  font-size: clamp(17px, 1.65vw, 19px);
  line-height: 1.68;
  text-wrap: pretty;
}

.prayer-web-prayer-card[data-shows-latin='true'] .prayer-web-prayer-text {
  font-size: clamp(16px, 1.5vw, 18px);
}

.prayer-web-prayer-text p {
  margin: 0 0 1.35em;
}

.prayer-web-prayer-text p:last-child {
  margin-bottom: 0;
}

.prayer-web-drop-cap {
  float: left;
  margin: 0.08em 0.14em 0 0;
  color: var(--prayer-gold);
  font-family: "Preciosa", var(--prayer-serif);
  font-size: 3.2em;
  font-weight: normal;
  font-synthesis: none;
  line-height: 0.76;
}

.prayer-web-bilingual-row .prayer-web-prayer-text p {
  margin: 0;
}

.prayer-web-reader-aside {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 16px;
}

.prayer-web-download-card {
  padding: 25px;
  border: 0;
  border-radius: 15px;
}

.prayer-web-download-card {
  color: #fff;
  background: linear-gradient(145deg, #063c78 0%, #012957 55%, #011d35 100%);
  box-shadow: 0 18px 42px rgb(1 29 53 / 14%);
}

.prayer-web-download-card .prayer-web-section-kicker {
  color: var(--prayer-gold-bright);
}

.prayer-web-download-card h2 {
  margin: 9px 0 0;
  font-family: var(--prayer-serif);
  font-size: 25px;
  font-weight: 600;
  line-height: 1.08;
}

.prayer-web-download-card > p:not(.prayer-web-section-kicker) {
  margin: 14px 0 0;
  color: rgb(255 255 255 / 69%);
  font-size: 13px;
  line-height: 1.55;
}

.prayer-web-download-card > a {
  width: 195.195px;
  max-width: 100%;
  height: 62px;
  display: block;
  overflow: hidden;
  margin-top: 21px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.prayer-web-download-card > a:hover {
  opacity: 0.92;
}

.prayer-web-section.prayer-web-all-prayers {
  --prayer-slider-gutter: max(20px, calc((100vw - 1180px) / 2));
  width: 100vw;
  max-width: none;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-top: clamp(70px, 8vw, 108px);
}

.prayer-web-all-prayers .prayer-web-section-heading {
  width: min(calc(100vw - 40px), 1180px);
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
}

.prayer-web-all-prayers .prayer-web-section-heading h2 {
  margin-top: 0;
  font-size: clamp(20px, 2vw, 26px);
}

.prayer-web-category-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc(19.047619vw - 15.238095px);
  gap: 12px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 3px var(--prayer-slider-gutter) 14px;
  scroll-padding-inline: var(--prayer-slider-gutter);
  scroll-snap-type: inline proximity;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.prayer-web-category-slider::-webkit-scrollbar {
  display: none;
}

.prayer-web-category-slider .prayer-web-category-card {
  width: 100%;
  scroll-snap-align: start;
}

@media (min-width: 1221px) {
  .prayer-web-category-slider {
    grid-auto-columns: calc(9.52381vw + 100.952381px);
  }
}

.prayer-web-footer {
  width: min(100% - 40px, 1120px);
  min-height: 180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 40px 0;
  border-top: 1px solid var(--prayer-border);
}

.prayer-web-footer > div {
  display: flex;
  align-items: center;
  gap: 18px;
}

.prayer-web-footer-brand {
  color: var(--prayer-blue-deep);
}

.prayer-web-footer p {
  margin: 0;
  color: var(--prayer-muted);
  font-family: var(--prayer-serif);
  font-size: 14px;
}

.prayer-web-footer nav {
  display: flex;
  gap: 22px;
  color: var(--prayer-muted);
  font-size: 12px;
  font-weight: 750;
}

.prayer-web-footer nav a:hover {
  color: var(--prayer-blue);
}

.prayer-web-centered-state {
  min-height: 65vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 70px 24px;
  text-align: center;
}

.prayer-web-centered-state h1 {
  margin: 13px 0 0;
  font-family: var(--prayer-serif);
  font-size: clamp(40px, 5vw, 60px);
  font-weight: 600;
}

.prayer-web-centered-state > p:not(.prayer-web-eyebrow) {
  max-width: 530px;
  margin: 17px 0 25px;
  color: var(--prayer-muted);
  line-height: 1.55;
}

.prayer-web-primary-button {
  color: var(--prayer-blue-deep);
}

.prayer-web-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.prayer-web-shell a:focus-visible,
.prayer-web-shell button:focus-visible,
.prayer-web-shell input:focus-visible {
  outline: 3px solid var(--prayer-gold);
  outline-offset: 3px;
}

:root[data-theme='dark'] .prayer-web-body {
  color: #f3f6ff;
  background: #101013;
}

:root[data-theme='dark'] .prayer-web-shell {
  --prayer-blue: #7fb4ff;
  --prayer-blue-deep: #05070d;
  --prayer-blue-soft: rgb(127 180 255 / 14%);
  --prayer-gold: #f2c16e;
  --prayer-gold-bright: #f2c16e;
  --prayer-ink: #f3f6ff;
  --prayer-muted: #aeb7c7;
  --prayer-paper: #18191b;
  --prayer-parchment: #101013;
  --prayer-border: #363636;
  --prayer-surface: #18191b;
  --prayer-surface-elevated: #18191b;
  --prayer-surface-hover: rgb(127 180 255 / 8%);
  --prayer-reader-ink: #f3f6ff;
  --prayer-placeholder: #aeb7c7;
  --prayer-shadow: rgb(0 0 0 / 28%);
  --prayer-primary-fill: #7fb4ff;
  --prayer-primary-foreground: #05070d;
  --prayer-primary-border: transparent;
  --site-header-foreground: #f3f6ff;
  --site-header-muted: #aeb7c7;
  --site-header-border: #363636;
  --site-header-control: #18191b;
  --site-header-accent: #f2c16e;
  --site-header-accent-foreground: #05070d;
  --site-header-menu-background: #18191b;
  --site-header-menu-foreground: #f3f6ff;
  --site-header-menu-muted: #aeb7c7;
  background: #101013;
}

:root[data-theme='dark'] .prayer-web-category-card-shade {
  background:
    linear-gradient(180deg, rgb(16 16 19 / 2%) 20%, rgb(16 16 19 / 86%) 100%),
    linear-gradient(90deg, rgb(16 16 19 / 44%), transparent 62%);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme='light']) .prayer-web-body {
    color: #f3f6ff;
    background: #101013;
  }

  :root:not([data-theme='light']) .prayer-web-shell {
    --prayer-blue: #7fb4ff;
    --prayer-blue-deep: #05070d;
    --prayer-blue-soft: rgb(127 180 255 / 14%);
    --prayer-gold: #f2c16e;
    --prayer-gold-bright: #f2c16e;
    --prayer-ink: #f3f6ff;
    --prayer-muted: #aeb7c7;
    --prayer-paper: #18191b;
    --prayer-parchment: #101013;
    --prayer-border: #363636;
    --prayer-surface: #18191b;
    --prayer-surface-elevated: #18191b;
    --prayer-surface-hover: rgb(127 180 255 / 8%);
    --prayer-reader-ink: #f3f6ff;
    --prayer-placeholder: #aeb7c7;
    --prayer-shadow: rgb(0 0 0 / 28%);
    --prayer-primary-fill: #7fb4ff;
    --prayer-primary-foreground: #05070d;
    --prayer-primary-border: transparent;
    --site-header-foreground: #f3f6ff;
    --site-header-muted: #aeb7c7;
    --site-header-border: #363636;
    --site-header-control: #18191b;
    --site-header-accent: #f2c16e;
    --site-header-accent-foreground: #05070d;
    --site-header-menu-background: #18191b;
    --site-header-menu-foreground: #f3f6ff;
    --site-header-menu-muted: #aeb7c7;
    background: #101013;
  }

  :root:not([data-theme='light']) .prayer-web-category-card-shade {
    background:
      linear-gradient(180deg, rgb(16 16 19 / 2%) 20%, rgb(16 16 19 / 86%) 100%),
      linear-gradient(90deg, rgb(16 16 19 / 44%), transparent 62%);
  }
}

@media (max-width: 900px) {
  .prayer-web-directory-hero .content-page-hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.7fr);
  }

  .prayer-web-hero-device img {
    right: -70px;
    width: 440px;
  }

  .prayer-web-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .prayer-web-reader-layout {
    grid-template-columns: minmax(0, 1fr) minmax(250px, 280px);
    gap: 20px;
  }

  .prayer-web-reader-aside {
    grid-template-columns: 1fr;
  }

  .prayer-web-category-slider {
    grid-auto-columns: calc(30.769231vw - 17.230769px);
  }
}

@media (max-width: 800px) {
  .prayer-web-reader-layout {
    grid-template-columns: 1fr;
  }

  .prayer-web-reader-aside {
    position: static;
    grid-template-columns: repeat(auto-fit, minmax(260px, 310px));
    justify-content: end;
  }
}

@media (max-width: 680px) {
  .prayer-web-shell .content-page-header {
    min-height: 62px;
    padding-top: max(10px, env(safe-area-inset-top));
    padding-bottom: 7px;
  }

  .prayer-web-shell .brand-mark.content-page-wordmark {
    min-height: 30px;
  }

  .prayer-web-shell .brand-mark.content-page-wordmark img {
    width: 97px;
    height: 31px;
  }

  .prayer-web-shell .mobile-header-menu-toggle {
    width: 32px;
    height: 32px;
    padding: 0 7px;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .prayer-web-mobile-download-cta {
    width: calc(100% - 24px);
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 6px auto 22px;
    padding: 8px 9px 8px 13px;
    border: 1px solid var(--prayer-border);
    border-radius: 10px;
    color: var(--prayer-muted);
    background: var(--prayer-surface);
  }

  .prayer-web-mobile-download-cta p {
    margin: 0;
    font-family: var(--prayer-serif);
    font-size: 13px;
    line-height: 1.3;
  }

  .prayer-web-mobile-download-cta a {
    min-height: 32px;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    padding: 0 13px;
    border-radius: 999px;
    color: var(--prayer-blue-deep);
    background: var(--prayer-gold-bright);
    font-size: 11px;
    font-weight: 850;
  }

  .prayer-web-mobile-download-cta a:hover {
    background: #ffe5bd;
  }

  .prayer-web-section.prayer-web-all-prayers {
    --prayer-slider-gutter: 18px;
  }

  .prayer-web-all-prayers .prayer-web-section-heading {
    width: calc(100vw - 36px);
  }

  .prayer-web-directory-hero,
  .prayer-web-directory-hero .content-page-hero-inner {
    min-height: 0;
  }

  .prayer-web-directory-hero .content-page-hero-inner {
    width: calc(100% - 36px);
    grid-template-columns: 1fr;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .prayer-web-directory-hero .content-page-hero-copy h1 {
    max-width: 430px;
    font-size: clamp(28px, 7.5vw, 34px);
  }

  .prayer-web-directory-hero .content-page-hero-description {
    margin-top: 14px;
  }

  .prayer-web-directory-hero .prayer-web-hero-actions {
    margin-top: 18px;
  }

  .prayer-web-hero-device {
    display: none;
  }

  .prayer-web-search {
    margin-top: 24px;
  }

  .prayer-web-section {
    width: min(100% - 36px, 1120px);
    margin-top: 58px;
  }

  .prayer-web-section-heading {
    align-items: center;
    margin-bottom: 18px;
  }

  .prayer-web-directory-heading {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }

  .prayer-web-section.prayer-web-browse-section {
    margin-top: 16px;
  }

  .prayer-web-directory-heading-copy,
  .prayer-web-category-heading-copy {
    min-height: 68px;
  }

  .prayer-web-directory-heading-copy {
    align-items: flex-end;
  }

  .prayer-web-directory-heading .prayer-web-search {
    width: 100%;
    flex-basis: auto;
    margin-top: 0;
  }

  .prayer-web-section-heading h2 {
    font-size: 31px;
  }

  .prayer-web-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .prayer-web-category-card {
    min-height: 122px;
    border-radius: 8px;
  }

  .prayer-web-category-card-copy {
    padding: 12px;
  }

  .prayer-web-category-card-copy strong {
    font-size: 17px;
  }

  .prayer-web-prayer-row {
    min-height: 88px;
    grid-template-columns: 36px minmax(0, 1fr) 20px;
    gap: 12px;
    padding: 13px 0;
  }

  .prayer-web-directory-main .prayer-web-prayer-row {
    grid-template-columns: minmax(0, 1fr) 20px;
  }

  .prayer-web-prayer-row-mark {
    width: 36px;
    height: 36px;
  }

  .prayer-web-prayer-row-copy strong {
    font-size: 18px;
  }

  .prayer-web-prayer-row-copy > span {
    font-size: 13px;
    -webkit-line-clamp: 2;
  }

  .prayer-web-breadcrumbs {
    width: min(100% - 36px, 1120px);
    margin-top: 20px;
  }

  .prayer-web-category-navigation {
    width: auto;
    margin-top: 0;
  }

  .prayer-web-section.prayer-web-category-list-section {
    margin-top: 16px;
  }

  .prayer-web-detail-hero,
  .prayer-web-detail-hero .content-page-hero-inner {
    min-height: 185px;
  }

  .prayer-web-detail-hero .content-page-hero-inner {
    padding-top: 23px;
    padding-bottom: 25px;
  }

  .prayer-web-detail-hero .content-page-hero-copy h1 {
    font-size: clamp(30px, 9vw, 38px);
  }

  .prayer-web-hero-breadcrumbs {
    position: absolute;
    top: 18px;
    left: 0;
    width: min(100%, 800px);
    margin: 0;
  }

  .prayer-web-detail-actions {
    position: fixed;
    top: auto;
    right: 16px;
    bottom: calc(16px + env(safe-area-inset-bottom));
    left: auto;
    z-index: 120;
    display: block;
    margin: 0;
  }

  .prayer-web-detail-actions > .content-page-share-toggle {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid var(--prayer-primary-border);
    border-radius: 50%;
    color: var(--prayer-primary-foreground);
    background: var(--prayer-primary-fill);
    box-shadow: 0 10px 30px rgb(0 0 0 / 28%);
  }

  .prayer-web-detail-actions > .content-page-share-toggle:hover,
  .prayer-web-detail-actions > .content-page-share-toggle:active,
  .prayer-web-detail-actions > .content-page-share-toggle:focus {
    color: var(--prayer-primary-foreground);
    background: var(--prayer-primary-fill);
  }

  .prayer-web-detail-actions .content-page-share-options {
    position: absolute;
    bottom: calc(100% + 9px);
    left: 2px;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    gap: 8px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 150ms ease, transform 150ms ease, visibility 150ms ease;
  }

  .prayer-web-detail-actions[data-share-menu-open] .content-page-share-options {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .prayer-web-detail-actions .content-page-share-options button,
  .prayer-web-detail-actions .content-page-share-options a {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid var(--prayer-primary-border);
    border-radius: 50%;
    color: var(--prayer-primary-foreground);
    background: var(--prayer-primary-fill);
    box-shadow: 0 8px 22px rgb(0 0 0 / 22%);
  }

  .prayer-web-detail-actions .content-page-share-options button:hover,
  .prayer-web-detail-actions .content-page-share-options button:active,
  .prayer-web-detail-actions .content-page-share-options button:focus,
  .prayer-web-detail-actions .content-page-share-options a:hover,
  .prayer-web-detail-actions .content-page-share-options a:active,
  .prayer-web-detail-actions .content-page-share-options a:focus {
    color: var(--prayer-primary-foreground);
    background: var(--prayer-primary-fill);
  }

  .prayer-web-detail-actions .content-page-share-options .prayer-web-share-whatsapp {
    display: inline-grid !important;
  }

  .prayer-web-detail-main {
    width: calc(100% - 24px);
  }

  .prayer-web-reader {
    width: 100%;
    margin-top: 22px;
  }

  .prayer-web-reader-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .prayer-web-prayer-card {
    padding: 30px 20px 38px;
  }

  .prayer-web-prayer-card-actions {
    margin: -9px -1px 18px 0;
  }

  .prayer-web-prayer-text {
    font-size: 17px;
    line-height: 1.66;
  }

  .prayer-web-prayer-card[data-shows-latin='true'] .prayer-web-prayer-text {
    font-size: 15px;
  }

  .prayer-web-bilingual-vernacular {
    padding-right: 12px;
  }

  .prayer-web-bilingual-latin {
    padding-left: 12px;
  }

  .prayer-web-reader-aside {
    position: static;
    grid-template-columns: 1fr;
  }

  .prayer-web-download-card {
    padding: 23px;
  }

  .prayer-web-category-slider {
    grid-auto-columns: calc(44.444444vw - 16.888889px);
    gap: 10px;
  }

  .prayer-web-footer {
    min-height: 210px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 22px;
  }

  .prayer-web-footer > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .prayer-web-category-card,
  .prayer-web-category-card > img,
  .prayer-web-prayer-row {
    transition: none;
  }
}
