:root{
  color-scheme:light;
  --ink:#0e2347; --body:#3e4b62; --muted:#67738a; --accent:#8f183e;
  --paper:#fff; --soft:#f6f8fb; --line:#dce2eb; --shadow:0 18px 36px rgba(19,35,64,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--body);font:17px/1.58 "Avenir Next",Avenir,Arial,sans-serif}
a{color:inherit;text-underline-offset:4px}
a:hover{color:var(--accent)}
img{max-width:100%}
.skip,.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
.skip:focus{clip:auto;width:auto;height:auto;left:12px;top:12px;z-index:20;background:#fff;padding:12px}
.site-header{border-bottom:1px solid var(--line);background:#fff;position:relative;z-index:5}
.header-inner{max-width:1260px;margin:auto;min-height:82px;padding:0 30px;display:flex;align-items:center;justify-content:space-between;gap:36px}
.brand{color:var(--ink);font:700 24px/1.05 Georgia,"Times New Roman",serif;letter-spacing:-.045em;text-decoration:none;white-space:nowrap}
.brand span{display:block;color:var(--accent);font:700 11px/1.5 "Avenir Next",Avenir,Arial,sans-serif;letter-spacing:.23em;text-transform:uppercase}
.nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px 24px;font:600 13px/1.2 "Avenir Next",Avenir,Arial,sans-serif}
.nav a{text-decoration:none;color:var(--ink);white-space:nowrap;padding:10px 0}
.nav a:hover,.nav a[aria-current="page"]{color:var(--accent)}
.nav a[aria-current="page"]{box-shadow:inset 0 -2px var(--accent)}
.content{max-width:1260px;margin:auto;padding:0 30px 95px;min-height:60vh}
h1,h2,h3,h4{color:var(--ink);font-family:Georgia,"Times New Roman",serif;letter-spacing:-.035em;line-height:1.1}
h1{font-size:clamp(44px,5.3vw,76px);font-weight:700}
h2{font-size:clamp(35px,3.5vw,51px)}
h3{font-size:25px}
p{margin:0 0 18px}
.button,.footer button{background:var(--accent);color:#fff;border:1px solid var(--accent);padding:13px 21px;display:inline-flex;align-items:center;justify-content:center;gap:20px;font:700 15px/1.2 "Avenir Next",Avenir,Arial,sans-serif;text-decoration:none;cursor:pointer;transition:transform .2s,background .2s}
.button:hover,.footer button:hover{color:#fff;background:#731230;transform:translateY(-2px)}
.text-link{color:var(--accent);font:700 14px/1.2 "Avenir Next",Avenir,Arial,sans-serif;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:3px}
.text-link span,.button span{font-size:20px;line-height:.7}
.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:32px}
.section-heading h2{margin:0 0 8px}.section-heading p{margin:0;color:var(--muted)}
/* Home: the original covers are the principal visual assets. */
.page-index .content{max-width:none;padding:0 0 0}
.home-hero{max-width:1260px;min-height:510px;margin:auto;padding:64px 30px 52px;display:grid;grid-template-columns:42% 58%;align-items:center;gap:0;overflow:hidden}
.hero-copy{position:relative;z-index:2}.hero-copy h1{max-width:570px;margin:0 0 25px}.hero-copy p{max-width:480px;margin:0 0 30px;font-size:19px;line-height:1.5}
.hero-covers{height:430px;display:flex;align-items:center;justify-content:center;padding-left:20px;perspective:1200px}
.hero-covers a{display:block;flex:0 0 30%;position:relative;filter:drop-shadow(4px 22px 14px rgba(11,30,63,.18));transition:transform .25s}
.hero-covers a:hover{z-index:4;transform:translateY(-12px) rotate(0)}
.hero-covers a:nth-child(1){z-index:1;transform:rotate(-9deg) translate(28px,16px)}
.hero-covers a:nth-child(2){z-index:3;transform:translateY(-12px) scale(1.13)}
.hero-covers a:nth-child(3){z-index:2;transform:rotate(8deg) translate(-25px,13px)}
.hero-covers img{display:block;width:100%;height:355px;object-fit:contain}
.home-featured,.home-subjects{max-width:1260px;margin:auto;padding:70px 30px}
.home-featured{border-top:1px solid var(--line)}
.featured-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px}
.book-card{min-width:0}
.book-art{height:345px;display:flex;align-items:center;justify-content:center;background:var(--soft);text-decoration:none;overflow:hidden}
.book-art img{height:285px;width:auto;object-fit:contain;box-shadow:8px 14px 22px rgba(18,31,57,.18);transition:transform .25s}
.book-art:hover img{transform:translateY(-5px)}
.book-category{margin:22px 0 7px;color:var(--accent);font:700 11px/1.2 "Avenir Next",Avenir,Arial,sans-serif;letter-spacing:.13em;text-transform:uppercase}
.book-card h3{font-size:25px;line-height:1.15;margin:0 0 14px}
.book-card h3 a{text-decoration:none}
.home-subjects{padding-top:50px;padding-bottom:90px}
.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.category-card{border:1px solid var(--line);text-decoration:none;color:inherit;transition:transform .2s,box-shadow .2s}
.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.category-art{height:158px;background:var(--soft);overflow:hidden}
.category-art img{display:block;width:100%;height:100%;object-fit:cover}
.category-copy{padding:20px 20px 18px;min-height:170px;position:relative}
.category-copy h3{font-size:24px;margin:0 0 8px}
.category-copy p{font-size:14px;line-height:1.4;margin:0 0 24px}
.category-copy span{position:absolute;right:18px;bottom:14px;color:var(--accent);font-size:26px}
.home-about{background:var(--ink);color:#fff;min-height:350px;padding:65px max(30px,calc((100vw - 1200px)/2));display:grid;grid-template-columns:1.2fr 1fr;align-items:center;overflow:hidden}
.home-about h2{color:#fff;margin:0 0 18px}.home-about p{font-size:19px;max-width:570px}
.home-about .button{margin-top:10px;background:#fff;border-color:#fff;color:var(--ink)}
.home-about .button:hover{background:#edf0f6}
.about-book-stack{display:flex;justify-content:center;align-items:center;height:220px}
.about-book-stack a{width:24%;display:block;margin-left:-3%;filter:drop-shadow(5px 15px 8px rgba(0,0,0,.28))}
.about-book-stack a:nth-child(2){transform:translateY(-15px);z-index:2}.about-book-stack a:nth-child(3){transform:rotate(7deg)}
.about-book-stack img{display:block;max-height:220px;margin:auto}
/* Inner pages: immediate subject and books, followed by original source copy. */
.page-index .content>.copy{display:none}
.content>.copy:first-child{text-align:center;margin:60px auto 35px}
.content>.copy:first-child h1,.content>.copy:first-child h3,.content>.copy:first-child h4{font-size:clamp(44px,5vw,68px);margin:0}
.content>.copy:first-child h1:nth-child(2){font:500 21px/1.4 "Avenir Next",Avenir,Arial,sans-serif;letter-spacing:.12em;margin:14px 0}
.content>.copy{max-width:850px;margin:0 auto 28px}
.copy{color:var(--body)}
.copy p{margin-bottom:20px}
.copy a{color:var(--accent)}
.copy p:first-child strong,.copy p:first-child b{color:var(--ink)}
.image-gallery{display:flex;align-items:flex-start;justify-content:center;gap:30px}
.image-gallery img{display:block;height:auto;width:auto;max-width:100%;object-fit:contain}
.action{margin:0}
.action a{color:var(--accent);font-weight:700}
.site-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin:54px auto 0}
.site-actions .action a{display:inline-block;text-decoration:none;border:1px solid var(--accent);padding:11px 17px;color:var(--accent)}
.site-actions .action a:hover{background:var(--accent);color:#fff}
.page-notary-public .content>.image-gallery{order:0;background:var(--soft);padding:35px;margin:35px auto 45px;max-width:850px}
.page-notary-public .content>.image-gallery img{height:350px;max-width:270px;box-shadow:8px 14px 22px rgba(18,31,57,.15)}
.page-notary-public .content>.copy:nth-child(2){max-width:850px}
.page-notary-public .content>.copy:nth-child(2) p:first-child{font-weight:700;color:var(--ink)}
.page-civil-service .civil-book{display:flex;justify-content:center;align-items:center;gap:65px;background:var(--soft);padding:35px;max-width:850px;margin:0 auto 45px}
.civil-book img{height:350px;box-shadow:8px 14px 22px rgba(18,31,57,.15)}
.civil-book .action a{display:inline-block;background:var(--accent);color:#fff;text-decoration:none;padding:13px 20px}
.page-science .content>.copy:first-child{margin-bottom:45px}
.science-row{display:grid;grid-template-columns:250px minmax(0,1fr);gap:55px;max-width:960px;align-items:start;margin:0 auto 75px;padding-bottom:65px;border-bottom:1px solid var(--line)}
.science-row .image-gallery img{width:250px;max-height:360px;box-shadow:var(--shadow)}
.science-row .copy{margin:0}.science-row .copy p:first-child{font:700 27px/1.18 Georgia,serif;color:var(--ink);margin:0 0 20px}
.science-row .action{margin-top:18px}
.science-row .action a,.science-row .action:not(:has(a)){display:inline-block;color:var(--accent);font-weight:700;border-bottom:1px solid;padding-bottom:4px;text-decoration:none}
.fantasy-row{display:grid;grid-template-columns:320px minmax(0,1fr);gap:55px;max-width:1030px;margin:0 auto}
.fantasy-row .image-gallery img{width:320px;box-shadow:var(--shadow)}
.fantasy-row .copy p:first-child{font:700 28px/1.15 Georgia,serif;color:var(--ink)}
.page-about .content>.copy:nth-child(2){max-width:720px;font-size:21px}
.page-citizenship .content>.copy:first-child{margin-bottom:20px}
.archive-notice{max-width:850px;margin:0 auto 45px;padding:18px 22px;border-left:4px solid var(--accent);background:#fbf3f5;color:var(--ink);font-size:15px}
.page-citizenship .content>.copy:not(:first-child){text-align:center;margin:45px auto 25px}
.page-citizenship .content>.copy:not(:first-child) h1,.page-citizenship .content>.copy:not(:first-child) h2{font-size:42px;margin:0}
.book-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px 20px;margin:0 auto;max-width:1080px}
.book-grid .book-card{background:var(--soft);padding:20px 15px 16px;text-align:center}
.book-grid .image-gallery{height:275px;align-items:center}
.book-grid img{height:255px;max-width:100%;box-shadow:5px 9px 13px rgba(18,31,57,.14)}
.book-grid .action{margin-top:16px}
.book-grid .action a{display:inline-block;text-decoration:none;color:var(--accent);font-size:14px}
.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:980px;margin:0 auto}
.video-card{background:var(--soft);padding:18px;text-align:center}
.video-card .image-gallery{height:180px;align-items:center}
.video-card img{max-height:170px}
.video-card .action a{color:var(--accent);font-size:14px}
.archive-guidance{max-width:850px;margin:80px auto 0;padding-top:40px;border-top:1px solid var(--line)}
.archive-guidance h2{font-size:36px}
.archive-guidance .copy{text-align:left!important}
.archive-guidance .image-gallery{margin:30px auto}
.archive-guidance .image-gallery img{max-width:615px}
.blog,.post{max-width:800px;margin:70px auto}
.blog>h1,.post>h1{font-size:55px}
.post-card{border-bottom:1px solid var(--line);padding:28px 0}
.post-card h2{font-size:31px;margin:8px 0}
.post-card h2 a{text-decoration:none}.post-card p{color:var(--muted)}
.meta{font-size:13px;color:var(--muted);letter-spacing:.04em}
.read-more{color:var(--accent);font-weight:700}
.post-content{overflow-wrap:anywhere}
.post-content img{display:block;max-width:100%;height:auto;margin:30px auto}
.footer{border-top:1px solid var(--line);background:#fff}
.footer-top{max-width:1260px;margin:auto;padding:50px 30px;display:flex;justify-content:space-between;align-items:center;gap:30px}
.footer-top h2{font-size:34px;margin:0 0 8px}.footer-top p{margin:0}
.footer form{width:min(100%,420px)}
.form-row{display:flex}
.form-row input{flex:1;min-width:0;border:1px solid var(--line);padding:13px 14px;font:15px/1.2 "Avenir Next",Avenir,Arial,sans-serif}
.form-row button{font-size:14px}
.footer-bottom{max-width:1260px;margin:auto;padding:25px 30px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:13px;color:var(--muted)}
.footer-bottom .brand{font-size:19px}.footer-bottom .brand span{font-size:9px}.footer-bottom p{margin:0}
.hidden{position:absolute;left:-9999px;height:1px;overflow:hidden}
@media(max-width:1000px){
  .header-inner{align-items:flex-start;flex-direction:column;gap:5px;padding-top:17px;padding-bottom:12px}
  .nav{justify-content:flex-start}
  .home-hero{grid-template-columns:1fr 1fr}
  .hero-copy h1{font-size:55px}
  .category-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
  body{font-size:16px}
  .header-inner{padding:15px 20px}
  .brand{font-size:22px}
  .nav{gap:0 17px;font-size:12px}
  .content{padding:0 20px 70px}
  .page-index .content{padding:0}
  .home-hero{display:block;padding:43px 20px 25px;min-height:0}
  .hero-copy h1{font-size:clamp(42px,10vw,58px);margin-bottom:20px}
  .hero-copy p{font-size:17px}
  .hero-covers{height:270px;padding:0;margin:24px auto 0;max-width:550px}
  .hero-covers a{flex-basis:31%}.hero-covers img{height:235px}
  .home-featured,.home-subjects{padding:55px 20px}
  .section-heading{align-items:flex-start;flex-direction:column}
  .featured-grid{grid-template-columns:1fr;gap:40px}
  .book-art{height:350px}
  .category-grid{grid-template-columns:1fr;gap:15px}
  .category-card{display:grid;grid-template-columns:38% 62%}
  .category-art{height:100%}
  .category-copy{min-height:145px;padding:16px}
  .home-about{display:block;padding:55px 20px}
  .about-book-stack{margin-top:35px}
  .content>.copy:first-child{margin:45px auto 30px}
  .content>.copy:first-child h1,.content>.copy:first-child h3,.content>.copy:first-child h4{font-size:44px}
  .page-notary-public .content>.image-gallery{padding:20px;gap:12px}
  .page-notary-public .content>.image-gallery img{height:220px;max-width:100%}
  .page-civil-service .civil-book{gap:20px;padding:22px}
  .civil-book img{height:235px}
  .science-row,.fantasy-row{display:block;margin-bottom:55px;padding-bottom:40px}
  .science-row .image-gallery,.fantasy-row .image-gallery{margin-bottom:28px}
  .science-row .image-gallery img,.fantasy-row .image-gallery img{width:auto;max-width:min(100%,300px)}
  .book-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}
  .book-grid .image-gallery{height:210px}.book-grid img{height:195px}
  .video-grid{grid-template-columns:1fr}
  .footer-top{display:block;padding:45px 20px}
  .footer form{margin-top:25px}
  .footer-bottom{padding:25px 20px;flex-wrap:wrap}
}
@media(max-width:390px){.book-grid{grid-template-columns:1fr}.book-grid .image-gallery{height:260px}.book-grid img{height:245px}.category-copy h3{font-size:21px}.nav{gap:0 13px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
/* Complete original narrative and media, set as editorial chapters. */
.original-stories{max-width:1260px;margin:0 auto;padding:75px 30px 90px;border-top:1px solid var(--line)}
.original-stories:before{content:"";display:block;height:220px;margin:-75px 0 65px;background:url('/assets/84770f_ef559f3370c6482a890b6355d1c22746~mv2.webp') center/cover no-repeat}
.original-feature{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;margin:0 0 65px}
.original-feature .copy h1{font-size:33px;margin:0 0 18px}
.original-feature .copy p{font-size:22px}
.original-feature .image-gallery img{width:100%;max-height:280px}
.original-video{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start;padding:45px 0;border-top:1px solid var(--line)}
.original-video img{width:100%}
.narrative-topic{border-top:1px solid var(--line);padding:55px 0}
.narrative-topic>.copy h1,.narrative-topic>.copy h2,.narrative-topic>.copy h3{font-size:38px;margin:0 0 20px}
.narrative-topic>.copy p{font:500 18px/1.4 "Avenir Next",Avenir,Arial,sans-serif;color:var(--muted)}
.narrative-columns{display:grid;grid-template-columns:38% 1fr;gap:55px;align-items:start}
.narrative-columns .image-gallery img{width:100%;max-height:350px;object-fit:cover}
.narrative-text .copy{max-width:760px}
.narrative-text .action{margin-top:20px}
.narrative-text .action a{display:inline-block;color:var(--accent);font-weight:700}
.page-citizenship .book-grid .book-card,.page-notary-public .book-grid .book-card{background:none;padding:0;text-align:left}
.page-citizenship .book-grid .book-art,.page-notary-public .book-grid .book-art{height:300px}
.page-citizenship .book-grid .book-art img,.page-notary-public .book-grid .book-art img{height:255px;width:auto;max-width:90%}
.page-citizenship .book-grid h3,.page-notary-public .book-grid h3{font-size:20px;min-height:48px}
.page-citizenship .book-grid .book-category,.page-notary-public .book-grid .book-category{margin-top:18px}
.page-citizenship .book-grid .availability{color:var(--muted);font-weight:700;font-size:14px}
.page-notary-public .notary-books{grid-template-columns:repeat(2,minmax(0,1fr));max-width:760px;gap:35px;margin:0 auto 55px}
@media(max-width:700px){
 .original-stories{padding:50px 20px}
 .original-stories:before{height:150px;margin:-50px -20px 45px}
 .original-feature,.original-video,.narrative-columns{display:block}
 .original-feature .image-gallery,.original-video .image-gallery,.narrative-columns .image-gallery{margin:25px 0}
 .narrative-topic{padding:40px 0}
 .page-citizenship .book-grid .book-art,.page-notary-public .book-grid .book-art{height:220px}
 .page-citizenship .book-grid .book-art img,.page-notary-public .book-grid .book-art img{height:195px}
 .page-citizenship .book-grid h3,.page-notary-public .book-grid h3{font-size:18px}
}
.hero-copy h1{font-size:clamp(44px,4.6vw,66px)}
.page-citizenship .content>.copy:not(:first-child) p:first-child{font:700 42px/1.1 Georgia,"Times New Roman",serif;color:var(--ink);margin:0}
@media(max-width:700px){.hero-copy h1{font-size:clamp(42px,10vw,58px)}.page-citizenship .content>.copy:not(:first-child) p:first-child{font-size:35px}}
.original-stories a,.archive-guidance a{overflow-wrap:anywhere;word-break:break-word}
@media(max-width:700px){
 .archive-guidance .image-gallery{flex-wrap:wrap}
 .archive-guidance .image-gallery img{max-width:100%;height:auto}
}
.video-card .image-gallery img:not(:only-child){width:44%;height:auto;max-height:170px}
