@font-face{font-family:Nunito;src:url('../style/fonts/nunito-v25-latin-regular.woff2') format('woff2');font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:Kalam;src:url('../style/fonts/kalam-v16-latin-regular.woff2') format('woff2');font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:Lato;src:url('../style/fonts/lato-v23-latin-700.woff2') format('woff2');font-style:normal;font-weight:700;font-display:swap}
@font-face{font-family:'Fredericka the Great';src:url('../style/fonts/fredericka-the-great-v15-latin-regular.woff2') format('woff2');font-style:normal;font-weight:400;font-display:swap}
:root{--green:#53af4e;--text:#444;--footer:#2a2a2a;--mobile-header:57px}
*{box-sizing:border-box}
[hidden]{display:none!important}
html{scroll-padding-top:75px}
body{margin:0;background:#fff;color:var(--text);font:400 16px/1.5625 Nunito,Arial,sans-serif}
button,input{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
button{cursor:pointer}
a{color:var(--green);text-decoration:none}
a:hover{text-decoration:underline}
a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid #1c7730;outline-offset:4px}
img{max-width:100%;height:auto;vertical-align:middle}
p{margin:0}
h1,h2{font-family:Lato,Arial,sans-serif;font-weight:700}
h1{font-size:30px;line-height:40px;color:var(--green);margin:20px 0}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}
.skip-link{position:fixed;left:12px;top:12px;z-index:100000;background:#fff;padding:10px 16px;transform:translateY(-200%)}
.skip-link:focus{transform:none}
.site-header{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:111px;padding:15px 35px 10px 70px;border-bottom:1px solid #c1c1c1}
.brand-name{font:400 35px/1.4 'Fredericka the Great',Georgia,serif;letter-spacing:3px;color:var(--green);white-space:nowrap}
.brand-name:hover{text-decoration:none}
.brand-domain{font-size:20px}
.slogan{font-size:14px;line-height:22px;color:var(--green);min-height:33px}
.share-controls{display:flex;align-items:center;justify-content:flex-end;gap:12px}
.desktop-share{margin-bottom:10px}
.share-button{display:flex;align-items:center;justify-content:center;gap:8px;min-height:38px;padding:8px 16px;border:1px solid #27ae60;border-radius:50px;background:#ebf7ee;color:#27ae60;font:700 14px/20px Nunito,Arial,sans-serif;box-shadow:0 2px 5px #0000001a;transition:background .2s,transform .2s;white-space:nowrap}
.share-button:hover{background:#d4efdf;box-shadow:0 4px 8px #0000001a;transform:translateY(-1px)}
.share-button svg{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.counter-bubble{position:relative;display:flex;align-items:center;justify-content:center;min-width:55px;padding:4px 10px;margin-left:5px;border:1px solid #ced4da;border-radius:4px;background:#fff;color:#495057;font-size:13px;font-weight:700;line-height:20px}
.counter-bubble::before,.counter-bubble::after{content:'';position:absolute;top:50%;transform:translateY(-50%);border-style:solid}
.counter-bubble::before{left:-5px;border-width:5px 5px 5px 0;border-color:transparent #ced4da transparent transparent}
.counter-bubble::after{left:-4px;border-width:4px 4px 4px 0;border-color:transparent #fff transparent transparent}
.hero{position:relative;height:550px;border-top:1px solid #fff;border-bottom:1px solid #c1c1c1}
.hero picture{display:block;width:100%;height:100%}
.hero-image{display:block;width:100%;height:100%;object-fit:cover;object-position:60% 50%}
.verse{position:absolute;margin:0;color:#fff;text-align:right;text-shadow:1px 1px 5px #000;font-family:Kalam,cursive;font-weight:400}
.verse-desktop{right:30px;top:50%;transform:translateY(-50%);font-size:16px;line-height:30px;padding-top:10px}
.verse cite{display:block;font-size:12px;font-style:normal}
.verse-mobile{display:none}
.introduction{padding:50px 100px}
.reading-tips{list-style:none;padding:0;margin:25px 0}
.reading-tips li{padding-left:25px;position:relative}
.reading-tips li::before{content:'→';position:absolute;left:0}
.steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;padding:0 50px 0 38px;text-align:center}
.step h2{font-size:23px;line-height:40px;color:#555;margin:19px 0}
.gallery-link{display:inline-block;width:240px;max-width:100%;margin-bottom:10px}
.gallery-link img{width:100%;box-shadow:10px 10px 10px -10px #0006;transition:transform .2s}
.gallery-link:hover img{transform:scale(1.05)}
.download-section{padding:80px 0 90px 15px;margin-top:20px;text-align:center}
.download-link{display:inline-block;max-width:calc(100% - 30px);transition:transform .2s}
.download-link:hover{transform:scale(1.03)}
.download-counts{font-size:11px;line-height:20px;margin-top:4px}
.download-counts span[aria-hidden]{margin:0 8px}
.site-footer{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-areas:'development notes recommendations' 'legal donation recommendations';column-gap:100px;row-gap:18px;align-content:start;padding:0 120px 35px;background:var(--footer);color:#777;font-size:12px;line-height:18px}
.site-footer h2{color:#aaa;font-size:16px;line-height:22px;border-bottom:1px solid #5f5f5f;margin:16px 0 10px;padding:10px 0}
.site-footer a,.site-footer .text-button{color:#777}
.site-footer a:hover,.site-footer .text-button:hover{color:#bbb;text-decoration:underline}
.site-footer a:focus-visible,.site-footer button:focus-visible{outline-color:#fff}
.site-footer address{font-style:normal}
.footer-development{grid-area:development}
.footer-legal{grid-area:legal}
.footer-legal p{margin:0}
.footer-notes{grid-area:notes}
.footer-donation{grid-area:donation}
.footer-recommendations{grid-area:recommendations}
.footer-recommendations ul{list-style:none;margin:0;padding:0}
.footer-recommendations li::before{content:'* ';color:inherit}
.text-button{border:0;padding:0;background:none;text-align:left;line-height:inherit}
.mobile-share{display:none}
.toast{position:fixed;left:50%;bottom:75px;transform:translateX(-50%);z-index:2000;max-width:calc(100% - 32px);padding:12px 20px;border-radius:8px;background:#333;color:#fff;box-shadow:0 4px 12px #0003;font-size:15px;font-weight:700;opacity:0;visibility:hidden;transition:opacity .2s}
.toast.show{opacity:1;visibility:visible}
/* Native dialog supplies modal focus handling; links also work without JS. */
.gallery{padding:0;border:0;max-width:100vw;max-height:100dvh;width:100vw;height:100dvh;background:transparent;color:#fff;overflow:hidden}
.gallery::backdrop{background:rgba(20,20,20,.96)}
.gallery[open]{display:flex;flex-direction:column}
.gallery button,.gallery a{color:#fff;background:#333;border:1px solid #666;border-radius:3px;padding:8px 12px;font-size:13px;line-height:20px;min-height:40px;text-decoration:none}
.gallery button:hover,.gallery a:hover{background:#555}
.gallery :focus-visible{outline-color:#8dd28a}
.gallery-toolbar{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:6px;padding:12px}
#gallery-position{margin-right:auto;padding:4px}
.gallery [data-gallery-action=close]{font-size:26px;line-height:20px}
.gallery-stage{display:flex;flex:1;min-height:0;align-items:center;justify-content:space-between;gap:10px;padding:0 12px}
.gallery-image-frame{overflow:auto;display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-width:0}
#gallery-image{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}
.gallery .gallery-prev,.gallery .gallery-next{font-size:35px;flex-shrink:0;min-width:44px;min-height:44px}
#gallery-caption{text-align:center;padding:12px 20px;font-size:14px;line-height:20px}
#gallery-status{text-align:center;font-size:13px;color:#ddd}
#gallery-status:empty{display:none}
.gallery-thumbnails{display:flex;justify-content:center;gap:10px;padding:0 16px 16px}
.gallery-thumbnails button{padding:3px;min-height:0;border:2px solid transparent;background:transparent}
.gallery-thumbnails [aria-current=true]{border-color:#53af4e}
.gallery-thumbnails img{width:60px;height:40px;object-fit:cover}
.copy-dialog{border:1px solid #777;border-radius:8px;max-width:calc(100% - 32px);width:480px;padding:24px;color:#444}
.copy-dialog::backdrop{background:#0009}
.copy-dialog h2{font-size:22px;margin-top:0}
.copy-dialog input{display:block;width:100%;padding:10px;margin:12px 0}
.copy-dialog button{padding:8px 16px}
@media(max-width:1199px) and (min-width:990px){.site-footer{padding-inline:70px;column-gap:50px}}
@media(max-width:989px){
  body{padding-top:var(--mobile-header);line-height:26px}
  h1{font-size:24px;line-height:35px;margin:20px 0}
  .site-header{position:fixed;top:0;left:0;width:100%;height:var(--mobile-header);min-height:0;z-index:100;padding:8px 10px 6px;background:var(--green);border:0;justify-content:center;box-shadow:0 1px 7px #0003}
  .brand-name{font:400 30px/42px Nunito,Arial,sans-serif;color:#fff;letter-spacing:0}
  .brand-domain,.slogan,.desktop-share{display:none}
  .hero{height:auto;border:0}
  .hero picture{height:auto}
  .hero-image{width:100%;height:auto;object-fit:contain;aspect-ratio:var(--mobile-hero-ratio,1.76366843)}
  .verse-desktop{display:none}
  .verse-mobile{display:flex;flex-direction:column;justify-content:center;top:6%;bottom:6%;right:4%;width:58%;font-size:clamp(10px,3.3vw,30px);line-height:1.35;text-shadow:0 1px 3px #000,0 0 8px #000b}
  .verse-mobile p{margin:0}
  .verse-mobile cite{font-size:.78em;line-height:1.4;margin-top:.4em}
  .introduction{padding:0 15px 40px}
  .reading-tips{margin:26px 0}
  .steps{grid-template-columns:1fr;gap:60px;padding:0 20px 0 10px}
  .step h2{font-size:24px;line-height:35px;color:#444;margin:20px 0}
  .gallery-link{width:80%;max-width:none}
  .download-section{padding:10px 0 80px;margin-top:80px}
  .site-footer{grid-template-columns:minmax(0,1fr);grid-template-areas:'notes' 'legal' 'development' 'donation' 'recommendations';padding:5px 30px 100px;gap:0;font-size:13px;line-height:20px}
  .site-footer h2{font-size:18px;line-height:18px;color:#777;margin:18px 0 8px;padding:8px 0}
  .site-footer a,.site-footer .text-button{color:#777}
  .footer-legal,.footer-donation{padding-top:20px}
  .footer-legal{padding-bottom:20px}
  .footer-donation{padding-bottom:20px}
  .mobile-share{position:fixed;bottom:0;left:0;width:100%;min-height:60px;padding:10px 16px max(10px,env(safe-area-inset-bottom));background:#fffffffa;z-index:100;box-shadow:0 -1px 7px #0000001a;display:flex;align-items:center;justify-content:center;transform:translateY(100%);visibility:hidden;transition:transform .3s,visibility .3s}
  .mobile-share.show-on-scroll{transform:none;visibility:visible}
  .mobile-share .share-controls{justify-content:center;flex-wrap:wrap}
  .gallery-toolbar{padding:8px;gap:4px}
  .gallery-toolbar button,.gallery-toolbar a{font-size:12px;padding:6px 8px}
  .gallery-stage{gap:4px;padding:0 4px}
  .gallery .gallery-prev,.gallery .gallery-next{min-width:32px;padding:4px}
  #gallery-caption{padding:10px;font-size:13px}
}
@media(max-width:320px){.brand-name{font-size:25px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.gallery-link:hover img,.download-link:hover{transform:none}}
@media print{body{padding:0}.site-header{position:static}.desktop-share,.mobile-share,.skip-link,.toast,.gallery,.copy-dialog{display:none!important}.hero{height:350px;break-inside:avoid}.introduction{padding:20px}.steps{gap:16px;padding:0}.step{break-inside:avoid}.download-section{padding:30px 0}.site-footer{padding:20px;column-gap:25px}a{color:inherit}}

html.gallery-open{overflow:hidden}
.gallery-image-frame{touch-action:pan-y}

.legal-content{padding:50px 100px;font-size:15px;line-height:1.7;overflow-wrap:anywhere}
.legal-content h1{margin-bottom:40px}
.legal-content h2{font-size:20px;line-height:1.45;margin:32px 0 12px;color:#444}
.legal-content h3{font:700 17px/1.45 Lato,Arial,sans-serif;margin:28px 0 10px;color:#444}
.legal-content p{margin:0 0 16px}
.legal-navigation{display:flex;flex-wrap:wrap;gap:12px 24px;font-size:14px}
.legal-content #privacy-title{font-size:26px;color:#53af4e;margin-top:50px}
.legal-back{margin-top:36px!important}
@media(max-width:989px){.legal-content{padding:24px 20px 45px}.legal-content h1{margin-bottom:28px}}
