:root {
  --oxford-navy: #173f59;
  --oxford-navy-dark: #0c2d3f;
  --rock-teal: #5d9a91;
  --rock-teal-dark: #37766f;
  --rock-teal-light: #dcebe7;
  --sandstone: #c5a565;
  --sandstone-light: #eadbbd;
  --parchment: #f7f1e5;
  --paper: #fffdf8;
  --ink: #27383f;
  --muted: #627078;
  --white: #ffffff;
  --line: rgba(23, 63, 89, .13);
  --shadow: 0 24px 70px rgba(12, 45, 63, .14);
  --soft-shadow: 0 13px 35px rgba(12, 45, 63, .09);
  --max: 1180px;
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 15px;
  --sans: Inter, Aptos, "Segoe UI", Arial, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
  --hand: "Comic Neue", "Segoe Print", "Bradley Hand", "Comic Sans MS", cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--parchment);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }

.container { width: min(calc(100% - 36px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: #fff; color: var(--oxford-navy); padding: 11px 15px; border-radius: 10px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

.topline {
  background: var(--oxford-navy-dark);
  color: rgba(255,255,255,.83);
  font-size: .82rem;
  letter-spacing: .03em;
}
.topline .container { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topline a { color: #fff; font-weight: 700; text-underline-offset: 3px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(247, 241, 229, .94);
  border-bottom: 1px solid rgba(23,63,89,.08);
  backdrop-filter: blur(18px);
}
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand-link { display: block; width: min(470px, 50vw); text-decoration: none; }
.brand-link img { width: 100%; height: auto; }
.nav { display: flex; align-items: center; gap: 4px; }
.nav a { padding: 10px 12px; border-radius: 11px; color: var(--oxford-navy); text-decoration: none; font-size: .91rem; font-weight: 800; }
.nav a:hover, .nav a:focus-visible { background: var(--rock-teal-light); outline: none; }
.nav .nav-cta { margin-left: 5px; padding-inline: 17px; color: #fff; background: var(--rock-teal-dark); box-shadow: 0 8px 22px rgba(55,118,111,.22); }
.menu-button { display: none; width: 46px; height: 46px; place-items: center; border: 1px solid var(--line); border-radius: 13px; color: var(--oxford-navy); background: #fff; cursor: pointer; }
.menu-button svg { width: 24px; height: 24px; }

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(12,45,63,.98) 0%, rgba(23,63,89,.96) 51%, rgba(55,118,111,.92) 100%),
    radial-gradient(circle at 82% 22%, rgba(255,255,255,.25), transparent 34%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(30deg, rgba(255,255,255,.035) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,.035) 87.5%),
    linear-gradient(150deg, rgba(255,255,255,.035) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,.035) 87.5%);
  background-size: 84px 146px;
  opacity: .45;
}
.hero::after {
  content: "";
  position: absolute;
  right: -150px;
  top: -180px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 48% 52% 55% 45%;
  transform: rotate(18deg);
}
.hero-grid { position: relative; z-index: 1; min-height: 610px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: center; padding-block: 76px 96px; }
.eyebrow { margin: 0 0 13px; color: #e3c985; font-size: .78rem; font-weight: 900; letter-spacing: .19em; text-transform: uppercase; }
.hero h1 { max-width: 760px; margin: 0; font-family: var(--serif); font-size: clamp(3rem, 5.65vw, 5.45rem); font-weight: 700; line-height: 1.04; letter-spacing: -.035em; }
.hero-copy { max-width: 690px; margin: 23px 0 0; color: rgba(255,255,255,.82); font-size: clamp(1.04rem, 1.55vw, 1.24rem); line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 29px; }
.button { min-height: 49px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 11px 18px; border: 1px solid transparent; border-radius: 13px; font-weight: 900; text-decoration: none; cursor: pointer; transition: transform .16s ease, box-shadow .16s ease, background .16s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; height: 18px; }
.button-gold { color: var(--oxford-navy-dark); background: var(--sandstone); box-shadow: 0 11px 28px rgba(0,0,0,.18); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.075); }
.button-teal { color: #fff; background: var(--rock-teal-dark); box-shadow: 0 10px 25px rgba(55,118,111,.24); }
.button-white { color: var(--oxford-navy); background: #fff; border-color: var(--line); }

.week-panel { position: relative; padding: 28px; color: var(--ink); background: rgba(255,255,255,.96); border-radius: 28px 28px 28px 7px; box-shadow: 0 30px 90px rgba(0,0,0,.27); }
.week-panel::before { content: ""; position: absolute; inset: 11px; border: 1px solid rgba(93,154,145,.25); border-radius: 19px 19px 19px 4px; pointer-events: none; }
.week-panel > * { position: relative; z-index: 1; }
.week-chip { display: inline-flex; align-items: center; gap: 7px; color: var(--rock-teal-dark); font-size: .75rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.week-chip::before { content: ""; width: 22px; height: 2px; background: var(--sandstone); }
.week-panel h2 { margin: 12px 0 17px; color: var(--oxford-navy); font-family: var(--serif); font-size: 1.65rem; line-height: 1.3; }
.schedule-row { display: grid; grid-template-columns: 45px 1fr; gap: 13px; align-items: center; padding: 13px 0; border-top: 1px solid var(--line); }
.schedule-row:last-child { border-bottom: 1px solid var(--line); }
.schedule-icon { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 13px; color: var(--rock-teal-dark); background: var(--rock-teal-light); }
.schedule-icon svg { width: 21px; height: 21px; }
.schedule-row strong { display: block; color: var(--oxford-navy); line-height: 1.25; }
.schedule-row span { display: block; color: var(--muted); margin-top: 2px; font-size: .91rem; line-height: 1.4; }

.scripture-band { position: relative; z-index: 3; margin-top: -39px; }
.scripture-card { display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; padding: 24px 27px; background: #fff; border: 1px solid rgba(23,63,89,.07); border-radius: 22px; box-shadow: var(--shadow); }
.scripture-quote { align-self: start; color: var(--sandstone); font-family: var(--serif); font-size: 5rem; line-height: .78; }
.scripture-card blockquote { margin: 0; }
.scripture-card p { margin: 0; color: var(--oxford-navy); font-family: var(--serif); font-size: clamp(1.08rem, 1.65vw, 1.32rem); line-height: 1.62; }
.scripture-card cite { display: block; margin-top: 6px; color: var(--rock-teal-dark); font-style: normal; font-weight: 900; }
.scripture-mark { width: 59px; height: 59px; }

.section { padding-block: 84px; }
.section-alt { background: #eee9de; }
.section-heading { max-width: 770px; margin-bottom: 34px; }
.section-heading.center { text-align: center; margin-inline: auto; }
.kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 8px; color: var(--rock-teal-dark); font-size: .76rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.kicker::before { content: ""; width: 28px; height: 2px; background: var(--sandstone); }
.section-heading h2 { margin: 0; color: var(--oxford-navy); font-family: var(--serif); font-size: clamp(2.25rem, 4vw, 3.6rem); line-height: 1.14; letter-spacing: -.025em; }
.section-heading p { margin: 13px 0 0; color: var(--muted); font-size: 1.06rem; }

.events-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 23px; }
.event-card { overflow: hidden; display: grid; grid-template-rows: auto 1fr; background: #fff; border: 1px solid rgba(23,63,89,.08); border-radius: var(--radius-lg); box-shadow: var(--soft-shadow); }
.flyer-stage { position: relative; min-height: 275px; display: grid; place-items: center; overflow: hidden; padding: 19px; background: #dfe8e5; }
.flyer-stage::before { content: ""; position: absolute; inset: -25px; background: var(--flyer) center/cover no-repeat; filter: blur(24px) saturate(.75); opacity: .28; transform: scale(1.16); }
.flyer-stage img { position: relative; z-index: 1; max-height: 300px; width: auto; border: 8px solid #fff; border-radius: 4px; box-shadow: 0 18px 45px rgba(12,45,63,.25); }
.event-content { display: grid; grid-template-columns: 84px 1fr; gap: 19px; padding: 25px; }
.date-block { align-self: start; display: grid; place-items: center; min-height: 72px; padding: 9px; color: #fff; background: var(--rock-teal-dark); border-radius: 16px 16px 16px 5px; font-size: .91rem; font-weight: 900; letter-spacing: .08em; text-align: center; }
.event-category { margin: 0; color: var(--sandstone); font-size: .73rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.event-card h3 { margin: 3px 0 3px; color: var(--oxford-navy); font-family: var(--serif); font-size: 1.55rem; line-height: 1.28; }
.event-time { margin: 0; color: var(--rock-teal-dark); font-weight: 900; }
.event-summary { margin: 9px 0 0; color: var(--muted); }
.event-links { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 14px; }
.text-link { color: var(--oxford-navy); font-weight: 900; text-decoration-thickness: 1px; text-underline-offset: 4px; }

.care-layout { display: grid; grid-template-columns: 1.22fr .78fr; gap: 23px; }
.care-card { position: relative; overflow: hidden; padding: clamp(31px, 5vw, 60px); color: #fff; background: linear-gradient(135deg, var(--rock-teal-dark), var(--oxford-navy)); border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.care-card::after { content: ""; position: absolute; width: 310px; height: 310px; right: -120px; top: -125px; border: 1px solid rgba(255,255,255,.16); border-radius: 45% 55% 50% 50%; transform: rotate(25deg); }
.care-card > * { position: relative; z-index: 1; }
.care-card .kicker { color: #ead18e; }
.care-card h2 { max-width: 740px; margin: 3px 0 15px; font-family: var(--serif); font-size: clamp(2.1rem, 3.8vw, 3.5rem); line-height: 1.12; letter-spacing: -.02em; }
.care-card p { max-width: 760px; margin: 10px 0; color: rgba(255,255,255,.84); font-size: 1.04rem; }
.care-prayer { padding-left: 16px; border-left: 3px solid var(--sandstone); }
.care-actions { margin-top: 23px; }
.quick-notes { display: grid; gap: 16px; }
.note-card { padding: 24px; background: #fff; border: 1px solid rgba(23,63,89,.08); border-radius: 19px; box-shadow: var(--soft-shadow); }
.note-icon { width: 47px; height: 47px; display: grid; place-items: center; margin-bottom: 14px; color: var(--rock-teal-dark); background: var(--rock-teal-light); border-radius: 14px; }
.note-icon svg { width: 23px; height: 23px; }
.note-label { color: var(--sandstone); font-size: .72rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.note-card h3 { margin: 4px 0 6px; color: var(--oxford-navy); font-family: var(--serif); font-size: 1.26rem; line-height: 1.3; }
.note-card p { margin: 0; color: var(--muted); }
.note-card .text-link { display: inline-flex; margin-top: 10px; color: var(--rock-teal-dark); }

.prayer-feature { overflow: hidden; display: grid; grid-template-columns: .92fr 1.08fr; min-height: 470px; background: #fff; border: 1px solid rgba(23,63,89,.08); border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.prayer-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 5vw, 64px); }
.prayer-copy h2 { margin: 3px 0 13px; color: var(--oxford-navy); font-family: var(--serif); font-size: clamp(2.3rem, 4vw, 3.8rem); line-height: 1.12; }
.prayer-copy p { margin: 0; color: var(--muted); font-size: 1.06rem; }
.prayer-copy .button { align-self: flex-start; margin-top: 24px; }
.paper-preview { position: relative; min-height: 470px; padding: 48px 45px 45px 76px; background: linear-gradient(90deg, transparent 0 55px, rgba(208,90,82,.23) 56px, rgba(208,90,82,.23) 57px, transparent 58px), repeating-linear-gradient(to bottom, var(--paper) 0, var(--paper) 39px, rgba(64,128,168,.17) 40px); transform: rotate(.5deg) scale(1.02); transform-origin: center; box-shadow: inset 12px 0 28px rgba(23,63,89,.05); }
.paper-preview::before { content: ""; position: absolute; left: 18px; inset-block: 0; width: 12px; background: radial-gradient(circle, #d3d0c6 0 4px, transparent 4.5px) center 20px/12px 42px repeat-y; }
.paper-preview h3 { margin: 0 0 16px; color: var(--oxford-navy); font-family: var(--hand); font-size: 2.6rem; line-height: 1; }
.preview-request { display: grid; grid-template-columns: 1fr 1.45fr; gap: 15px; min-height: 40px; align-items: center; font-family: var(--hand); font-size: 1.18rem; line-height: 1.2; }
.preview-request strong { color: var(--oxford-navy); }
.preview-request span { color: #3f4d53; }

.footer { color: rgba(255,255,255,.82); background: var(--oxford-navy-dark); }
.footer-main { display: grid; grid-template-columns: 1.25fr .7fr .7fr; gap: 55px; padding-block: 56px 43px; }
.footer-logo { max-width: 450px; }
.footer-brand p { max-width: 480px; margin: 18px 0 0; }
.footer-col h3 { margin: 0 0 12px; color: #e1c77e; font-size: .75rem; letter-spacing: .16em; text-transform: uppercase; }
.footer-col p { margin: 5px 0; }
.footer-col a { color: #fff; text-underline-offset: 4px; }
.footer-bottom { padding-block: 15px; border-top: 1px solid rgba(255,255,255,.11); font-size: .86rem; text-align: center; }

/* Prayer page */
.prayer-hero { position: relative; overflow: hidden; color: #fff; background: linear-gradient(125deg, var(--oxford-navy-dark), var(--oxford-navy) 56%, var(--rock-teal-dark)); text-align: center; }
.prayer-hero::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle at 15% 85%, rgba(255,255,255,.08) 0 120px, transparent 122px), radial-gradient(circle at 90% 8%, rgba(255,255,255,.08) 0 170px, transparent 172px); }
.prayer-hero .container { position: relative; z-index: 1; padding-block: 65px 73px; }
.prayer-hero-mark { width: 76px; margin: 0 auto 13px; filter: drop-shadow(0 8px 18px rgba(0,0,0,.18)); }
.prayer-hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(2.75rem, 5vw, 4.7rem); line-height: 1.06; }
.prayer-hero p { max-width: 730px; margin: 15px auto 0; color: rgba(255,255,255,.82); font-size: 1.05rem; }
.page-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 11px; margin-top: 24px; }

.prayer-page { padding-block: 42px 90px; }
.privacy-banner { width: min(100%, 990px); margin: 0 auto 22px; padding: 13px 18px; color: var(--oxford-navy); background: var(--rock-teal-light); border: 1px solid rgba(93,154,145,.26); border-radius: 14px; text-align: center; font-weight: 800; }
.prayer-sheet { position: relative; width: min(100%, 990px); margin-inline: auto; padding: 53px clamp(28px, 7vw, 88px) 58px; background: linear-gradient(90deg, transparent 0 72px, rgba(208,90,82,.24) 73px, rgba(208,90,82,.24) 74px, transparent 75px), repeating-linear-gradient(to bottom, var(--paper) 0, var(--paper) 43px, rgba(64,128,168,.18) 44px); border: 1px solid rgba(23,63,89,.11); box-shadow: var(--shadow); transform: rotate(-.12deg); }
.prayer-sheet::before { content: ""; position: absolute; left: 23px; inset-block: 0; width: 13px; background: radial-gradient(circle, #d3d0c6 0 4px, transparent 4.5px) center 20px/13px 44px repeat-y; }
.sheet-head { text-align: center; margin-bottom: 25px; }
.sheet-head img { width: 64px; margin: 0 auto 7px; }
.sheet-head .sheet-label { color: var(--muted); font-family: var(--sans); font-size: .74rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.sheet-head h2 { margin: 2px 0 2px; color: var(--oxford-navy); font-family: var(--hand); font-size: clamp(3rem, 6vw, 5rem); line-height: 1; }
.sheet-head p { margin: 0; color: var(--muted); font-family: var(--hand); font-size: 1.25rem; }
.prayer-group { margin-top: 28px; }
.prayer-group-title { display: flex; align-items: center; gap: 10px; margin: 0 0 6px; color: var(--rock-teal-dark); font-family: var(--hand); font-size: 2.05rem; line-height: 1; }
.prayer-group-title .group-icon { width: 35px; height: 35px; display: inline-grid; place-items: center; color: var(--rock-teal-dark); background: rgba(93,154,145,.13); border-radius: 50%; }
.prayer-group-title svg { width: 18px; height: 18px; }
.prayer-list { list-style: none; margin: 0; padding: 0; }
.prayer-item { display: grid; grid-template-columns: minmax(170px, .72fr) minmax(0, 1.55fr); gap: 17px; min-height: 44px; align-items: baseline; padding: 5px 0; font-family: var(--hand); font-size: clamp(1.15rem, 2vw, 1.47rem); line-height: 1.28; }
.prayer-item strong { color: var(--oxford-navy); font-weight: 700; }
.prayer-item span { color: #3e4c52; }
.prayer-bottom-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 11px; margin: 24px auto 0; }

/* Brand board */
.brand-board { min-height: 100vh; background: #e9e4d8; padding: 50px 20px; }
.brand-card { width: min(1120px, 100%); margin: auto; overflow: hidden; background: #fff; border-radius: 28px; box-shadow: var(--shadow); }
.brand-card-header { padding: 54px; background: var(--parchment); }
.brand-card-header img { width: 640px; max-width: 100%; }
.brand-card-body { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.brand-panel { padding: 43px 54px; border-top: 1px solid var(--line); }
.brand-panel:nth-child(odd) { border-right: 1px solid var(--line); }
.brand-panel h2 { margin: 0 0 15px; color: var(--oxford-navy); font-family: var(--serif); font-size: 1.75rem; }
.palette { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.swatch { min-height: 92px; display: flex; align-items: end; padding: 9px; border-radius: 11px; color: #fff; font-size: .68rem; font-weight: 800; }
.swatch.light { color: var(--ink); border: 1px solid var(--line); }
.type-sample-serif { margin: 0; color: var(--oxford-navy); font-family: var(--serif); font-size: 2rem; line-height: 1.15; }
.type-sample-sans { margin: 9px 0 0; color: var(--muted); font-weight: 650; }
.brand-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.pillar { padding: 14px; color: var(--oxford-navy); background: var(--rock-teal-light); border-radius: 12px; text-align: center; font-weight: 900; }

@media (max-width: 980px) {
  .brand-link { width: 390px; }
  .hero-grid { grid-template-columns: 1fr; gap: 35px; min-height: auto; }
  .week-panel { max-width: 650px; }
  .care-layout { grid-template-columns: 1fr; }
  .prayer-feature { grid-template-columns: 1fr; }
  .paper-preview { min-height: 420px; }
}

@media (max-width: 790px) {
  .topline .container { justify-content: center; text-align: center; }
  .topline .topline-right { display: none; }
  .header-inner { min-height: 78px; }
  .brand-link { width: min(340px, 78vw); }
  .menu-button { display: grid; }
  .nav { position: absolute; top: 78px; left: 18px; right: 18px; display: none; flex-direction: column; align-items: stretch; padding: 10px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .nav a { padding: 12px; }
  .nav .nav-cta { margin-left: 0; text-align: center; }
  .events-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; }
  .brand-card-body { grid-template-columns: 1fr; }
  .brand-panel:nth-child(odd) { border-right: 0; }
}

@media (max-width: 600px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 28px), var(--max)); }
  .brand-link { width: 285px; }
  .hero-grid { padding-block: 57px 79px; }
  .hero h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { flex: 1 1 100%; }
  .week-panel { padding: 23px; }
  .scripture-card { grid-template-columns: 1fr; gap: 3px; padding: 22px; }
  .scripture-quote { font-size: 3.6rem; }
  .scripture-mark { display: none; }
  .section { padding-block: 62px; }
  .event-content { grid-template-columns: 70px 1fr; padding: 20px; gap: 14px; }
  .flyer-stage { min-height: 235px; padding: 15px; }
  .flyer-stage img { max-height: 260px; border-width: 6px; }
  .care-card { padding: 31px 25px; }
  .prayer-copy { padding: 38px 25px; }
  .paper-preview { min-height: 390px; padding: 42px 19px 35px 57px; }
  .preview-request { display: block; padding-block: 4px; }
  .preview-request strong { display: block; }
  .prayer-sheet { padding: 40px 17px 45px 52px; background: linear-gradient(90deg, transparent 0 42px, rgba(208,90,82,.24) 43px, rgba(208,90,82,.24) 44px, transparent 45px), repeating-linear-gradient(to bottom, var(--paper) 0, var(--paper) 43px, rgba(64,128,168,.18) 44px); }
  .prayer-sheet::before { left: 8px; }
  .prayer-item { display: block; padding-block: 7px; }
  .prayer-item strong { display: block; }
  .brand-card-header, .brand-panel { padding: 30px 25px; }
  .palette { grid-template-columns: 1fr 1fr; }
  .brand-pillars { grid-template-columns: 1fr; }
}

@media print {
  @page { margin: .42in; }
  body { background: #fff; }
  .topline, .site-header, .prayer-hero, .privacy-banner, .prayer-bottom-actions, .footer { display: none !important; }
  .prayer-page { padding: 0; }
  .container { width: 100%; }
  .prayer-sheet { width: 100%; min-height: 9.5in; padding-top: .25in; padding-bottom: .3in; border: 1px solid #d3d3d3; box-shadow: none; transform: none; print-color-adjust: exact; -webkit-print-color-adjust: exact; }
  .prayer-item { break-inside: avoid; font-size: 13.5pt; min-height: 36px; }
  .prayer-group { break-inside: avoid; margin-top: 18px; }
}

/* Weekly schedule and Bible-study section */
.schedule-section {
  background: linear-gradient(180deg, #f7f4ed 0%, #eee9de 100%);
  border-block: 1px solid rgba(23,63,89,.06);
}
.schedule-layout {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 24px;
  align-items: start;
}
.date-list {
  display: grid;
  gap: 13px;
}
.date-item {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 18px;
  align-items: start;
  padding: 21px 22px;
  background: #fff;
  border: 1px solid rgba(23,63,89,.08);
  border-radius: 18px;
  box-shadow: var(--soft-shadow);
}
.date-pill {
  display: grid;
  place-items: center;
  min-height: 50px;
  padding: 8px 10px;
  color: #fff;
  background: var(--oxford-navy);
  border-radius: 13px 13px 13px 4px;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-align: center;
}
.date-item h3 {
  margin: 0 0 4px;
  color: var(--oxford-navy);
  font-family: var(--serif);
  font-size: 1.2rem;
  line-height: 1.3;
}
.date-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}
.studies-panel {
  position: sticky;
  top: 105px;
  padding: 30px;
  color: #fff;
  background: linear-gradient(145deg, var(--oxford-navy-dark), var(--oxford-navy) 58%, var(--rock-teal-dark));
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}
.studies-panel .kicker { color: #e8d08f; }
.studies-panel h3 {
  margin: 2px 0 18px;
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 1.15;
}
.study-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(255,255,255,.16);
}
.study-item {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.study-item h4 {
  margin: 0 0 3px;
  color: #fff;
  font-size: 1rem;
}
.study-item p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: .9rem;
  line-height: 1.45;
}
.schedule-button {
  margin-top: 21px;
}

@media (max-width: 900px) {
  .schedule-layout { grid-template-columns: 1fr; }
  .studies-panel { position: static; }
}

@media (max-width: 560px) {
  .date-item { grid-template-columns: 1fr; gap: 10px; }
  .date-pill { justify-self: start; min-height: 0; }
  .studies-panel { padding: 24px 21px; }
}


/* August 2 reconciled homepage */
.prayer-home-section {
  padding-top: 72px;
  background: linear-gradient(180deg, var(--parchment) 0%, #f2ede3 100%);
}
.prayer-heading {
  max-width: 850px;
}
.home-prayer-sheet {
  width: min(100%, 1080px);
}
.home-prayer-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 11px;
  margin-top: 24px;
}
.main-prayer-list {
  margin-top: 14px;
}

.priority-event {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 100%;
  padding-top: 42px;
  background:
    radial-gradient(circle at 100% 0, rgba(93,154,145,.12) 0 105px, transparent 107px),
    #fff;
}
.priority-event::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, var(--rock-teal-dark), var(--oxford-navy));
}
.event-priority {
  position: absolute;
  top: 0;
  left: 6px;
  right: 0;
  padding: 9px 18px;
  color: var(--oxford-navy);
  background: var(--sandstone-light);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.priority-event .event-content {
  padding: 27px 27px 29px 31px;
}
.priority-event .date-block {
  min-height: 76px;
  background: var(--oxford-navy);
}
.date-link {
  display: inline-flex;
  margin-top: 9px;
  color: var(--rock-teal-dark);
}
.schedule-section {
  background: var(--parchment);
}

@media (max-width: 600px) {
  .prayer-home-section { padding-top: 55px; }
  .home-prayer-sheet { width: 100%; }
  .priority-event .event-content { padding: 24px 18px 25px 24px; }
}

@media print {
  .home-prayer-actions { display: none !important; }
}
