:root{--paper: #f8f3e9;--paper-light: #fffdf8;--ink: #25231f;--muted: #706d65;--line: rgba(37, 35, 31, .13);--red: #db614d;--red-dark: #a33b2b;--shadow: 0 22px 70px rgba(69, 55, 34, .1);--radius: 30px;--radius-sm: 20px;--container: 1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;color:var(--ink);font-family:Avenir Next,Avenir,Segoe UI,sans-serif;font-size:1rem;background:radial-gradient(circle at 8% 4%,rgba(238,172,92,.14),transparent 27rem),radial-gradient(circle at 92% 24%,rgba(120,181,169,.12),transparent 29rem),var(--paper)}body:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.22;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E")}a{color:inherit}p{line-height:1.68}h1,h2,h3{margin:0;font-family:Iowan Old Style,Palatino Linotype,Georgia,serif;font-weight:600;line-height:1.02;text-wrap:balance}h1{font-size:clamp(3.25rem,7vw,6.75rem);letter-spacing:-.06em}h2{font-size:clamp(2.5rem,5vw,4.75rem);letter-spacing:-.05em}h3{font-size:clamp(1.6rem,2.6vw,2.35rem);letter-spacing:-.035em}.site-shell{position:relative;width:min(calc(100% - 40px),var(--container));margin:0 auto}.site-header{position:relative;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:25px 0}.brand{display:inline-flex;flex-shrink:0;align-items:center;gap:12px;text-decoration:none}.brand-mark{display:grid;place-items:center;width:46px;height:46px;border:1px solid var(--ink);border-radius:50%;font-family:Iowan Old Style,Georgia,serif;font-weight:700}.brand-copy{display:grid;gap:1px}.brand-copy strong{font-size:.98rem}.brand-copy small{color:var(--muted);font-size:.76rem;letter-spacing:.08em;text-transform:uppercase}.site-nav{display:flex;align-items:center;gap:clamp(16px,3vw,34px)}.site-nav a,.site-footer a{color:var(--muted);font-size:.95rem;text-decoration:none}.site-nav a{position:relative;white-space:nowrap}.site-nav a.site-nav__support{color:var(--red-dark);font-weight:700}.site-nav__support-short{display:none}.site-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-5px;height:1px;background:var(--ink);transition:right .18s ease}.site-nav a:hover:after,.site-nav a:focus-visible:after{right:0}.welcome{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);padding:18px 0 28px;gap:clamp(24px,4vw,56px);align-items:center}.welcome__copy{min-width:0;padding:16px 0}.welcome h1{font-size:clamp(2.75rem,5vw,4.5rem);line-height:1.04}.welcome .eyebrow{margin-bottom:14px;font-size:.7rem}.welcome .lead{max-width:56ch;margin-top:20px;font-size:clamp(1.02rem,1.4vw,1.125rem);line-height:1.6}.welcome .round-link{margin-top:22px}.eyebrow{margin:0 0 20px;color:var(--red-dark);font-size:.76rem;font-weight:700;letter-spacing:.16em;line-height:1.4;text-transform:uppercase}.lead{max-width:43rem;margin:30px 0 0;color:#5e5a52;font-size:clamp(1.08rem,1.7vw,1.3rem)}.round-link{display:inline-flex;align-items:center;gap:16px;margin-top:32px;font-weight:700;text-decoration:none}.round-link span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;color:#fff;background:var(--red);transition:transform .18s ease}.round-link:hover span{transform:translateY(4px)}.welcome__photos{position:relative;width:100%;max-width:448px;margin:0 auto;padding:40px 20px 0 0}.welcome__family-photo{display:block;width:100%;height:auto;border-radius:28px;box-shadow:var(--shadow)}.welcome__portrait-photo{position:absolute;top:0;right:0;display:block;width:clamp(80px,26%,116px);height:auto;aspect-ratio:1;border:5px solid var(--paper-light);border-radius:24px;background:var(--paper-light);box-shadow:var(--shadow)}.projects-section,.materials-section,.related-section{padding:90px 0 40px}.welcome+.projects-section{padding-top:32px}.welcome+.projects-section .section-intro{margin-bottom:24px}.section-intro{max-width:760px;margin-bottom:38px}.section-intro>p:last-child{max-width:620px;color:var(--muted);font-size:1.08rem}.section-intro--row{display:flex;align-items:end;justify-content:space-between;gap:24px;max-width:none}.bento-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:minmax(360px,auto);grid-auto-flow:dense;gap:18px}.project-tile{--tile: #e8b758;--tile-dark: #895d15;position:relative;display:flex;min-width:0;overflow:hidden;border:0;border-radius:var(--radius);color:#251f17;background:var(--tile);text-decoration:none;box-shadow:0 12px 35px #3e2f1814;animation:tile-in .6s both;animation-delay:var(--delay);transition:transform .22s ease,box-shadow .22s ease}a.project-tile:hover{transform:translateY(-6px);box-shadow:0 22px 48px #3e2f1829}.project-tile:focus-visible{outline:3px solid var(--ink);outline-offset:4px}.project-tile--wide{grid-column:span 2}.project-tile--tall{grid-row:span 2;flex-direction:column}.project-tile--standard{flex-direction:column}.project-tile--standard .project-visual{flex:0 0 76px;min-height:76px;margin-top:18px}.project-tile--standard .project-visual span{font-size:3rem}.project-tile--standard .project-visual:before{width:70px;height:70px}.project-tile--standard .project-visual:after{width:44px;height:44px}.project-tile--standard .project-visual i{transform:translateY(30px)}.project-tile--standard h3{font-size:1.75rem}.project-tile--coral{--tile: #e97a61;--tile-dark: #813528}.project-tile--sun{--tile: #f3c756;--tile-dark: #73520a}.project-tile--sky{--tile: #75b6d5;--tile-dark: #1f596e}.project-tile--mint{--tile: #84bea6;--tile-dark: #285f4c}.project-tile--violet{--tile: #afa0d9;--tile-dark: #524473}.project-tile--berry{--tile: #d56c89;--tile-dark: #782940}.project-tile--blue{--tile: #668abf;--tile-dark: #243f6a;color:#fff}.project-tile--amber{--tile: #e4a955;--tile-dark: #754c12}.project-tile--peach{--tile: #eda477;--tile-dark: #743d21}.project-visual{position:relative;display:grid;place-items:center;flex:0 0 42%;min-height:120px;overflow:hidden}.project-visual:before,.project-visual:after,.project-hero__visual:before,.project-hero__visual:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.56);border-radius:50%}.project-visual:before{width:180px;height:180px}.project-visual:after{width:110px;height:110px;transform:translate(40%,-30%)}.project-visual span{position:relative;z-index:2;font-family:Iowan Old Style,Georgia,serif;font-size:clamp(3.4rem,6vw,6rem);font-weight:700;letter-spacing:-.08em}.project-visual i{position:absolute;width:64%;height:22px;border-radius:50%;background:#36271421;filter:blur(8px);transform:translateY(62px)}.project-tile--tall .project-visual{flex-basis:48%}.project-visual--logo:before,.project-visual--logo:after{display:none}.project-logo{display:block;width:min(86%,230px);height:auto;max-height:230px;object-fit:contain;border-radius:18px}.project-logo.project-logo--wide{width:min(86%,320px);border-radius:0}.project-logo[src="/new-friends-logo.png"]{width:100%;mix-blend-mode:multiply}img[src="/deti-chitayut-bibliyu-logo-berry.png"]{filter:url(#bible-logo-ink);border-radius:0;transform:scale(1.35)}.project-tile--standard .project-visual--square-logo{flex-basis:132px;min-height:132px}.project-tile--standard .project-visual--square-logo .project-logo{width:132px}.project-tile--standard .project-visual--editions{flex-basis:180px;min-height:180px}.project-tile--blue .project-logo,.project-tile--violet .project-logo{mix-blend-mode:lighten}.project-tile__body{position:relative;z-index:2;display:flex;flex:1;min-width:0;flex-direction:column;padding:27px;overflow-wrap:anywhere}.project-category{margin:0 0 12px;color:var(--tile-dark);font-size:.73rem;font-weight:800;letter-spacing:.1em;line-height:1.35;text-transform:uppercase}.project-tile--blue .project-category,.project-tile--blue .project-tile__body>p{color:#fffc}.project-tile__body>p{margin:12px 0 0;color:#251f17b8;font-size:.96rem;line-height:1.5}.project-arrow{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:18px;font-size:.86rem;font-weight:700}.project-arrow b{display:grid;place-items:center;width:34px;height:34px;border:1px solid currentColor;border-radius:50%;transition:transform .18s ease}.project-tile:hover .project-arrow b{transform:rotate(45deg)}@keyframes tile-in{0%{opacity:0;transform:translateY(16px)}}.post-grid,.related-grid,.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.post-card,.feature-card,.archive-list-card,.comments-card,.article-shell,.panel,.sidebar-card{border:1px solid var(--line);border-radius:var(--radius);background:#fffdf8c7;box-shadow:var(--shadow)}.post-card,.feature-card,.archive-list-card,.comments-card{padding:28px}.post-card h3,.archive-list-card h3{margin-top:14px}.post-card p,.feature-card p,.archive-list-card p,.comments-card p,.copy{color:var(--muted)}.meta-row{display:flex;flex-wrap:wrap;gap:10px 16px;color:var(--muted);font-size:.82rem}.text-link,.archive-link,.back-link{color:var(--red-dark);font-weight:700;text-decoration:none}.archive-link{display:inline-flex;margin-top:16px}.back-link{display:inline-flex;margin-bottom:30px}.tag-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.tag{padding:7px 12px;border-radius:999px;color:#5c5549;background:#eee5d7;font-size:.82rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 24px;border:1px solid transparent;border-radius:999px;font-weight:700;text-decoration:none}.button-primary{color:#fff;background:var(--red)}.button-secondary{border-color:var(--line);background:var(--paper-light)}.button-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.project-hero{--hero: #e97a61;--hero-dark: #813528;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);min-height:560px;margin-top:28px;overflow:hidden;border-radius:40px;background:var(--hero)}.project-hero--sun{--hero: #f3c756;--hero-dark: #73520a}.project-hero--coral{--hero: #e97a61;--hero-dark: #813528}.project-hero--sky{--hero: #75b6d5;--hero-dark: #1f596e}.project-hero--mint{--hero: #84bea6;--hero-dark: #285f4c}.project-hero--violet{--hero: #afa0d9;--hero-dark: #524473}.project-hero--berry{--hero: #d56c89;--hero-dark: #782940}.project-hero--blue{--hero: #668abf;--hero-dark: #243f6a;color:#fff}.project-hero--amber{--hero: #e4a955;--hero-dark: #754c12}.project-hero--peach{--hero: #eda477;--hero-dark: #743d21}.project-hero__copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(32px,6vw,76px)}.project-hero .eyebrow,.project-hero .back-link{color:var(--hero-dark)}.project-hero--blue .eyebrow,.project-hero--blue .back-link,.project-hero--blue .lead{color:#ffffffd1}.project-hero h1{max-width:12ch;font-size:clamp(3rem,6vw,6rem)}.project-hero--mint h1{font-size:clamp(2.1rem,4.6vw,4.6rem)}.project-hero--peach h1{font-size:clamp(2.35rem,4.6vw,4.6rem)}.project-hero__visual{position:relative;display:grid;place-items:center;overflow:hidden}.project-hero__visual:before{width:430px;height:430px}.project-hero__visual:after{width:260px;height:260px;transform:translate(38%,-35%)}.project-hero__visual span{position:relative;z-index:2;font-family:Iowan Old Style,Georgia,serif;font-size:clamp(7rem,17vw,14rem);font-weight:700;letter-spacing:-.1em}.project-hero__visual i{position:absolute;width:70%;height:38px;border-radius:50%;background:#251f1726;filter:blur(14px);transform:translateY(125px)}.project-hero__visual--logo:before,.project-hero__visual--logo:after{display:none}.project-hero__logo{position:relative;z-index:2;width:min(66%,360px);height:auto;max-height:360px;object-fit:contain;border-radius:28px}.project-hero__logo--wide{width:min(76%,440px);border-radius:0}.project-hero--berry .project-hero__logo{width:100%;max-height:500px}.project-hero--blue .project-hero__logo{width:min(82%,400px);max-height:400px}.project-hero--mint .project-hero__logo{width:min(100%,520px)}.project-hero__visual--editions{padding:36px 12px}.project-hero__visual--cover{padding:44px 32px}.project-hero__cover{display:block;width:min(84%,320px);height:auto;max-height:470px;object-fit:contain;border-radius:3px;transform:rotate(4deg);box-shadow:0 24px 44px #16405347}.project-highlights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding:18px 0 0}.project-highlight{display:flex;min-height:160px;padding:30px;border:1px solid var(--line);border-radius:var(--radius);background:var(--paper-light);flex-direction:column;justify-content:space-between}.project-highlight strong{font-family:Iowan Old Style,Georgia,serif;font-size:clamp(2rem,4vw,3.4rem);font-weight:700;line-height:1;letter-spacing:-.04em}.project-highlight span{max-width:20ch;color:var(--muted);font-size:.92rem;line-height:1.35}.project-gallery{padding:56px 0 10px}.project-gallery__header{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:24px}.project-gallery__header h2{max-width:13ch}.project-gallery__source{flex:0 0 auto;color:var(--muted);font-size:.88rem;text-decoration:none}.project-gallery__source:hover{color:var(--ink)}.project-gallery__grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);grid-template-rows:repeat(2,220px);gap:18px}.project-gallery__item{position:relative;min-width:0;margin:0;overflow:hidden;border-radius:var(--radius);background:#c9c1b5}.project-gallery__item--featured{grid-row:1 / span 2}.project-gallery__item:after{content:"";position:absolute;inset:42% 0 0;background:linear-gradient(180deg,transparent,rgba(24,18,14,.72));pointer-events:none}.project-gallery__item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.project-gallery__item:hover img{transform:scale(1.025)}.project-gallery__item figcaption{position:absolute;z-index:1;right:22px;bottom:20px;left:22px;max-width:27ch;color:#fff;font-family:Iowan Old Style,Georgia,serif;font-size:1.18rem;line-height:1.25}.project-details{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:18px;padding:18px 0 30px}.project-story,.project-action{padding:clamp(28px,4vw,48px);border:1px solid var(--line);border-radius:var(--radius);background:var(--paper-light)}.project-story>p:not(.eyebrow){max-width:720px;color:#57534c;font-family:Iowan Old Style,Georgia,serif;font-size:clamp(1.3rem,2.2vw,1.75rem);line-height:1.55}.project-story--long>p:not(.eyebrow){font-size:1.125rem;line-height:1.75}.project-story--long>.eyebrow+p{color:var(--ink);font-size:1.4rem;line-height:1.55}.project-action{align-self:start}.project-action>p:not(.eyebrow){color:var(--muted)}.project-action .button{margin-top:18px}.project-action__channel{margin-top:28px;padding-top:24px;border-top:1px solid var(--line)}.project-details--illustrated{grid-template-columns:minmax(0,1fr) 320px}.project-details--amber{--project-panel: #fbf0dd}.project-details--sky{--project-panel: #eaf4f8;--project-accent: #32708b}.project-details--sun{--project-panel: #fcf3d8;--project-accent: #73520a}.project-details--peach{--project-panel: #fcf0e5;--project-accent: #8a492b}.project-details--mint{--project-panel: #edf5ef;--project-accent: #285f4c}.project-details--illustrated .project-action{position:sticky;top:24px;padding:28px}.project-story__section{margin-top:44px;padding-top:36px;border-top:1px solid var(--line)}.project-story__section h2{max-width:22ch;font-size:clamp(1.8rem,3vw,2.75rem);letter-spacing:-.035em;line-height:1.1;scroll-margin-top:24px}.project-story__section>p{max-width:720px;color:#57534c;font-family:Iowan Old Style,Georgia,serif;font-size:1.125rem;line-height:1.75}.project-story__cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:24px}.project-story__card{padding:24px;border:1px solid var(--line);border-radius:22px;background:var(--project-panel, #f0f3f8)}.project-story__card:last-child:nth-child(odd){grid-column:1 / -1}.project-story__card h3{font-size:1.5rem;line-height:1.15}.project-story__card p{margin:12px 0 0;color:#57534c;font-size:.98rem}.project-story__card-link{display:inline-flex;align-items:center;min-height:44px;margin-top:12px;color:var(--project-accent, var(--red-dark));font-size:1.125rem;font-weight:700;text-underline-offset:5px}.project-story__links,.project-action__links{display:flex;flex-direction:column;align-items:flex-start;gap:16px;margin-top:24px}.project-story__links a,.project-action__links a{color:var(--red-dark);font-weight:600;text-underline-offset:4px;overflow-wrap:anywhere}.project-story__quote{margin:24px 0 0;padding:28px;border-left:3px solid var(--project-accent, #668abf);border-radius:0 22px 22px 0;background:var(--project-panel, #eef3fa)}.project-story__quote blockquote{margin:0}.project-story__quote blockquote p{margin:0;font-family:Iowan Old Style,Georgia,serif;font-size:1.4rem;line-height:1.5}.project-story__quote figcaption{display:grid;gap:6px;margin-top:22px;color:#57534c;font-size:.88rem}.project-story__quote figcaption a{margin-top:6px;text-underline-offset:3px}.about-layout{display:grid;grid-template-columns:1.1fr .9fr;min-height:680px;gap:64px;align-items:center;padding:45px 0 80px}.about-copy .lead{max-width:690px}.draft-note{max-width:590px;margin:24px 0 28px;padding:16px 18px;border-left:3px solid var(--red);color:var(--muted);background:#ffffff6b}.portrait-large{display:grid;place-items:center;min-height:560px;border:1px dashed rgba(37,35,31,.24);border-radius:48% 48% 30px 30px/22% 22% 30px 30px;background:#d9d2c6}.portrait-large span{font-family:Iowan Old Style,Georgia,serif;font-size:6rem}.portrait-large strong{margin-top:-160px;color:var(--muted)}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:18px;padding:54px 0 24px}.panel,.sidebar-card,.article-shell{padding:clamp(28px,5vw,54px)}.sidebar-card{align-self:start}.section{padding:56px 0 18px}.section-header{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}.section-header h2{max-width:17ch}.archive-shell{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:18px;align-items:start}.archive-list{display:grid;gap:18px}.article-layout{width:min(100%,920px);margin:0 auto;padding:30px 0 60px}.article-shell h1{max-width:none;font-size:clamp(2.8rem,6vw,5.4rem)}.article-content{margin-top:42px}.article-content h2{max-width:none;margin-top:38px;font-size:clamp(2rem,4vw,3rem)}.article-content p{color:#57534c;font-family:Iowan Old Style,Georgia,serif;font-size:1.2rem;line-height:1.75}.site-footer{display:flex;justify-content:space-between;gap:24px;margin-top:90px;padding:36px 0 46px;border-top:1px solid var(--line)}.site-footer p{margin:6px 0 0;color:var(--muted);font-size:.9rem}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}@media(max-width:1050px){.site-header{flex-wrap:wrap}.project-details--illustrated{grid-template-columns:minmax(0,1fr)}.project-details--illustrated .project-action{position:static}.bento-grid,.post-grid,.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.site-shell{width:min(calc(100% - 24px),var(--container))}.site-header{align-items:flex-start;padding:16px 0;gap:8px}.brand-copy small{display:none}.site-nav{flex-basis:100%;justify-content:space-between;gap:10px;padding-top:0}.site-nav a{display:inline-flex;align-items:center;min-height:44px;font-size:.84rem}.site-nav a:after{bottom:3px}.site-nav__support-full{display:none}.site-nav__support-short{display:inline}.welcome,.about-layout,.project-hero,.project-details,.hero-grid,.archive-shell{grid-template-columns:1fr}.welcome{padding:12px 0 20px;gap:20px}.welcome__copy{padding:8px 0 0}.projects-section,.materials-section,.related-section{padding-top:64px}.bento-grid{grid-template-columns:1fr;grid-auto-rows:auto}.project-tile,.project-tile--wide,.project-tile--tall{grid-column:auto;grid-row:auto;min-height:390px;flex-direction:column}.project-tile .project-visual{flex-basis:180px}.project-tile .project-visual--logo{flex-basis:200px;padding-top:18px}.project-logo{width:180px;max-height:180px}.project-tile__body{min-height:210px}.post-grid,.related-grid,.feature-grid{grid-template-columns:1fr}.section-intro--row,.section-header{align-items:flex-start;flex-direction:column}.project-hero{min-height:610px}.project-hero__visual{min-height:260px;order:-1}.project-hero__copy{padding:32px 24px 42px}.project-hero__visual span{font-size:8rem}.project-hero__logo{width:min(58%,260px);max-height:240px}.project-hero--berry .project-hero__visual{min-height:340px}.project-hero--berry .project-hero__logo{width:min(100%,380px);max-height:380px}.project-hero--blue .project-hero__visual{min-height:320px}.project-hero--blue .project-hero__logo{width:min(80%,300px);max-height:300px}.project-hero__visual--editions{min-height:300px;padding:36px 16px 12px}.project-hero__visual--cover{padding:36px 24px 18px}.project-hero__cover{width:min(68%,240px);max-height:350px}.project-highlights{grid-template-columns:1fr}.project-highlight{min-height:136px}.project-story__cards{grid-template-columns:minmax(0,1fr)}.project-gallery{padding-top:42px}.project-gallery__header{align-items:flex-start;flex-direction:column;gap:12px}.project-gallery__grid{grid-template-columns:1fr;grid-template-rows:300px repeat(2,210px)}.project-gallery__item--featured{grid-row:auto}.about-layout{gap:34px}.portrait-large{min-height:480px}.button{width:100%}.site-footer{flex-direction:column}}@media(max-width:430px){.brand-mark{width:40px;height:40px}.brand-copy strong{font-size:.86rem}.site-nav{justify-content:flex-start;gap:8px}.site-nav a{font-size:.8rem}h1{font-size:clamp(2.9rem,15vw,4rem)}}
