:root {
  --cream: #fbf8f3;
  --paper: #fffdf9;
  --white: #fff;
  --ink: #20221f;
  --muted: #6e706c;
  --sage: #697b68;
  --olive: #344636;
  --rust: #b96e46;
  --gold: #b98749;
  --line: rgba(44, 57, 49, 0.14);
  --shadow: 0 20px 50px rgba(62, 49, 36, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--cream); }
body { margin: 0; padding: 0 0 96px; color: var(--ink); background: var(--cream); font-family: "DM Sans", "Noto Sans SC", sans-serif; }
button, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.sr-only { width: 1px; height: 1px; position: absolute; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.app-shell { width: min(100%, 1440px); margin: 0 auto; overflow: hidden; }
.section-pad { padding-left: clamp(20px, 5vw, 72px); padding-right: clamp(20px, 5vw, 72px); }

.topbar { min-height: 178px; padding: 22px clamp(20px, 5vw, 70px) 18px; display: flex; align-items: center; justify-content: space-between; gap: 22px; border-bottom: 1px solid var(--line); background: rgba(251, 248, 243, 0.94); }
.brand { min-width: 0; display: inline-flex; align-items: center; gap: 18px; color: inherit; text-decoration: none; }
.brand-logo-frame { width: 382px; height: 138px; flex: 0 0 auto; overflow: hidden; background: var(--cream); }
.brand-logo-frame img { width: 100%; height: 100%; display: block; object-fit: contain; object-position: center; }
.brand-copy { display: grid; gap: 6px; line-height: 1.1; }
.brand-copy strong { color: var(--sage); font-size: 12px; letter-spacing: 0.24em; }
.brand-copy small { color: var(--muted); font-size: 12px; letter-spacing: 0.04em; white-space: nowrap; }
.header-controls, .top-actions { display: flex; align-items: center; gap: 12px; }
.language-control { min-height: 47px; padding: 0 16px; display: inline-flex; align-items: center; gap: 9px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.72); }
.language-icon { color: var(--ink); font-size: 25px; line-height: 1; }
.language-control select { border: 0; outline: 0; color: var(--ink); background: transparent; cursor: pointer; font-size: 16px; }
.icon-btn, .avatar, .menu-button { border: 0; cursor: pointer; }
.icon-btn { min-width: 47px; min-height: 47px; display: inline-flex; align-items: center; justify-content: center; gap: 5px; border-radius: 50%; color: var(--gold); background: transparent; }
.avatar { width: 61px; height: 61px; border-radius: 50%; color: var(--white); background: var(--sage); font-weight: 700; font-size: 17px; }
.menu-button { display: none; color: var(--ink); background: transparent; font-size: 27px; }

.hero { min-height: 690px; padding-top: clamp(82px, 10vw, 140px); padding-bottom: clamp(66px, 8vw, 110px); position: relative; display: flex; align-items: center; background-image: linear-gradient(90deg, rgba(251,248,243,.98) 0%, rgba(251,248,243,.91) 31%, rgba(251,248,243,.25) 63%, rgba(251,248,243,.02) 100%), var(--hero-image); background-size: cover; background-position: center; }
.hero-copy { max-width: 610px; position: relative; z-index: 1; }
.eyebrow { margin: 0 0 18px; color: var(--sage); font-size: 13px; font-weight: 700; letter-spacing: .3em; }
.eyebrow.warm { color: var(--gold); }
.hero h1 { margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: clamp(54px, 7vw, 92px); font-weight: 500; letter-spacing: -.05em; line-height: .98; }
.hero h1 em, h2 em { color: var(--rust); font-style: italic; }
.hero-subtitle { max-width: 450px; margin: 30px 0 36px; color: #646663; font-size: clamp(17px, 2vw, 24px); line-height: 1.55; }
.hero-signature { position: absolute; right: clamp(28px, 5vw, 72px); bottom: 34px; color: rgba(255,255,255,.95); font-size: 11px; letter-spacing: .35em; line-height: 1.7; text-align: right; }
.hero-signature span { font-size: 9px; }

.btn { min-height: 48px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 0; border-radius: 999px; cursor: pointer; font-weight: 700; transition: transform .18s ease, box-shadow .18s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 11px 24px rgba(61, 47, 37, .16); }
.btn-primary { color: var(--white); background: var(--rust); }
.btn-light { color: var(--ink); background: rgba(255,255,255,.86); }
.btn-dark { color: var(--white); background: var(--olive); }
.btn-cream { color: var(--rust); background: var(--white); }
.circle-btn { width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; color: var(--white); background: transparent; cursor: pointer; font-size: 26px; }

.today-card { margin: 24px auto 0; padding-top: 0; padding-bottom: 0; }
.today-card-inner { min-height: 430px; padding: clamp(30px, 5vw, 58px); position: relative; overflow: hidden; border-radius: 25px; color: var(--ink); background-image: linear-gradient(90deg, rgba(255,253,249,.98) 0%, rgba(255,253,249,.88) 43%, rgba(255,253,249,.2) 76%, rgba(255,253,249,.06) 100%), var(--word-image); background-size: cover; background-position: center; box-shadow: var(--shadow); }
.card-heading-row { max-width: 760px; display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; }
.card-heading-row h2 { max-width: 570px; margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: clamp(43px, 5vw, 70px); font-weight: 500; letter-spacing: -.045em; line-height: 1; }
.date-stack { display: grid; gap: 8px; justify-items: center; }
.date-pill { width: 92px; height: 92px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-family: "Playfair Display", Georgia, serif; font-size: 17px; text-align: center; }
.cycle-pill { color: var(--muted); font-size: 11px; letter-spacing: .13em; }
.cycle-pill strong { color: var(--rust); }
.verse-block { max-width: 710px; margin-top: 30px; padding-left: 22px; position: relative; border-left: 3px solid var(--gold); }
.quote-mark { position: absolute; left: -11px; top: -34px; color: var(--gold); font-family: Georgia, serif; font-size: 58px; line-height: 1; }
blockquote { margin: 0; font-family: "Playfair Display", Georgia, serif; }
.verse-block blockquote { font-size: clamp(23px, 2.3vw, 34px); line-height: 1.35; }
cite { display: block; margin-top: 16px; color: var(--muted); font-size: 13px; font-style: normal; letter-spacing: .11em; }
.reflection { max-width: 590px; margin: 24px 0 28px; color: #636560; line-height: 1.65; }
.card-actions { display: flex; align-items: center; gap: 12px; }
.saved-note { min-height: 20px; margin: 12px 0 0; color: var(--sage); font-size: 13px; }

.quick-actions { padding-top: 24px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.quick-card { min-height: 208px; padding: 22px 18px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; border: 1px solid rgba(109, 96, 80, .1); border-radius: 20px; color: var(--ink); background: rgba(255,253,249,.7); text-align: center; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.quick-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.quick-card:nth-child(2) { background: #f6eee3; }.quick-card:nth-child(3) { background: #f9f1ed; }.quick-card:nth-child(4) { background: #eef2e9; }
.quick-icon { min-height: 45px; color: var(--rust); font-size: 40px; line-height: 1; }.quick-card strong { font-family: "Playfair Display", Georgia, serif; font-size: 22px; font-weight: 500; }.quick-card small { max-width: 150px; color: var(--muted); font-size: 14px; line-height: 1.35; }.quick-arrow { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; color: var(--rust); }

.feeling-section { padding-top: clamp(80px, 10vw, 130px); padding-bottom: 70px; }.section-intro { max-width: 760px; }.section-intro h2, .journal-heading h2, .module-card h2, .share-content h2 { margin: 0; font-family: "Playfair Display", Georgia, serif; font-weight: 500; letter-spacing: -.04em; line-height: 1.05; }.section-intro h2 { font-size: clamp(35px, 4.2vw, 57px); }.section-intro > p:last-child { max-width: 650px; color: var(--muted); line-height: 1.7; }
.feeling-grid { margin-top: 28px; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }.feeling-chip { min-height: 112px; padding: 17px 10px; display: grid; place-items: center; gap: 6px; border: 1px solid var(--line); border-radius: 18px; color: var(--ink); background: rgba(255,255,255,.54); cursor: pointer; font-size: 14px; font-weight: 700; text-align: center; }.feeling-chip:hover, .feeling-chip.selected { color: var(--white); border-color: var(--rust); background: var(--rust); }.feeling-icon { color: var(--gold); font-size: 27px; }.feeling-chip.selected .feeling-icon { color: var(--white); }
.guidance-card { margin-top: 28px; padding: clamp(24px, 4vw, 40px); border: 1px solid rgba(109,96,80,.12); border-radius: 24px; background: var(--paper); box-shadow: var(--shadow); }.guidance-card[hidden] { display: none; }.guidance-heading { display: flex; gap: 14px; align-items: center; }.response-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: var(--rust); background: #f7e0ba; }.guidance-heading h3 { margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: clamp(25px, 3vw, 38px); font-weight: 500; }.guidance-layers { margin-top: 24px; display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 12px; }.guidance-layer { min-height: 270px; padding: 25px; border-radius: 20px; }.guidance-layer > div { display: flex; flex-direction: column; align-items: flex-start; height: 100%; }.scripture-layer { color: var(--white); background: #263f4c; }.encouragement-layer { background: #f3e8d7; }.prayer-layer { color: var(--white); background: var(--sage); }.layer-label { margin: 0 0 22px; font-size: 12px; font-weight: 700; letter-spacing: .2em; }.guidance-layer blockquote { font-size: clamp(20px, 2vw, 28px); line-height: 1.4; }.guidance-layer p:not(.layer-label) { margin: 0; font-size: 16px; line-height: 1.75; }

.prayer-section { padding-top: 0; padding-bottom: 70px; }.module-card { border-radius: 24px; box-shadow: var(--shadow); }.pray-card { padding: clamp(28px, 5vw, 62px); color: var(--white); background: linear-gradient(132deg, #9c4f3d, var(--rust)); }.module-topline { display: flex; align-items: center; gap: 10px; }.module-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--rust); background: #f4d9b5; }.module-label { font-size: 12px; font-weight: 700; letter-spacing: .2em; }.prayer-layout { margin-top: 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 42px; }.module-card h2 { font-size: clamp(40px, 5vw, 72px); }.prayer-copy { max-width: 540px; margin: 28px 0; font-size: 18px; line-height: 1.75; }.text-btn { padding: 0; border: 0; color: var(--white); background: transparent; cursor: pointer; font-weight: 700; }.prayer-verse-link { min-height: 270px; padding: 26px; border: 1px solid rgba(255,255,255,.23); border-radius: 20px; background: rgba(62,31,24,.2); }.prayer-link-label { margin: 0 0 25px; color: #f0d3a3; font-size: 12px; font-weight: 700; letter-spacing: .17em; }.prayer-verse-link blockquote { font-size: clamp(21px, 2vw, 29px); line-height: 1.4; }.prayer-verse-link cite { color: rgba(255,255,255,.74); }

.journal-section { padding-top: 76px; padding-bottom: 76px; background: #f2eadd; }.journal-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }.journal-heading h2 { font-size: clamp(41px, 5vw, 74px); }.hand-drawn-arrow { color: var(--rust); font-size: 48px; }.journal-card { margin-top: 30px; padding: clamp(24px, 4vw, 42px); border-radius: 23px; background: var(--white); box-shadow: var(--shadow); }.journal-card label { display: block; color: var(--ink); font-weight: 700; }.journal-card textarea { width: 100%; min-height: 150px; margin-top: 22px; padding: 0; resize: vertical; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 18px; line-height: 1.7; }.journal-footer { display: flex; align-items: center; justify-content: space-between; gap: 15px; }.autosave { color: var(--muted); font-size: 13px; }.prayer-saved-card { margin-top: 18px; padding: 20px; display: flex; justify-content: space-between; border-radius: 18px; background: var(--white); }.prayer-saved-card[hidden] { display: none; }.prayer-saved-card p { margin-bottom: 0; line-height: 1.6; }.small-icon-btn { border: 0; color: var(--muted); background: transparent; cursor: pointer; font-size: 25px; }

.share-section { padding-top: 70px; padding-bottom: 80px; }.share-card { min-height: 360px; display: grid; grid-template-columns: .8fr 1.2fr; overflow: hidden; border-radius: 24px; color: var(--white); background: var(--rust); box-shadow: var(--shadow); }.share-art { min-height: 290px; position: relative; background: linear-gradient(135deg, rgba(67,37,27,.1), rgba(255,255,255,.05)), url('assets/hero-faith-companion.png') center/cover; }.share-art::after { content: "✦"; position: absolute; right: 24%; top: 25%; color: rgba(255,255,255,.82); font-size: 40px; }.share-content { padding: clamp(27px, 5vw, 60px); }.share-content h2 { font-size: clamp(39px, 5vw, 68px); }.share-content > p:not(.eyebrow) { margin: 24px 0; font-size: 17px; }.nfc-note { max-width: 620px; margin: 20px 0; padding: 16px; display: flex; gap: 12px; border: 1px solid rgba(255,255,255,.25); border-radius: 16px; background: rgba(64,30,23,.18); }.nfc-symbol { font-size: 27px; }.nfc-note strong { display: block; margin-bottom: 5px; }.nfc-note p { margin: 0; color: rgba(255,255,255,.78); line-height: 1.55; }.share-status { display: block; min-height: 20px; margin-top: 12px; }.share-brand-name { display: block; margin-top: 20px; color: rgba(255,255,255,.68); font-size: 10px; letter-spacing: .25em; }

.bottom-nav { width: min(94%, 620px); min-height: 70px; padding: 7px 14px; position: fixed; z-index: 10; left: 50%; bottom: 12px; display: flex; align-items: center; justify-content: space-around; gap: 4px; transform: translateX(-50%); border: 1px solid rgba(255,255,255,.8); border-radius: 999px; background: rgba(255,255,255,.91); box-shadow: 0 15px 35px rgba(50,40,33,.18); backdrop-filter: blur(12px); }.nav-item { min-width: 65px; display: grid; place-items: center; gap: 3px; color: #8b8c87; text-decoration: none; font-size: 23px; }.nav-item small { font-size: 11px; font-weight: 600; }.nav-item.active { color: var(--rust); }.center-nav { margin-top: -32px; color: var(--white); }.center-nav small { color: var(--ink); }.nav-center-icon { width: 60px; height: 60px; display: grid; place-items: center; border: 6px solid var(--cream); border-radius: 50%; color: var(--white); background: var(--rust); box-shadow: 0 6px 15px rgba(185,110,70,.3); }.toast { max-width: min(90vw, 360px); padding: 12px 16px; position: fixed; z-index: 20; left: 50%; bottom: 100px; border-radius: 999px; color: var(--white); background: var(--olive); font-size: 13px; opacity: 0; pointer-events: none; transform: translate(-50%, 10px); transition: opacity .18s ease, transform .18s ease; }.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 980px) { .brand-logo-frame { width: 300px; height: 110px; }.brand-copy { display: none; }.hero { min-height: 600px; }.quick-actions { grid-template-columns: repeat(2, 1fr); }.feeling-grid { grid-template-columns: repeat(3, 1fr); }.guidance-layers { grid-template-columns: 1fr; }.guidance-layer { min-height: auto; }.prayer-layout { grid-template-columns: 1fr; } }
@media (max-width: 600px) {
  body { padding-bottom: 120px; }.topbar { min-height: 0; padding: 15px 16px 18px; display: grid; grid-template-columns: 1fr; gap: 12px; align-items: center; }.brand { width: 100%; gap: 0; flex-direction: column; align-items: center; }.brand-logo-frame { width: min(310px, 100%); height: auto; aspect-ratio: 1480 / 680; }.brand-copy { display: none; }.header-controls { width: 100%; justify-content: flex-end; }.language-control { min-height: 42px; padding: 0 11px; }.language-icon { font-size: 20px; }.language-control select { width: 78px; font-size: 13px; }.icon-btn { display: none; }.avatar { width: 43px; height: 43px; font-size: 14px; }.menu-button { display: block; }
  .hero { min-height: 540px; height: 540px; padding-top: 0; padding-bottom: 88px; align-items: flex-end; overflow: hidden; background-image: linear-gradient(180deg, rgba(251,248,243,.18) 0%, rgba(251,248,243,.22) 35%, rgba(251,248,243,.98) 72%, rgba(251,248,243,1) 100%), var(--hero-image); background-position: 63% center; }.hero-copy { max-width: 100%; }.eyebrow { font-size: 10px; letter-spacing: .22em; }.hero h1 { font-size: 41px; line-height: 1; }.hero-subtitle { margin: 20px 0 26px; font-size: 16px; }.hero-signature { right: 20px; bottom: 38px; font-size: 8px; }
  .today-card { margin-top: 16px; scroll-margin-top: 12px; }.today-card-inner { min-height: 500px; padding: 30px 22px 108px; background-image: linear-gradient(90deg, rgba(255,253,249,.99) 0%, rgba(255,253,249,.94) 44%, rgba(255,253,249,.64) 72%, rgba(255,253,249,.16) 100%), var(--word-image); background-position: center; }.card-heading-row { gap: 12px; }.card-heading-row h2 { max-width: 245px; font-size: 36px; }.date-pill { width: 68px; height: 68px; font-size: 13px; }.cycle-pill { font-size: 9px; }.verse-block { max-width: 320px; margin-top: 24px; padding-left: 18px; }.verse-block blockquote { font-size: 18px; line-height: 1.42; }.reflection { max-width: 300px; font-size: 13px; }.card-actions .btn { padding: 0 18px; font-size: 13px; }
  .quick-actions { padding-top: 16px; grid-template-columns: repeat(2, 1fr); gap: 9px; }.quick-card { min-height: 168px; padding: 17px 10px; }.quick-icon { font-size: 30px; min-height: 34px; }.quick-card strong { font-size: 18px; }.quick-card small { font-size: 12px; }.quick-arrow { width: 31px; height: 31px; }
  .feeling-section { padding-top: 70px; padding-bottom: 50px; }.section-intro h2 { font-size: 37px; }.feeling-grid { grid-template-columns: repeat(2, 1fr); gap: 9px; }.feeling-chip { min-height: 94px; font-size: 12px; }.guidance-card { padding: 18px; }.guidance-layer { padding: 19px; }.guidance-layer blockquote { font-size: 20px; }.guidance-layer p:not(.layer-label) { font-size: 15px; }
  .pray-card { padding: 25px 19px; }.module-card h2 { font-size: 43px; }.prayer-copy { font-size: 16px; }.prayer-verse-link { padding: 20px; }.journal-section { padding-top: 60px; padding-bottom: 62px; }.journal-heading h2 { font-size: 45px; }.journal-footer { align-items: flex-start; flex-direction: column; }.journal-footer .btn { width: 100%; }.share-card { grid-template-columns: 1fr; }.share-art { min-height: 160px; }.share-content { min-height: 360px; padding: 26px 20px; }.share-content h2 { font-size: 44px; }.share-content h2 br { display: none; }.nfc-note { padding: 13px; }.bottom-nav { width: calc(100% - 22px); bottom: max(8px, env(safe-area-inset-bottom)); }.nav-item { min-width: 0; flex: 1; font-size: 20px; }.nav-item small { font-size: 9px; }.nav-center-icon { width: 53px; height: 53px; }
}

/* JavaScript adds this class for real touch phones whose browser reports a
   desktop-sized viewport. It keeps the mobile composition independent of the
   device's orientation metadata. */
html.mobile-layout, html.mobile-layout body { min-width: 0; max-width: 100%; overflow-x: hidden; }
html.mobile-layout body { padding-bottom: 126px; }
html.mobile-layout .app-shell { width: min(100%, 430px); max-width: 430px; margin: 0 auto; }
html.mobile-layout .topbar { min-height: 0; padding: 18px 24px 16px; display: grid; grid-template-columns: 1fr; gap: 14px; align-items: center; }
html.mobile-layout .brand { width: 100%; gap: 0; flex-direction: column; align-items: center; }
html.mobile-layout .brand-logo-frame { width: min(340px, 70vw); height: auto; aspect-ratio: 1480 / 680; }
html.mobile-layout .brand-copy { display: none; }
html.mobile-layout .header-controls { width: 100%; justify-content: flex-end; }
html.mobile-layout .language-control { min-height: 42px; padding: 0 11px; }
html.mobile-layout .language-control select { width: 78px; font-size: 13px; }
html.mobile-layout .language-icon { font-size: 20px; }
html.mobile-layout .icon-btn { display: none; }
html.mobile-layout .avatar { width: 43px; height: 43px; font-size: 14px; }
html.mobile-layout .menu-button { display: block; }
html.mobile-layout .hero { min-height: 540px; height: 540px; padding-top: 0; padding-bottom: 88px; align-items: flex-end; overflow: hidden; background-image: linear-gradient(180deg, rgba(251,248,243,.18) 0%, rgba(251,248,243,.22) 35%, rgba(251,248,243,.98) 72%, rgba(251,248,243,1) 100%), var(--hero-image); background-position: 63% center; }
html.mobile-layout .hero-copy { width: 100%; max-width: 100%; }
html.mobile-layout .hero h1 { max-width: 100%; font-size: clamp(36px, 10.5vw, 44px); line-height: 1; }
html.mobile-layout .hero .btn { width: min(100%, 340px); }
html.mobile-layout .hero-subtitle { margin: 20px 0 26px; font-size: 16px; }
html.mobile-layout .hero-signature { right: 20px; bottom: 38px; font-size: 8px; }
html.mobile-layout .today-card { margin-top: 16px; scroll-margin-top: 12px; }
html.mobile-layout .today-card-inner { min-height: 500px; padding: 30px 22px 108px; background-image: linear-gradient(90deg, rgba(255,253,249,.99) 0%, rgba(255,253,249,.94) 44%, rgba(255,253,249,.64) 72%, rgba(255,253,249,.16) 100%), var(--word-image); background-position: center; }
html.mobile-layout .card-heading-row { gap: 12px; }
html.mobile-layout .card-heading-row h2 { max-width: 245px; font-size: 36px; }
html.mobile-layout .date-pill { width: 68px; height: 68px; font-size: 13px; }
html.mobile-layout .cycle-pill { font-size: 9px; }
html.mobile-layout .verse-block { max-width: 320px; margin-top: 24px; padding-left: 18px; }
html.mobile-layout .verse-block blockquote { font-size: 18px; line-height: 1.42; }
html.mobile-layout .reflection { max-width: 300px; font-size: 13px; }
html.mobile-layout .card-actions .btn { padding: 0 18px; font-size: 13px; }
html.mobile-layout .quick-actions { grid-template-columns: repeat(2, 1fr); }
html.mobile-layout .feeling-grid { grid-template-columns: repeat(2, 1fr); }
html.mobile-layout .guidance-layers, html.mobile-layout .prayer-layout { grid-template-columns: 1fr; }
html.mobile-layout .guidance-layer { min-height: auto; }
html.mobile-layout .share-card { grid-template-columns: 1fr; }
html.mobile-layout .share-art { min-height: 160px; }
html.mobile-layout .share-content { min-height: 420px; padding-bottom: 138px; }
html.mobile-layout .bottom-nav { width: calc(100% - 22px); bottom: max(8px, env(safe-area-inset-bottom)); }
html.mobile-layout .nav-item { min-width: 0; flex: 1; font-size: 20px; }
html.mobile-layout .nav-item small { font-size: 9px; }
html.mobile-layout .nav-center-icon { width: 53px; height: 53px; }

html.large-text-mobile .bottom-nav {
  width: 368px;
  zoom: 2.625;
  bottom: 8px;
  transform: translateX(-50%);
  transform-origin: center bottom;
}

html.large-text-mobile .guidance-layers { grid-template-columns: 1fr; gap: 16px; }
html.large-text-mobile .guidance-layer { min-height: auto; padding: 30px 28px; }
html.large-text-mobile .guidance-layer blockquote { font-size: 27px; line-height: 1.38; }
html.large-text-mobile .guidance-layer p:not(.layer-label) { font-size: 20px; line-height: 1.7; }

/* Desktop editorial treatment for the Today's Word card. */
@media (min-width: 981px) {
  .today-card-inner { min-height: 525px; padding: 48px; border-radius: 24px; background-image: linear-gradient(90deg, rgba(255,253,249,.98) 0%, rgba(255,253,249,.91) 40%, rgba(255,253,249,.42) 66%, rgba(255,253,249,.08) 100%), var(--word-image); background-position: center; }
  .card-heading-row { max-width: 100%; }
  .card-heading-row h2 { max-width: 650px; font-size: clamp(48px, 5.2vw, 68px); }
  .verse-block { max-width: 760px; margin-top: 32px; }
  .verse-block blockquote { font-size: clamp(25px, 2.25vw, 35px); line-height: 1.34; }
  .reflection { max-width: 650px; margin: 25px 0 29px; font-size: 16px; }
}
