:root{--ink:#191a20;--muted:#6d7180;--soft:#f4f5f7;--line:#e6e7eb;--white:#fff;--coral:#f45b53;--blue:#315ed8;--shadow:0 10px 25px rgba(29,32,44,.07);--radius:20px;--radius-sm:12px;--wrap:min(1200px,calc(100% - 40px));--reading:720px;--serif:'Playfair Display',Georgia,serif;--sans:'Google Sans Flex',Inter,ui-sans-serif,system-ui,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--white);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.65;letter-spacing:-.01em}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration-color:var(--coral);text-decoration-thickness:1.5px;text-underline-offset:.18em}a:hover{text-decoration-thickness:2px}button,input{font:inherit}.screen-reader-text{clip:rect(0,0,0,0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.screen-reader-text:focus{clip:auto;clip-path:none;display:block;height:auto;left:1rem;padding:.7rem 1rem;top:1rem;width:auto;z-index:10000;background:var(--ink);color:#fff}.site-main{width:var(--wrap);margin-inline:auto}.site-header{width:var(--wrap);border:1px solid var(--line);border-radius:var(--radius);background:rgb(255 255 255/.94);position:sticky;z-index:20;backdrop-filter:blur(12px)}.masthead{display:flex;align-items:center;gap:20px}.wordmark{font-family:var(--serif);font-size:1.45rem;font-weight:700;letter-spacing:-.07em;text-decoration:none;white-space:nowrap}.menu-toggle,.search-toggle{background:var(--soft);color:var(--ink);cursor:pointer}.search-toggle{border:0;min-width:38px;min-height:38px}.menu-toggle{display:none;font-weight:700;padding-inline:.65rem}.menu-toggle:hover,.search-toggle:hover{background:#e9ebef}.post-card,.post-card__image{position:relative;overflow:hidden}.post-card{min-width:0;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);box-shadow:0 1px 0 rgb(0 0 0/.02);transition:transform .25s ease,box-shadow .25s ease}.post-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.post-card__image{display:block;background:var(--soft);aspect-ratio:1.35;text-decoration:none}.post-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.post-card:hover .post-card__image img{transform:scale(1.045)}.post-card__open{display:grid;place-items:center;position:absolute;right:14px;top:14px;width:38px;height:38px;border-radius:50%;background:rgb(255 255 255/.94);font-size:1.25rem;opacity:0;transform:translateY(-5px);transition:.25s}.post-card:hover .post-card__open,.post-card__image:focus .post-card__open{opacity:1;transform:none}.post-card__content{padding:18px 20px 16px}.post-card__category{display:inline-flex;align-items:center;gap:.3rem;max-width:100%;border-radius:999px;background:#fff0ef;color:#bf3731;padding:.2rem .63rem;font-size:.72rem;font-weight:750;line-height:1.4;text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.post-card__title{margin:.65rem 0 0;font-family:var(--serif);font-size:clamp(1.3rem,2vw,1.8rem);letter-spacing:-.04em;line-height:1.12}.post-card__title a,a{text-decoration:none}.post-card__meta{display:flex;align-items:center;gap:.8rem;border-top:1px solid var(--line);font-weight:620}.post-card__meta time{margin-left:auto;white-space:nowrap;font-weight:500}.eyebrow{margin:0 0 .45rem;font-size:.72rem;font-weight:760;letter-spacing:.13em;text-transform:uppercase}.archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.site-footer{margin-top:clamp(4rem,8vw,7rem);padding:44px max(20px,calc((100% - 1200px)/2));background:#191a20;color:#fff}.footer-grid{display:flex;justify-content:space-between;gap:28px}.footer-nav ul{display:flex;gap:16px;flex-wrap:wrap;list-style:none;padding:0;margin:0}.footer-nav a{font-size:.85rem}.copyright{margin:24px 0 0;color:#a4a6ae;font-size:.78rem}.search-dialog{width:min(840px,calc(100% - 32px));max-height:calc(100vh - 32px);border:1px solid var(--line);border-radius:var(--radius);background:var(--white);box-shadow:0 20px 60px rgb(0 0 0/.2)}.search-dialog::backdrop{background:rgb(22 23 28/.55);background:rgb(15 23 42/.35)}.search-top{display:flex;align-items:center;gap:15px}.search-top label{flex:1}.search-input{width:100%;border:0;border-bottom:2px solid var(--ink);padding:.4rem 0;background:#fff0;color:var(--ink);font-family:var(--serif);font-size:clamp(1.75rem,4vw,3.2rem);outline:0}.search-close{border:0;background:#fff0;cursor:pointer;font-size:2rem}.search-help{color:var(--muted);font-size:.86rem}.search-facets{display:flex;flex-wrap:wrap;gap:7px;margin:20px 0}.facet{border:1px solid var(--line);border-radius:999px;padding:.4rem .72rem;background:var(--white);cursor:pointer;font-size:.78rem}.facet[aria-pressed=true]{color:#fff}.search-results{display:grid;gap:2px;max-height:47vh;overflow:auto}.archive-header{max-width:860px;padding:clamp(4rem,9vw,8rem)0 3rem}.archive-header h1{margin:.3rem 0;font-family:var(--serif);font-size:clamp(3.2rem,7vw,6.6rem);letter-spacing:-.075em;line-height:.9}.facet:focus-visible,.menu-toggle:focus-visible,.post-card__image:focus-visible,.search-close:focus-visible,.search-toggle:focus-visible,.site-footer a:focus-visible,.site-header a:focus-visible{outline:3px solid var(--blue);outline-offset:3px}@media (max-width:800px){:root{--wrap:min(100% - 28px,1200px)}.site-header{top:6px;margin-top:8px}.masthead{min-height:56px}.menu-toggle{display:block;margin-left:auto}.archive-grid{grid-template-columns:repeat(2,1fr);gap:15px}.post-card__content{padding:15px}.post-card__meta{padding:0 15px}.footer-grid{display:block}.footer-nav{margin-top:1.5rem}}@media (max-width:540px){.wordmark{font-size:1.28rem}.archive-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}:root{--serif:'Domine',Georgia,serif;--coral:#2563eb;--blue:#2563eb;--contrast:#c2410c;--soft:#f5f7fb}.material-symbols-rounded{font-family:"Material Symbols Rounded";font-weight:400;font-style:normal;font-size:1.05em;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;font-feature-settings:"liga"}.site-header{width:100%;margin:0;border:0;border-radius:0;background:rgb(255 255 255/.96);box-shadow:0 1px 0 var(--line);top:0}.masthead{width:var(--wrap);margin:auto;min-height:72px;padding:9px 0}.header-spacer{flex:1}.search-toggle,.social-links{display:flex;align-items:center;gap:5px}.social-links a{display:grid;place-items:center;width:31px;height:31px;border:1px solid var(--line);border-radius:50%;font-size:.8rem;font-weight:800;text-decoration:none}.search-toggle{gap:7px;width:min(240px,22vw);padding:0 14px;border-radius:999px;background:#f0f2f5;color:#a4abba;font-size:1.45rem}.search-toggle span{font-size:.86rem;font-weight:600}.menu-toggle{margin-left:4px;border-radius:50%}.mega-menu{top:calc(100% + 1px);left:0;border-bottom:1px solid var(--line);box-shadow:0 18px 35px rgb(20 23 32/.1)}.mega-menu__inner{width:var(--wrap);padding:30px 0 38px}.mega-menu__grid{display:grid;gap:28px}.mega-menu section{border-top:2px solid var(--ink);padding-top:12px}.mega-menu li{margin:.24rem 0;margin:0}.mega-menu li a{color:var(--muted);display:inline-block;padding:.12rem .24rem;border-radius:4px;color:#475569;font-size:.9rem;line-height:1.35;text-decoration:none}.post-card__meta{margin:0 10px 10px;min-height:54px;border:0;border-radius:14px;background:#f0f2f5;padding:0 13px;color:#a3b4c2;font-size:.82rem}.post-card__meta span{display:inline-flex;gap:5px;align-items:center;white-space:nowrap}.post-card__meta b{font-weight:600}.site-footer{padding-top:60px}.footer-grid{align-items:start}.footer-grid>div{max-width:270px}.footer-book p,.footer-nav p{margin:0 0 .8rem;color:#a4a6ae;font-size:.7rem;font-weight:750;letter-spacing:.11em;text-transform:uppercase}.footer-nav ul{display:grid;grid-template-columns:repeat(2,max-content);gap:.35rem 1.3rem}.footer-book a{font-family:var(--serif);font-size:1.2rem;line-height:1.15}.site-footer .social-links{margin-top:15px}.site-footer .social-links a{border-color:#555862;color:#fff}@media (max-width:800px){.masthead{min-height:62px}.search-toggle span,.social-links{display:none}.search-toggle{width:auto;min-width:39px;padding:0;justify-content:center}.mega-menu__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.mega-menu__inner{padding:22px 0 28px}.footer-grid{display:grid;grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:span 2}.site-footer .social-links{display:flex}.post-card__meta{gap:.55rem;padding:0 10px;font-size:.73rem}}@media (max-width:540px){.footer-grid,.footer-nav ul,.mega-menu__grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.post-card__meta time{font-size:.7rem}}.post-card__meta time{display:inline-flex;align-items:center;gap:5px}.wordmark span{color:var(--coral)}.post-card__category{background:#fff3ed}.eyebrow,.post-card__category{color:var(--contrast)}.facet[aria-pressed=true]{border-color:var(--coral);background:var(--coral)}.mega-menu li a:hover,.site-footer .social-links a:hover,.social-links a:hover{border-color:var(--coral);color:var(--coral)}.mega-menu[hidden]{display:none!important}.mega-menu{position:fixed;inset:0;z-index:1000;width:100%;height:100dvh;overflow-y:auto;border:0;background:#fff;box-shadow:none}.mega-menu__inner{width:min(1440px,calc(100% - 48px));min-height:100%;padding:clamp(28px,5vw,72px)0;margin:auto}.mega-menu__top{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding-bottom:clamp(24px,4vw,48px);border-bottom:1px solid var(--line)}.mega-menu__top .eyebrow{margin-bottom:.35rem}.mega-menu__top h2{margin:0;font-family:var(--serif);font-size:clamp(2.2rem,5vw,4.5rem);letter-spacing:-.065em;line-height:.95}.mega-menu-close{display:grid;place-items:center;flex:0 0 48px;width:48px;height:48px;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--ink);cursor:pointer;font-size:2rem;line-height:1}.mega-menu__grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:clamp(28px,4vw,56px) 28px;padding-top:clamp(28px,4vw,50px)}.mega-menu__parent{display:inline-block;color:var(--ink);font-family:var(--serif);font-size:1.35rem;line-height:1.1;text-decoration:none}.mega-menu ul{display:grid;gap:.45rem;margin:.9rem 0 0;padding:0;list-style:none}.mega-menu li a:focus-visible,.mega-menu li a:hover,.mega-menu__parent:focus-visible,.mega-menu__parent:hover{background:#dbeafe;color:#1e3a8a}.mega-menu-close:hover,.social-links a:hover{border-color:#1d4ed8;background:#dbeafe;color:#1e3a8a}.facet[aria-pressed=true]:hover{border-color:#1e40af;background:#1e40af;color:#fff}.post-card__category:hover{background:#ffedd5;color:#9a3412}.post-card:hover{box-shadow:0 12px 28px rgb(37 99 235/.14)}.mega-menu-close:focus-visible,a:focus-visible{outline:3px solid #1d4ed8;outline-offset:3px}@media (max-width:600px){.mega-menu__inner{width:min(100% - 32px,1440px)}.mega-menu__grid{grid-template-columns:1fr 1fr;gap:28px 20px}.mega-menu__parent{font-size:1.15rem}.mega-menu li a{font-size:.84rem}.mega-menu-close{flex-basis:42px;width:42px;height:42px}}.social-links a{color:#1f2937}.social-links svg{display:block;width:16px;height:16px;fill:currentColor}.social-links__instagram:hover{border-color:#c13584!important;background:#fdf2f8!important;color:#c13584!important}.social-links__youtube:hover{border-color:red!important;background:#fff1f2!important;color:#d60000!important}.social-links__facebook:hover{border-color:#1877f2!important;background:#eff6ff!important;color:#1877f2!important}.social-links__tiktok:hover{border-color:#111827!important;background:#f3f4f6!important;color:#111827!important}.social-links__telegram:hover{border-color:#229ed9!important;background:#eff6ff!important;color:#147fb7!important}.wordmark{display:inline-flex;align-items:center}.wordmark img{display:block;width:auto;height:clamp(22px,2.1vw,30px);max-width:min(280px,38vw)}:root{--serif:'Newsreader',Georgia,serif}.archive-header h1,.footer-book a,.mega-menu__parent,.post-card__title{font-weight:300}.footer-wordmark img{height:clamp(22px,2.1vw,30px);max-width:min(280px,70vw)}.menu-toggle{display:grid!important;place-items:center;width:42px;height:42px;min-width:42px;min-height:42px;padding:0;border:1px solid #d9e2f5;background:#fff;color:#111827;font-size:1.3rem;line-height:1;visibility:visible!important;opacity:1!important}.menu-toggle>span[aria-hidden=true]{display:block;font-size:1.35rem;line-height:1}.menu-toggle:hover{border-color:#2563eb;background:#eff6ff;color:#1d4ed8}@media (max-width:800px){.masthead{gap:10px}.menu-toggle{margin-left:4px}}.search-dialog{position:fixed;inset:0;width:100%;max-width:none;height:100dvh;max-height:none;margin:0;border:0;border-radius:0;padding:0;box-shadow:none}.search-shell{width:var(--wrap);min-height:100%;margin:0 auto;padding:clamp(28px,6vw,72px)0}.search-results{max-height:calc(100dvh - 260px)}.post-card:not(.topic-card){display:flex;flex-direction:column}.post-card:not(.topic-card) .post-card__content{display:flex;flex:1;flex-direction:column}.post-card:not(.topic-card) .post-card__meta{margin-top:auto}.archive-description{max-width:660px;margin:1.05rem 0 0;color:var(--muted);font-size:1.04rem;line-height:1.6}.lazy-post-status{display:grid;min-height:50px;place-items:center;margin:2rem 0;color:var(--muted);font-size:.9rem}.lazy-post-sentinel{display:block;width:1px;height:1px}@media (max-width:540px){.footer-book{display:block!important}.footer-book a{display:inline-block!important}}.footer-about{margin-top:1.6rem}.footer-about p{margin:0 0 .65rem;color:#a4a6ae;font-size:.7rem;font-weight:750;letter-spacing:.11em;text-transform:uppercase}.footer-about a:hover,.footer-book>a:hover{color:#fff;text-decoration:underline;text-decoration-color:#2563eb;text-underline-offset:.24em}.footer-about a,.footer-book>a{display:inline-block;font-family:var(--sans)!important;font-size:.88rem!important;font-weight:650!important;line-height:1.35!important;text-decoration:none}.archive-header{padding-top:clamp(2rem,4.5vw,4rem)}.post-card__category{align-self:flex-start!important;width:auto!important}