/* Shared visual refinements: a quiet reading space with clear next actions. */
html{scroll-padding-top:6rem}
.sidebar{overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}
.sidebar .brand{padding-bottom:18px}
.sidebar-label{margin-top:24px}
.sidebar .nav-item{min-height:50px;border:1px solid transparent}
.sidebar .nav-item.active{background:var(--sidebar-accent);color:var(--sidebar-accent-foreground);border-color:var(--line);box-shadow:none}
.sidebar .nav-item.active .icon{color:inherit}
.sidebar-quote{margin-top:30px}
.sidebar .profile{flex-shrink:0}
.topbar{font-size:.875rem}
.topbar #breadcrumb,.product-breadcrumb [aria-current=page]{color:var(--ink)}
.account-shortcut{transition:border-color .18s,background .18s}
.account-shortcut:hover{border-color:var(--green);background:var(--surface-soft)}
.section-navigation{background:transparent;border:0;border-bottom:1px solid var(--line);border-radius:0;padding:0 0 10px;gap:6px;width:100%;margin-bottom:28px}
.section-navigation :is(a,button){color:var(--muted);min-height:44px;font-size:.875rem;padding:10px 14px}
.section-navigation [aria-current=page]{color:var(--green);background:var(--surface-strong);box-shadow:none}
.section-navigation :is(a,button):hover{background:var(--surface-soft);color:var(--ink)}
.page-heading{margin-bottom:28px}
.page-heading h1{font-size:clamp(2rem,3.3vw,2.8rem);line-height:1.15}
.page-heading p{margin-top:10px}
.footer .plain-button{font-size:.875rem;min-height:44px}

/* Today: Daily Bread first, with two smaller ways to begin beside it. */
.focused-today .journey-welcome{margin:0 0 26px}
.focused-today .journey-welcome h1{font-size:clamp(2rem,3.4vw,2.8rem);max-width:24ch;margin:6px 0 12px;line-height:1.14}
.journey-welcome>p:not(.eyebrow){color:var(--muted)}
.journey-home-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);gap:20px;align-items:start}
.journey-home-grid>.daily-bread{margin:0;background:var(--surface);border-top:1px solid var(--line);box-shadow:inset 0 4px 0 var(--green);padding:28px;border-radius:22px}
.journey-home-grid .daily-bread h2{font-size:clamp(1.75rem,2.7vw,2.15rem);margin:10px 0}
.journey-home-grid .bread-heading p:not(.eyebrow){color:var(--muted);margin:8px 0}
.journey-home-grid .bread-invitation{margin-top:16px}
.journey-home-grid .bread-actions{gap:10px 16px;margin-top:18px}
.journey-home-grid .bread-actions>a{font-size:.875rem}
.journey-home-grid .journey-doors{grid-template-columns:minmax(0,1fr);gap:16px}
.journey-home-grid .journey-door{display:grid;grid-template-columns:28px minmax(0,1fr);gap:8px 14px;padding:22px;border-radius:20px;border-top:1px solid var(--line);transition:border-color .18s,box-shadow .18s}
.journey-home-grid .journey-door>svg{grid-column:1;grid-row:1/3;width:24px;height:24px;margin-top:3px;color:var(--green)}
.journey-home-grid .journey-door>:not(svg){grid-column:2;min-width:0}
.journey-home-grid .journey-door>.eyebrow{font-size:.75rem;margin:0;letter-spacing:.07em}
.journey-home-grid .journey-door h2{font-size:1.25rem;line-height:1.35}
.journey-home-grid .journey-door p{font-size:1rem;line-height:1.6;color:var(--muted)}
.journey-home-grid .journey-door>strong{font-size:.875rem;line-height:1.5;padding-top:4px;color:var(--green)}
.journey-home-grid .journey-door:hover{border-color:var(--green);box-shadow:var(--shadow)}
.journey-home-grid:has(.daily-bread[data-expanded=true]){grid-template-columns:minmax(0,1fr)}
.journey-home-grid:has(.daily-bread[data-expanded=true]) .journey-doors{grid-template-columns:repeat(2,minmax(0,1fr))}
.journey-home>.journey-meta{margin-top:14px}
.daily-bread .bread-footer{margin-top:18px;padding-top:16px;gap:4px}
.bread-about>summary{font-size:.875rem;min-height:44px;padding:10px 0;color:var(--green)}
.bread-about>div{display:grid;gap:10px;padding:4px 0 12px}
.daily-bread .bread-about p{font-size:.875rem;margin:0;line-height:1.65}
.bread-about a{display:inline-flex;align-items:center;min-height:44px}
.daily-bread .bread-reminder{margin-top:4px;border-top:1px solid var(--line)}
.daily-bread .bread-reminder summary{font-size:.875rem}
.today-return{border-radius:22px;padding:28px;gap:20px;grid-template-columns:48px minmax(0,1fr);background:var(--surface-strong);box-shadow:none}
.today-return-mark{width:48px;height:48px;border-radius:14px;background:var(--surface);color:var(--green)}
.today-return h2{font-size:clamp(1.5rem,2.6vw,2rem);margin:6px 0 10px;line-height:1.2}
.today-return .eyebrow{color:var(--green);margin-bottom:6px}
.today-return>div>p:not(.eyebrow){line-height:1.65}
.today-support{gap:20px;margin:20px 0}
.today-support section{padding:24px;border-radius:20px}
.today-support h2{font-size:1.35rem;line-height:1.3}
.today-support p{color:var(--muted)}
.today-support :is(.plain-button,.today-report-link){color:var(--green);min-height:44px;align-items:center}
.today-report-link{display:inline-flex;margin-top:14px}
.today-other,.today-plan-details{background:var(--surface);border-radius:16px;padding:12px 20px}
.today-other>summary,.today-plan-details>summary{display:list-item;padding:10px 0;font-size:.9375rem;font-weight:500}
.today-quick-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.today-quick-actions :is(button,a){padding:20px;min-height:100px;border-radius:18px}
.today-quick-actions strong{font-size:1rem}
.today-quick-actions small{font-size:.875rem;line-height:1.5}
.today-action-icon{width:42px;height:42px;border-radius:13px;background:var(--surface-strong)}
.today-beyond .ww-video-shelf,.today-beyond .growth-preview{border-radius:20px}

/* Watch: the controls lead directly to the library; extra context unfolds. */
.ww-library-heading{align-items:flex-start;margin-bottom:24px}
.ww-library-heading h1{font-size:clamp(2rem,3.3vw,2.8rem);line-height:1.15}
.ww-source-jump{color:var(--green);text-underline-offset:4px}
.ww-source-jump:hover{text-decoration:underline}
.ww-video-categories{gap:8px;padding:4px;margin:0 0 18px;flex-wrap:wrap;overflow:visible}
.ww-video-categories button{padding:10px 18px;border-radius:12px;color:var(--ink);font-size:.9375rem;min-height:46px}
.ww-video-categories button[aria-pressed=true]{background:var(--green);border-color:var(--green);color:var(--on-accent)}
.ww-video-categories button span{font-size:.75rem;border-radius:6px;background:color-mix(in srgb,currentColor 10%,transparent);padding:1px 6px;opacity:1}
.ww-video-search{position:relative;padding:18px 20px;border:1px solid var(--line);border-radius:18px;background:var(--surface)}
.ww-video-search>input{background:var(--paper);padding:14px 16px;min-height:50px;width:calc(100% - 100px)}
.ww-video-filter-panel{margin-top:0}
.ww-video-filter-panel>summary{position:absolute;right:20px;top:18px;border:0;background:transparent;min-height:50px;padding:8px 2px;color:var(--green);font-size:.875rem}
.ww-video-filter-panel[open]>summary{background:transparent}
.ww-video-filters{background:var(--paper);margin-top:10px;padding:20px;border-radius:14px}
.ww-video-filter-panel>.caption-note{margin:12px 0 0;font-size:.875rem;max-width:85ch}
.ww-podcast-browse{display:flex;gap:12px 24px;align-items:center;flex-wrap:wrap;margin:16px 0 4px}
.ww-podcast-picker{display:flex;align-items:center;gap:12px;font-size:.875rem;font-weight:600;min-width:0;flex:1 1 300px}
.ww-podcast-picker select{flex:1;min-width:0;width:100%;max-width:420px;font-size:1rem;min-height:48px}
.ww-podcast-shows{margin:0;min-width:0;flex:0 1 auto}
.ww-podcast-shows[open]{flex:1 1 100%}
.ww-podcast-shows>summary{font-size:.875rem;color:var(--green);min-height:44px;padding:10px 0}
.ww-podcast-shows>p{font-size:.875rem;color:var(--muted);margin:10px 0}
.ww-podcast-shows>div{grid-template-columns:repeat(2,minmax(0,1fr));margin:10px 0;gap:14px}
.ww-podcast-shows article{border-radius:16px;display:flex;flex-direction:column}
.ww-podcast-shows button{min-height:0;flex:1;background:var(--surface);color:var(--ink);gap:8px;padding:20px}
.ww-podcast-shows button[aria-pressed=true]{background:var(--surface-strong);box-shadow:inset 0 0 0 2px var(--green)}
.ww-podcast-shows strong{font-size:1rem}
.ww-podcast-shows span{font-size:.9375rem;line-height:1.6}
.ww-podcast-shows small{color:var(--muted);opacity:1}
.ww-podcast-shows article>a{border-top:1px solid var(--line);min-height:44px;color:var(--green);padding:12px 20px}
.ww-video-result-bar{min-height:60px;gap:16px}
.ww-video-count{font-size:.875rem;color:var(--ink);font-weight:500}
.ww-video-free{font-size:.8125rem}
.ww-video-grid{gap:24px 20px}
.ww-video-item{border-radius:18px;transition:border-color .18s,box-shadow .18s}
.ww-video-item:hover{border-color:var(--input);box-shadow:var(--shadow-raised)}
.ww-video-card .ww-video-card-copy{padding:18px;gap:8px}
.ww-video-card strong{font-size:1.0625rem;line-height:1.5}
.ww-video-card small,.ww-video-card em,.ww-video-perspective{font-size:.875rem;line-height:1.5}
.ww-video-perspective{padding-top:10px;margin-top:2px}
.ww-video-item .ww-video-tools{padding:6px 16px;background:var(--surface-soft)}
.ww-video-item .ww-video-tools>button{border-radius:8px;padding:8px 6px}
.ww-video-item:has(:focus-visible),.ww-podcast-shows article:has(:focus-visible){outline:3px solid var(--ring);outline-offset:4px}
.ww-video-item :focus-visible,.ww-podcast-shows article :focus-visible{outline-offset:-4px}
.ww-watch-starts{margin:36px 0 24px;padding-top:26px;border-top:1px solid var(--line);gap:16px}
.ww-watch-starts a{border-radius:18px;padding:24px;transition:border-color .18s}
.ww-watch-starts a:hover{border-color:var(--green)}
.ww-watch-starts strong{font-size:1.125rem}
.ww-watch-starts span{color:var(--muted)}
.ww-video-empty{background:var(--surface);padding:36px;border-radius:18px;text-align:center}
.ww-video-empty h2{font-size:1.5rem}
.ww-video-empty p{max-width:50ch;margin:16px auto 24px;color:var(--muted)}

@media(min-width:761px) and (max-width:1100px){
 .sidebar{padding:24px 8px 16px}
 .sidebar nav{margin-top:18px}
 .sidebar .nav-item{display:flex;flex-direction:column;gap:5px;justify-content:center;padding:10px 4px;font-size:.875rem;line-height:1.25;min-height:68px;text-align:center}
 .sidebar .nav-item span{display:block}
 .sidebar .brand{padding-bottom:8px}
 .journey-home-grid{grid-template-columns:minmax(0,1fr)}
 .journey-home-grid .journey-doors{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
 .section-navigation{display:flex;flex-wrap:wrap;gap:6px;padding:0 0 12px;border-radius:0;margin-bottom:24px}
 .section-navigation :is(a,button){flex:1 1 auto;padding:10px 12px;min-height:44px;font-size:.875rem;border-radius:10px}
 .section-navigation>:last-child:nth-child(odd){grid-column:auto}
 .journey-home-grid{grid-template-columns:minmax(0,1fr);gap:16px}
 .journey-home-grid>.daily-bread{padding:24px 20px;border-radius:20px}
 .journey-home-grid .journey-doors,.journey-home-grid:has(.daily-bread[data-expanded=true]) .journey-doors{grid-template-columns:minmax(0,1fr);gap:12px}
 .journey-home-grid .journey-door{padding:20px;gap:6px 12px}
 .focused-today .journey-welcome h1{font-size:clamp(2rem,7.5vw,2.4rem)}
 .today-return{padding:24px 20px;grid-template-columns:minmax(0,1fr);gap:14px}
 .today-support{grid-template-columns:minmax(0,1fr);gap:14px}
 .today-support section{padding:22px 20px}
 .today-quick-actions{grid-template-columns:minmax(0,1fr);gap:10px}
 .today-quick-actions :is(button,a){min-height:90px;padding:18px}
 .ww-library-heading{margin-bottom:20px}
 .ww-video-categories{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:0}
 .ww-video-categories button{padding:12px 10px;font-size:.9375rem;white-space:normal}
 .ww-video-categories button span{display:inline-block}
 .ww-video-search{padding:14px;border-radius:16px}
 .ww-video-filter-panel>summary{top:14px;right:14px}
 .ww-video-filters{padding:16px;grid-template-columns:minmax(0,1fr)}
 .ww-podcast-picker{align-items:flex-start;flex-direction:column;gap:8px}
 .ww-podcast-picker select{max-width:none}
 .ww-podcast-shows{flex-basis:100%}
 .ww-podcast-shows>div{grid-template-columns:minmax(0,1fr)}
 .ww-video-grid{gap:20px}
 .ww-video-item .ww-video-card-copy{padding:18px}
 .ww-watch-starts{grid-template-columns:minmax(0,1fr);margin-top:28px}
 .ww-video-empty{padding:28px 20px}
 .mobile-dock :is(a,button){font-size:.875rem;font-weight:500}
 .mobile-dock :is(button.active,a[aria-current=page]){font-weight:650}
}
@media(max-width:480px){
 .ww-video-search>input{width:100%}
 .ww-video-filter-panel>summary{position:static;min-height:44px;margin-top:6px}
}
@media(prefers-reduced-motion:reduce){
 .journey-door,.ww-video-item,.ww-watch-starts a,.account-shortcut{transition:none}
}

/* A single, quiet material language across reading, learning and everyday use. */
body{letter-spacing:-.012em}
main,#main{max-width:var(--page-width);padding-inline:var(--page-gutter);padding-top:var(--page-top)}
:is(.page-heading,.ww-library-heading,.reader-heading,.church-heading,.atlas-heading) h1{font-size:var(--title-size);font-weight:600;line-height:1.12;letter-spacing:-.045em}
:is(.page-heading,.ww-library-heading,.reader-heading,.church-heading) p{max-width:64ch}
:is(.page-heading,.ww-library-heading,.reader-heading){margin-bottom:32px}
.eyebrow{font-weight:550;letter-spacing:.075em}
.topbar{height:72px;border-bottom-color:transparent;background:var(--glass);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);padding-inline:var(--page-gutter)}
.product-topbar{min-height:72px}.topbar #breadcrumb,.product-breadcrumb{font-size:.875rem}
.sidebar{background:transparent;border:0;padding:32px 22px 24px;isolation:isolate}
.sidebar::before{content:"";position:absolute;inset:12px 8px 12px 12px;z-index:-1;background:var(--sidebar);border:1px solid var(--line);border-radius:24px;pointer-events:none}
.sidebar .brand{padding:4px 8px 28px;font-size:18px;gap:10px}.brand-mark{width:32px;height:32px}
.sidebar .sidebar-label{margin:10px 12px 12px;font-size:.75rem;letter-spacing:.01em}
.sidebar .nav-item{min-height:48px;border:0;border-radius:12px;padding:12px;margin:3px 0;font-size:.9375rem;gap:12px;font-weight:500}
.sidebar .nav-item .icon{width:19px;height:19px}
.sidebar .nav-item.active{background:var(--surface);color:var(--green);box-shadow:0 2px 6px #00000005;font-weight:600}
.sidebar .profile{padding:18px 8px 2px;margin-top:auto}.sidebar .profile strong{font-weight:500}.sidebar .profile small{line-height:1.6}
.account-shortcut{border:0;background:var(--surface);box-shadow:0 0 0 1px var(--line);font-size:.8125rem}
.primary,.secondary,a.primary,a.secondary,.primary.gold{border-radius:100px;min-height:48px;font-weight:550;padding:13px 22px;letter-spacing:-.01em}
.primary:hover,.primary.gold:hover{box-shadow:none;filter:brightness(1.08)}
.section-navigation{width:fit-content;max-width:100%;padding:5px;margin-bottom:30px;border:0;border-radius:14px;background:var(--surface-soft);gap:3px}
.section-navigation :is(a,button){padding:10px 16px;border-radius:10px;min-height:44px;font-size:.875rem}
.section-navigation [aria-current=page]{background:var(--surface);color:var(--ink);box-shadow:var(--shadow)}
:is(input:not([type=checkbox]):not([type=radio]):not([type=range]),select,textarea){border-radius:12px}
:is(.context-box,.account-panel,.plan-card,.lesson-card,.timeline,.reading-paper,.reading-companion,.geo-map-card,.geo-place-panel,.atlas-world,.atlas-field-guide,.atlas-course,.ww-book-courses,.ww-course-bridge,.canon-foundations,.chapter-library,.ww-review-workspace){border-radius:var(--panel-radius)}
:is(.account-panel,.plan-card,.lesson-card,.reading-paper,.geo-place-panel,.atlas-field-guide,.chapter-library){box-shadow:var(--shadow)}
:is(.plan-card,.account-panel){padding:var(--panel-padding)}
.footer{padding-inline:var(--page-gutter);font-size:.75rem}.footer .plain-button{font-size:.8125rem}

/* Today has one unmistakable beginning; the surrounding paths stay quiet. */
.focused-today .journey-welcome{margin-bottom:32px}.focused-today .journey-welcome h1{font-size:var(--title-size);font-weight:600;letter-spacing:-.045em;max-width:25ch;margin:8px 0 12px}
.journey-home-grid{gap:24px;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);align-items:stretch}
.journey-home-grid>.daily-bread{border-radius:28px;padding:32px;border:1px solid var(--line);box-shadow:var(--shadow)}
.journey-home-grid>.daily-bread:not([data-expanded=true]){--ink:var(--feature-ink);--foreground:var(--feature-ink);--muted:var(--feature-muted);--muted-foreground:var(--feature-muted);--line:var(--feature-line);--border:var(--feature-line);--green:var(--feature-link);--primary:var(--feature-button);--primary-foreground:var(--feature-button-ink);--on-accent:var(--feature-button-ink);--surface:#20473c;--surface-soft:#264d41;--ring:#b5e6cc;background:var(--feature-bg);color:var(--feature-ink);border-color:transparent;box-shadow:none}
.journey-home-grid .daily-bread h2{font-size:clamp(1.85rem,2.6vw,2.35rem);font-weight:550;letter-spacing:-.035em;line-height:1.16;margin:14px 0}
.journey-home-grid .daily-bread .bread-heading p:not(.eyebrow){font-size:.9375rem}
.journey-home-grid .daily-bread .bread-actions button{border-radius:100px;padding:13px 20px;font-weight:550}
.journey-home-grid .daily-bread .bread-footer{margin-top:24px;padding-top:18px}
.journey-home-grid .daily-bread .bread-footer>span{font-size:.8125rem;line-height:1.6}
.journey-home-grid .journey-doors{gap:20px;align-content:stretch}
.journey-home-grid .journey-door{padding:28px;grid-template-columns:28px minmax(0,1fr);gap:10px 16px;box-shadow:var(--shadow);border-radius:24px}
.journey-home-grid .journey-door h2{font-size:1.45rem;letter-spacing:-.035em;font-weight:550}
.journey-home-grid .journey-door p{font-size:.9375rem;line-height:1.65}
.journey-home-grid .journey-door>.eyebrow{font-size:.75rem;font-weight:500;letter-spacing:.07em}
.journey-home-grid .journey-door>strong{font-weight:550}
.journey-home-grid .journey-door:hover{background:var(--surface-hover);border-color:var(--line);box-shadow:var(--shadow)}
.today-return{background:var(--surface);border:1px solid var(--line);padding:28px 32px;border-radius:24px;align-items:center;box-shadow:var(--shadow)}
.today-return-mark{background:var(--surface-soft);border-radius:50%}
.today-return h2{font-size:1.65rem}.today-return>div>.primary{margin-top:16px}
.today-support section{background:transparent;border:0;border-bottom:1px solid var(--line);border-radius:0;padding:24px 0}
.today-support{gap:36px}.today-support h2{font-size:1.4rem;font-weight:550}
.today-quick-actions{gap:0;border:1px solid var(--line);border-radius:24px;overflow:hidden;background:var(--surface)}
.today-quick-actions :is(button,a){border:0;border-radius:0;box-shadow:none;min-height:104px;padding:24px;border-bottom:1px solid var(--line)}
.today-quick-actions>:nth-child(odd){border-right:1px solid var(--line)}.today-quick-actions>:nth-last-child(-n+2){border-bottom:0}
.today-quick-actions :is(button,a):hover{background:var(--surface-hover);box-shadow:none}
.today-action-icon{border-radius:50%;background:var(--surface-soft);width:44px;height:44px}.today-action-arrow{font-size:18px}

/* Reading feels like a page; study tools live beside or below the text. */
.reader-controls{padding:16px;background:var(--surface);border:1px solid var(--line);border-radius:20px;gap:12px}
.reader-controls label{font-size:.875rem}.reader-layout{gap:28px;align-items:start}
.reading-paper{border:1px solid var(--line);background:var(--surface);padding:clamp(24px,4vw,48px)}
.reading-paper .esv-verses{max-width:66ch;margin-inline:auto}.esv-verses .scripture-verse>p{line-height:1.9}
.reader-meta{border-bottom:1px solid var(--line);padding-bottom:20px;margin-bottom:28px}
.reader-chapter-nav{padding:18px 0}.reader-study-disclosure{border-radius:24px;box-shadow:var(--shadow)}
.reader-study-disclosure>summary{padding:24px}.reader-study-disclosure>summary strong{font-size:1.6rem;font-weight:550}
.learning-stages{gap:16px;padding-block:18px}.learning-stages li{font-size:.875rem}
.learning-overview{border-radius:24px;background:var(--surface);border:1px solid var(--line);padding:28px;box-shadow:var(--shadow)}
.learning-metrics strong{font-weight:500;font-variant-numeric:tabular-nums}.learning-metrics span{font-size:.875rem}
.chapter-grid{gap:10px}.chapter-step{border-radius:16px;padding:18px}.chapter-step-number{background:var(--surface-soft);color:var(--green);border-radius:12px;font-weight:500}.chapter-step small{font-size:.875rem}
.ww-course-current,.ww-course-stage{border-radius:20px}.ww-course-choice,.ww-course-lesson,.canon-path{border-radius:18px}
.canon-path>summary{padding:22px;min-height:104px}.canon-path>summary strong{font-weight:550}.canon-path>summary small{font-size:.75rem;letter-spacing:.06em}
.canon-path-number{width:38px;height:38px;flex-basis:38px}.study-course>summary{border-radius:18px;padding:20px 24px}

/* A library of teaching, with artwork and titles carrying the hierarchy. */
.ww-video-categories{background:var(--surface-soft);border-radius:16px;width:fit-content;max-width:100%;padding:5px;gap:4px}
.ww-video-categories button{border:0;border-radius:11px;padding:10px 16px;font-size:.875rem;background:transparent;color:var(--muted)}
.ww-video-categories button[aria-pressed=true]{background:var(--surface);color:var(--ink);box-shadow:var(--shadow)}
.ww-video-categories button span{background:var(--surface-soft);color:var(--muted);font-size:.75rem}
.ww-video-search{border:0;background:transparent;padding:0}.ww-video-search>input{background:var(--surface);min-height:54px;padding:14px 20px;border-radius:16px;width:calc(100% - 100px)}
.ww-video-filter-panel>summary{top:0;right:0;min-height:54px;padding:12px}.ww-video-filters{background:var(--surface);border:1px solid var(--line);border-radius:20px}
.ww-video-grid{gap:28px 24px}.ww-video-item{border-radius:22px;box-shadow:var(--shadow);border-color:var(--line);overflow:hidden}
.ww-video-item:hover{box-shadow:var(--shadow-raised);border-color:var(--line)}
.ww-video-card .ww-video-card-copy{padding:22px;gap:10px}.ww-video-card strong{font-size:1.1rem;font-weight:550;line-height:1.4;letter-spacing:-.015em}
.ww-video-item .ww-video-tools{background:var(--surface);border-top:1px solid var(--line);padding:8px 18px}
.ww-video-perspective{padding-top:12px}.ww-watch-starts a{padding:28px;box-shadow:var(--shadow);border-radius:24px}
.ww-podcast-picker select{border-radius:12px}.ww-video-result-bar{min-height:70px}

/* Geography, church discovery, settings and the Companion share the same finish. */
:is(.church-page,.owner-workspace,.journey-page){max-width:var(--page-width);padding-inline:var(--page-gutter);padding-top:var(--page-top)}
.church-heading h1{max-width:23ch}.church-heading>p:not(.eyebrow){font-size:1rem;line-height:1.65}.church-heading .quiz-pill{font-size:.75rem;letter-spacing:.02em;background:transparent;border:0;padding:0;color:var(--muted)}
.church-card{border-radius:24px;box-shadow:var(--shadow)}.church-finder,.church-visit{border-radius:24px}
.church-area-form{padding:24px;border-radius:20px;background:var(--surface);border:1px solid var(--line)}
.church-tabs,.atlas-regions,.atlas-guide-tabs{gap:6px}.church-tabs button,.atlas-regions button,.atlas-guide-tabs button{border-radius:12px;min-height:44px;font-size:.875rem}
.atlas-course-step,.atlas-expedition{border-radius:20px}.atlas-guide-content{line-height:1.75}.atlas-map-tools{border-radius:14px}
.journey-choices{gap:14px}.journey-choice{border-radius:20px}.journey-consent{background:var(--surface-soft);border-radius:20px;padding:24px}
.wm-companion{border-radius:28px;border-color:var(--line);box-shadow:var(--companion-shadow)}
.wm-companion-head{background:var(--surface);padding:20px}.wm-companion-avatar{border-radius:50%;background:var(--surface-soft);color:var(--green)}
.wm-companion-messages{padding:24px}.wm-prompt-starters{gap:0;border:1px solid var(--line);border-radius:18px;overflow:hidden}
.wm-prompt-starters button{border:0;border-bottom:1px solid var(--line);border-radius:0;padding:16px;min-height:52px;background:var(--surface)}.wm-prompt-starters button:last-child{border:0}
.wm-companion-compose{padding:18px 22px}.wm-companion-compose textarea{border-radius:14px;background:var(--surface-soft);padding:14px}.wm-chat-question{border-radius:20px 20px 5px 20px;padding:16px 18px}
.wm-theme,.wm-companion-launch{box-shadow:var(--shadow);border:1px solid var(--line)}
.wm-companion-launch{background:var(--surface);color:var(--ink);font-weight:550}.wm-companion-launch:hover{background:var(--surface-soft)}
.wm-ai-pill{color:var(--muted);border-color:var(--line)}

@media(hover:hover) and (prefers-reduced-motion:no-preference){
 .ww-video-item{transition:box-shadow .22s ease,transform .22s ease}.ww-video-item:hover{transform:translateY(-3px)}
 .today-quick-actions :is(button,a),.journey-door,.sidebar .nav-item{transition:background .18s ease,color .18s ease}
}
@media(min-width:761px) and (max-width:1100px){
 .sidebar{padding:24px 12px}.sidebar::before{inset:10px 4px;border-radius:20px}.sidebar .brand{justify-content:center;padding:8px 0 20px}
 .sidebar .nav-item{font-size:.875rem;min-height:70px;padding:10px 3px;gap:6px}.sidebar .nav-item span{display:block}
 .journey-home-grid{grid-template-columns:minmax(0,1fr)}.journey-home-grid .journey-doors{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
 :root{--page-gutter:20px;--page-top:28px;--title-size:clamp(2rem,7.8vw,2.5rem);--panel-padding:22px;--panel-radius:22px}
 .topbar,.product-topbar{height:64px;min-height:64px;padding-inline:20px}.topbar-actions{gap:10px}
 .section-navigation{width:100%;flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;padding:5px;scrollbar-width:none}
 .section-navigation :is(a,button){flex:0 0 auto;padding:10px 14px;font-size:.875rem}
 .journey-home-grid{grid-template-columns:minmax(0,1fr);gap:16px}.journey-home-grid>.daily-bread{padding:26px 24px;border-radius:24px}
 .journey-home-grid .journey-doors,.journey-home-grid:has(.daily-bread[data-expanded=true]) .journey-doors{grid-template-columns:minmax(0,1fr);gap:14px}
 .journey-home-grid .journey-door{padding:24px;gap:8px 12px}.focused-today .journey-welcome h1{font-size:var(--title-size)}
 .today-return{padding:24px;grid-template-columns:40px minmax(0,1fr);gap:14px;align-items:start}.today-return-mark{width:40px;height:40px}.today-return h2{font-size:1.45rem}
 .today-support{gap:0}.today-support section{padding:24px 0}.today-quick-actions{grid-template-columns:minmax(0,1fr)}
 .today-quick-actions :is(button,a){padding:20px;border-right:0;border-bottom:1px solid var(--line)}.today-quick-actions>:nth-last-child(2){border-bottom:1px solid var(--line)}.today-quick-actions>:last-child{border-bottom:0}
 .ww-video-categories{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;gap:4px}.ww-video-categories button{flex:1 1 auto;min-height:44px;padding:10px 12px}
 .ww-video-search>input{width:calc(100% - 84px)}.ww-video-filter-panel>summary{position:absolute;top:0;right:0;margin:0;min-height:54px;padding:12px 4px}
 .ww-video-card .ww-video-card-copy{padding:20px}.ww-video-grid{gap:22px}.ww-video-filters{padding:18px}
 .reader-controls{padding:14px}.reading-paper{padding:24px 20px}.reader-meta{gap:12px;flex-wrap:wrap}.reader-study-disclosure>summary{padding:22px}.reader-study-body{padding-inline:18px}
 .church-area-form{padding:20px}.learning-overview{padding:22px}.canon-path>summary{padding:18px}.atlas-field-guide{border-radius:22px}
 .mobile-dock{left:10px;right:10px;bottom:8px;border:1px solid var(--line);border-radius:24px;padding:5px 6px calc(5px + env(safe-area-inset-bottom));min-height:68px;box-shadow:var(--shadow-raised);background:var(--glass);backdrop-filter:blur(28px);-webkit-backdrop-filter:blur(28px)}
 .mobile-dock :is(a,button){font-size:.75rem;line-height:1.3;min-height:56px;padding:6px 2px;border-radius:18px;gap:4px}
 .mobile-dock :is(button.active,a[aria-current=page]){background:var(--surface-strong);color:var(--green)}
 .product-mobile-dock a[aria-current=page] .icon{background:transparent;box-shadow:none}.mobile-dock .icon{width:20px;height:20px}
 .wm-companion{border-radius:24px}.wm-companion-messages{padding:20px}.wm-companion-compose{padding:16px}
}
@media(max-width:380px){:root{--page-gutter:16px}.today-return{grid-template-columns:minmax(0,1fr)}.journey-home-grid>.daily-bread{padding:24px 20px}.journey-home-grid .journey-door{padding:20px}.topbar-actions{gap:8px}.mobile-dock{left:6px;right:6px}}
@media(prefers-reduced-transparency:reduce){.topbar,.mobile-dock{background:var(--surface);backdrop-filter:none;-webkit-backdrop-filter:none}}
@media(forced-colors:active){.sidebar .nav-item.active,.section-navigation [aria-current=page],.ww-video-categories button[aria-pressed=true]{outline:2px solid Highlight}.journey-home-grid>.daily-bread{border:1px solid CanvasText}.mobile-dock{border:1px solid CanvasText}}

@media(max-width:760px){.mobile-dock :is(a,button){white-space:normal;overflow-wrap:anywhere;min-width:0;height:auto}.mobile-dock :is(a,button)>span{max-width:100%;min-width:0;overflow-wrap:anywhere}.mobile-dock .icon{flex:none}.ww-video-categories button{min-width:0;overflow-wrap:anywhere}.ww-video-categories button span{display:inline-block}}
/* Let enlarged navigation labels scroll instead of colliding or breaking words. */
@media(max-width:760px){
 .mobile-dock{grid-template-columns:repeat(5,minmax(3.4rem,1fr));overflow-x:auto;scrollbar-width:none}.mobile-dock::-webkit-scrollbar{display:none}
 .mobile-dock :is(a,button)>span{white-space:nowrap;overflow-wrap:normal}
 .topbar button[data-study-chat]{font-size:0;min-width:44px;width:44px;min-height:44px;padding:10px;gap:0;flex:none}.topbar button[data-study-chat] .icon{width:20px;height:20px}
 .product-breadcrumb{display:block;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
 .product-breadcrumb>a,.product-breadcrumb>span:not([aria-current]){display:none}
}

.home-first-paint h1{font-size:clamp(2.2rem,4.5vw,3.4rem);line-height:1.08;letter-spacing:-.04em;margin:10px 0 12px}
.home-first-sub{color:var(--muted);font-size:1.05rem;line-height:1.6;max-width:42rem;margin:0 0 28px}
.home-first-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.home-first-cards article{display:flex;flex-direction:column;align-items:flex-start;gap:8px;min-width:0;padding:24px;border:1px solid var(--line);border-radius:22px;background:var(--surface);box-shadow:var(--shadow)}
.home-first-cards h2{font-size:1.45rem;line-height:1.25;letter-spacing:-.03em;margin:0}
.home-first-cards p:not(.eyebrow){color:var(--muted);margin:0;line-height:1.5}
.home-first-cards .primary{margin-top:12px}
.legal-page h1{font-size:clamp(2.2rem,4vw,3.2rem);letter-spacing:-.04em;line-height:1.1;margin:8px 0 16px}
.legal-page h2{font-size:1.35rem;line-height:1.3;margin:28px 0 8px}
.legal-page p{font-size:1.05rem;line-height:1.7;max-width:68ch;margin:0 0 12px}
.legal-page a{color:var(--green)}
.product-legal-footer{padding-bottom:calc(var(--ww-dock-space, 96px) + 24px)}
@media(max-width:900px){.home-first-cards{grid-template-columns:1fr}.journey-actions{align-items:stretch}.journey-actions :is(.primary,.secondary){width:100%}}
