@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
:root{--ink:#193933;--muted:#5a6b65;--green:#153e39;--accent:#97651d;--gold:#f2ca82;--paper:#f4f5f0;--card:#fff;--line:#d9dfd7;--serif:'Libre Baskerville',Georgia,serif;--sans:'DM Sans',Arial,sans-serif;font-family:var(--sans);color:var(--ink);background:var(--paper);font-size:16px}
body{color:var(--ink);background:var(--paper)}
*{box-sizing:border-box}body{margin:0}a{color:inherit;text-underline-offset:4px}button,select{font:inherit}button,a,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #bd832e;outline-offset:4px}button{color:inherit}img{max-width:100%}h1,h2,h3,p{margin-top:0}h2{font-family:var(--serif);font-size:1.6rem;line-height:1.35}h3{font-size:1.08rem;line-height:1.5}p{line-height:1.7}.skip{position:absolute;left:16px;top:-80px;z-index:30;background:white;padding:12px}.skip:focus{top:10px}.wrap{max-width:1320px;margin:auto;padding:0 44px}.loading{padding:40px}.topbar{background:var(--green);color:white}.topbar .wrap{display:flex;align-items:center;justify-content:space-between;min-height:65px;gap:20px}.wordmark{font-weight:700;text-decoration:none;letter-spacing:.02em}.wordmark span{color:var(--gold);font-family:var(--serif);font-size:1.35rem;margin-right:10px}.nav{display:flex;gap:28px;font-size:.9rem}.nav a{text-decoration:none}.hero{position:relative;background:#152e35 url('assets/landscape.png') center 53%/cover;color:white;overflow:hidden}.hero:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,30,32,.88),rgba(10,29,30,.45) 62%,rgba(8,29,30,.6))}.hero .wrap{position:relative;min-height:285px;display:flex;align-items:center;justify-content:space-between;gap:40px}.hero-copy{max-width:820px;padding:42px 0}.eyebrow{text-transform:uppercase;letter-spacing:.17em;font-size:.78rem;font-weight:700;margin-bottom:16px;line-height:1.5}.hero .eyebrow{color:var(--gold)}h1{font-family:var(--serif);font-weight:400;font-size:clamp(2.2rem,4vw,3.5rem);line-height:1.2;letter-spacing:-.04em;margin-bottom:17px}h1 strong{font-weight:700;color:var(--gold);font-size:1.15em}.subtitle{max-width:730px;font-size:.9rem;line-height:1.75;color:#eef1e8;margin:0}.christus{width:185px;height:250px;object-fit:cover;object-position:top;border-radius:48% 48% 0 0;flex:none;opacity:.96}.section-bar{border-bottom:1px solid var(--line);background:var(--card)}.section-bar .wrap{display:flex;justify-content:space-between;padding-top:18px;padding-bottom:18px;gap:15px;align-items:center}.section-bar p{margin:0;font-size:.86rem;color:var(--muted)}.section-bar strong{color:var(--ink)}main.wrap{padding-top:32px;padding-bottom:50px}.overview{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(305px,1fr);gap:30px;align-items:start}.panel{background:var(--card);border:1px solid var(--line);border-radius:12px;overflow:hidden}.panel-head{padding:24px 24px 18px;display:flex;justify-content:space-between;align-items:center;gap:12px}.panel-head h2{margin:0;font-size:1.35rem}.panel-head .eyebrow{color:var(--accent);margin-bottom:8px}.calendar-top{display:flex;justify-content:space-between;align-items:center;padding:0 24px 20px;gap:12px}.calendar-top h3{font-family:var(--serif);font-size:1.18rem;margin:0}.calendar-controls{display:flex;gap:5px;align-items:center}.calendar-controls button{background:transparent;border:1px solid var(--line);border-radius:6px;min-width:34px;min-height:34px;padding:5px 9px;font-size:.9rem}.calendar-controls button:disabled{opacity:.35;cursor:default}.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));border-top:1px solid var(--line)}.day-name{text-align:center;padding:11px 2px;font-size:.75rem;font-weight:600;color:var(--muted);border-bottom:1px solid var(--line)}.day{min-height:104px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:7px 5px;min-width:0}.day:nth-child(7n){border-right:0}.day.outside{background:color-mix(in srgb,var(--paper) 65%,transparent);color:var(--muted)}.day-num{font-size:.8rem;display:inline-flex;width:25px;height:25px;align-items:center;justify-content:center;margin-bottom:3px}.today .day-num{background:var(--green);color:#fff;border-radius:50%}.calendar-event{display:block;overflow-wrap:anywhere;font-size:.75rem;line-height:1.4;padding:4px 5px;margin-bottom:4px;border-radius:3px;background:#e8eee8;color:#294a39}.calendar-event.routine{background:#f1f2ed;color:#626d61;font-size:.75rem}.calendar-event small{display:block;font-size:inherit;opacity:.85}.calendar-foot{padding:15px 24px;display:flex;gap:14px;justify-content:space-between;font-size:.78rem;color:var(--muted);line-height:1.5}.calendar-foot a{flex:none}.weeks{display:grid;gap:22px}.week{padding:23px 24px}.week .eyebrow{color:var(--accent);margin-bottom:9px}.week h2{font-size:1.3rem;margin-bottom:5px}.week-range{font-size:.86rem;color:var(--muted);margin-bottom:18px}.activity{border-top:1px solid var(--line);padding-top:17px;margin-top:17px}.activity h3{margin-bottom:12px;font-size:1rem}.activity dl{display:grid;grid-template-columns:48px 1fr;gap:6px 12px;margin:0;font-size:.88rem;line-height:1.6}.activity dt{font-weight:700;color:var(--muted)}.activity dd{margin:0;white-space:pre-line}.empty{font-size:.92rem;margin:15px 0 0;color:var(--muted)}.note{font-size:.8rem;color:var(--muted);line-height:1.6}.month-list{display:none}.lower{margin-top:36px}footer{border-top:1px solid var(--line);font-size:.83rem;color:var(--muted);padding:26px 0}footer .wrap{display:flex;justify-content:space-between;gap:20px}footer p{margin:0}.designbar{background:#f9f3e7;border-bottom:1px solid #e6d6b9;color:#342e23}.designbar .wrap{display:flex;align-items:center;justify-content:space-between;padding-top:12px;padding-bottom:12px;gap:20px;font-size:.85rem}.design-options{display:flex;gap:7px;flex-wrap:wrap}.design-options a{text-decoration:none;border:1px solid #c9bba3;padding:7px 11px;border-radius:5px}.design-options a[aria-current=page]{background:#342e23;color:#fff;border-color:#342e23}
.section-heading{margin-bottom:19px}.section-heading h2{margin-bottom:7px}.section-heading .eyebrow{color:var(--accent);margin-bottom:10px}.section-heading p:last-child{margin-bottom:0}.assignment-pair{display:grid;grid-template-columns:1fr 1.15fr;gap:25px}.assignment-table h3{margin:0;padding:20px 22px;background:var(--green);color:white;font-family:var(--serif);font-size:1.05rem}table{border-collapse:collapse;width:100%;text-align:left;font-size:.9rem}th,td{padding:16px 18px;line-height:1.5;border-bottom:1px solid var(--line)}thead th{font-size:.8rem;font-weight:500;color:var(--muted);background:var(--paper)}tbody th{font-weight:600;white-space:nowrap}tr:last-child td,tr:last-child th{border-bottom:0}.conference-mark{color:var(--accent);padding-left:4px}.conference-note{margin:12px 0 0}.inspiration{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(280px,1fr);gap:30px;align-items:start;margin-top:42px}.feature-copy{padding:32px}.feature-copy>.eyebrow{color:var(--accent)}.feature h2{font-size:2.1rem;letter-spacing:-.035em;margin-bottom:24px}.author{display:flex;align-items:center;gap:15px;margin-bottom:24px}.author img{width:64px;height:64px;border-radius:50%;object-fit:cover}.author strong{font-size:.9rem}.author span{display:block;font-size:.78rem;line-height:1.65;color:var(--muted)}.feature p,.article-points{font-size:1rem;line-height:1.8}.article-points{padding-left:20px;margin-bottom:24px}.article-points li{padding-left:3px;margin:9px 0}.article-points li::marker{color:var(--accent)}.quotes{padding:22px 25px;background:var(--paper);border-left:3px solid var(--accent);margin:25px 0}.quotes blockquote{font-family:var(--serif);font-size:1.1rem;line-height:1.8;margin:0}.quotes blockquote+blockquote{margin-top:18px}.practice{font-weight:500}.read-article{font-size:.9rem;font-weight:600}.infographic{margin:0;padding:0 20px 22px}.infographic img{width:100%;height:auto;display:block}.infographic figcaption{text-align:center;color:var(--muted);font-size:.78rem;margin-top:12px}.mormon-ad{padding:26px}.mormon-ad .eyebrow{color:var(--accent)}.mormon-ad h2{font-size:1.35rem;margin-bottom:22px}.mormon-ad img{display:block;width:100%;height:auto}.mormon-ad p:last-child{margin:16px 0 0}.stale{color:#a14712!important}.bulletin{--ink:#183750;--muted:#596c7a;--green:#224d68;--accent:#97631b;--gold:#f2d098;--paper:#f9f8f4;--line:#dce1e4}.bulletin .topbar{background:var(--card);color:var(--ink);border-bottom:1px solid var(--line)}.bulletin .wordmark span{color:var(--green)}.bulletin .hero{background:var(--paper);color:var(--ink);border-bottom:1px solid var(--line)}.bulletin .hero:before{background:url('assets/landscape.png') center 50%/cover;left:66%;opacity:1}.bulletin .hero .wrap{min-height:280px}.bulletin .hero-copy{width:62%;padding:32px 0}.bulletin h1{font-size:2.7rem;max-width:500px}.bulletin h1 strong{color:var(--green)}.bulletin .subtitle{color:var(--muted);font-size:.86rem}.bulletin .hero .eyebrow{color:var(--accent)}.bulletin .christus{margin-right:7%;width:143px;height:210px}.bulletin main>.weeks{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:35px;gap:25px}.bulletin .weeks>.note{grid-column:1/-1;margin:0}.bulletin .week{border-top:3px solid var(--green);border-radius:0}.bulletin .week h2{font-family:var(--sans);font-weight:600;font-size:1.4rem}.bulletin .activity dl{grid-template-columns:48px 1fr}.bulletin .panel{border-radius:0}.bulletin .overview{grid-template-columns:minmax(0,1.6fr) minmax(340px,1fr)}.bulletin .assignment-pair{grid-template-columns:1fr;gap:22px}.bulletin .assignment-table h3{background:#e9eff2;color:var(--ink)}.bulletin .section-heading h2{font-size:1.35rem}.bulletin th,.bulletin td{padding:13px 14px}.bulletin .inspiration{margin-top:38px;grid-template-columns:minmax(0,2fr) minmax(280px,1fr)}.bulletin .feature{border:0;background:transparent}.bulletin .feature-copy{padding:0 25px 25px 0}.bulletin .feature h2{font-size:2.3rem}.bulletin .infographic{padding-left:0}.bulletin .mormon-ad{background:#f0efea}.magazine{--ink:#f1f2e9;--muted:#b7c6c0;--green:#244b43;--accent:#f0bd69;--gold:#f3c976;--paper:#0e2524;--card:#18312e;--line:#38504a}.magazine .topbar{background:#0e2524}.magazine .hero{margin:0 44px;background-position:50% 57%;border-radius:7px}.magazine .hero:before{background:linear-gradient(90deg,rgba(9,29,28,.92),rgba(8,28,28,.22))}.magazine .hero .wrap{min-height:275px;padding-left:40px;padding-right:40px}.magazine h1{font-family:var(--sans);font-size:3.9rem;font-weight:600;letter-spacing:-.06em;line-height:1.12;max-width:780px}.magazine h1 strong{font-size:1.2em}.magazine .hero-copy{padding:27px 0}.magazine .hero .eyebrow{margin-bottom:9px}.magazine .subtitle{max-width:720px}.magazine .section-bar{background:transparent;border:0}.magazine main{padding-top:10px}.magazine main>.weeks{grid-template-columns:1fr 1fr;margin-bottom:33px;gap:25px}.magazine .week{border:0;border-top:1px solid var(--gold);border-radius:0;padding:24px 0;background:transparent}.magazine .week .activity{display:grid;grid-template-columns:1fr 1fr;gap:20px}.magazine .week .activity h3{font-size:1.08rem}.magazine .weeks>.note{grid-column:1/-1;margin:-5px 0 0}.magazine .overview{grid-template-columns:minmax(0,2fr) minmax(260px,1fr);gap:30px}.magazine .calendar-event{background:#315248;color:#ecf1e9}.magazine .calendar-event.routine{background:#263e38;color:#c2cdc5}.magazine .today .day-num{background:var(--gold);color:#142b27}.magazine .mormon-ad{background:#e7c17f;color:#20372b;border:0}.magazine .mormon-ad .eyebrow,.magazine .mormon-ad .note{color:#4d492c}.magazine .assignment-table h3{background:#294c42}.magazine .lower{margin-top:36px}.magazine .inspiration{display:block}.magazine .feature{display:grid;grid-template-columns:1fr 1fr;align-items:center}.magazine .feature-copy{padding:35px}.magazine .infographic{padding:25px;margin:0}.magazine .feature h2{font-size:2.15rem}.magazine .author span{color:var(--muted)}.magazine .quotes{background:#102723}.magazine .designbar{background:#244138;color:#f5e8cd;border-color:#526451}.magazine .design-options a{border-color:#6b8065}.magazine .design-options a[aria-current=page]{background:var(--gold);color:#183029;border-color:var(--gold)}
@media(min-width:1450px){.day{min-height:110px}}
@media(max-width:1000px){.wrap{padding-left:26px;padding-right:26px}.overview{grid-template-columns:minmax(0,1.6fr) minmax(270px,1fr);gap:20px}.hero-copy{max-width:660px}.christus{width:150px;height:220px}.panel-head,.week{padding:20px}.calendar-top{padding-left:20px;padding-right:20px}.nav{gap:17px}.calendar-foot{flex-direction:column;gap:4px}.day{padding:5px 2px}}
@media(max-width:760px){.wrap{padding-left:20px;padding-right:20px}.topbar .wrap{min-height:58px}.nav{gap:14px;font-size:.8rem}.hero .wrap{min-height:260px;gap:12px}.hero-copy{padding:30px 0}.hero .eyebrow{font-size:.73rem}.christus{width:100px;height:185px}.subtitle{font-size:.8rem}.overview{grid-template-columns:1fr}.weeks{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.section-bar .wrap{align-items:start;flex-direction:column;gap:4px}.calendar-foot{flex-direction:row}.designbar .wrap{align-items:start;flex-direction:column;gap:8px}footer .wrap{flex-direction:column;gap:7px}}
@media(max-width:1000px){.inspiration{gap:22px;grid-template-columns:minmax(0,1.7fr) minmax(240px,1fr)}.assignment-pair{gap:20px}th,td{padding:13px 12px}.feature-copy{padding:25px}.magazine .hero{margin:0 26px}.magazine h1{font-size:3rem}.bulletin .overview{grid-template-columns:minmax(0,1.5fr) minmax(280px,1fr)}.bulletin .hero h1{font-size:2.3rem}.magazine .feature{grid-template-columns:1fr}.magazine .infographic{max-width:760px;margin:auto;padding-top:0}.magazine .week .activity{display:block}.bulletin .inspiration{grid-template-columns:minmax(0,1.6fr) minmax(240px,1fr)}}
@media(max-width:760px){.assignment-pair,.inspiration,.bulletin .overview,.bulletin .inspiration,.magazine .overview{grid-template-columns:1fr}.bulletin .assignment-pair{grid-template-columns:1fr 1fr}.bulletin .overview{gap:35px}.mormon-ad{max-width:460px;width:100%;justify-self:center}.nav{gap:12px;flex-wrap:wrap;justify-content:flex-end}.nav a{font-size:.8rem}.magazine .hero{margin:0 20px}.magazine .hero .wrap{padding:24px;gap:20px}.magazine .hero h1{font-size:2.7rem}.magazine .hero-copy{padding:0}.magazine .christus{width:110px;height:185px}.bulletin .hero-copy{width:65%}.bulletin .hero:before{left:70%}.bulletin .christus{margin-right:0;width:110px;height:180px}.bulletin .hero h1{font-size:2.25rem}.bulletin .feature-copy{padding:0 0 25px}.bulletin main>.weeks,.magazine main>.weeks{gap:18px}.magazine .overview .mormon-ad{max-width:440px}.inspiration{gap:30px}.feature h2{font-size:1.85rem}.magazine .feature-copy{padding:27px}}
@media(max-width:480px){.topbar .wrap{align-items:center;gap:10px;padding-top:12px;padding-bottom:12px}.wordmark{white-space:nowrap;font-size:.9rem}.wordmark span{font-size:1.1rem;margin-right:4px}.nav{max-width:210px;gap:8px 14px}.nav a{font-size:.78rem}.christus{width:77px;height:160px}.hero h1{font-size:2.1rem}.hero .wrap{gap:9px}.subtitle{font-size:.78rem}.eyebrow{letter-spacing:.12em}.weeks,.bulletin main>.weeks,.magazine main>.weeks,.bulletin .assignment-pair{grid-template-columns:1fr}.calendar-grid{display:none}.month-list{display:block;padding:0 20px}.month-list .month-day{display:grid;grid-template-columns:45px 1fr;gap:14px;border-top:1px solid var(--line);padding:14px 0}.month-day-date{text-align:center;font-size:.75rem}.month-day-date b{display:block;font-size:1.4rem}.month-list .calendar-event{font-size:.875rem;padding:7px 9px}.calendar-foot{flex-direction:column}.calendar-top{padding-bottom:17px}.hero .eyebrow{font-size:.69rem}.day-name{font-size:.75rem}.bulletin .hero-copy{width:70%}.bulletin .hero h1{font-size:1.85rem}.bulletin .hero .eyebrow{font-size:.65rem}.bulletin .christus{width:72px;height:143px}.bulletin .subtitle{font-size:.77rem}.magazine .hero .wrap{padding:24px 16px;gap:7px}.magazine .hero h1{font-size:2.1rem}.magazine .christus{width:66px;height:160px}.magazine .subtitle{font-size:.77rem}.feature-copy{padding:24px 20px}.feature h2,.magazine .feature h2,.bulletin .feature h2{font-size:1.75rem}.author{align-items:flex-start;gap:11px}.author img{width:52px;height:52px}.assignment-table h3{padding:20px 17px}th,td{padding:13px 11px}.quotes{padding:18px}.magazine .feature-copy{padding:25px 20px}.design-options{gap:6px}.design-options a{font-size:.75rem;padding:7px 8px}.designbar .wrap{padding-top:10px;padding-bottom:10px}}

/* Readable calendar entries and a natural photo aspect ratio. */
.calendar-event,.calendar-event.routine{font-size:.875rem}.day-name,.day-num{font-size:.875rem}.christus{height:auto!important;aspect-ratio:989/1280}
@media(max-width:480px){.calendar-top h3{font-size:1.05rem}.calendar-top{gap:8px}}

/* Selected Northwest design: show the northern sky above the header copy. */
.landscape .hero{background-position:center top}
.landscape .hero:before{background:linear-gradient(180deg,rgba(8,30,32,.1) 0%,rgba(8,30,32,.17) 40%,rgba(8,30,32,.75) 70%,rgba(8,30,32,.86) 100%)}
.landscape .hero .wrap{min-height:560px;align-items:flex-end;gap:30px}
.landscape .hero-copy{max-width:980px;padding:305px 0 45px;flex:1;min-width:0}
.landscape .hero .christus{margin-bottom:45px}
.landscape .subtitle{width:fit-content;max-width:100%;margin-left:0;margin-right:0;text-align:center}
.subtitle span{display:block}
.landscape .inspiration{margin-top:0}
.landscape #assignments{margin-top:42px}
.reading-sidebar{display:grid;gap:26px;min-width:0}
.blog-archive{padding:25px}
.blog-archive h2{font-size:1.2rem;margin-bottom:18px}
.blog-archive ul{margin:0;padding-left:20px;font-size:.95rem;line-height:1.7}
.blog-archive li+li{margin-top:14px}
.blog-archive a[aria-current=page]{font-weight:700}
.blog-archive p:last-child{margin-bottom:0}
.archive-return{font-size:.9rem;margin-bottom:25px}
@media(min-width:1200px){.landscape .subtitle span{white-space:nowrap}.landscape .subtitle{font-size:.875rem}}
@media(max-width:1000px){.landscape .hero .wrap{min-height:520px}.landscape .hero-copy{padding-top:260px}.landscape .hero .christus{width:130px}.landscape .subtitle{font-size:.82rem}}
@media(max-width:760px){.landscape .hero{background-size:auto 500px;background-color:#152e35}.landscape .hero .wrap{min-height:490px;gap:16px}.landscape .hero-copy{padding:245px 0 35px}.landscape .hero .christus{width:90px;margin-bottom:55px}.reading-sidebar{max-width:100%}.reading-sidebar .mormon-ad{justify-self:center}.landscape .subtitle{font-size:.83rem}.landscape .subtitle span+span{margin-top:4px}}
@media(max-width:480px){.landscape .hero{background-size:auto 410px;background-position:43% top}.landscape .hero .wrap{min-height:490px;gap:12px}.landscape .hero-copy{padding-top:215px;max-width:100%}.landscape .hero .christus{width:70px;margin-bottom:95px}.landscape .hero h1{font-size:2rem}.landscape .hero .eyebrow{font-size:.72rem}.landscape .subtitle{font-size:.8rem}.blog-archive{padding:22px}}
