/* styles.css */
:root{--ink:#111214;--muted:#69707a;--line:#e5e8ed;--blue:#075cca;--soft:#f7f8fa;--shadow:0 10px 34px rgba(20,28,45,.10);--content:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:15px;line-height:1.58}a{color:inherit}.brand-mark{display:inline-flex;width:34px;height:34px;flex:0 0 auto}.brand-mark img{width:100%;height:100%;object-fit:contain}.minimal-header,.page-header,.results-header{height:78px;display:flex;align-items:center;padding:0 clamp(20px,3.7vw,58px)}.home-page{min-height:100vh;display:grid;grid-template-rows:78px 1fr auto}.home-main{display:grid;place-items:center;padding:24px 22px 105px;position:relative}.search-shell{position:relative;display:flex;align-items:center;border:1px solid #d8dce3;background:#fff;box-shadow:var(--shadow);border-radius:999px;transition:border-color .18s,box-shadow .18s,transform .18s}.search-shell:focus-within{border-color:#a8c3e9;box-shadow:0 12px 36px rgba(16,45,86,.12),0 0 0 4px rgba(7,92,202,.07)}.search-shell>svg{width:20px;margin-left:20px;fill:none;stroke:currentColor;stroke-width:1.8}.search-shell input{min-width:0;flex:1;border:0;outline:0;background:transparent;font:inherit;color:var(--ink);padding:0 14px}.search-shell button{border:0;background:#101114;color:#fff;border-radius:999px;display:grid;place-items:center;cursor:pointer;transition:transform .15s,background .15s}.search-shell button:hover{background:#000;transform:scale(1.025)}.search-shell button svg{width:20px;fill:none;stroke:currentColor;stroke-width:1.9}.search-shell--hero{width:min(680px,100%);height:62px}.search-shell--hero button{width:50px;height:50px;margin-right:5px}.site-footer{border-top:1px solid var(--line);padding:22px clamp(20px,3.7vw,58px)}.footer-inner{max-width:var(--content);margin:auto;display:flex;align-items:center;justify-content:flex-end;gap:20px;min-height:28px}.site-footer nav{display:flex;gap:30px}.site-footer a{text-decoration:none;color:#4f555d;font-size:12px}.site-footer a:hover{color:#000;text-decoration:underline}.results-header,.page-header{gap:30px;border-bottom:1px solid #edf0f3;position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);z-index:30}.search-shell--header{height:48px;width:min(690px,calc(100% - 90px));margin:auto}.search-shell--header button,.search-shell--compact button{width:38px;height:38px;margin-right:4px}.search-shell--header>svg,.search-shell--compact>svg{width:18px}.filter-bar{height:48px;border-bottom:1px solid var(--line);display:flex;gap:27px;padding:0 max(22px,calc((100vw - var(--content))/2));overflow:auto;background:#fff;position:sticky;top:78px;z-index:20}.filter{border:0;background:none;padding:0 2px;white-space:nowrap;color:#5f6670;border-bottom:2px solid transparent;cursor:pointer;font:inherit;font-size:13px}.filter:hover{color:#111}.filter.active{color:#111;border-color:#111}.filter span{color:#9aa0a9;font-size:11px;margin-left:2px}.results-layout{max-width:var(--content);margin:0 auto;padding:26px 22px 78px;display:grid;grid-template-columns:minmax(0,800px) 280px;gap:54px;min-height:calc(100vh - 175px)}.result-meta{color:#777e88;font-size:13px;margin:0 0 22px}.result-card{padding:0 0 25px;margin:0 0 25px;border-bottom:1px solid #eaedf1}.result-card--featured{padding:20px 22px 22px;margin-left:-22px;border:1px solid #e3e7ed;border-radius:15px;box-shadow:0 8px 28px rgba(20,28,45,.055);background:#fff}.result-type{display:flex;align-items:center;gap:7px;color:#737a84;font-size:11px;margin-bottom:5px;text-transform:uppercase;letter-spacing:.055em}.result-type span{font-size:13px;color:#3e454e}.result-card h2{font-size:20px;line-height:1.25;margin:0 0 6px;font-weight:650;letter-spacing:-.01em}.result-card--featured h2{font-size:23px}.result-card h2 a{color:var(--blue);text-decoration:none}.result-card h2 a:hover{text-decoration:underline}.result-card p{margin:0 0 8px;color:#343941;max-width:730px;line-height:1.55}.result-path{font-size:11px;color:#8b929c}.result-sitelinks{display:flex;flex-wrap:wrap;gap:7px 16px;margin:12px 0 10px}.result-sitelinks a{color:var(--blue);font-size:12px;text-decoration:none}.result-sitelinks a:hover{text-decoration:underline}.results-aside{padding-top:31px}.aside-card{border:1px solid var(--line);border-radius:13px;padding:18px;margin-bottom:14px;background:#fff}.aside-card h3{font-size:13px;margin:0 0 10px}.aside-card a{display:block;text-decoration:none;color:var(--blue);padding:6px 0;font-size:13px;line-height:1.35}.aside-card a:hover{text-decoration:underline}.aside-card a small{display:block;color:#8a919b;font-size:11px;margin-top:2px}.related-bottom{display:none}.load-more{display:block;margin:12px auto 0;border:1px solid #d9dde4;background:#fff;border-radius:999px;padding:10px 24px;font:inherit;font-size:13px;cursor:pointer}.load-more:hover{background:#f8f9fb}.no-results{text-align:center;padding:75px 20px}.no-results-icon{font-size:68px;font-weight:200;color:#9ba1aa}.no-results h1{font-size:25px;margin:5px 0}.staff-link{display:inline-block;border:1px solid #dfe3e9;border-radius:9px;padding:9px 14px;margin-top:14px;text-decoration:none;color:var(--blue)}.page-header .search-shell{margin-left:auto}.search-shell--compact{width:min(500px,65vw);height:44px}.article-wrap{max-width:var(--content);margin:0 auto;padding:30px 22px 88px}.breadcrumbs{display:flex;gap:9px;font-size:12px;color:#747b85;margin-bottom:42px}.breadcrumbs a{text-decoration:none}.breadcrumbs a:hover{text-decoration:underline}.article-grid{display:grid;grid-template-columns:minmax(0,760px) 270px;gap:76px}.eyebrow{text-transform:uppercase;letter-spacing:.11em;font-size:11px;color:#6f7680;font-weight:700}.article-main h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(46px,6vw,76px);line-height:1;margin:10px 0 13px;letter-spacing:-.045em}.kicker{font-family:Georgia,"Times New Roman",serif;font-size:22px;margin:0 0 25px}.lede{font-size:18px;color:#414750;line-height:1.72;border-bottom:1px solid var(--line);padding-bottom:35px;margin-bottom:35px}.article-main section{scroll-margin-top:140px}.article-main h2{font-family:Georgia,"Times New Roman",serif;font-size:29px;margin:46px 0 13px;letter-spacing:-.015em}.article-main p{font-family:Georgia,"Times New Roman",serif;font-size:18px;line-height:1.82;color:#292d33}.article-aside{padding-top:8px;position:sticky;top:142px;height:max-content}.article-aside section{border:1px solid var(--line);border-radius:12px;padding:17px;margin-bottom:14px}.article-aside h3{font-size:13px;margin:0 0 9px}.article-aside a{display:block;text-decoration:none;color:var(--blue);padding:5px 0;font-size:13px}.article-aside a:hover{text-decoration:underline}.article-aside small{display:block;color:#8a919b}.scripture-block{background:#fafafa;border:1px solid #e6e9ed;border-radius:15px;padding:27px 30px;margin:36px 0}.chapter-label{font-family:Inter,sans-serif;text-transform:uppercase;letter-spacing:.12em;color:#777e87;font-size:10px;margin-bottom:16px}.scripture-block p{margin:0 0 15px}.scripture-block sup{color:var(--blue);font-family:Inter,sans-serif;font-size:10px;margin-right:8px}.reference-links{display:flex;flex-wrap:wrap;gap:10px}.reference-links a{background:#f3f5f8;border-radius:7px;padding:7px 10px;text-decoration:none;color:var(--blue);font-size:13px}.rabbit-hole{margin-top:78px;border-top:1px solid var(--line);padding-top:27px}.rabbit-hole>span{text-transform:uppercase;letter-spacing:.12em;font-size:11px;color:#727982}.rabbit-hole>div{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:15px}.rabbit-hole a{border:1px solid var(--line);border-radius:13px;padding:18px;text-decoration:none;transition:.18s;background:#fff}.rabbit-hole a:hover{transform:translateY(-2px);box-shadow:0 9px 24px rgba(0,0,0,.065);border-color:#d9dde4}.rabbit-hole small,.rabbit-hole strong,.rabbit-hole em{display:block}.rabbit-hole small{color:#777e87;font-style:normal;font-size:10px;text-transform:uppercase;letter-spacing:.06em}.rabbit-hole strong{font-family:Georgia,serif;font-size:20px;margin:5px 0}.rabbit-hole em{font-style:normal;color:#666d76;font-size:13px;line-height:1.45}.legal{max-width:760px;margin:35px auto 105px;padding:0 22px}.legal h1{font-family:Georgia,serif;font-size:52px}.legal h2{font-size:20px;margin-top:36px}.legal p{color:#444;line-height:1.75}mark{background:#e8f1ff;color:inherit;border-radius:3px;padding:0 .07em}.search-suggestions{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border:1px solid var(--line);border-radius:15px;box-shadow:0 18px 50px rgba(20,28,45,.14);overflow:hidden;z-index:60}.search-suggestions[hidden]{display:none}.search-suggestions a{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 17px;text-decoration:none;border-bottom:1px solid #f0f2f4}.search-suggestions a:last-child{border-bottom:0}.search-suggestions a:hover,.search-suggestions a.is-active{background:#f6f8fb}.search-suggestions a span{display:flex;align-items:center;gap:10px}.search-suggestions a b{font-weight:400;color:#626a74;width:17px;text-align:center}.search-suggestions small{color:#8d949e;font-size:11px}.no-results-related{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:22px auto 4px}.no-results-related a{background:#f3f5f8;border-radius:999px;padding:7px 11px;text-decoration:none;color:var(--blue);font-size:13px}.noscript-message{max-width:720px;margin:40px auto;padding:16px 18px;border:1px solid var(--line);border-radius:10px;background:#fafafa;color:#333;text-align:center}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid rgba(68,145,255,.35);outline-offset:3px}
@media(max-width:900px){.results-layout,.article-grid{grid-template-columns:1fr}.results-aside{display:none}.related-bottom{display:block;border-top:1px solid var(--line);margin-top:36px;padding-top:23px}.related-bottom h2{font-size:18px}.related-bottom a{display:inline-block;background:#f3f5f8;border-radius:999px;padding:8px 12px;margin:4px;text-decoration:none;color:var(--blue)}.article-aside{position:static;order:-1;display:flex;overflow:auto;gap:10px}.article-aside section{min-width:230px}.article-grid{gap:30px}.rabbit-hole>div{grid-template-columns:repeat(2,1fr)}.brand-mark{width:31px;height:31px}.results-header,.page-header{padding:0 16px;gap:15px}.search-shell--header,.search-shell--compact{width:auto;flex:1}.filter-bar{padding-left:18px}.result-card--featured{margin-left:0}.article-main h1{font-size:50px}}
@media(max-width:560px){.minimal-header{height:68px;padding:0 18px}.home-page{grid-template-rows:68px 1fr auto}.home-main{padding-bottom:62px}.search-shell--hero{height:56px}.site-footer{padding:17px 18px}.site-footer nav{gap:18px;flex-wrap:wrap;justify-content:flex-end}.results-header,.page-header{height:68px}.filter-bar{top:68px;height:44px}.search-shell>svg{margin-left:14px}.article-wrap{padding-top:20px}.breadcrumbs{margin-bottom:30px}.article-main h1{font-size:42px}.kicker{font-size:19px}.lede,.article-main p{font-size:17px}.article-aside{display:none}.scripture-block{padding:20px}.results-layout{padding-top:18px}.result-card--featured{padding:17px}.rabbit-hole>div{grid-template-columns:1fr}.search-suggestions{position:fixed;left:12px;right:12px;top:70px}.home-main .search-suggestions{position:absolute;top:calc(100% + 8px);left:0;right:0}}
.instant-answer{border:1px solid #dfe4eb;border-radius:18px;padding:24px 26px;margin:0 0 28px;background:linear-gradient(180deg,#fff,#fbfcfe);box-shadow:0 10px 32px rgba(20,28,45,.06)}.instant-top{display:flex;justify-content:space-between;gap:16px;text-transform:uppercase;letter-spacing:.08em;font-size:10px;color:#707782}.instant-answer h1{font-size:30px;line-height:1.15;margin:9px 0 9px;letter-spacing:-.025em}.instant-answer h1 a{color:var(--blue);text-decoration:none}.instant-answer h1 a:hover{text-decoration:underline}.instant-answer>p{font-size:16px;max-width:720px;color:#343a43;margin:0}.instant-answer blockquote{font-family:Georgia,serif;font-size:19px;line-height:1.62;border-left:3px solid #111;padding:4px 0 4px 18px;margin:20px 0 4px;color:#272b31}.instant-connections{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:18px}.instant-connections b{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#767d87;margin-right:4px}.instant-connections a{font-size:12px;text-decoration:none;color:var(--blue);background:#f1f4f8;border-radius:999px;padding:6px 10px}.connection-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.connection-list a{border:1px solid var(--line);border-radius:10px;padding:12px 14px;text-decoration:none;background:#fff}.connection-list a:hover{border-color:#cfd5dd;box-shadow:0 5px 16px rgba(0,0,0,.05)}.connection-list small,.connection-list strong{display:block}.connection-list small{font-family:Inter,sans-serif;text-transform:uppercase;letter-spacing:.07em;color:#818894;font-size:9px}.connection-list strong{font-family:Inter,sans-serif;color:var(--blue);font-size:14px;margin-top:2px}@media(max-width:560px){.instant-answer{padding:19px}.instant-answer h1{font-size:25px}.connection-list{grid-template-columns:1fr}}

/* 2.5 source layer and UX refinement */
.skip-link{position:fixed;left:16px;top:-60px;z-index:1000;background:#111;color:#fff;padding:10px 14px;border-radius:8px;text-decoration:none}.skip-link:focus{top:12px}.hero-search-wrap{width:min(720px,100%);position:relative}.browse-link{font-size:13px;text-decoration:none;color:#525963;padding:8px 10px;border-radius:8px}.browse-link:hover{background:#f4f6f8;color:#111}.clear-search{background:transparent!important;color:#737a84!important;width:34px!important;height:34px!important;margin:0!important;font-size:23px;font-weight:300;box-shadow:none!important;transform:none!important}.clear-search:hover{background:#f1f3f5!important}.submit-search{flex:0 0 auto}.search-shell input{font-size:16px}.search-shell--hero{height:64px}.search-shell--hero input{font-size:17px}.results-header{display:grid;grid-template-columns:34px minmax(300px,690px) 1fr auto}.results-header .search-shell{margin:0}.filter-bar{scrollbar-width:none}.filter-bar::-webkit-scrollbar{display:none}.result-card{transition:background .15s,border-color .15s}.result-card:not(.result-card--featured):hover{background:#fbfcfd;border-radius:12px;padding:14px 16px 25px;margin-left:-16px;margin-top:-14px}.instant-action{display:inline-flex;margin-top:18px;color:#fff;background:#111;text-decoration:none;border-radius:999px;padding:8px 14px;font-size:12px;font-weight:600}.instant-action:hover{background:#000}.result-card h2 a:visited{color:#5b37a1}.result-path{letter-spacing:.01em}.aside-card{box-shadow:0 1px 0 rgba(20,28,45,.02)}.aside-card h3{letter-spacing:.01em}.browse-wrap,.source-wrap{max-width:1180px;margin:0 auto;padding:44px 22px 92px}.browse-heading{margin:0 0 48px}.browse-heading h1,.source-heading h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(46px,7vw,78px);line-height:1;margin:8px 0 10px;letter-spacing:-.045em}.browse-heading p{margin:0;color:#747b85}.testament{margin-top:52px}.testament>h2{font-family:Georgia,"Times New Roman",serif;font-size:28px;margin:0 0 18px}.book-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.book-card{border:1px solid var(--line);border-radius:14px;padding:16px;background:#fff;transition:.16s}.book-card:hover{border-color:#cfd5dd;box-shadow:0 8px 24px rgba(20,28,45,.055);transform:translateY(-1px)}.book-card>a{display:flex;align-items:baseline;justify-content:space-between;gap:12px;text-decoration:none}.book-card strong{font-family:Georgia,"Times New Roman",serif;font-size:20px}.book-card span{font-size:11px;color:#858c96;white-space:nowrap}.chapter-peek{display:flex;flex-wrap:wrap;gap:5px;margin-top:13px}.chapter-peek a{display:grid;place-items:center;min-width:27px;height:27px;padding:0 6px;border-radius:7px;background:#f4f6f8;color:#47505a;text-decoration:none;font-size:11px}.chapter-peek a:hover{background:#e8edf3;color:#111}.chapter-peek .more-chapters{color:var(--blue)}.source-wrap{max-width:980px}.source-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;border-bottom:1px solid var(--line);padding-bottom:28px}.source-selectors{display:flex;gap:10px}.source-selectors label{display:grid;gap:5px;font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#747b85}.source-selectors select{font:inherit;font-size:13px;text-transform:none;letter-spacing:0;color:#111;border:1px solid #d9dde4;border-radius:9px;background:#fff;padding:9px 34px 9px 10px;min-width:110px}.chapter-reader{max-width:760px;margin:48px auto 58px}.chapter-reader>p{font-family:Georgia,"Times New Roman",serif;font-size:22px;line-height:1.95;color:#22272d;margin:0 0 18px}.chapter-reader sup{font-family:Inter,sans-serif;color:var(--blue);font-size:10px;margin-right:10px}.source-framework{border:1px solid var(--line);background:#fafbfc;border-radius:18px;padding:32px;text-align:center}.source-framework span{display:block;font-family:Georgia,serif;font-size:27px}.source-framework p{color:#5f6670;max-width:560px;margin:12px auto}.source-framework a{display:inline-block;margin-top:9px;color:var(--blue);text-decoration:none}.chapter-nav{border-top:1px solid var(--line);padding-top:22px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px}.chapter-nav>a:not(.all-books){display:flex;flex-direction:column;text-decoration:none}.chapter-nav>a:last-child{text-align:right}.chapter-nav small{color:#858c96;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.chapter-nav strong{font-family:Georgia,serif;font-size:20px;margin-top:2px}.all-books{text-decoration:none;color:var(--blue);font-size:12px}.search-suggestions{max-height:min(520px,70vh);overflow:auto}.search-suggestions a[role=option]{min-height:48px}.result-card--featured .result-type{color:#5b6470}.results-column{min-width:0}.article-main section p a{color:var(--blue)}
@media(max-width:900px){.results-header{grid-template-columns:31px minmax(0,1fr) auto}.results-header .browse-link{display:none}.book-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.source-heading{align-items:flex-start;flex-direction:column}.source-selectors{width:100%}.source-selectors label{flex:1}.source-selectors select{width:100%}}
@media(max-width:560px){.book-grid{grid-template-columns:1fr}.browse-wrap,.source-wrap{padding:28px 16px 70px}.browse-heading{margin-bottom:34px}.testament{margin-top:38px}.source-heading h1{font-size:44px}.source-selectors{flex-direction:column}.chapter-reader{margin-top:34px}.chapter-reader>p{font-size:19px;line-height:1.85}.chapter-nav{grid-template-columns:1fr 1fr}.chapter-nav .all-books{grid-column:1/-1;grid-row:2;text-align:center}.results-header{grid-template-columns:31px minmax(0,1fr)}.browse-link{display:none}.clear-search{width:30px!important;height:30px!important}.search-shell--hero{height:58px}.search-shell--hero input{font-size:16px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
/* 3.0 complete corpus */
.filter-bar button{border:0;background:none;padding:0 2px;white-space:nowrap;color:#5f6670;border-bottom:2px solid transparent;cursor:pointer;font:inherit;font-size:13px}.filter-bar button:hover{color:#111}.filter-bar button.active{color:#111;border-color:#111}.filter-bar button span{color:#9aa0a9;font-size:11px;margin-left:3px}.scripture-result p{font-family:Georgia,"Times New Roman",serif;font-size:17px;line-height:1.65}.chapter-reader>p{position:relative;display:grid;grid-template-columns:34px 1fr auto;gap:8px;align-items:start;border-radius:10px;padding:5px 8px 5px 0;margin:0 0 4px}.chapter-reader>p:hover{background:#f8fafc}.chapter-reader>p.verse-selected{background:#eef5ff;box-shadow:inset 3px 0 0 var(--blue)}.verse-number{font-family:Inter,sans-serif;color:var(--blue);font-size:11px;text-decoration:none;text-align:right;padding-top:8px}.chapter-reader>p>span{display:block}.copy-verse{border:0;background:transparent;color:#7a818b;font:inherit;font-size:10px;opacity:0;cursor:pointer;padding:10px 5px}.chapter-reader>p:hover .copy-verse,.copy-verse:focus{opacity:1}.copy-verse:hover{color:#111}.source-heading{position:relative}.result-meta{font-variant-numeric:tabular-nums}
@media(max-width:560px){.chapter-reader>p{grid-template-columns:26px 1fr;padding-right:3px}.copy-verse{display:none}.verse-number{padding-top:6px}.source-heading:after{display:none}.scripture-result p{font-size:16px}}


/* 3.1 homepage search experience polish */
.home-page{
  min-height:100svh;
  grid-template-rows:72px minmax(0,1fr) 72px;
  overflow-x:hidden;
}
.home-page .minimal-header{
  height:72px;
  padding:0 clamp(20px,3.2vw,48px);
}
.home-page .brand-mark{
  width:32px;
  height:32px;
}
.home-page .home-main{
  min-height:0;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 24px;
}
.home-page .hero-search-wrap{
  width:min(720px,100%);
  position:relative;
  transform:translateY(-3.2vh);
}
.home-page .search-shell--hero{
  width:100%;
  height:62px;
  border:1px solid #d9dde3;
  border-radius:999px;
  background:#fff;
  box-shadow:0 12px 36px rgba(21,27,38,.09),0 2px 8px rgba(21,27,38,.035);
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}
.home-page .search-shell--hero:hover{
  border-color:#cdd2da;
  box-shadow:0 15px 42px rgba(21,27,38,.105),0 3px 9px rgba(21,27,38,.04);
}
.home-page .search-shell--hero:focus-within{
  border-color:#aebed2;
  box-shadow:0 16px 44px rgba(21,36,58,.12),0 0 0 4px rgba(41,104,181,.065);
  transform:translateY(-1px);
}
.home-page .search-shell--hero>svg{
  width:20px;
  height:20px;
  margin-left:21px;
  color:#1f2328;
  stroke-width:1.75;
}
.home-page .search-shell--hero input{
  height:100%;
  padding:0 14px;
  font-size:17px;
  line-height:1;
  letter-spacing:-.005em;
}
.home-page .search-shell--hero .clear-search{
  margin-right:5px!important;
}
.home-page .search-shell--hero .submit-search{
  width:50px;
  height:50px;
  margin-right:5px;
  background:#111214;
  box-shadow:none;
}
.home-page .search-shell--hero .submit-search:hover{
  background:#000;
  transform:scale(1.02);
}
.home-page .search-shell--hero .submit-search:active{
  transform:scale(.98);
}
.home-page .search-shell--hero .submit-search svg{
  width:20px;
  height:20px;
}
.home-page .site-footer--home{
  min-height:72px;
  display:flex;
  align-items:center;
  padding:0 clamp(20px,3.2vw,48px);
  border-top:1px solid #eceef1;
}
.home-page .site-footer--home .footer-inner{
  width:100%;
  max-width:none;
  min-height:0;
}
.home-page .site-footer--home nav{
  gap:28px;
}
.home-page .site-footer--home a{
  color:#525861;
  font-size:12px;
}
@media(max-width:700px){
  .home-page{
    grid-template-rows:64px minmax(0,1fr) 64px;
  }
  .home-page .minimal-header{
    height:64px;
    padding:0 18px;
  }
  .home-page .brand-mark{
    width:29px;
    height:29px;
  }
  .home-page .home-main{
    padding:0 16px;
  }
  .home-page .hero-search-wrap{
    transform:translateY(-4vh);
  }
  .home-page .search-shell--hero{
    height:56px;
  }
  .home-page .search-shell--hero>svg{
    width:19px;
    height:19px;
    margin-left:18px;
  }
  .home-page .search-shell--hero input{
    font-size:16px;
    padding-left:12px;
  }
  .home-page .search-shell--hero .submit-search{
    width:46px;
    height:46px;
    margin-right:4px;
  }
  .home-page .site-footer--home{
    min-height:64px;
    padding:0 18px;
  }
  .home-page .site-footer--home nav{
    width:100%;
    justify-content:flex-end;
    gap:20px;
  }
}
@media(max-width:380px){
  .home-page .home-main{padding:0 12px}
  .home-page .search-shell--hero>svg{margin-left:15px}
  .home-page .site-footer--home nav{gap:15px}
  .home-page .site-footer--home a{font-size:11px}
}
@media(max-height:560px){
  .home-page .hero-search-wrap{transform:none}
}

/* Search experience 3.2 — top-tier results and long-form reading */
.search-shell input:focus,.search-shell input:focus-visible{outline:0!important;box-shadow:none!important;border:0!important}
.search-shell .clear-search[hidden]{display:none!important}
mark{background:#eaf2ff;color:inherit;border-radius:3px;padding:0 .06em}
.results-header{height:76px;display:grid;grid-template-columns:36px minmax(360px,700px) 1fr auto;gap:22px;padding:0 clamp(24px,3.2vw,48px)}
.results-header .search-shell--header{width:100%;margin:0;justify-self:start;box-shadow:0 4px 18px rgba(18,28,45,.065)}
.results-header .browse-link{justify-self:end;text-decoration:none;color:#4f5660;font-size:13px;padding:8px 4px}
.results-header .browse-link:hover{color:#000}
.filter-bar{top:76px;height:50px;gap:30px;padding:0 max(24px,calc((100vw - 1240px)/2));scrollbar-width:none}
.filter-bar::-webkit-scrollbar{display:none}
.filter{font-size:13px;color:#525a65}
.filter.active{font-weight:600}
.filter span{margin-left:4px;color:#a0a6ae;font-variant-numeric:tabular-nums}
.results-layout{max-width:1240px;grid-template-columns:minmax(0,780px) 280px;gap:72px;padding:30px 24px 96px;min-height:calc(100vh - 174px)}
.results-column{min-width:0}
.result-meta{display:flex;align-items:baseline;gap:10px;margin:0 0 28px;color:#666e78}
.result-meta span{font-size:13px}
.result-meta small{font-size:11px;color:#a0a6ae}
.result-card{padding:0 0 29px;margin:0 0 29px;border-bottom:1px solid #e9edf2}
.result-source{display:flex;align-items:center;gap:10px;margin-bottom:8px;color:#343a42}
.source-icon{width:27px;height:27px;border:1px solid #e1e5ea;border-radius:50%;display:grid;place-items:center;font-size:12px;background:#fff;flex:0 0 auto}
.result-source>span:last-child{display:flex;flex-direction:column;line-height:1.2}
.result-source strong{font-size:12px;font-weight:600}
.result-source small{font-size:10px;color:#8a929d;margin-top:3px}
.result-heading-row{display:flex;align-items:center;gap:10px}
.result-card h2{font-size:21px;line-height:1.25;margin:0 0 7px;font-weight:600;letter-spacing:-.015em}
.result-card h2 a{color:#075cca;text-underline-offset:2px}
.result-snippet{font-size:15px;line-height:1.58;color:#303640;max-width:740px}
.result-actions{display:flex;align-items:center;gap:18px;margin-top:10px;font-size:12px;color:#7b838d}
.result-actions a{color:#075cca;text-decoration:none;font-weight:500}
.result-actions a:hover{text-decoration:underline}
.result-card--featured{padding:22px 24px 24px;margin:0 0 31px -24px;border:1px solid #dde4ed;border-radius:16px;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 10px 32px rgba(18,34,58,.055)}
.result-card--featured h2{font-size:26px}
.result-card--featured .result-snippet{font-size:15.5px;line-height:1.62}
.result-badge{font-size:10px;text-transform:uppercase;letter-spacing:.08em;background:#edf4ff;color:#245b9d;border-radius:999px;padding:4px 8px;font-weight:700}
.result-sitelinks{margin-top:14px;gap:8px 20px}
.result-sitelinks a{font-size:13px;font-weight:500}
.scripture-result .source-icon{font-family:Georgia,serif}
.results-aside{padding-top:28px;position:sticky;top:145px;height:max-content}
.aside-card{border:1px solid #e1e6ec;border-radius:14px;padding:19px 18px;margin-bottom:14px;box-shadow:0 3px 12px rgba(20,28,45,.025)}
.aside-card h3{font-size:13px;margin-bottom:11px}
.aside-card p{font-size:12px;line-height:1.5;color:#606873;margin:5px 0 12px}
.aside-card--entity{background:#fbfcfe}
.aside-eyebrow{font-size:10px;text-transform:uppercase;letter-spacing:.09em;color:#7d8590}
.aside-card--entity h3{font-family:Georgia,"Times New Roman",serif;font-size:22px;margin:6px 0 4px}
.aside-primary{font-weight:600}
.aside-card--quiet{box-shadow:none}
.load-more{margin-top:6px;padding:11px 27px;font-weight:600}
.no-results p{color:#737b86}

.article-wrap{max-width:1240px;padding-top:34px}
.article-grid{grid-template-columns:minmax(0,790px) 280px;gap:82px}
.article-main--longform{max-width:760px}
.article-main--longform h1{font-size:clamp(48px,5.5vw,72px);line-height:1.02}
.article-meta{display:flex;gap:18px;align-items:center;color:#747c87;font-size:12px;margin:20px 0 26px;padding-bottom:20px;border-bottom:1px solid #e7ebef}
.article-meta span+span:before{content:"·";margin-right:18px;color:#b2b7bd}
.article-main--longform .lede{font-size:20px;line-height:1.72;border-bottom:0;padding-bottom:0;margin-bottom:42px;color:#3a414a}
.article-main--longform h2{font-size:32px;margin-top:58px}
.article-main--longform p{font-size:19px;line-height:1.86;color:#252a31}
.article-aside section:first-child a{padding:6px 0;border-bottom:1px solid #f0f2f5}
.article-aside section:first-child a:last-child{border-bottom:0}
.rabbit-hole a strong{display:block;font-size:14px;color:#111}
.rabbit-hole a small{display:block;color:#818995;margin-top:3px}

@media(max-width:980px){
 .results-header{grid-template-columns:32px minmax(0,1fr) auto;padding:0 20px;gap:14px}
 .results-header .browse-link{display:none}
 .results-layout{grid-template-columns:1fr;max-width:820px;gap:0}
 .results-aside{display:none}
 .related-bottom{display:block;border-top:1px solid #e8ebef;margin-top:36px;padding-top:24px}
 .related-bottom h2{font-size:15px}
 .related-bottom div{display:flex;flex-wrap:wrap;gap:9px}
 .related-bottom a{border:1px solid #dfe4ea;border-radius:999px;padding:7px 11px;color:#075cca;text-decoration:none;font-size:12px}
 .article-grid{grid-template-columns:1fr;max-width:790px;margin:auto}
 .article-aside{position:static;display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:50px}
}
@media(max-width:700px){
 .results-header{height:68px;padding:0 14px;grid-template-columns:28px minmax(0,1fr);gap:10px}
 .results-header .brand-mark{width:28px;height:28px}
 .search-shell--header{height:46px}
 .search-shell--header>svg{margin-left:15px}
 .filter-bar{top:68px;height:47px;padding:0 14px;gap:23px}
 .results-layout{padding:22px 16px 70px}
 .result-meta small{display:none}
 .result-card--featured{margin-left:0;padding:18px 17px;border-radius:14px}
 .result-card--featured h2{font-size:23px}
 .result-card h2{font-size:19px}
 .result-snippet{font-size:14px}
 .article-wrap{padding:24px 17px 70px}
 .article-main--longform h1{font-size:42px}
 .article-main--longform .lede{font-size:18px}
 .article-main--longform h2{font-size:28px;margin-top:46px}
 .article-main--longform p{font-size:18px;line-height:1.78}
 .article-meta{gap:10px;flex-wrap:wrap}
 .article-meta span+span:before{margin-right:10px}
 .article-aside{grid-template-columns:1fr}
}

/* 3.3 — #1 search engine cosmetic pass */
.home-page{
  min-height:100svh;
  grid-template-rows:48px minmax(0,1fr) auto;
  background:
    radial-gradient(circle at 50% 43%,rgba(112,164,235,.085) 0,rgba(112,164,235,.035) 20%,rgba(255,255,255,0) 48%),
    #fff;
}
.home-page .minimal-header--home{height:48px;padding:0;border:0}
.home-page .home-main{
  display:grid;
  place-items:center;
  padding:0 24px 7.5vh;
  min-height:0;
}
.home-search-stage{
  width:min(720px,100%);
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:30px;
  transform:translateY(-2vh);
}
.home-logo{
  display:block;
  width:56px;
  height:56px;
  flex:0 0 auto;
}
.home-logo img{display:block;width:100%;height:100%;object-fit:contain}
.home-page .hero-search-wrap{width:100%;transform:none}
.home-page .search-shell--hero{
  width:100%;
  height:62px;
  border:1px solid #d7dce4;
  background:rgba(255,255,255,.985);
  box-shadow:0 14px 36px rgba(20,31,49,.09),0 2px 8px rgba(20,31,49,.045);
}
.home-page .search-shell--hero:hover{
  border-color:#cbd2dc;
  box-shadow:0 16px 40px rgba(20,31,49,.105),0 3px 10px rgba(20,31,49,.05);
}
.home-page .search-shell--hero:focus-within{
  border-color:#9dbce6;
  box-shadow:0 0 0 4px rgba(56,132,230,.11),0 17px 42px rgba(20,45,82,.115);
}
.search-shell input,
.search-shell input:focus,
.search-shell input:focus-visible{
  outline:0!important;
  outline-offset:0!important;
  border:0!important;
  box-shadow:none!important;
  -webkit-appearance:none;
  appearance:none;
}
.home-page .search-shell--hero>svg{margin-left:25px;width:21px}
.home-page .search-shell--hero input{padding:0 15px;font-size:17px;line-height:1}
.home-page .search-shell--hero .submit-search{
  width:50px;height:50px;margin-right:5px;background:#101114;
  box-shadow:0 2px 7px rgba(0,0,0,.16)
}
.home-page .search-shell--hero .submit-search:hover{background:#000;transform:translateY(-1px)}
.home-page .search-shell--hero .submit-search:active{transform:scale(.965)}
.home-page .site-footer--home{
  border:0;
  padding:18px 24px 23px;
  background:transparent;
}
.home-page .site-footer--home .footer-inner{justify-content:center;min-height:24px}
.home-page .site-footer--home nav{gap:0}
.home-page .site-footer--home nav a{font-size:12px;padding:0 24px;color:#4f5660;position:relative}
.home-page .site-footer--home nav a+a:before{
  content:"";position:absolute;left:0;top:3px;width:1px;height:14px;background:#dfe3e8
}
.home-page .search-suggestions{
  top:calc(100% + 10px);
  border:1px solid #e0e4ea;
  border-radius:18px;
  box-shadow:0 18px 50px rgba(23,35,52,.14),0 3px 12px rgba(23,35,52,.06);
  overflow:hidden;
  padding:5px 0;
}
.home-page .search-suggestions a{padding:13px 18px;border-bottom:0}
.home-page .search-suggestions a:hover,
.home-page .search-suggestions a.is-active{background:#f3f6fa}

/* Results navigation is navigation, not a dashboard. */
.filter span{display:none!important}
.result-meta{display:flex;align-items:center;gap:8px}
.result-meta small:before{content:"·";margin-right:8px;color:#a3a9b1}
.result-meta small{color:#8a919b}
.source-row{column-gap:7px}
.result-actions{display:flex;align-items:center;gap:9px}
.result-actions span:before{content:"·";margin-right:9px;color:#a3a9b1}

@media(max-width:560px){
  .home-page{grid-template-rows:24px minmax(0,1fr) auto}
  .home-page .minimal-header--home{height:24px}
  .home-page .home-main{padding:0 14px 7vh}
  .home-search-stage{gap:24px;transform:translateY(-4vh)}
  .home-logo{width:46px;height:46px}
  .home-page .search-shell--hero{height:58px}
  .home-page .search-shell--hero>svg{margin-left:19px;width:19px}
  .home-page .search-shell--hero input{font-size:16px;padding-left:12px}
  .home-page .search-shell--hero .submit-search{width:46px;height:46px}
  .home-page .site-footer--home{padding:15px 10px 22px}
  .home-page .site-footer--home nav a{padding:0 13px;font-size:11px}
  .home-page .search-suggestions{left:0;right:0;position:absolute;top:calc(100% + 9px)}
  .result-meta small{display:none}
}

/* 3.4 — Homepage balance correction
   Quiet identity. Powerful search. */
.home-page {
  grid-template-rows: 32px minmax(0, 1fr) auto;
  background:
    radial-gradient(circle at 50% 42%, rgba(93, 153, 232, .065) 0, rgba(93, 153, 232, .022) 27%, rgba(255, 255, 255, 0) 54%),
    #fff;
}
.home-page .minimal-header--home {
  height: 32px;
}
.home-page .home-main {
  display: grid;
  place-items: center;
  min-height: 0;
  padding: 0 24px 8vh;
}
.home-search-stage {
  width: min(700px, 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34px;
  transform: translateY(-1.5vh);
}
.home-logo {
  width: 48px;
  height: 48px;
}
.home-page .hero-search-wrap {
  width: 100%;
}
.home-page .search-shell--hero {
  width: 100%;
  height: 60px;
  border-color: #d6dce4;
  box-shadow: 0 13px 34px rgba(20, 31, 49, .082), 0 2px 7px rgba(20, 31, 49, .035);
}
.home-page .search-shell--hero:hover {
  border-color: #cbd2dc;
  box-shadow: 0 15px 38px rgba(20, 31, 49, .095), 0 3px 9px rgba(20, 31, 49, .04);
}
.home-page .search-shell--hero:focus-within {
  border-color: #9dbce6;
  box-shadow: 0 0 0 4px rgba(56, 132, 230, .095), 0 16px 40px rgba(20, 45, 82, .105);
}
.home-page .search-shell--hero > svg {
  width: 20px;
  height: 20px;
  margin-left: 23px;
}
.home-page .search-shell--hero input {
  font-size: 17px;
  padding: 0 14px;
}
.home-page .search-shell--hero .submit-search {
  width: 48px;
  height: 48px;
  margin-right: 5px;
}
.home-page .search-shell--hero .clear-search[hidden] {
  display: none !important;
}
.home-page .site-footer--home {
  border: 0;
  padding: 17px 24px 22px;
}
.home-page .site-footer--home nav a {
  color: #59616b;
}

@media (max-width: 560px) {
  .home-page {
    grid-template-rows: 20px minmax(0, 1fr) auto;
  }
  .home-page .minimal-header--home {
    height: 20px;
  }
  .home-page .home-main {
    padding: 0 14px 8vh;
  }
  .home-search-stage {
    width: 100%;
    gap: 27px;
    transform: translateY(-2.5vh);
  }
  .home-logo {
    width: 43px;
    height: 43px;
  }
  .home-page .search-shell--hero {
    height: 56px;
  }
  .home-page .search-shell--hero > svg {
    width: 19px;
    height: 19px;
    margin-left: 18px;
  }
  .home-page .search-shell--hero input {
    font-size: 16px;
    padding-left: 11px;
  }
  .home-page .search-shell--hero .submit-search {
    width: 44px;
    height: 44px;
  }
}

@media (max-height: 620px) {
  .home-page .home-main {
    padding-bottom: 3vh;
  }
  .home-search-stage {
    transform: none;
    gap: 24px;
  }
}


/* 4.5 — Cross-Publisher Web */
.web-stats{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px 20px;margin-top:26px;color:#626b77;font-size:13px}
.web-stats span{display:flex;align-items:baseline;gap:5px}.web-stats strong{font-size:18px;color:#121820}.web-stats a{font-weight:750;color:#245a9b}
.publisher-feed{margin:74px 0 38px}.publisher-feed-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--site-line,#d8d3c8);border:1px solid var(--site-line,#d8d3c8)}
.publisher-feed-grid>a{position:relative;display:flex;min-height:245px;flex-direction:column;padding:25px;background:var(--site-paper,#fff);color:inherit;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease}
.publisher-feed-grid>a:hover{z-index:2;transform:translateY(-3px);box-shadow:0 18px 40px rgba(20,25,32,.13)}
.publisher-feed-grid small{font-size:10px;letter-spacing:.11em;text-transform:uppercase;opacity:.65}.publisher-feed-grid span{margin:24px 0 12px;font:600 12px/1 ui-monospace,monospace;opacity:.45}.publisher-feed-grid strong{font:700 22px/1.12 Georgia,serif}.publisher-feed-grid p{font-size:14px;line-height:1.55;color:var(--site-muted,#5c6470)}.publisher-feed-grid b{margin-top:auto;font-size:12px}
.result-card--publication .source-row{color:#37648e}.result-card--publication{border-left:2px solid rgba(59,105,151,.22);padding-left:23px}
.across-web{margin:72px 0 54px;padding-top:28px;border-top:1px solid #d8dde3}.across-web>small{font-weight:800;letter-spacing:.11em;text-transform:uppercase;color:#58708b}.across-web>h2{font-size:34px;max-width:680px}.across-web>p{max-width:720px;color:#626b76}.across-web>div{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:26px}.across-web a{display:flex;min-height:174px;flex-direction:column;padding:21px;border:1px solid #dfe3e8;background:#fff;text-decoration:none;color:#151a21}.across-web a:hover{border-color:#9fb4cc;box-shadow:0 12px 28px rgba(30,48,69,.08)}.across-web a span{font:700 11px/1.2 ui-monospace,monospace;color:#52759a}.across-web a strong{font:700 20px/1.2 Georgia,serif;margin:11px 0 7px}.across-web a em{font-style:normal;font-size:13px;line-height:1.5;color:#68717c}.across-web a b{margin-top:auto;padding-top:15px;font-size:12px}.publication-cited{margin-top:16px}
.publisher-network{max-width:1160px;margin:0 auto;padding:70px 24px 100px}.publisher-network>header{text-align:center;max-width:820px;margin:0 auto 70px}.publisher-network h1{font:750 clamp(48px,8vw,88px)/.96 Georgia,serif;letter-spacing:-.045em;margin:15px 0}.publisher-network>header>p{font-size:19px;line-height:1.65;color:#59636e}.publisher-network dl{display:flex;justify-content:center;gap:55px;margin:34px 0 0}.publisher-network dl div{display:flex;flex-direction:column}.publisher-network dt{font:750 32px/1 Georgia,serif}.publisher-network dd{margin:6px 0 0;font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:#747d87}.network-directory{border-top:1px solid #dfe3e8}.network-publisher{display:grid;grid-template-columns:72px 1fr;padding:42px 0;border-bottom:1px solid #dfe3e8}.network-number{font:650 12px/1 ui-monospace,monospace;color:#8b949e}.network-domain{font:700 11px/1 ui-monospace,monospace;letter-spacing:.06em;color:#2e649b;text-decoration:none}.network-publisher h2{font:700 34px/1.1 Georgia,serif;margin:10px 0}.network-publisher h2 a{color:#12171e;text-decoration:none}.network-publisher p{max-width:730px;color:#606a75;line-height:1.65}.network-feature-list{display:flex;gap:8px;flex-wrap:wrap;margin:22px 0}.network-feature-list a{border:1px solid #dce1e7;padding:9px 12px;font-size:12px;text-decoration:none;color:#27323e;background:#fff}.network-links{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.network-links small{text-transform:uppercase;letter-spacing:.08em;color:#818a94}.network-links a{font:650 11px/1 ui-monospace,monospace;color:#42698e;text-decoration:none}
@media(max-width:820px){.publisher-feed-grid{grid-template-columns:1fr 1fr}.across-web>div{grid-template-columns:1fr}.publisher-network dl{gap:24px}.network-publisher{grid-template-columns:42px 1fr}}
@media(max-width:520px){.web-stats{align-items:flex-start;flex-direction:column;margin-left:auto;margin-right:auto;width:max-content}.publisher-feed{margin-top:48px}.publisher-feed-grid{grid-template-columns:1fr}.publisher-feed-grid>a{min-height:205px}.publisher-network{padding:44px 17px 70px}.publisher-network>header{margin-bottom:44px}.publisher-network>header>p{font-size:16px}.publisher-network dl{gap:18px}.publisher-network dt{font-size:25px}.network-publisher{grid-template-columns:1fr;padding:31px 0}.network-number{margin-bottom:15px}.network-publisher h2{font-size:29px}.across-web>h2{font-size:29px}}

/* 4.6 — Internet texture and playful web navigation */
.internet-artifacts{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.internet-artifacts span{display:inline-flex;align-items:center;min-height:27px;padding:0 10px;border:1px solid color-mix(in srgb,var(--site-line,#d8dde5) 78%,transparent);background:color-mix(in srgb,var(--site-paper,#fff) 86%,transparent);font:650 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.045em;text-transform:uppercase;color:var(--site-muted,#68717c)}.internet-artifacts span:first-child::before{content:'●';margin-right:7px;font-size:7px;color:#2d8a57}
.web-trail-dock{position:fixed;z-index:90;left:50%;bottom:13px;width:min(980px,calc(100% - 28px));transform:translateX(-50%);border:1px solid rgba(28,34,42,.16);border-radius:16px;background:rgba(255,255,255,.93);box-shadow:0 18px 55px rgba(20,25,32,.16);backdrop-filter:blur(18px);overflow:hidden}.trail-toggle{display:none}.trail-dock-body{display:flex;align-items:center;gap:14px;padding:10px 12px}.trail-links{display:flex;align-items:stretch;gap:0;min-width:0;overflow-x:auto;scrollbar-width:none}.trail-links::-webkit-scrollbar{display:none}.trail-links a{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;min-width:150px;max-width:205px;padding:8px 13px;color:#151a20;text-decoration:none;border-right:1px solid #e3e6ea}.trail-links small{grid-column:1;font:600 9px/1.2 ui-monospace,monospace;color:#667383;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.trail-links strong{grid-column:1;margin-top:4px;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.trail-links span{grid-column:2;grid-row:1/3;align-self:center;margin-left:10px;color:#a0a7af}.trail-actions{display:flex;gap:6px;margin-left:auto;flex:0 0 auto}.trail-actions button,.trail-toggle{border:0;background:transparent;font:650 11px/1.2 inherit;color:#536171;cursor:pointer;padding:8px}.trail-actions button:hover{color:#111}.has-trail-dock{padding-bottom:84px}
.recently-explored{max-width:1080px;margin:0 auto 58px;padding:0 24px;display:grid;grid-template-columns:190px 1fr;gap:28px;align-items:start}.recently-explored>div:first-child small{font:700 10px/1 ui-monospace,monospace;text-transform:uppercase;letter-spacing:.1em;color:#74808d}.recently-explored h2{margin:8px 0 0;font:700 26px/1.1 Georgia,serif}.recently-explored>div:last-child{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border:1px solid #e0e4e8}.recently-explored a{padding:15px;border-right:1px solid #e0e4e8;color:#151a20;text-decoration:none;min-width:0}.recently-explored a:last-child{border-right:0}.recently-explored span{display:block;font:600 9px/1.2 ui-monospace,monospace;color:#57718b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recently-explored strong{display:block;margin-top:7px;font-size:12px;line-height:1.25}
.web-portal-band{display:grid;grid-template-columns:1.2fr repeat(4,1fr);border:1px solid #dfe3e8;margin:0 0 48px;background:#fff}.web-portal-band>div,.web-portal-band>section{padding:23px;border-right:1px solid #dfe3e8}.web-portal-band>section:last-child{border-right:0}.portal-title{background:#12171e;color:#fff}.portal-title span,.web-portal-band small{display:block;font:650 9px/1 ui-monospace,monospace;text-transform:uppercase;letter-spacing:.11em;opacity:.65}.portal-title strong{display:block;margin-top:14px;font:700 22px/1.08 Georgia,serif}.web-portal-band section>a{display:block;padding:11px 0;border-bottom:1px solid #eceff2;text-decoration:none;color:#171c22}.web-portal-band section>a:last-child{border-bottom:0}.web-portal-band section strong{display:block;font-size:12px}.web-portal-band section span{display:block;margin-top:4px;font:600 9px/1 ui-monospace,monospace;color:#6c7884}
.domain-connection{position:fixed;z-index:999;inset:0;display:grid;place-items:center;background:rgba(247,248,250,.9);backdrop-filter:blur(14px);opacity:0;transition:opacity .12s ease}.domain-connection.is-visible{opacity:1}.domain-connection>div{width:min(410px,calc(100% - 38px));padding:38px;border:1px solid #d8dde3;background:#fff;box-shadow:0 25px 75px rgba(15,20,28,.18);text-align:center}.domain-connection>div>span{display:block;width:35px;height:35px;margin:0 auto 22px;border:3px solid #dce2e8;border-top-color:#111;border-radius:50%;animation:domain-spin .7s linear infinite}.domain-connection small{display:block;text-transform:uppercase;letter-spacing:.12em;color:#7a838d}.domain-connection strong{display:block;margin:11px 0 8px;font:700 24px/1.1 ui-monospace,monospace}.domain-connection em{font-style:normal;color:#68727d}@keyframes domain-spin{to{transform:rotate(360deg)}}
.source-badges{display:flex!important;flex-wrap:wrap;gap:7px;margin:0 0 20px!important}.source-badges span{padding:7px 9px;border:1px solid currentColor;font:700 9px/1 ui-monospace,monospace;text-transform:uppercase;letter-spacing:.08em;opacity:.72}
.result-card--publication{position:relative;overflow:hidden}.result-card--publication::before{content:attr(data-publisher);display:block;margin-bottom:9px;font:700 9px/1 ui-monospace,monospace;letter-spacing:.05em;color:#60738a}.publisher-result--dispatch{border-left:4px solid #8d2635;padding-left:20px}.publisher-result--literary{background:linear-gradient(90deg,#fbfaf6,transparent)}.publisher-result--archive{border-top:1px solid #222}.publisher-result--field{background:linear-gradient(90deg,#f6faf7,transparent)}.publisher-result--atlas{border-left:4px solid #416c73;padding-left:20px}
.lost-web{min-height:70vh;display:grid;place-items:center;padding:40px 22px}.lost-web>div{max-width:670px;text-align:center}.lost-web .error-code{font:700 clamp(82px,18vw,180px)/.8 ui-monospace,monospace;letter-spacing:-.09em;color:#eef1f4}.lost-web h1{font:700 clamp(34px,7vw,62px)/1 Georgia,serif;margin:-15px 0 18px}.lost-web p{font-size:18px;line-height:1.65;color:#626d78}.lost-web nav{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin-top:30px}.lost-web a{padding:12px 17px;border:1px solid #d9dee4;color:#17202a;text-decoration:none;font-weight:700}.lost-web a:first-child{background:#111;color:#fff;border-color:#111}
@media(max-width:900px){.web-portal-band{grid-template-columns:1fr 1fr}.web-portal-band>div,.web-portal-band>section{border-bottom:1px solid #dfe3e8}.recently-explored{grid-template-columns:1fr}.recently-explored>div:last-child{grid-template-columns:repeat(3,1fr)}.recently-explored a:nth-child(3){border-right:0}.recently-explored a:nth-child(n+4){border-top:1px solid #e0e4e8}}
@media(max-width:620px){.has-trail-dock{padding-bottom:66px}.web-trail-dock{bottom:8px;width:calc(100% - 16px);border-radius:13px}.trail-toggle{display:flex;width:100%;align-items:center;justify-content:space-between;padding:12px 14px}.trail-toggle b{font-size:10px;color:#7b8792}.trail-dock-body{padding:0 8px 9px}.web-trail-dock.is-collapsed .trail-dock-body{display:none}.trail-links a{min-width:134px;padding:7px 10px}.trail-actions{display:none}.recently-explored{padding:0 17px;margin-bottom:38px}.recently-explored>div:last-child{grid-template-columns:1fr 1fr}.recently-explored a,.recently-explored a:nth-child(3){border-right:1px solid #e0e4e8;border-top:1px solid #e0e4e8}.recently-explored a:nth-child(odd){border-right:1px solid #e0e4e8}.recently-explored a:nth-child(even){border-right:0}.web-portal-band{grid-template-columns:1fr;margin-bottom:34px}.web-portal-band>div,.web-portal-band>section{border-right:0}.internet-artifacts{gap:5px}.internet-artifacts span{font-size:8px;padding:0 7px}.domain-connection>div{padding:30px 20px}}
@media(prefers-reduced-motion:reduce){.domain-connection>div>span{animation:none}.domain-connection{transition:none}}

/* 4.8 — Memory and return */
.save-to-shelf{display:inline-flex;align-items:center;gap:8px;margin:12px 0 24px;padding:9px 12px;border:1px solid #d8dde3;background:#fff;color:#28313b;font:700 11px/1.1 inherit;cursor:pointer}.save-to-shelf span{font-size:14px}.save-to-shelf[aria-pressed="true"]{background:#12171e;border-color:#12171e;color:#fff}.publication-header .save-to-shelf,.site-masthead-copy .save-to-shelf{margin:18px 0 0;background:color-mix(in srgb,var(--site-paper,#fff) 92%,transparent);border-color:var(--site-line,#d8dde3);color:var(--site-ink,#1b2026)}
.my-web-world{max-width:1120px;margin:0 auto;padding:72px 24px 110px}.my-web-hero{display:grid;grid-template-columns:1fr auto;gap:60px;align-items:end;padding-bottom:48px;border-bottom:1px solid #dfe3e8}.my-web-hero small,.my-web-section-head small{font:700 10px/1 ui-monospace,monospace;letter-spacing:.11em;text-transform:uppercase;color:#687583}.my-web-hero h1{font:750 clamp(60px,10vw,112px)/.82 Georgia,serif;letter-spacing:-.065em;margin:18px 0 24px}.my-web-hero p{max-width:670px;margin:0;font-size:19px;line-height:1.65;color:#5d6874}.my-web-hero dl{display:flex;gap:28px;margin:0}.my-web-hero dl div{min-width:92px}.my-web-hero dt{font:750 34px/1 Georgia,serif}.my-web-hero dd{margin:7px 0 0;font:650 9px/1.2 ui-monospace,monospace;text-transform:uppercase;letter-spacing:.08em;color:#7a8590}.my-web-tabs{position:sticky;top:0;z-index:8;display:flex;gap:22px;padding:18px 0;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid #edf0f2}.my-web-tabs a{font:700 11px/1 ui-monospace,monospace;text-transform:uppercase;letter-spacing:.08em;color:#4d5965;text-decoration:none}.my-web-section{padding:64px 0;border-bottom:1px solid #dfe3e8}.my-web-section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.my-web-section-head h2{margin:9px 0 0;font:700 36px/1.06 Georgia,serif}.my-web-section-head button{border:0;background:transparent;color:#77818b;font:650 11px/1 inherit;cursor:pointer}.shelf-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.shelf-grid article{position:relative;min-width:0;border:1px solid #dfe3e8;background:#fff}.shelf-grid article>a{display:flex;min-height:170px;padding:22px;flex-direction:column;color:#17202a;text-decoration:none}.shelf-grid article>a span{font:650 10px/1 ui-monospace,monospace;color:#55728f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shelf-grid article>a strong{margin:20px 28px 18px 0;font:700 23px/1.12 Georgia,serif}.shelf-grid article>a small{margin-top:auto;text-transform:uppercase;letter-spacing:.08em;color:#818a94}.shelf-grid article>button{position:absolute;right:10px;top:10px;width:30px;height:30px;border:0;background:transparent;color:#8a949e;font-size:20px;cursor:pointer}.journey-list{display:grid;gap:14px}.journey-list>article{position:relative;display:grid;grid-template-columns:310px 1fr;gap:30px;padding:28px;border:1px solid #dfe3e8}.journey-list h3{font:700 27px/1.08 Georgia,serif;margin:8px 0 11px}.journey-list p{color:#6b7580;line-height:1.55;margin:0}.journey-list nav{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:#e5e8eb}.journey-list nav a{display:flex;gap:10px;padding:13px;background:#fff;color:#222b34;text-decoration:none;font-size:12px}.journey-list nav span{font:650 9px/1.4 ui-monospace,monospace;color:#87919b}.journey-list>article>button{position:absolute;right:24px;top:20px;border:0;background:transparent;color:#8a949e;font:650 10px/1 inherit;cursor:pointer}.history-list{list-style:none;margin:0;padding:0;border-top:1px solid #e1e5e9}.history-list li{display:grid;grid-template-columns:55px 1fr;border-bottom:1px solid #e1e5e9}.history-list li>span{padding:18px 0;font:650 10px/1 ui-monospace,monospace;color:#9aa2ab}.history-list a{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:15px 0;color:#151b22;text-decoration:none}.history-list small{font:650 10px/1 ui-monospace,monospace;color:#62758a}.history-list strong{font-size:14px}.my-web-empty{padding:46px;border:1px dashed #cfd5db;text-align:center}.my-web-empty span{font:650 9px/1 ui-monospace,monospace;text-transform:uppercase;letter-spacing:.1em;color:#84909c}.my-web-empty h2{font:700 29px/1.1 Georgia,serif;margin:15px 0}.my-web-empty p{max-width:520px;margin:0 auto;color:#68737e;line-height:1.6}.my-web-empty a{display:inline-block;margin-top:20px;color:#17202a;font-weight:750;text-decoration:none}.my-web-privacy{display:grid;grid-template-columns:180px 1fr;gap:30px;padding:32px;margin-top:54px;background:#f5f7f8}.my-web-privacy strong{font:700 22px/1.1 Georgia,serif}.my-web-privacy p{margin:0;color:#68737e;line-height:1.6}
@media(max-width:840px){.my-web-hero{grid-template-columns:1fr}.my-web-hero dl{justify-content:flex-start}.shelf-grid{grid-template-columns:1fr 1fr}.journey-list>article{grid-template-columns:1fr}.journey-list nav{margin-top:8px}}
@media(max-width:560px){.my-web-world{padding:44px 17px 90px}.my-web-hero{gap:30px;padding-bottom:36px}.my-web-hero h1{font-size:64px}.my-web-hero p{font-size:16px}.my-web-hero dl{gap:18px}.my-web-hero dl div{min-width:auto}.my-web-hero dt{font-size:28px}.my-web-tabs{gap:15px;overflow-x:auto}.my-web-section{padding:45px 0}.my-web-section-head h2{font-size:30px}.shelf-grid{grid-template-columns:1fr}.journey-list>article{padding:21px}.journey-list nav{grid-template-columns:1fr}.my-web-privacy{grid-template-columns:1fr}.header-links a[href="my-web.html"]{display:inline-flex}.save-to-shelf{margin-bottom:18px}}

/* 4.9 — Living publisher homepages */
.publisher-live-status{display:flex;align-items:center;gap:8px;margin-top:18px;font:700 9px/1 ui-monospace,monospace;text-transform:uppercase;letter-spacing:.09em}.publisher-live-status i{width:7px;height:7px;border-radius:50%;background:#2f8b57;box-shadow:0 0 0 4px color-mix(in srgb,#2f8b57 15%,transparent)}.publisher-live-status b{font-weight:600;opacity:.58}.living-publisher{max-width:1180px;margin:0 auto;padding:38px 28px 12px;color:var(--site-ink,#18202a)}.living-edition-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:40px;align-items:end;padding:35px 0 28px;border-top:1px solid var(--site-line,#dce1e5);border-bottom:1px solid var(--site-line,#dce1e5)}.living-edition-head small,.living-coverage small,.living-personal small,.living-pathways small,.publisher-now small{font:750 9px/1 ui-monospace,monospace;text-transform:uppercase;letter-spacing:.12em;opacity:.6}.living-edition-head h2{max-width:780px;margin:12px 0 10px;font:750 clamp(35px,5vw,66px)/.98 Georgia,serif;letter-spacing:-.045em}.living-edition-head p{max-width:720px;margin:0;font-size:16px;line-height:1.55;opacity:.72}.living-edition-head>a{padding:12px 15px;border:1px solid currentColor;color:inherit;text-decoration:none;font-weight:750;font-size:12px}.living-edition-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:1px;background:var(--site-line,#dce1e5);margin-top:18px}.living-lead,.living-latest{background:var(--site-paper,#fff);padding:30px}.living-lead>span{font:700 10px/1 ui-monospace,monospace;opacity:.58}.living-lead>strong{display:block;max-width:650px;margin:35px 0 18px;font:750 clamp(32px,4vw,56px)/1 Georgia,serif}.living-lead>p{max-width:650px;font-size:17px;line-height:1.65;opacity:.75}.living-lead>div{display:flex;flex-wrap:wrap;gap:8px;margin-top:26px}.living-lead>div a{padding:8px 10px;border:1px solid var(--site-line,#dce1e5);color:inherit;text-decoration:none;font-size:11px;font-weight:700}.living-latest>small{font:750 9px/1 ui-monospace,monospace;text-transform:uppercase;letter-spacing:.12em;opacity:.55}.living-latest>a{display:grid;grid-template-columns:28px 1fr;gap:13px;padding:20px 0;border-bottom:1px solid var(--site-line,#dce1e5);color:inherit;text-decoration:none}.living-latest>a:last-child{border-bottom:0}.living-latest b{font:700 9px/1 ui-monospace,monospace;opacity:.45}.living-latest strong,.living-latest em{display:block}.living-latest strong{font:700 17px/1.2 Georgia,serif}.living-latest em{margin-top:6px;font-style:normal;font-size:11px;line-height:1.4;opacity:.62}.living-coverage,.living-personal,.living-pathways{display:grid;grid-template-columns:270px 1fr;gap:45px;padding:42px 0;border-bottom:1px solid var(--site-line,#dce1e5)}.living-coverage h3,.living-personal h3,.living-pathways h3{margin:10px 0 12px;font:700 29px/1.05 Georgia,serif}.living-coverage p,.living-personal p,.living-pathways p{margin:0;font-size:13px;line-height:1.55;opacity:.65}.living-coverage>div:last-child,.living-personal>div:last-child{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--site-line,#dce1e5)}.living-coverage a,.living-personal a{min-width:0;padding:20px;background:var(--site-paper,#fff);color:inherit;text-decoration:none}.living-coverage a span{display:block;font:650 9px/1 ui-monospace,monospace;opacity:.55;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.living-coverage a strong,.living-personal a strong{display:block;margin:14px 0 8px;font:700 18px/1.13 Georgia,serif}.living-coverage a em,.living-personal a span{display:block;font-style:normal;font-size:11px;line-height:1.45;opacity:.62}.living-pathways nav{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--site-line,#dce1e5)}.living-pathways nav a{display:grid;grid-template-columns:28px 1fr;gap:12px;padding:19px;background:var(--site-paper,#fff);color:inherit;text-decoration:none}.living-pathways nav span{font:700 9px/1 ui-monospace,monospace;opacity:.45}.living-pathways nav strong,.living-pathways nav em{display:block}.living-pathways nav strong{font:700 16px/1.15 Georgia,serif}.living-pathways nav em{margin-top:5px;font-style:normal;font-size:10px;opacity:.55}.publisher-now{max-width:1160px;margin:0 auto 46px;padding:0 24px}.publisher-now-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:20px}.publisher-now h2{margin:10px 0;font:750 38px/1.03 Georgia,serif}.publisher-now p{max-width:680px;margin:0;color:#66727e;line-height:1.55}.publisher-now-head>a{font-weight:750;color:#17202a;text-decoration:none}.publisher-now>div:last-child{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#dfe3e7}.publisher-now>div:last-child a{min-width:0;min-height:145px;padding:21px;background:#fff;color:#17202a;text-decoration:none}.publisher-now a span,.publisher-now a em{display:block}.publisher-now a span{font:650 9px/1 ui-monospace,monospace;color:#55718e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.publisher-now a strong{display:block;margin:24px 0 12px;font:700 20px/1.12 Georgia,serif}.publisher-now a em{font-style:normal;font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#7d8791}.publisher-wire{display:flex;gap:18px;align-items:center;max-width:1160px;margin:0 auto;padding:11px 24px;border-bottom:1px solid #dfe3e7;overflow:hidden}.publisher-wire>span{flex:0 0 auto;font:750 9px/1 ui-monospace,monospace;text-transform:uppercase;letter-spacing:.12em}.publisher-wire>div{display:flex;gap:26px;overflow-x:auto;scrollbar-width:none}.publisher-wire a{flex:0 0 auto;color:#4e5965;text-decoration:none;font-size:11px;white-space:nowrap}.publisher-wire b{margin-right:8px;font:700 9px/1 ui-monospace,monospace;color:#25384c}
@media(max-width:820px){.living-edition-head{grid-template-columns:1fr}.living-edition-head>a{justify-self:start}.living-edition-grid{grid-template-columns:1fr}.living-coverage,.living-personal,.living-pathways{grid-template-columns:1fr;gap:22px}.publisher-now>div:last-child{grid-template-columns:1fr 1fr}.publisher-now-head{align-items:start;flex-direction:column}}
@media(max-width:560px){.living-publisher{padding:24px 17px 8px}.living-edition-head{padding:28px 0 22px}.living-edition-head h2{font-size:39px}.living-lead,.living-latest{padding:22px}.living-lead>strong{font-size:35px}.living-coverage>div:last-child,.living-personal>div:last-child,.living-pathways nav{grid-template-columns:1fr}.publisher-now{padding:0 17px}.publisher-now>div:last-child{grid-template-columns:1fr}.publisher-wire{padding-inline:17px}}


/* 5.1 — Official search-browser homepage and mobile-first navigation */
.home-page{grid-template-rows:30px 1fr auto;background:linear-gradient(180deg,#fff 0%,#fff 70%,#fafbfc 100%)}
.minimal-header--home{height:30px}
.home-main{place-items:start center;padding:clamp(46px,9vh,104px) 20px 70px}
.home-search-stage{width:min(760px,100%);display:flex;flex-direction:column;align-items:center}
.home-logo{margin-bottom:28px}
.home-logo img{display:block;width:clamp(90px,12vw,118px);height:auto}
.hero-search-wrap{width:100%}
.search-shell--hero{width:100%;height:64px;box-shadow:0 7px 24px rgba(21,30,47,.10),0 1px 3px rgba(21,30,47,.06);border-color:#d9dde4}
.search-shell--hero input{font-size:16px}
.home-browser-deck{width:100%;margin-top:24px}
.browser-status{height:36px;display:flex;align-items:center;justify-content:center;gap:12px;color:#7a818b;font-size:11px;letter-spacing:.01em}
.browser-status strong{color:#333840;font-weight:650}
.browser-status span:not(.status-light):not(:last-child)::after{content:'·';margin-left:12px;color:#c0c5cc}
.status-light{width:7px;height:7px;border-radius:50%;background:#1777d2;box-shadow:0 0 0 4px rgba(23,119,210,.08)}
.browser-launchpad{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin-top:12px}
.browser-launch{min-width:0;display:flex;align-items:center;gap:10px;padding:13px 12px;border:1px solid #e2e5ea;border-radius:13px;background:rgba(255,255,255,.92);text-decoration:none;box-shadow:0 3px 12px rgba(20,28,45,.035);transition:transform .16s,box-shadow .16s,border-color .16s}
.browser-launch:hover{transform:translateY(-2px);border-color:#cfd5dd;box-shadow:0 9px 23px rgba(20,28,45,.075)}
.launch-icon{display:grid;place-items:center;width:31px;height:31px;flex:0 0 31px;border:1px solid #e2e6eb;border-radius:9px;background:#f7f8fa;color:#3b424c;font-size:12px;font-weight:700}
.browser-launch>span:nth-child(2){min-width:0;display:flex;flex-direction:column;line-height:1.12}
.browser-launch small{font-size:9px;text-transform:uppercase;letter-spacing:.09em;color:#8a919a;margin-bottom:4px}
.browser-launch strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.browser-launch b{margin-left:auto;font-size:13px;font-weight:500;color:#9aa0a8}
.browser-suggestions{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:7px;margin-top:17px;color:#838a94;font-size:11px}
.browser-suggestions>span{text-transform:uppercase;letter-spacing:.09em;font-size:9px;font-weight:700;margin-right:2px}
.browser-suggestions a{padding:5px 9px;border:1px solid #e5e8ec;border-radius:999px;background:#fff;color:#4d5560;text-decoration:none;transition:border-color .15s,color .15s}
.browser-suggestions a:hover{border-color:#b9c8db;color:#075cca}
.page-header:has(.search-shell--compact),.results-header{justify-content:flex-start}
.page-header .search-shell--compact{margin-left:auto;margin-right:auto}

@media (max-width:760px){
 .home-page{grid-template-rows:12px 1fr auto}
 .minimal-header--home{height:12px}
 .home-main{padding:38px 15px 34px;place-items:start center}
 .home-search-stage{width:100%;max-width:520px}
 .home-logo{margin-bottom:23px}
 .home-logo img{width:88px}
 .search-shell--hero{height:58px;box-shadow:0 5px 18px rgba(21,30,47,.095)}
 .search-shell--hero>svg{display:none}
 .search-shell--hero input{font-size:16px;padding-left:20px;padding-right:7px}
 .search-shell--hero button.submit-search{width:46px;height:46px;margin-right:5px}
 .home-browser-deck{margin-top:20px}
 .browser-status{justify-content:flex-start;overflow:hidden;white-space:nowrap;height:30px;padding:0 3px;gap:9px}
 .browser-status span:not(.status-light):not(:last-child)::after{margin-left:9px}
 .browser-launchpad{grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}
 .browser-launch{min-height:66px;padding:11px;border-radius:12px}
 .launch-icon{width:30px;height:30px;flex-basis:30px}
 .browser-launch strong{font-size:12px}
 .browser-suggestions{justify-content:flex-start;gap:6px;margin-top:14px;padding:0 2px}
 .browser-suggestions a{padding:6px 9px;font-size:11px}
 .site-footer--home{padding:15px 18px}
 .site-footer--home .footer-inner{justify-content:center}
 .site-footer--home nav{gap:22px}
 .page-header{height:66px;padding:0 14px;gap:12px}
 .page-header .brand-mark{width:30px;height:30px}
 .page-header .search-shell--compact{width:calc(100% - 44px);height:44px;margin:0}
}
@media (max-width:390px){
 .home-main{padding-left:12px;padding-right:12px}
 .browser-status span:nth-last-child(-n+1){display:none}
 .browser-launchpad{gap:7px}
 .browser-launch{padding:10px 9px;gap:8px}
 .launch-icon{width:28px;height:28px;flex-basis:28px}
 .browser-launch b{display:none}
 .browser-suggestions a:last-child{display:none}
}

/* v3.5.css */
/* KJV Internet 3.5 — authoritative release overrides */
:root{--surface:#fff;--text:#111214;--muted:#68717d;--line:#e2e7ed;--focus:#3c83df;--search-max:700px;--search-h:60px;--tap:44px}
.search-shell{isolation:isolate}
.search-shell:focus-within{outline:0}
.search-suggestions [role="option"][aria-selected="true"]{background:#f1f5fa}
.relevance-note{font-size:11px;color:var(--muted);margin-top:8px}
@media(max-width:560px){:root{--search-h:56px}.search-suggestions{max-height:min(48vh,360px);overflow:auto;overscroll-behavior:contain}}

/* 3.5.1 — transparent identity asset + locked responsive search geometry */
.home-logo {
  width: 48px;
  height: 48px;
  background: transparent !important;
  overflow: visible;
}
.home-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: transparent !important;
}
.home-search-stage,
.home-page .hero-search-wrap {
  width: min(var(--search-max), 100%);
}
.home-page .search-shell--hero {
  width: 100%;
  min-width: 0;
  height: var(--search-h);
}

@media (min-width: 561px) {
  .home-page .home-main { padding-inline: 28px; }
  .home-search-stage { width: min(700px, calc(100vw - 56px)); }
}

@media (max-width: 560px) {
  .home-page .home-main { padding-inline: 16px; }
  .home-search-stage,
  .home-page .hero-search-wrap { width: 100%; }
  .home-logo { width: 44px; height: 44px; }
  .home-page .search-shell--hero { height: 56px; }
  .home-page .search-shell--hero .submit-search { width: 44px; height: 44px; }
}

@media (max-width: 360px) {
  .home-page .home-main { padding-inline: 12px; }
  .home-page .search-shell--hero > svg { margin-left: 16px; }
}

/* v3.5.3.css */
/* KJV Internet 3.5.3 — visual refinement without ranking regressions */
:root{
  --ui-ink:#101114;
  --ui-muted:#66707b;
  --ui-faint:#8d96a1;
  --ui-line:#e7ebef;
  --ui-blue:#095fca;
  --ui-soft:#f7f9fb;
  --ui-radius:16px;
}

/* Header: quieter identity, stronger search */
.results-header{
  height:74px;
  grid-template-columns:32px minmax(360px,700px) 1fr auto;
  gap:20px;
  padding:0 clamp(20px,3.2vw,46px);
  border-bottom:1px solid #edf0f3;
  box-shadow:0 1px 0 rgba(17,18,20,.015);
}
.results-header .brand-mark{width:30px;height:30px}
.results-header .search-shell--header{
  height:48px;
  border-color:#dce1e7;
  box-shadow:0 5px 18px rgba(20,31,49,.055);
}
.results-header .search-shell--header:focus-within{
  border-color:#9dbce6;
  box-shadow:0 0 0 3px rgba(56,132,230,.09),0 7px 22px rgba(20,45,82,.075);
}
.results-header .browse-link{font-size:12px;color:#626b76}

/* Result navigation */
.filter-bar{
  top:74px;
  height:48px;
  gap:28px;
  padding:0 max(24px,calc((100vw - 1160px)/2));
  border-bottom:1px solid var(--ui-line);
}
.filter-bar button,.filter{
  color:#6b7480;
  font-size:12px;
  letter-spacing:.005em;
  border-bottom-width:2px;
}
.filter-bar button.active,.filter.active{color:var(--ui-ink);font-weight:650}

/* Results canvas */
.results-layout{
  max-width:1160px;
  grid-template-columns:minmax(0,760px) 260px;
  gap:72px;
  padding:34px 24px 100px;
}
.result-meta{
  margin:0 0 30px;
  color:#757e89;
  font-size:12px;
}
.result-meta small{color:#9aa2ac}

/* Organic result rhythm; no dashboard-card overload */
.result-card{
  padding:0 0 30px;
  margin:0 0 30px;
  border-bottom:1px solid var(--ui-line);
}
.result-source{
  gap:9px;
  margin-bottom:9px;
  color:#46505b;
}
.source-icon{
  width:24px;
  height:24px;
  border:0;
  border-radius:7px;
  background:#f2f5f8;
  color:#58626e;
  font-size:11px;
}
.result-source strong{font-size:11px;font-weight:650;color:#414a55}
.result-source small{font-size:10px;color:#929aa5;margin-top:2px}
.result-heading-row{align-items:flex-start;gap:9px;flex-wrap:wrap}
.result-card h2{
  font-size:22px;
  line-height:1.25;
  margin:0 0 8px;
  font-weight:630;
  letter-spacing:-.018em;
}
.result-card h2 a{
  color:var(--ui-blue);
  text-decoration:none;
}
.result-card h2 a:hover{text-decoration:underline;text-decoration-thickness:1px}
.result-snippet{
  max-width:720px;
  color:#343b44;
  font-size:15px;
  line-height:1.65;
}
.scripture-result .result-snippet{
  font-size:17px;
  line-height:1.72;
  color:#242a31;
}
mark{
  background:transparent;
  color:inherit;
  font-weight:650;
  padding:0;
}
.result-actions{
  gap:10px;
  margin-top:11px;
  font-size:11px;
  color:#838b95;
}
.result-actions a{color:#4e6179;font-weight:550}
.result-actions a:hover{color:var(--ui-blue)}
.result-actions span:before{color:#c2c7cd}

/* One calm featured treatment, not a promo card */
.result-card--featured{
  position:relative;
  padding:24px 25px 25px;
  margin:0 0 34px -25px;
  border:1px solid #dfe5eb;
  border-radius:18px;
  background:#fff;
  box-shadow:0 12px 34px rgba(24,38,58,.055);
}
.result-card--featured:before{
  content:"";
  position:absolute;
  left:-1px;
  top:24px;
  bottom:24px;
  width:3px;
  border-radius:0 3px 3px 0;
  background:#111214;
}
.result-card--featured h2{font-size:27px}
.result-card--featured .result-snippet{font-size:15.5px;line-height:1.68}
.result-badge{
  margin-top:3px;
  background:transparent;
  color:#7a838e;
  border:1px solid #dfe4e9;
  padding:3px 7px;
  font-size:9px;
  letter-spacing:.085em;
}
.result-sitelinks{margin-top:16px;gap:8px 22px}
.result-sitelinks a{font-size:12px;color:#365f91}

/* Sidebar: institutional guide, not stacked widgets */
.results-aside{padding-top:27px;top:142px}
.aside-card{
  margin-bottom:12px;
  padding:18px 17px;
  border:1px solid #e3e8ed;
  border-radius:14px;
  box-shadow:none;
}
.aside-card--entity{background:#fafbfd}
.aside-card h3{font-size:12px;color:#303842}
.aside-card p{font-size:12px;line-height:1.58;color:#68717c}
.aside-card a{font-size:12px;color:#3c628d;padding:6px 0}
.aside-card--entity h3{font-size:22px;color:#171a1e}
.aside-eyebrow{font-size:9px;color:#8a929c}

/* Empty state */
.no-results{
  max-width:620px;
  margin:0 auto;
  padding:84px 20px 96px;
}
.no-results-icon{
  width:52px;
  height:52px;
  margin:0 auto 20px;
  display:grid;
  place-items:center;
  border:1px solid #e0e5ea;
  border-radius:50%;
  color:#747d88;
  font-size:28px;
}
.no-results h1{font-size:27px;line-height:1.25;margin:0 0 10px;letter-spacing:-.02em}
.no-results p{max-width:440px;margin:0 auto;color:#727b86;line-height:1.65}
.staff-link{
  margin-top:22px;
  padding:10px 15px;
  border:1px solid #d8dee5;
  border-radius:999px;
  color:#20262d;
  font-size:12px;
  font-weight:600;
  background:#fff;
}
.staff-link:hover{border-color:#bfc7d0;background:#fafbfc}

/* Footer */
.results-layout + .site-footer{border-top:1px solid #f0f2f4}

@media(max-width:980px){
  .results-header{grid-template-columns:30px minmax(0,1fr) auto;padding:0 18px;gap:13px}
  .results-layout{max-width:820px;grid-template-columns:1fr;gap:0}
  .result-card--featured{margin-left:0}
}

@media(max-width:700px){
  .results-header{height:66px;padding:0 12px;grid-template-columns:27px minmax(0,1fr);gap:9px}
  .results-header .brand-mark{width:27px;height:27px}
  .search-shell--header{height:44px}
  .filter-bar{top:66px;height:46px;padding:0 14px;gap:22px}
  .results-layout{padding:23px 15px 72px}
  .result-meta{margin-bottom:23px}
  .result-card{padding-bottom:25px;margin-bottom:25px}
  .result-card h2{font-size:20px}
  .scripture-result .result-snippet{font-size:16px;line-height:1.68}
  .result-snippet{font-size:14px;line-height:1.62}
  .result-card--featured{padding:20px 18px 21px;border-radius:15px;margin-bottom:28px}
  .result-card--featured:before{top:20px;bottom:20px}
  .result-card--featured h2{font-size:23px}
  .result-badge{display:none}
  .source-icon{width:22px;height:22px}
  .no-results{padding:65px 8px 80px}
  .no-results h1{font-size:23px}
}

@media(max-width:380px){
  .results-layout{padding-inline:12px}
  .filter-bar{padding-inline:12px}
}

/* 3.6 Vocabulary and Depth Foundation */
.direct-answer{margin:0 0 28px;padding:24px 26px;border:1px solid #dfe5ec;border-radius:18px;background:linear-gradient(180deg,#fff,#fbfcfe)}
.answer-label{display:block;margin-bottom:8px;color:#5f6b78;font-size:12px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}
.direct-answer h2{margin:0 0 14px;font-size:22px;line-height:1.35;letter-spacing:-.015em}
.answer-evidence{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}
.answer-evidence a{padding:6px 10px;border:1px solid #dfe5ec;border-radius:999px;font-size:13px;text-decoration:none;background:#fff}
.answer-page{font-size:14px;font-weight:650;text-decoration:none}
.relationships-section{margin-top:38px}
.relationship-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.relationship-list>a,.relationship-list>div{display:flex;flex-direction:column;gap:3px;padding:13px 15px;border:1px solid #e3e7eb;border-radius:12px;text-decoration:none;background:#fff}
.relationship-list span{font-size:11px;letter-spacing:.07em;text-transform:uppercase;color:#6c7580}
.relationship-list strong{font-size:15px;color:#111}
.article-main:not(.article-main--longform) .lede{font-size:20px;line-height:1.65}
.article-main section>p{font-size:17px;line-height:1.82}
@media(max-width:640px){.direct-answer{padding:20px 18px;border-radius:15px}.direct-answer h2{font-size:19px}.relationship-list{grid-template-columns:1fr}.article-main section>p{font-size:16px;line-height:1.76}}
/* 3.6.1 — answer integrity and typo recovery */
.did-you-mean{display:block;margin-top:7px;font-size:13px;color:#52606d;text-decoration:none}
.did-you-mean strong{color:#111;font-weight:700}
.did-you-mean:hover strong{text-decoration:underline}


/* 3.7 — Never Hit a Wall: knowledge graph and discovery trails */
.story-trail{margin:48px 0 42px;padding:28px;border:1px solid #dfe5eb;border-radius:20px;background:linear-gradient(180deg,#fbfcfd 0%,#fff 100%)}
.trail-heading span{display:block;margin-bottom:6px;font-size:10px;font-weight:750;letter-spacing:.11em;text-transform:uppercase;color:#6f7984}
.trail-heading h2{margin:0 0 22px!important;font-size:24px!important;letter-spacing:-.02em}
.trail-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;position:relative}
.trail-step{min-width:0;padding:16px 16px 15px;border:1px solid #e0e5ea;border-radius:14px;background:#fff;text-decoration:none;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}
.trail-step:hover{transform:translateY(-2px);border-color:#c9d2db;box-shadow:0 8px 24px rgba(18,28,38,.06)}
.trail-step small{display:block;margin-bottom:6px;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#7a8490}
.trail-step strong{display:block;min-height:42px;font-family:Georgia,'Times New Roman',serif;font-size:17px;line-height:1.3;color:#171a1d}
.trail-step>span{display:block;margin-top:12px;font-size:11px;font-weight:650;color:#456b96}
.trail-step--current{border-color:#bfcbd7;background:#f7f9fb}
.trail-step--current small{color:#2f5f91}
.parallel-passages{margin-top:22px;padding-top:20px;border-top:1px solid #e3e8ed}
.parallel-passages h3{margin:0 0 10px;font-size:12px;letter-spacing:.05em;text-transform:uppercase;color:#58636f}
.parallel-passages>div{display:flex;flex-wrap:wrap;gap:8px}
.parallel-passages a{padding:7px 10px;border:1px solid #dfe5ea;border-radius:999px;background:#fff;color:#365f8d;font-size:12px;text-decoration:none}
.parallel-passages a:hover{border-color:#bcc8d4}
@media(max-width:720px){.story-trail{margin:38px 0 34px;padding:21px 17px;border-radius:16px}.trail-heading h2{font-size:21px!important}.trail-steps{grid-template-columns:1fr}.trail-step strong{min-height:0}.trail-step{padding:14px 15px}.trail-step>span{margin-top:8px}}

/* 3.9 — Authority and contextual-result pass */
.result-match{display:flex;align-items:center;gap:7px;margin:7px 0 9px;color:#6a7380;font-size:12px;font-weight:650;letter-spacing:.01em}.result-section-links{display:flex;flex-wrap:wrap;gap:8px;margin:13px 0 4px}.result-section-links a{font-size:13px;color:#2f5f9e;background:#f5f8fc;border:1px solid #e3eaf3;border-radius:999px;padding:6px 10px;text-decoration:none}.result-section-links a:hover{background:#eef4fb}.page-at-glance{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin:28px 0 42px;background:#e8ebef;border:1px solid #e8ebef;border-radius:14px;overflow:hidden}.page-at-glance>div{background:#fafbfc;padding:16px 17px}.page-at-glance small{display:block;color:#727b86;font-size:11px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:5px}.page-at-glance strong{font-size:15px;color:#17191c}@media(max-width:700px){.page-at-glance{grid-template-columns:repeat(2,minmax(0,1fr));margin:22px 0 34px}.result-section-links{gap:6px}.result-section-links a{font-size:12px}}

/* 4.0 — Canon layer */
.browse-intro{max-width:720px;margin:18px auto 0;color:var(--muted,#667085);font-size:15px;line-height:1.65}
.book-card-main{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}
.book-title-link{min-width:0}
.book-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.book-actions a{font-size:12px;font-weight:700;color:#344054;border:1px solid #e4e7ec;border-radius:999px;padding:6px 10px;background:#fff;white-space:nowrap}
.book-actions a:hover{border-color:#98a2b3;color:#101828}
.book-context-strip{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:0 0 28px;padding:18px 20px;border:1px solid #e7eaf0;border-radius:16px;background:#fafbfc}
.book-context-strip div{display:grid;gap:4px}
.book-context-strip span{font-size:11px;text-transform:uppercase;letter-spacing:.09em;color:#667085;font-weight:800}
.book-context-strip strong{font-size:14px;line-height:1.45;color:#344054;font-weight:600}
.book-context-strip>a{font-size:13px;font-weight:800;white-space:nowrap;color:#175cd3}
.chapter-nav-center{display:flex;flex-direction:column;align-items:center;gap:8px}
.book-guide-link{font-size:13px;font-weight:800;color:#175cd3}
@media(max-width:700px){
  .book-card-main{display:block}
  .book-actions{justify-content:flex-start;margin-top:12px}
  .book-context-strip{align-items:flex-start;flex-direction:column;gap:12px;padding:16px}
  .book-context-strip>a{white-space:normal}
  .chapter-nav-center{gap:6px}
}


/* 4.1 — Biblical Web Layer: clearly labeled simulated sites */
.header-links{display:flex;align-items:center;gap:16px}.header-links a{font-size:13px;font-weight:700;color:#475467;text-decoration:none}.header-links a:hover,.header-links a[aria-current="page"]{color:#101828}
#sitesRoot{min-height:70vh}.sites-directory{max-width:1180px;margin:0 auto;padding:70px 28px 90px}.sites-heading{max-width:720px;margin-bottom:42px}.sites-heading h1{font-family:Georgia,'Times New Roman',serif;font-size:52px;line-height:1.04;letter-spacing:-.035em;margin:9px 0 16px}.sites-heading p{font-size:18px;line-height:1.7;color:#667085}.sites-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.site-card{display:flex;min-height:250px;flex-direction:column;padding:24px;border:1px solid #e4e7ec;border-radius:20px;background:#fff;text-decoration:none;box-shadow:0 1px 2px rgba(16,24,40,.02);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.site-card:hover{transform:translateY(-3px);border-color:#cfd6df;box-shadow:0 14px 34px rgba(16,24,40,.07)}.site-domain{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;color:#667085}.site-card>strong{font-family:Georgia,'Times New Roman',serif;font-size:25px;line-height:1.15;color:#101828;margin:34px 0 12px}.site-card p{font-size:14px;line-height:1.65;color:#667085;margin:0 0 24px}.site-card small{margin-top:auto;color:#175cd3;font-weight:800}.site-card--field{background:linear-gradient(145deg,#f8fbf8,#fff)}.site-card--record{background:linear-gradient(145deg,#fcfaf6,#fff)}.site-card--atlas{background:linear-gradient(145deg,#f7f9fc,#fff)}.site-card--house{background:linear-gradient(145deg,#fbf8f5,#fff)}.site-card--dispatch{background:linear-gradient(145deg,#f7fafb,#fff)}.site-card--people{background:linear-gradient(145deg,#fbf7f8,#fff)}.simulation-note{margin-top:36px;padding:20px 22px;border-left:3px solid #d0d5dd;background:#fafafa;color:#667085}.simulation-note strong{color:#344054}.simulation-note p{margin:5px 0 0;line-height:1.6}
.site-world{max-width:1240px;margin:32px auto 80px;padding:0 24px}.site-browser{display:flex;align-items:center;gap:7px;height:44px;padding:0 16px;background:#f2f4f7;border:1px solid #e4e7ec;border-radius:18px 18px 0 0}.site-browser>span{width:8px;height:8px;border-radius:50%;background:#c8cdd5}.site-browser>div{margin-left:8px;max-width:420px;flex:1;padding:7px 12px;border-radius:8px;background:#fff;color:#667085;font:11px ui-monospace,SFMono-Regular,Menlo,monospace}.site-masthead{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;padding:58px 58px 48px;border-inline:1px solid #e4e7ec;background:linear-gradient(145deg,#fafbfc,#fff)}.site-masthead span{font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#667085}.site-masthead h1{font-family:Georgia,'Times New Roman',serif;font-size:58px;line-height:1;letter-spacing:-.045em;margin:12px 0 14px}.site-masthead p{max-width:650px;margin:0;font-size:18px;line-height:1.6;color:#667085}.site-masthead>a{font-size:13px;font-weight:800;text-decoration:none;color:#175cd3}.site-nav{display:flex;gap:28px;overflow:auto;padding:0 58px;border:1px solid #e4e7ec;background:#101828}.site-nav a{padding:15px 0;color:#d0d5dd;font-size:12px;font-weight:700;text-decoration:none;white-space:nowrap}.site-nav a:hover{color:#fff}.site-content{border-inline:1px solid #e4e7ec;border-bottom:1px solid #e4e7ec;background:#fff}.site-lead{display:flex;justify-content:space-between;gap:40px;padding:44px 58px;border-bottom:1px solid #eaecf0}.site-lead>p{max-width:760px;margin:0;font-family:Georgia,'Times New Roman',serif;font-size:25px;line-height:1.55}.site-lead>div{display:grid;align-content:start;gap:8px;min-width:150px}.site-lead span{font-size:12px;color:#667085}.site-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:58px;padding:54px 58px 68px}.site-story{display:grid;grid-template-columns:42px 1fr;gap:20px;padding:0 0 38px;margin-bottom:38px;border-bottom:1px solid #eaecf0}.site-story>span{font:12px ui-monospace,SFMono-Regular,Menlo,monospace;color:#98a2b3;padding-top:8px}.site-story h2{font-family:Georgia,'Times New Roman',serif;font-size:33px;letter-spacing:-.025em;margin:0 0 16px}.site-story p{font-size:17px;line-height:1.82;color:#344054}.site-panel{position:sticky;top:92px;padding:20px;border:1px solid #e4e7ec;border-radius:16px;background:#fafbfc}.site-panel>span{display:block;margin-bottom:11px;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#667085}.site-panel>a{display:block;padding:12px 0;border-top:1px solid #e4e7ec;text-decoration:none}.site-panel>a:first-of-type{border-top:0}.site-panel strong{display:block;color:#101828;font-size:14px}.site-panel small{color:#667085;font-size:11px}.site-panel--note{position:static;margin-top:14px}.site-panel--note p{font-size:12px;line-height:1.6;color:#667085}.site-sources{padding-top:10px}.site-sources h2{font-family:Georgia,'Times New Roman',serif}.site-sources>div{display:flex;flex-wrap:wrap;gap:8px}.site-sources a{padding:7px 11px;border:1px solid #e4e7ec;border-radius:999px;font-size:12px;text-decoration:none;color:#175cd3}
@media(max-width:900px){.sites-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-masthead{padding:42px 30px 36px}.site-masthead h1{font-size:44px}.site-nav{padding-inline:30px}.site-lead{padding:34px 30px;display:block}.site-lead>div{display:flex;flex-wrap:wrap;margin-top:18px}.site-layout{grid-template-columns:1fr;padding:40px 30px}.site-panel{position:static}.site-layout>aside{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.site-panel--note{margin-top:0}}
@media(max-width:640px){.header-links{gap:10px}.header-links a{font-size:12px}.sites-directory{padding:46px 16px 70px}.sites-heading h1{font-size:38px}.sites-heading p{font-size:16px}.sites-grid{grid-template-columns:1fr}.site-card{min-height:220px}.site-world{margin:14px auto 60px;padding:0 10px}.site-browser{border-radius:14px 14px 0 0}.site-masthead{display:block;padding:34px 20px 28px}.site-masthead h1{font-size:38px}.site-masthead p{font-size:16px}.site-masthead>a{display:inline-block;margin-top:20px}.site-nav{padding-inline:20px;gap:20px}.site-lead{padding:28px 20px}.site-lead>p{font-size:21px}.site-layout{padding:34px 20px;gap:34px}.site-story{grid-template-columns:28px 1fr;gap:12px}.site-story h2{font-size:27px}.site-story p{font-size:16px}.site-layout>aside{grid-template-columns:1fr}}

/* 4.2 — Full-vibe microsites */
.site-world{--site-ink:#18212b;--site-accent:#5b6572;--site-soft:#f2f0eb;--site-paper:#fff;--site-line:rgba(24,33,43,.14);box-shadow:0 30px 90px rgba(16,24,40,.09)}
.site-world--archive{--site-ink:#2a1713;--site-accent:#8d3424;--site-soft:#f3e8df;--site-paper:#fffdf9}
.site-world--field{--site-ink:#173129;--site-accent:#32735a;--site-soft:#e8f1eb;--site-paper:#fbfefb}
.site-world--record{--site-ink:#382b17;--site-accent:#9b6b20;--site-soft:#f4eddf;--site-paper:#fffdf8}
.site-world--atlas{--site-ink:#172b46;--site-accent:#2d6693;--site-soft:#e8eef5;--site-paper:#fbfdff}
.site-world--index{--site-ink:#2e1d3d;--site-accent:#73518a;--site-soft:#eee8f2;--site-paper:#fefcff}
.site-world--house{--site-ink:#38231d;--site-accent:#a1583e;--site-soft:#f3e8e3;--site-paper:#fffaf8}
.site-world--timeline{--site-ink:#162f39;--site-accent:#177084;--site-soft:#e3f0f2;--site-paper:#fbfeff}
.site-world--library{--site-ink:#2e2618;--site-accent:#8a6b2c;--site-soft:#f2eddc;--site-paper:#fffef9}
.site-world--dispatch{--site-ink:#172a35;--site-accent:#1f7189;--site-soft:#e2eef2;--site-paper:#fbfeff}
.site-world--desk{--site-ink:#242b3f;--site-accent:#53639d;--site-soft:#e9ebf4;--site-paper:#fcfcff}
.site-world--people{--site-ink:#3a202b;--site-accent:#9b526d;--site-soft:#f4e7ec;--site-paper:#fffafd}
.site-world--places{--site-ink:#203029;--site-accent:#557963;--site-soft:#e8eee9;--site-paper:#fcfefc}
.site-world .site-browser{background:var(--site-soft);border-color:var(--site-line)}
.site-world .site-masthead{position:relative;overflow:hidden;min-height:520px;align-items:center;padding:78px 7%;color:var(--site-ink);background:var(--site-paper);border-color:var(--site-line)}
.site-world .site-masthead:before,.site-world .site-masthead:after{content:"";position:absolute;border-radius:999px;pointer-events:none}
.site-world .site-masthead:before{width:480px;height:480px;right:-110px;top:-170px;border:1px solid var(--site-line);box-shadow:0 0 0 42px color-mix(in srgb,var(--site-soft) 65%,transparent),0 0 0 84px color-mix(in srgb,var(--site-soft) 35%,transparent)}
.site-world .site-masthead:after{width:180px;height:180px;right:22%;bottom:-125px;background:var(--site-soft)}
.site-masthead-copy{position:relative;z-index:2;max-width:720px}.site-world .site-masthead span{color:var(--site-accent)}
.site-world .site-masthead h1{font-size:clamp(58px,7vw,96px);max-width:850px;color:var(--site-ink);text-wrap:balance}
.site-world .site-masthead p{max-width:670px;color:color-mix(in srgb,var(--site-ink) 70%,white);font-size:20px}
.site-all-sites{position:absolute;right:4%;top:36px;z-index:3;color:var(--site-accent)!important}
.site-hero-actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:30px}.site-hero-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 17px;border-radius:999px;text-decoration:none;font-size:13px;font-weight:800}.site-primary-action{background:var(--site-ink);color:#fff}.site-secondary-action{border:1px solid var(--site-line);color:var(--site-ink);background:rgba(255,255,255,.55)}
.site-emblem{position:relative;z-index:2;width:260px;height:300px;display:grid;place-items:center;flex:0 0 auto;border:1px solid var(--site-line);background:color-mix(in srgb,var(--site-soft) 70%,white);box-shadow:22px 22px 0 color-mix(in srgb,var(--site-soft) 55%,transparent)}.site-emblem i{position:absolute;inset:22px;border:1px solid var(--site-line)}.site-emblem b{font:110px/1 Georgia,serif;color:var(--site-accent);font-weight:400}.site-emblem small{position:absolute;bottom:30px;font:10px ui-monospace,monospace;letter-spacing:.12em;color:var(--site-accent)}
.site-world .site-nav{align-items:center;background:var(--site-ink);border-color:var(--site-ink)}.site-nav>span{margin-right:auto;color:color-mix(in srgb,var(--site-soft) 75%,white);font:10px ui-monospace,monospace;letter-spacing:.08em}.site-world .site-nav a{color:color-mix(in srgb,var(--site-soft) 78%,white)}
.site-world .site-content{background:var(--site-paper);border-color:var(--site-line)}
.site-world .site-lead{align-items:center;padding:54px 7%;border-color:var(--site-line);background:linear-gradient(90deg,var(--site-paper),color-mix(in srgb,var(--site-soft) 38%,var(--site-paper)))}.site-lead>div{max-width:780px}.site-edition{display:block;margin-bottom:12px;color:var(--site-accent);font-size:11px!important;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.site-world .site-lead>div>p{margin:0;font:29px/1.52 Georgia,serif;color:var(--site-ink)}.site-lead dl{display:flex;gap:1px;margin:0;background:var(--site-line);border:1px solid var(--site-line)}.site-lead dl div{min-width:105px;padding:13px 15px;background:var(--site-paper)}.site-lead dt{font:24px Georgia,serif;color:var(--site-ink)}.site-lead dd{margin:3px 0 0;font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:var(--site-accent)}
.site-featured{padding:64px 7%;border-bottom:1px solid var(--site-line);background:color-mix(in srgb,var(--site-soft) 34%,var(--site-paper))}.site-section-heading span{font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:var(--site-accent)}.site-section-heading h2{margin:5px 0 24px;font:42px/1.1 Georgia,serif;color:var(--site-ink)}.site-featured-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:14px}.site-featured-grid a{min-height:285px;display:flex;flex-direction:column;padding:24px;border:1px solid var(--site-line);background:var(--site-paper);text-decoration:none;transition:.18s}.site-featured-grid a:first-child{min-height:340px;background:var(--site-ink);color:#fff}.site-featured-grid a:hover{transform:translateY(-3px);box-shadow:0 18px 34px rgba(16,24,40,.08)}.site-featured-grid span{font:11px ui-monospace,monospace;color:var(--site-accent)}.site-featured-grid a:first-child span,.site-featured-grid a:first-child small,.site-featured-grid a:first-child em{color:color-mix(in srgb,var(--site-soft) 75%,white)}.site-featured-grid small{margin-top:auto;color:var(--site-accent);font-size:10px;text-transform:uppercase;letter-spacing:.1em}.site-featured-grid strong{margin:7px 0 12px;font:30px/1.1 Georgia,serif}.site-featured-grid em{font-style:normal;font-size:13px;line-height:1.55;color:#667085}.site-featured-grid b{margin-top:18px;font-size:12px;color:var(--site-accent)}
.site-world .site-layout{padding:70px 7% 84px;gap:7%}.site-world .site-story{border-color:var(--site-line)}.site-world .site-story>span{color:var(--site-accent)}.site-story>div>small{display:block;margin-bottom:10px;font:10px ui-monospace,monospace;letter-spacing:.08em;color:var(--site-accent)}.site-world .site-story h2{color:var(--site-ink)}.site-world .site-story p{color:color-mix(in srgb,var(--site-ink) 78%,white)}.site-story--lead{padding:34px;background:color-mix(in srgb,var(--site-soft) 45%,var(--site-paper));border:1px solid var(--site-line);grid-template-columns:34px 1fr}.site-inline-link{display:inline-block;margin-top:9px;color:var(--site-accent);font-size:13px;font-weight:800;text-decoration:none}
.site-world .site-panel{border-color:var(--site-line);background:color-mix(in srgb,var(--site-soft) 46%,var(--site-paper))}.site-world .site-panel>span,.site-world .site-panel small{color:var(--site-accent)}.site-world .site-panel>a{border-color:var(--site-line)}.site-world .site-panel strong{color:var(--site-ink)}.site-panel--quote{position:static;margin-top:14px;padding:28px;background:var(--site-ink)!important;color:#fff}.site-panel--quote strong{font:25px/1.2 Georgia,serif;color:#fff!important}.site-panel--quote p{font-size:13px;line-height:1.6;color:color-mix(in srgb,var(--site-soft) 78%,white)}
.site-world .site-sources{margin-top:50px;padding:36px;border:1px solid var(--site-line);background:color-mix(in srgb,var(--site-soft) 42%,var(--site-paper))}.site-sources>span{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--site-accent)}.site-world .site-sources h2{margin:7px 0 8px;color:var(--site-ink)}.site-sources>p{color:#667085;font-size:14px}.site-world .site-sources a{border-color:var(--site-line);color:var(--site-accent);background:var(--site-paper)}
.site-world-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:30px 4%;background:var(--site-ink);color:#fff}.site-world-footer div{display:grid}.site-world-footer strong{font:22px Georgia,serif}.site-world-footer span{font:10px ui-monospace,monospace;color:color-mix(in srgb,var(--site-soft) 75%,white)}.site-world-footer a{color:#fff;font-size:12px;font-weight:800;text-decoration:none}
@media(max-width:900px){.site-world .site-masthead{min-height:460px;padding:64px 40px}.site-emblem{width:190px;height:230px}.site-emblem b{font-size:80px}.site-world .site-lead{padding:42px 40px;display:block}.site-lead dl{margin-top:25px;width:max-content}.site-featured{padding:52px 40px}.site-featured-grid{grid-template-columns:1fr 1fr}.site-featured-grid a:first-child{grid-column:1/-1}.site-world .site-layout{padding:54px 40px}}
@media(max-width:640px){.site-world{box-shadow:none}.site-world .site-masthead{min-height:auto;padding:60px 22px 44px}.site-world .site-masthead:before{width:280px;height:280px;right:-150px}.site-world .site-masthead h1{font-size:51px}.site-world .site-masthead p{font-size:17px}.site-emblem{display:none}.site-all-sites{right:20px;top:22px}.site-hero-actions{margin-top:24px}.site-nav>span{display:none}.site-world .site-lead{padding:34px 22px}.site-world .site-lead>div>p{font-size:23px}.site-lead dl{width:100%;display:grid;grid-template-columns:repeat(3,1fr)}.site-lead dl div{min-width:0;padding:11px 8px}.site-lead dt{font-size:20px}.site-lead dd{font-size:8px}.site-featured{padding:42px 22px}.site-section-heading h2{font-size:35px}.site-featured-grid{grid-template-columns:1fr}.site-featured-grid a:first-child{grid-column:auto;min-height:300px}.site-featured-grid a{min-height:230px}.site-world .site-layout{padding:42px 22px}.site-story--lead{padding:24px 18px}.site-world .site-sources{padding:25px 20px}.site-world-footer{align-items:flex-start;flex-direction:column}}

/* 4.3 Publisher Depth Layer */
.site-depth-board{padding:68px 7%;border-bottom:1px solid var(--site-line);background:color-mix(in srgb,var(--site-soft) 28%,var(--site-paper))}
.site-depth-board .site-section-heading{max-width:700px;margin-bottom:30px}.site-depth-board .site-section-heading p{max-width:620px;margin:10px 0 0;color:color-mix(in srgb,var(--site-ink) 68%,white);line-height:1.65}
.site-depth-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border:1px solid var(--site-line);background:var(--site-line);gap:1px}
.site-depth-grid a{position:relative;display:flex;min-height:220px;flex-direction:column;padding:25px;background:var(--site-paper);text-decoration:none;overflow:hidden;transition:background .16s ease,transform .16s ease}
.site-depth-grid a:hover{background:color-mix(in srgb,var(--site-soft) 58%,var(--site-paper))}.site-depth-grid small{font:10px ui-monospace,monospace;letter-spacing:.08em;text-transform:uppercase;color:var(--site-accent)}
.site-depth-grid strong{margin:38px 0 12px;font:25px/1.08 Georgia,serif;color:var(--site-ink)}.site-depth-grid span{font-size:12px;line-height:1.55;color:color-mix(in srgb,var(--site-ink) 65%,white)}.site-depth-grid b{position:absolute;right:15px;bottom:8px;font:52px Georgia,serif;color:color-mix(in srgb,var(--site-soft) 80%,var(--site-paper))}
.site-depth-board--dispatch .site-depth-grid a:first-child{grid-column:span 2}.site-depth-board--dispatch .site-depth-grid strong{font-family:Arial,sans-serif;font-weight:850;letter-spacing:-.035em}.site-depth-board--timeline .site-depth-grid{position:relative}.site-depth-board--timeline .site-depth-grid:before{content:"";position:absolute;left:4%;right:4%;top:23px;height:1px;background:var(--site-accent);z-index:2}.site-depth-board--timeline .site-depth-grid a:before{content:"";position:absolute;top:17px;left:25px;width:11px;height:11px;border-radius:50%;background:var(--site-accent);z-index:3}.site-depth-board--timeline .site-depth-grid small{padding-left:20px}.site-depth-board--house .site-depth-grid a:nth-child(even){background:color-mix(in srgb,var(--site-soft) 45%,var(--site-paper))}.site-depth-board--archive .site-depth-grid a{min-height:190px}.site-depth-board--index .site-depth-grid strong{font-size:21px}.site-depth-board--field .site-depth-grid a{border-top:4px solid var(--site-accent)}.site-depth-board--atlas .site-depth-grid{transform:rotate(-.2deg)}.site-depth-board--people .site-depth-grid a{border-radius:80px 80px 0 0;padding-top:45px}.site-depth-board--desk .site-depth-grid a:after{content:"";position:absolute;left:25px;right:25px;top:25px;border-top:1px solid var(--site-line)}.site-depth-board--desk .site-depth-grid small{margin-top:10px}.site-depth-board--register .site-depth-grid strong{font-family:ui-monospace,monospace;font-size:20px}
.site-card-meta{display:flex;gap:10px;margin:0 0 18px;color:#98a2b3;font-size:10px;text-transform:uppercase;letter-spacing:.05em}.site-card-meta span+span:before{content:"·";margin-right:10px}
.site-world .site-story p+p{margin-top:16px}.site-world .site-story{scroll-margin-top:90px}.site-world .site-story--lead{padding:40px}.site-world .site-story--lead h2{font-size:39px}
@media(max-width:1050px){.site-depth-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-depth-grid a:last-child{grid-column:1/-1}.site-depth-board--dispatch .site-depth-grid a:first-child{grid-column:auto}}
@media(max-width:640px){.site-depth-board{padding:45px 22px}.site-depth-grid{grid-template-columns:1fr}.site-depth-grid a,.site-depth-grid a:last-child{grid-column:auto;min-height:190px}.site-depth-board--people .site-depth-grid a{border-radius:50px 50px 0 0}.site-world .site-story--lead h2{font-size:31px}}


/* 4.4 Publisher Network */
.publication-world{--pub-ink:#151515;--pub-muted:#686868;--pub-line:#d9d9d5;min-height:100vh;background:#f8f8f5;color:var(--pub-ink);padding-bottom:80px}.publication-world--dispatch{background:#f5f4ef}.publication-world--house{background:#faf8f2}.publication-world--field{background:#f4f7f4}.publication-world--atlas{background:#f4f6f8}.publication-header{max-width:1180px;margin:auto;padding:22px 28px;border-bottom:1px solid var(--pub-line);display:flex;justify-content:space-between;gap:20px;font-size:12px;text-transform:uppercase;letter-spacing:.09em}.publication-domain{font-weight:750;color:inherit}.publication-layout{max-width:1180px;margin:0 auto;padding:68px 28px;display:grid;grid-template-columns:minmax(0,760px) 280px;gap:78px}.publication-layout article>h1{font-family:Georgia,serif;font-size:clamp(46px,6vw,78px);line-height:.98;letter-spacing:-.045em;max-width:760px;margin:14px 0 24px}.publication-kicker,.publication-layout small{font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:800}.publication-deck{font:italic 25px/1.35 Georgia,serif;max-width:680px}.publication-lede{font-size:19px;line-height:1.75;color:#373737;border-top:1px solid var(--pub-line);border-bottom:1px solid var(--pub-line);padding:28px 0;margin:38px 0 50px}.publication-layout article>section:not(.discovery-trail){position:relative;padding:0 0 42px 64px;margin-bottom:42px;border-bottom:1px solid var(--pub-line)}.publication-layout article>section>span{position:absolute;left:0;top:5px;font-size:12px;font-weight:800}.publication-layout article h2{font:700 30px/1.15 Georgia,serif;margin:0 0 17px}.publication-layout article p{font:18px/1.78 Georgia,serif;color:#2e2e2e}.publisher-card,.publication-related{display:block;border-top:4px solid #111;padding:20px 0;margin-bottom:42px}.publisher-card strong{display:block;font:700 25px/1.15 Georgia,serif;margin:10px 0}.publisher-card span,.publisher-card b{display:block;font-size:12px;margin-top:8px}.publication-related>a{display:block;padding:15px 0;border-bottom:1px solid var(--pub-line)}.publication-related strong,.publication-related span{display:block}.publication-related span{font-size:11px;color:var(--pub-muted);margin-top:4px;text-transform:uppercase;letter-spacing:.08em}.publication-sources a{display:inline-block;margin:10px 10px 0 0;padding:10px 14px;background:#111;color:#fff;border-radius:999px}.site-card-meta span:last-child:after{content:' + publication network'}
@media(max-width:800px){.publication-header{padding:18px 20px}.publication-layout{grid-template-columns:1fr;padding:42px 20px;gap:30px}.publication-layout article>h1{font-size:45px}.publication-deck{font-size:21px}.publication-layout article>section:not(.discovery-trail){padding-left:38px}.publication-layout article p{font-size:17px}.publication-layout aside{border-top:1px solid var(--pub-line);padding-top:30px}}


/* 4.7 Serendipity Engine */
.doorway-action{display:inline-grid;margin-top:24px;padding:13px 18px;border:1px solid #d8dde3;border-radius:12px;background:#fff;text-decoration:none;box-shadow:0 9px 26px rgba(20,28,38,.045)}.doorway-action span{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#818b98}.doorway-action strong{margin-top:3px;color:#111;font-size:13px}.doorway-action:hover{border-color:#aebdcd;transform:translateY(-1px)}
.web-ring{max-width:1180px;margin:64px auto 0;padding:22px 28px;border-top:1px solid rgba(120,120,120,.25);border-bottom:1px solid rgba(120,120,120,.25);display:grid;grid-template-columns:1fr 1fr 1fr;gap:1px;background:rgba(120,120,120,.18)}.web-ring>small{grid-column:1/-1;padding:0 0 12px;background:transparent;font-size:10px;text-transform:uppercase;letter-spacing:.12em}.web-ring a{display:grid;padding:17px 18px;background:#fff;text-decoration:none}.web-ring a span,.web-ring a em{font-size:10px;color:#7d8792;font-style:normal}.web-ring a strong{margin:6px 0;color:#111;font:19px/1.15 Georgia,serif}.web-ring-center{text-align:center}.web-ring a:last-child{text-align:right}
.nearby-web{max-width:1180px;margin:70px auto;padding:0 28px;display:grid;grid-template-columns:270px 1fr;gap:58px}.nearby-web>div:first-child small,.wander-heading small{font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:800}.nearby-web h2{font:34px/1.08 Georgia,serif;margin:9px 0}.nearby-web>div:first-child p{color:#717b87;line-height:1.6}.nearby-web>div:last-child{border-top:1px solid #dce1e6}.nearby-web a{display:grid;grid-template-columns:160px 1fr 1.4fr;gap:20px;padding:18px 0;border-bottom:1px solid #dce1e6;text-decoration:none;align-items:baseline}.nearby-web a span{font:10px ui-monospace,monospace;color:#6c7680}.nearby-web a strong{color:#111}.nearby-web a em{font-style:normal;color:#6d7580;font-size:12px;line-height:1.5}
.wander-world{min-height:75vh;background:#f7f8fa;color:#111}.wander-hero{max-width:1220px;margin:auto;padding:90px 34px 70px;display:flex;align-items:flex-end;justify-content:space-between;gap:55px}.wander-hero>div{max-width:760px}.wander-hero small{font-size:10px;text-transform:uppercase;letter-spacing:.14em;font-weight:850}.wander-hero h1{font:clamp(56px,8vw,110px)/.88 Georgia,serif;letter-spacing:-.055em;margin:18px 0 28px}.wander-hero p{font:21px/1.55 Georgia,serif;color:#4d5662;max-width:690px}.random-door{min-width:245px;padding:22px;border:0;border-radius:18px;background:#111;color:#fff;text-align:left;cursor:pointer;box-shadow:0 18px 45px rgba(0,0,0,.16)}.random-door span,.random-door strong{display:block}.random-door span{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#bac1c9}.random-door strong{margin-top:8px;font-size:15px}.continue-trail,.doorway-grid,.wander-publishers,.wander-features,.wander-reset{max-width:1220px;margin:auto;padding:55px 34px}.continue-trail{border-top:1px solid #dfe3e8}.continue-trail h2{font:34px Georgia,serif;margin:9px 0 20px}.continue-trail>a{display:flex;align-items:center;gap:20px;padding:20px 22px;background:#fff;border:1px solid #dfe3e8;border-radius:14px;text-decoration:none}.continue-trail>a span{font:10px ui-monospace,monospace;color:#68727d}.continue-trail>a strong{font:23px Georgia,serif;color:#111;flex:1}.continue-trail>a b{color:#111;font-size:12px}.doorway-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#dce1e6}.wander-heading{grid-column:1/-1;padding:0 0 32px;background:#f7f8fa}.wander-heading h2{font:45px/1 Georgia,serif;margin:9px 0}.wander-heading p{color:#717b87}.door{min-height:300px;padding:28px;background:#fff;text-decoration:none;display:flex;flex-direction:column}.door span{font-size:10px;text-transform:uppercase;letter-spacing:.09em;color:#87919c}.door strong{margin:45px 0 16px;color:#111;font:30px/1.05 Georgia,serif}.door p{color:#626c77;line-height:1.55;flex:1}.door b{font-size:10px;color:#111}.door:hover{background:#f1f3f5}.wander-publishers>div:last-child,.wander-features>div:last-child{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.wander-publishers a,.wander-features a{padding:24px;background:#fff;border:1px solid #dde2e7;border-radius:14px;text-decoration:none}.wander-publishers a span,.wander-features a span{font:10px ui-monospace,monospace;color:#6f7882}.wander-publishers a strong,.wander-features a strong{display:block;margin:28px 0 10px;font:24px/1.1 Georgia,serif;color:#111}.wander-publishers a p,.wander-features a p{font-size:12px;line-height:1.55;color:#68727d}.wander-reset{text-align:center;padding-bottom:100px}.wander-reset h2{font:44px Georgia,serif;margin:10px}.wander-reset button{margin-top:15px;padding:14px 20px;border:0;border-radius:999px;background:#111;color:#fff;font-weight:750;cursor:pointer}
@media(max-width:850px){.wander-hero{display:block;padding-top:60px}.random-door{margin-top:30px}.doorway-grid{grid-template-columns:1fr 1fr}.wander-publishers>div:last-child,.wander-features>div:last-child{grid-template-columns:1fr 1fr}.nearby-web{grid-template-columns:1fr;gap:25px}.nearby-web a{grid-template-columns:120px 1fr}.nearby-web a em{grid-column:2}.web-ring{grid-template-columns:1fr;padding:18px}.web-ring a,.web-ring a:last-child{text-align:left}}
@media(max-width:560px){.wander-hero{padding:52px 20px}.wander-hero h1{font-size:58px}.wander-hero p{font-size:18px}.continue-trail,.doorway-grid,.wander-publishers,.wander-features,.wander-reset{padding-left:20px;padding-right:20px}.doorway-grid{grid-template-columns:1fr;background:transparent;gap:10px}.wander-heading{padding-bottom:20px}.wander-heading h2{font-size:37px}.door{min-height:250px;border:1px solid #dce1e6;border-radius:14px}.wander-publishers>div:last-child,.wander-features>div:last-child{grid-template-columns:1fr}.nearby-web{padding:0 20px}.nearby-web a{grid-template-columns:1fr;gap:7px}.nearby-web a em{grid-column:auto}.web-ring{margin-top:40px}}


/* 5.0 — additive 66-book experience */
.book-experience{margin-top:56px;padding-top:42px;border-top:1px solid #dfe5ea}
.book-experience-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:end;margin-bottom:28px}
.book-experience-head small,.book-identity-grid small,.book-movement small,.book-entry-routes small{display:block;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;color:#60717d;font-weight:700}
.book-experience-head h2{margin:7px 0 10px;font-size:clamp(1.8rem,4vw,3rem);line-height:1.04}
.book-experience-head p{max-width:720px;margin:0;color:#43515b;font-size:1.05rem;line-height:1.7}
.read-book-button{display:inline-flex;align-items:center;min-height:46px;padding:0 18px;border:1px solid #111;border-radius:999px;color:#fff;background:#111;text-decoration:none;white-space:nowrap;font-weight:700}
.book-identity-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #dfe5ea;border-radius:18px;overflow:hidden;background:#fbfcfd;margin-bottom:34px}
.book-identity-grid>div{padding:20px;min-width:0}.book-identity-grid>div+div{border-left:1px solid #dfe5ea}
.book-identity-grid strong{display:block;margin-top:7px;line-height:1.45}
.book-movement{padding:30px;border-radius:22px;background:#f2f7fa;margin-bottom:28px}
.book-movement-title h3,.book-entry-routes h3{font-size:1.35rem;margin:6px 0 0}
.book-movement-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:22px}
.book-movement-grid a{display:grid;grid-template-columns:34px minmax(0,1fr);column-gap:10px;row-gap:3px;padding:16px;border:1px solid #d7e1e7;background:#fff;border-radius:14px;text-decoration:none;color:#111}
.book-movement-grid a span{grid-row:1/3;color:#6c7f8c;font-size:.75rem;padding-top:2px}.book-movement-grid strong{font-size:.98rem}.book-movement-grid em{font-style:normal;color:#60717d;font-size:.82rem}
.book-movement-grid a:hover{border-color:#8da9ba;transform:translateY(-1px)}
.book-entry-routes{display:grid;grid-template-columns:minmax(220px,.75fr) minmax(0,1.25fr);gap:26px;padding:26px;border:1px solid #dfe5ea;border-radius:20px}
.book-entry-routes p{color:#52616b;line-height:1.65}.book-entry-routes>div:last-child{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.book-entry-routes a{display:flex;flex-direction:column;justify-content:space-between;gap:10px;padding:14px;border-radius:12px;background:#f7f9fa;text-decoration:none;color:#111;font-weight:700}.book-entry-routes a span{font-size:.75rem;color:#577287;font-weight:600}
.book-character{padding:0 0 14px;margin-top:10px}.book-character span{display:inline-block;font-size:.68rem;text-transform:uppercase;letter-spacing:.09em;color:#46677b;font-weight:800}.book-character p{margin:5px 0 0;color:#60717d;line-height:1.45;font-size:.83rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.book-card{align-content:start}
@media(max-width:760px){.book-experience{margin-top:38px;padding-top:30px}.book-experience-head{grid-template-columns:1fr;align-items:start}.read-book-button{justify-content:center;width:100%}.book-identity-grid{grid-template-columns:1fr}.book-identity-grid>div+div{border-left:0;border-top:1px solid #dfe5ea}.book-movement{padding:20px}.book-movement-grid{grid-template-columns:1fr}.book-entry-routes{grid-template-columns:1fr;padding:20px}.book-entry-routes>div:last-child{grid-template-columns:1fr}}

/* v5.2.css */
/* KJV Internet 5.2 — official search homepage */
.home-page--52{
  min-height:100svh;
  display:grid;
  grid-template-rows:minmax(0,1fr) auto;
  color:#111214;
  background:#fff;
}
.home-page--52 .search-home{
  display:grid;
  place-items:center;
  min-width:0;
  padding:clamp(42px,8vh,92px) 24px clamp(40px,7vh,76px);
}
.search-home__core{
  width:min(820px,100%);
  display:flex;
  flex-direction:column;
  align-items:center;
}
.search-home__logo{
  width:86px;
  height:86px;
  display:grid;
  place-items:center;
  margin:0 0 50px;
}
.search-home__logo img{width:100%;height:100%;object-fit:contain;display:block}
.search-home__search{width:min(760px,100%);position:relative}
.home-page--52 .search-shell--hero{
  width:100%;height:64px;
  border:1px solid #dfe3e8;
  border-radius:999px;
  background:#fff;
  box-shadow:0 12px 30px rgba(18,27,41,.09),0 2px 5px rgba(18,27,41,.04);
  transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease;
}
.home-page--52 .search-shell--hero:hover{border-color:#d1d6dd;box-shadow:0 15px 36px rgba(18,27,41,.11),0 2px 6px rgba(18,27,41,.045)}
.home-page--52 .search-shell--hero:focus-within{border-color:#9dbce6;box-shadow:0 0 0 4px rgba(56,132,230,.10),0 16px 38px rgba(20,45,82,.11)}
.home-page--52 .search-shell--hero>svg{width:22px;height:22px;margin-left:25px;color:#252a31;stroke-width:1.8}
.home-page--52 .search-shell--hero input{font-size:17px;padding:0 14px;color:#16191e}
.home-page--52 .search-shell--hero input::placeholder{color:#7c838d;opacity:1}
.home-page--52 .search-shell--hero .submit-search{width:50px;height:50px;margin-right:6px;background:#111214;box-shadow:none}
.home-page--52 .search-shell--hero .submit-search:hover{background:#000;transform:scale(1.02)}
.search-home__categories{width:min(720px,100%);display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:54px}
.search-home__categories a{min-width:0;min-height:142px;padding:23px 18px 19px;border:1px solid #e3e6ea;border-radius:16px;background:#fff;color:#111214;text-decoration:none;display:flex;flex-direction:column;align-items:flex-start;box-shadow:0 4px 14px rgba(20,29,43,.025);transition:transform .16s,border-color .16s,box-shadow .16s}
.search-home__categories a:hover{transform:translateY(-3px);border-color:#cfd5dc;box-shadow:0 12px 27px rgba(20,29,43,.075)}
.category-icon{width:38px;height:38px;display:grid;place-items:center;margin-bottom:18px;border-radius:10px;background:#f5f6f8}
.category-icon svg{width:24px;height:24px;fill:none;stroke:#15181d;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.search-home__categories strong{font-size:15px;line-height:1.2;letter-spacing:-.01em}
.search-home__categories small{font-size:11px;color:#737b85;margin-top:7px;line-height:1.35}
.search-home__popular{width:min(760px,100%);margin-top:44px}
.popular-heading{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;color:#383e46}
.popular-heading span{height:1px;background:#e4e7eb}
.popular-heading strong{font-size:12px;font-weight:650;letter-spacing:.01em}
.popular-links{display:flex;justify-content:center;flex-wrap:wrap;gap:9px;margin-top:18px}
.popular-links a{position:relative;padding:8px 13px 8px 32px;border:1px solid #e0e4e9;border-radius:999px;background:#fff;color:#343a42;text-decoration:none;font-size:12px;transition:border-color .15s,box-shadow .15s,transform .15s}
.popular-links a:before{content:"";position:absolute;left:13px;top:50%;width:10px;height:10px;border:1.5px solid #5f6873;border-radius:50%;transform:translateY(-56%)}
.popular-links a:after{content:"";position:absolute;left:22px;top:53%;width:5px;height:1.5px;background:#5f6873;transform:rotate(45deg)}
.popular-links a:hover{border-color:#bfc9d5;box-shadow:0 5px 14px rgba(20,29,43,.055);transform:translateY(-1px)}
.search-home__index{margin:28px 0 0;color:#8a919a;font-size:11px;letter-spacing:.015em}
.search-home__index span{padding:0 8px;color:#c0c5cb}
.search-home__footer{min-height:66px;padding:0 30px;border-top:1px solid #edf0f3;display:flex;align-items:center;justify-content:space-between;color:#6b737d;font-size:11px}
.search-home__footer nav{display:flex;gap:28px}.search-home__footer a{color:inherit;text-decoration:none}.search-home__footer a:hover{text-decoration:underline}.search-home__footer p{margin:0}
@media(max-width:680px){
  .home-page--52 .search-home{place-items:start center;padding:42px 16px 38px}
  .search-home__logo{width:70px;height:70px;margin-bottom:42px}
  .home-page--52 .search-shell--hero{height:58px}
  .home-page--52 .search-shell--hero>svg{width:20px;height:20px;margin-left:20px}
  .home-page--52 .search-shell--hero input{font-size:16px;padding-left:12px;min-width:0}
  .home-page--52 .search-shell--hero .submit-search{width:46px;height:46px;margin-right:5px}
  .search-home__categories{grid-template-columns:1fr 1fr;gap:10px;margin-top:38px}
  .search-home__categories a{min-height:116px;padding:18px 16px 15px;border-radius:14px}
  .category-icon{width:34px;height:34px;margin-bottom:14px}.category-icon svg{width:21px;height:21px}
  .search-home__categories strong{font-size:14px}.search-home__categories small{font-size:10.5px}
  .search-home__popular{margin-top:34px}.popular-heading{gap:12px}.popular-links{justify-content:flex-start;gap:7px;margin-top:15px}
  .popular-links a{font-size:11px;padding-top:7px;padding-bottom:7px}
  .search-home__index{margin-top:24px;text-align:center;line-height:1.8}
  .search-home__footer{min-height:74px;padding:18px 16px;flex-direction:column;justify-content:center;gap:11px}.search-home__footer nav{gap:22px}
}
@media(max-width:380px){
  .home-page--52 .search-home{padding-left:12px;padding-right:12px}
  .search-home__logo{width:64px;height:64px;margin-bottom:34px}
  .home-page--52 .search-shell--hero>svg{display:none}
  .home-page--52 .search-shell--hero input{padding-left:19px}
  .search-home__categories{gap:8px}.search-home__categories a{padding:16px 13px 14px}
  .popular-links a:nth-child(n+5){display:none}
}
@media(max-height:700px) and (min-width:681px){.home-page--52 .search-home{padding-top:42px;padding-bottom:34px}.search-home__logo{margin-bottom:34px}.search-home__categories{margin-top:38px}.search-home__popular{margin-top:30px}}

/* v5.3.css */
/* KJV Internet 5.3 — Discover. Explore. Grow. */
.home-page--53 .search-home__logo{
  margin-bottom:23px;
}
.search-home__motto{
  margin:0 0 24px;
  color:#2a2e34;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(18px,1.7vw,21px);
  font-weight:400;
  line-height:1.25;
  letter-spacing:.025em;
  text-align:center;
  text-wrap:balance;
}
.search-home__motto span{
  display:inline-block;
}
@media(max-width:680px){
  .home-page--53 .search-home__logo{
    margin-bottom:19px;
  }
  .search-home__motto{
    margin-bottom:21px;
    font-size:17px;
    letter-spacing:.02em;
  }
}
@media(max-width:380px){
  .home-page--53 .search-home__logo{
    margin-bottom:17px;
  }
  .search-home__motto{
    margin-bottom:19px;
    font-size:16px;
  }
}
@media(max-height:700px) and (min-width:681px){
  .home-page--53 .search-home__logo{margin-bottom:18px}
  .search-home__motto{margin-bottom:19px}
}

/* v5.4.css */
/* KJV Internet 5.4 — Bible browse UX repair */

/* Homepage lock: remove dashboard-like corpus line even if cached markup survives. */
.search-home__index{display:none!important}

/* Browse header: quieter, editorial, and responsive. */
.browse-heading{max-width:880px;margin:0 0 42px}
.browse-heading h1{
  max-width:820px;
  font-size:clamp(40px,5.3vw,68px);
  line-height:1.02;
  letter-spacing:-.042em;
  text-wrap:balance;
}

/* Book directory: one clear hierarchy, no overlapping content. */
.book-grid{gap:16px}
.book-card{
  display:flex;
  flex-direction:column;
  min-width:0;
  min-height:248px;
  padding:20px;
  overflow:hidden;
  border-radius:18px;
}
.book-card-main{
  display:flex!important;
  flex:1;
  min-width:0;
  flex-direction:column;
  align-items:stretch!important;
  justify-content:flex-start!important;
  gap:0!important;
}
.book-title-link{
  display:flex!important;
  min-width:0;
  align-items:baseline;
  justify-content:space-between;
  gap:14px;
  text-decoration:none;
}
.book-title-link strong{
  min-width:0;
  overflow-wrap:anywhere;
  font-size:clamp(21px,1.7vw,25px);
  line-height:1.15;
}
.book-title-link>span{
  flex:0 0 auto;
  font-size:11px;
  color:#7b8490;
}
.book-character{
  order:2;
  min-width:0;
  margin:18px 0 0!important;
  padding:0!important;
}
.book-character span{
  display:block!important;
  margin:0 0 7px;
  font-size:10px!important;
  line-height:1.35;
  letter-spacing:.105em!important;
}
.book-character p{
  margin:0!important;
  color:#596773!important;
  font-size:14px!important;
  line-height:1.55!important;
  -webkit-line-clamp:3!important;
}
.book-actions{
  order:3;
  display:flex;
  justify-content:flex-start!important;
  gap:8px;
  margin:18px 0 0!important;
}
.book-actions a{
  min-height:36px;
  display:inline-flex;
  align-items:center;
  padding:7px 12px;
  font-size:12px;
  line-height:1;
  text-decoration:none;
}
.chapter-peek{
  margin-top:20px!important;
  padding-top:16px;
  border-top:1px solid #edf0f3;
}
.chapter-peek a{
  min-width:31px;
  height:31px;
  border-radius:8px;
  font-size:12px;
}

/* Publisher directory: remove dashboard/report styling after copy removal. */
.publisher-network>header{max-width:780px;margin-bottom:42px}
.publisher-network>header dl,
.publisher-network>header>p{display:none!important}

@media(max-width:980px){
  .book-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .book-card{min-height:235px}
}
@media(max-width:640px){
  .browse-wrap{padding:30px 16px 72px}
  .browse-heading{margin-bottom:34px}
  .browse-heading h1{font-size:clamp(37px,11vw,49px)}
  .testament{margin-top:42px}
  .testament>h2{font-size:27px;margin-bottom:16px}
  .book-grid{grid-template-columns:1fr;gap:13px}
  .book-card{min-height:0;padding:18px;border-radius:16px}
  .book-title-link strong{font-size:24px}
  .book-character{margin-top:15px!important}
  .book-character p{font-size:14px!important;-webkit-line-clamp:3!important}
  .book-actions{margin-top:16px!important}
  .book-actions a{min-height:40px;padding-inline:14px}
  .chapter-peek{margin-top:18px!important;gap:7px}
  .chapter-peek a{min-width:34px;height:34px}
}
@media(max-width:370px){
  .browse-wrap{padding-inline:13px}
  .book-card{padding:16px}
  .book-title-link{align-items:flex-start;flex-direction:column;gap:5px}
  .book-title-link>span{white-space:normal}
  .book-actions{width:100%}
  .book-actions a{flex:1;justify-content:center}
}

/* v5.5.css */

/* 5.5 — invisible world wide web */
.sites-heading p{max-width:560px}.web-stats,.simulation-note{display:none!important}
.site-masthead-copy>span,.site-section-heading>span,.publication-header>span,.publication-kicker,.publisher-live-status span,.publisher-wire>span{letter-spacing:.08em}
.site-panel:empty{display:none}.site-layout aside{align-content:start}
.site-world .site-browser div,.publication-domain,.network-domain,.site-domain{font-family:ui-monospace,SFMono-Regular,Consolas,monospace}
.search-home__categories a small{color:#6f7781}.search-home__categories a strong{font-weight:700}
@media(max-width:720px){.sites-heading{padding-top:20px}.sites-heading h1{font-size:42px}.site-masthead{padding-top:28px}.site-masthead-copy>span{font-size:10px}.site-hero-actions{width:100%}.site-hero-actions a{flex:1;text-align:center}.publisher-wire{display:none}.domain-connection{display:none}.wander-hero h1{font-size:44px}.wander-hero{padding-top:28px}}

/* v5.6.css */
/* 5.6 — production cleanup */
.doorway-action,.web-ring,.publisher-wire,.portal-band,.recently-explored,.domain-connection,.web-trail-dock,.save-to-shelf{display:none!important}


/* Version 6.0 production additions */
:root{--content-max:1180px}
html{scroll-behavior:smooth}
body{min-height:100vh}
img{max-width:100%;height:auto}
.legal table{width:100%;border-collapse:collapse;font-size:.9rem}.legal th,.legal td{padding:.75rem;border-bottom:1px solid #e5e7eb;text-align:left;vertical-align:top}.legal th{font-weight:700}
@media(max-width:430px){.home-main{padding-inline:18px}.home-search-shell{width:100%}.browse-grid{grid-template-columns:1fr!important}.book-card{min-width:0}.result-card{overflow-wrap:anywhere}}

/* Version 6.1 — streamlined production results */
.filter-bar{justify-content:flex-start}
.filter-bar:empty{display:none}
.results-page:has(.filter-bar:empty) .results-main{padding-top:24px}
@media (max-width:640px){
  .filter-bar{gap:18px;overscroll-behavior-x:contain;scroll-snap-type:x proximity}
  .filter-bar button{scroll-snap-align:start;min-height:44px}
}

/* Version 6.2 — Common Questions */
.question-wrap{width:min(980px,calc(100% - 40px));margin:0 auto;padding:36px 0 80px}.question-page{max-width:820px;margin:0 auto}.question-page>header{padding:28px 0 38px;border-bottom:1px solid #e3e8ee}.question-page h1{font-size:clamp(2.15rem,5vw,4rem);line-height:1.05;letter-spacing:-.035em;margin:.5rem 0 1.25rem}.question-answer{font-family:Georgia,'Times New Roman',serif;font-size:clamp(1.25rem,2.4vw,1.7rem);line-height:1.58;color:#252b32;max-width:760px}.answer-kind{display:inline-flex;margin-top:18px;padding:7px 11px;border:1px solid #dbe2ea;border-radius:999px;font-size:.76rem;letter-spacing:.04em;text-transform:uppercase;color:#536174}.question-scripture,.question-paths,.question-related{padding:34px 0;border-bottom:1px solid #e3e8ee}.question-scripture>div:first-child>span,.question-paths>span,.question-related>span{font-size:.74rem;text-transform:uppercase;letter-spacing:.09em;color:#57708f;font-weight:700}.question-page h2{font-size:1.45rem;margin:.35rem 0 1.1rem}.question-paths>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.question-paths a{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px;border:1px solid #dfe5eb;border-radius:12px;text-decoration:none;color:#111}.question-paths small{color:#6a7684}.question-related>div{display:grid;gap:0}.question-related a{display:flex;justify-content:space-between;gap:20px;padding:16px 0;border-top:1px solid #e8ecf0;text-decoration:none;color:#15191e;font-size:1.05rem}.question-related b{font-weight:400;color:#5278a4}@media(max-width:640px){.question-wrap{width:min(100% - 28px,980px);padding-top:20px}.question-page>header{padding-top:16px}.question-answer{font-size:1.2rem}.question-paths>div{grid-template-columns:1fr}.question-scripture,.question-paths,.question-related{padding:28px 0}}

/* V6.3 expanded legal pages */
.legal-expanded{max-width:880px;margin:0 auto;padding:56px 24px 96px}.legal-expanded .eyebrow{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:#58708d}.legal-expanded h1{font-size:clamp(2.2rem,5vw,4rem);margin:.3rem 0 .5rem}.legal-expanded .updated{color:#667085;margin-bottom:2rem}.legal-expanded .policy-summary{padding:22px 24px;border:1px solid #dfe5ec;border-radius:16px;background:#f8fafc;margin-bottom:34px}.legal-expanded section{padding:28px 0;border-top:1px solid #e7ebf0}.legal-expanded h2{font-size:1.35rem;margin:0 0 12px}.legal-expanded p,.legal-expanded li{line-height:1.75;color:#283441}.legal-expanded ul{padding-left:1.35rem}@media(max-width:520px){.legal-expanded{padding:36px 20px 72px}.legal-expanded .policy-summary{padding:18px}.legal-expanded section{padding:24px 0}}

/* V6.4 legal policy navigation */
.legal-toc{display:flex;flex-wrap:wrap;gap:.55rem .85rem;margin:0 0 2rem;padding:1rem 0;border-bottom:1px solid var(--line,#dfe3e8);font-size:.88rem}
.legal-toc strong{width:100%;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted,#657080)}
.legal-toc a{color:inherit;text-decoration:none;border-bottom:1px solid transparent}
.legal-toc a:hover,.legal-toc a:focus-visible{border-color:currentColor}
.legal-copy h3{margin-top:1.4rem}
.legal-copy ul{padding-left:1.25rem}
.legal-copy li+li{margin-top:.55rem}
.contact-panel{margin-top:1.5rem;padding:1.1rem 1.2rem;border:1px solid var(--line,#dfe3e8);border-radius:14px;background:#fafbfd}
@media(max-width:600px){.legal-toc{display:grid;grid-template-columns:1fr 1fr;gap:.7rem}.legal-toc strong{grid-column:1/-1}.legal{padding-left:20px;padding-right:20px}.contact-panel{padding:1rem}}

/* Version 6.7 — CMN editorial integration */
.footer-inner nav,.search-home__footer nav{display:flex;flex-wrap:wrap;gap:12px 20px;align-items:center}.editorial-index,.simple-content,.message-page{width:min(1080px,calc(100% - 32px));margin:0 auto;padding:72px 0 96px}.editorial-hero{max-width:720px;margin-bottom:44px}.editorial-hero h1,.simple-content h1,.message-article h1{font-family:Georgia,serif;font-size:clamp(2.2rem,5vw,4.5rem);line-height:1.02;margin:.25em 0}.message-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.message-card{border:1px solid #dfe4ea;border-radius:18px;padding:28px;background:#fff}.message-card h2{font-family:Georgia,serif;font-size:1.6rem;margin:.35rem 0}.message-card a{color:inherit}.message-article{max-width:760px;margin:auto}.message-note{font-size:1.25rem;color:#4d5968}.message-article blockquote{font-family:Georgia,serif;font-size:1.6rem;border-left:3px solid #111;padding-left:22px;margin:36px 0}.message-scripture{font-size:.9rem;letter-spacing:.04em;text-transform:uppercase}.message-body p{font-family:Georgia,serif;font-size:1.18rem;line-height:1.75;margin:1.4em 0}.message-support{margin:52px 0;padding:28px;border-top:1px solid #dfe4ea;border-bottom:1px solid #dfe4ea;text-align:center}.message-support a{font-weight:700}.message-next{display:grid;gap:10px}.simple-content article{max-width:760px;margin:auto}.simple-content p{font-size:1.1rem;line-height:1.7}.integrated-form{display:grid;gap:18px;margin-top:32px}.integrated-form label{display:grid;gap:8px;font-weight:600}.integrated-form input,.integrated-form textarea{width:100%;border:1px solid #cfd6df;border-radius:12px;padding:14px 16px;font:inherit}.integrated-form button{justify-self:start;border:0;border-radius:999px;background:#111;color:#fff;padding:13px 22px;font-weight:700}.form-note{font-size:.9rem!important;color:#657080}@media(max-width:700px){.message-grid{grid-template-columns:1fr}.editorial-index,.simple-content,.message-page{padding-top:42px}.footer-inner nav,.search-home__footer nav{justify-content:center}.message-card{padding:22px}}

/* 6.8 People of Scripture */
.people-directory{min-height:70vh}.people-wrap{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:56px 0 80px}.people-heading{max-width:720px;margin-bottom:30px}.people-heading h1{font-family:Georgia,serif;font-size:clamp(2.2rem,5vw,4rem);margin:.25rem 0 .7rem}.people-heading p{color:#596579;font-size:1rem}.people-tools{border:1px solid #dfe5ed;border-radius:18px;padding:18px;margin-bottom:26px;background:#fff}.people-find{display:block;max-width:520px;margin-bottom:16px}.people-find span{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.09em;color:#66758a;margin-bottom:7px}.people-find input{width:100%;min-height:48px;border:1px solid #cfd7e2;border-radius:12px;padding:0 14px;font:inherit}.people-categories,.people-az{display:flex;gap:8px;flex-wrap:wrap}.people-categories{margin-bottom:14px}.people-categories button,.people-az button{border:1px solid #d7dee8;background:#fff;border-radius:999px;min-height:38px;padding:0 13px;font:inherit;cursor:pointer}.people-categories button.active,.people-az button.active{background:#111;color:#fff;border-color:#111}.people-az button{width:38px;padding:0}.people-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.person-directory-card{display:flex;flex-direction:column;min-height:190px;border:1px solid #dde4ec;border-radius:16px;padding:19px;text-decoration:none;color:#111;background:#fff;transition:transform .15s ease,box-shadow .15s ease}.person-directory-card:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(19,34,55,.08)}.person-directory-card>span{font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:#68778d}.person-directory-card strong{font-family:Georgia,serif;font-size:1.45rem;margin:12px 0 8px}.person-directory-card p{color:#4d5c70;line-height:1.5;margin:0}.person-directory-card small{margin-top:auto;padding-top:16px;color:#0759c7}.people-empty{grid-column:1/-1;padding:48px;border:1px dashed #cfd7e2;border-radius:16px;text-align:center}.people-empty h2{font-family:Georgia,serif}.person-profile-meta{display:flex;gap:8px;flex-wrap:wrap}
@media(max-width:900px){.people-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.people-wrap{width:min(100% - 24px,1180px);padding-top:30px}.people-tools{padding:14px}.people-grid{grid-template-columns:1fr}.person-directory-card{min-height:160px}.people-categories{overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}.people-categories button{white-space:nowrap;flex:0 0 auto}}

/* Version 7.1 — simple mission and responsive global footer */
.about-simple{
  min-height:calc(100vh - 190px);
  display:grid;
  align-items:center;
  padding-block:64px;
}
.about-simple article{max-width:720px}
.about-simple h1{margin-bottom:24px}
.mission-statement{
  max-width:680px;
  margin:0;
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(1.45rem,3vw,2.15rem)!important;
  line-height:1.48!important;
  letter-spacing:-.018em;
  color:#20252b;
}
.mission-statement strong{font-weight:700;color:#111}

.site-footer,
.search-home__footer.site-footer{
  width:100%;
  padding:22px 28px;
  border-top:1px solid #e7eaee;
  background:#fff;
}
.footer-inner.footer-layout{
  width:min(1180px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);
  align-items:center;
  gap:18px 30px;
}
.footer-primary,
.footer-legal{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px 20px;
}
.footer-primary{justify-self:start}
.footer-legal{justify-self:center}
.footer-primary a,
.footer-legal a,
.footer-support{
  color:#525b66;
  font-size:.82rem;
  line-height:1.4;
  text-decoration:none;
  white-space:nowrap;
}
.footer-primary a{color:#303740;font-weight:600}
.footer-legal a{font-size:.77rem}
.footer-support{
  justify-self:end;
  color:#222a33;
  font-weight:650;
}
.footer-support span{margin-left:3px;font-size:.92em}
.footer-primary a:hover,
.footer-legal a:hover,
.footer-support:hover,
.footer-primary a:focus-visible,
.footer-legal a:focus-visible,
.footer-support:focus-visible{
  color:#000;
  text-decoration:underline;
  text-underline-offset:4px;
}
.home-footer{position:relative;left:auto;right:auto;bottom:auto}

@media(max-width:820px){
  .footer-inner.footer-layout{
    grid-template-columns:1fr auto;
    gap:14px 22px;
  }
  .footer-primary{grid-column:1;grid-row:1}
  .footer-support{grid-column:2;grid-row:1}
  .footer-legal{grid-column:1/-1;grid-row:2;justify-self:start}
}
@media(max-width:600px){
  .site-footer,
  .search-home__footer.site-footer{padding:22px 18px calc(22px + env(safe-area-inset-bottom))}
  .footer-inner.footer-layout{
    grid-template-columns:1fr;
    justify-items:center;
    gap:14px;
  }
  .footer-primary,
  .footer-legal,
  .footer-support{
    grid-column:1;
    justify-self:center;
  }
  .footer-primary{grid-row:1;justify-content:center;gap:8px 18px}
  .footer-legal{grid-row:2;justify-content:center;gap:7px 16px}
  .footer-support{
    grid-row:3;
    margin-top:2px;
    padding-top:13px;
    border-top:1px solid #edf0f3;
    width:min(280px,100%);
    text-align:center;
  }
  .about-simple{
    min-height:calc(100vh - 230px);
    padding:48px 0 68px;
  }
  .about-simple article{text-align:left}
}
@media(max-width:360px){
  .footer-primary,.footer-legal{gap:7px 13px}
  .footer-primary a{font-size:.8rem}
  .footer-legal a{font-size:.73rem}
}

/* Version 7.2 — compact, responsive contact page */
.contact-page{min-height:100vh;display:grid;grid-template-rows:auto 1fr auto}
.contact-content{width:min(840px,calc(100% - 40px));padding:42px 0 54px}
.contact-content article{max-width:760px}
.contact-content .eyebrow{margin:0 0 10px}
.contact-content h1{font-size:clamp(3rem,5vw,4.15rem);margin:0 0 12px}
.contact-content article>p:not(.eyebrow){margin:0;color:#333}
.contact-content .integrated-form{gap:13px;margin-top:24px}
.contact-content .integrated-form label{gap:6px}
.contact-content .integrated-form input,
.contact-content .integrated-form textarea{padding:12px 14px;border-radius:11px}
.contact-content .integrated-form textarea{min-height:128px;resize:vertical}
.contact-content .integrated-form button{margin-top:3px;padding:12px 21px}
@media(max-width:700px){
  .contact-content{width:min(100% - 32px,760px);padding:30px 0 42px}
  .contact-content h1{font-size:clamp(2.65rem,13vw,3.35rem);margin-bottom:8px}
  .contact-content article>p:not(.eyebrow){font-size:1rem}
  .contact-content .integrated-form{gap:12px;margin-top:20px}
  .contact-content .integrated-form input,
  .contact-content .integrated-form textarea{font-size:16px;padding:12px 13px}
  .contact-content .integrated-form textarea{min-height:120px}
  .contact-content .integrated-form button{width:100%;justify-self:stretch;text-align:center;padding:13px 18px}
}
@media(max-width:380px){
  .contact-content{width:calc(100% - 28px);padding-top:24px}
  .contact-content .eyebrow{margin-bottom:7px}
}


/* V7.5 — polished question answer experience */
.answer-experience{width:min(100% - 40px,900px);margin:0 auto;padding:42px 0 88px}.answer-article{max-width:780px;margin:0 auto}.answer-back{display:inline-flex;align-items:center;min-height:40px;margin-bottom:34px;color:#596270;font-size:13px;text-decoration:none}.answer-back:hover{color:#111;text-decoration:underline}.answer-hero{padding:0 0 42px;border-bottom:1px solid #e5e9ee}.answer-eyebrow,.answer-section-heading>span{display:block;color:#60748d;font-size:11px;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.answer-hero h1{max-width:760px;margin:12px 0 24px;font-family:Georgia,'Times New Roman',serif;font-size:clamp(2.5rem,5vw,4.65rem);font-weight:700;line-height:1.04;letter-spacing:-.045em}.answer-summary{max-width:730px;margin:0;font-family:Georgia,'Times New Roman',serif;font-size:clamp(1.22rem,2vw,1.55rem);line-height:1.65;color:#30353b}.answer-sources,.answer-connections,.answer-related{padding:38px 0;border-bottom:1px solid #e5e9ee}.answer-section-heading h2{margin:5px 0 20px;font-family:Georgia,'Times New Roman',serif;font-size:1.65rem;line-height:1.2}.answer-reference-list{display:grid;gap:10px}.answer-reference-list a{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:58px;padding:14px 17px;border:1px solid #dfe5eb;border-radius:12px;background:#fff;text-decoration:none;transition:border-color .16s,box-shadow .16s,transform .16s}.answer-reference-list a:hover{border-color:#cbd5e1;box-shadow:0 8px 22px rgba(21,32,48,.06);transform:translateY(-1px)}.answer-reference-list span{font-family:Georgia,'Times New Roman',serif;font-size:1.08rem;font-weight:700}.answer-reference-list b{color:#406b9e;font-size:12px;font-weight:600;white-space:nowrap}.answer-connection-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.answer-connection-grid a{display:flex;min-height:132px;flex-direction:column;padding:18px;border:1px solid #dfe5eb;border-radius:13px;text-decoration:none}.answer-connection-grid small{color:#718092;font-size:10px;letter-spacing:.08em;text-transform:uppercase}.answer-connection-grid strong{margin:7px 0 14px;font-family:Georgia,'Times New Roman',serif;font-size:1.25rem;line-height:1.2}.answer-connection-grid span{margin-top:auto;color:#406b9e;font-size:12px}.answer-related-list{border-top:1px solid #e8ecf0}.answer-related-list a{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 2px;border-bottom:1px solid #e8ecf0;color:#171b20;text-decoration:none;font-size:1.02rem}.answer-related-list a:hover span{text-decoration:underline}.answer-related-list b{color:#406b9e;font-weight:500}
@media(max-width:700px){.answer-experience{width:min(100% - 30px,900px);padding:22px 0 64px}.answer-back{margin-bottom:20px}.answer-hero{padding-bottom:30px}.answer-hero h1{margin:8px 0 18px;font-size:clamp(2.25rem,12vw,3.4rem)}.answer-summary{font-size:1.16rem;line-height:1.58}.answer-sources,.answer-connections,.answer-related{padding:30px 0}.answer-section-heading h2{font-size:1.4rem;margin-bottom:16px}.answer-connection-grid{grid-template-columns:1fr}.answer-connection-grid a{min-height:112px}.answer-reference-list a{min-height:54px;padding:13px 14px}.answer-related-list a{font-size:.98rem;line-height:1.4}}
@media(max-width:380px){.answer-experience{width:min(100% - 24px,900px)}.answer-hero h1{font-size:2.2rem}.answer-summary{font-size:1.08rem}.answer-reference-list a{align-items:flex-start}.answer-reference-list b{padding-top:2px}}
