*,:after,:before{box-sizing:border-box}body,html{line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}blockquote,body,dd,dl,figure,h1,h2,h3,h4,h5,h6,html,ol,p,ul{margin:0;padding:0}img,svg{display:block;height:auto;max-width:100%}a{color:inherit;text-decoration:none}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/assets/fonts/inter-v19-latin-regular.woff2) format("woff2")}body{color:#0c0c0c;font-family:Inter,system-ui,sans-serif;font-size:1rem;line-height:1.6}h1,h2,h3,h4,h5,h6{color:#0c0c0c;font-family:Georgia,serif;font-weight:400;line-height:1.2;margin-bottom:1rem;margin-top:3rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.625rem}h4{font-size:1.375rem}h5{font-size:1.125rem}h6{font-size:1rem}p{margin-bottom:2rem}a{color:#2a4f9c;text-decoration:underline;text-underline-offset:2px}a:hover{color:#b93160}strong{font-weight:700}em{font-style:italic}.callout{background-color:#eee;border-left:4px solid #999;color:#1e1e1e;font-size:1.05rem;line-height:1.6;margin:1rem 0;padding:1rem}.callout p:last-child{margin-bottom:0}.callout-green{background-color:#eaf6eb;border-left-color:#4caf50}.callout-mulberry{background-color:#f5dae4;border-left-color:#b93160}code{background-color:#eee;border-radius:4px;color:#0c0c0c;padding:.1em .4em;word-break:break-word}code,pre{font-family:monospace;font-size:.95em}pre{background-color:#1e1e1e;border-radius:6px;color:#eee;line-height:1.5;margin-bottom:2rem;overflow-x:auto;padding:2rem}pre code{background:none;color:inherit;padding:0}@media (max-width:600px){pre{margin:1rem .5rem}code,pre{font-size:.6rem}}.site-header{background-color:#eee;border-bottom:1px solid #eee;padding-block:1rem;position:relative}.site-header .header-inner{align-items:center;display:flex;justify-content:space-between;margin-inline:auto;max-width:1200px;padding-inline:1rem}.site-header .site-title{color:#0c0c0c;font-family:Georgia,serif;font-size:1.25rem;font-weight:700;text-decoration:none}.site-header .site-title .photos{border-bottom:1px solid #0c0c0c}.site-header .site-nav{z-index:999}.site-header .site-nav.open{display:block}.site-header .site-nav ul{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.site-header .site-nav ul li a{color:#1e1e1e;font-family:Inter,system-ui,sans-serif;text-decoration:none}.site-header .site-nav ul li a:hover{color:#b93160}.site-header .nav-toggle{background:none;border:none;color:#1e1e1e;cursor:pointer;display:none;padding:.5rem;position:relative}.site-header .nav-toggle .icon{height:2rem;left:0;opacity:0;position:absolute;top:-6px;transform:scale(.9);transition:opacity .2s ease,transform .2s ease;width:2rem}.site-header .nav-toggle .icon svg{display:block;height:100%;width:100%}.site-header .nav-toggle .icon-hamburger{opacity:1;transform:scale(1)}.site-header .nav-toggle .icon-close,.site-header .nav-toggle.is-open .icon-hamburger{opacity:0;transform:scale(.9)}.site-header .nav-toggle.is-open .icon-close{opacity:1;transform:scale(1)}@media (max-width:768px){.site-header .site-nav{background:#eee;display:none;left:0;padding:1rem;position:absolute;right:0;top:100%;z-index:100}.site-header .site-nav ul{flex-direction:column;gap:1rem}.site-header .nav-toggle{display:block}}body{background-color:#eee;color:#1e1e1e;display:flex;flex-direction:column;min-height:100vh}.site-wrapper{display:flex;flex:1;flex-direction:column}.text-container{max-width:72ch}.page-container,.text-container{margin-inline:auto;padding-inline:1rem}.page-container{max-width:1200px}.privacy-notice{background-color:#fff;border-left:3px solid #ffd54f;border-radius:.5rem;color:#1e1e1e;padding-left:2rem}.section-lead{font-size:1.15rem;margin-bottom:2rem}.section-dark,.section-light{padding-block:4rem}.section-dark{background-color:#1e1e1e;color:#eee}.section-dark h1,.section-dark h2,.section-dark h3,.section-dark h4,.section-dark h5,.section-dark h6{color:#eee}.section-dark a{color:#ffd54f}.section-dark a:hover{color:#fff}.section-light{background-color:#eee;border-radius:.5rem;color:#1e1e1e}.section-light a{color:#b93160}.section-light a:hover{color:#2a4f9c}.content-layout{padding-block:4rem}.grid-sidebar{display:grid;gap:4rem;grid-template-columns:3fr 1fr}@media (max-width:768px){.grid-sidebar{grid-template-columns:1fr}}.main-content ol,.main-content ul{line-height:1.8rem;margin-left:1rem}.main-content article{margin-bottom:2rem}.main-content article h1,.main-content article h2,.main-content article h3,.main-content article h4,.main-content article h5,.main-content article h6{margin-top:1.5rem}.main-content article p{margin-top:1rem}.main-content a{color:#2a4f9c;text-decoration:underline}.main-content a:hover{color:#b93160}.main-content hr{margin:2rem}.main-content .inner-section{margin-bottom:3rem;margin-top:3rem}.main-content .inner-section h3{margin-bottom:2rem}.main-content .inner-section .center{text-align:center}.grid-3{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-2-1,.grid-3{display:grid;gap:2rem}.grid-2-1{grid-template-columns:2fr 1fr}@media (max-width:768px){.grid-2-1{grid-template-columns:1fr}}.grid-1-2{display:grid;gap:2rem;grid-template-columns:1fr 2fr}@media (max-width:768px){.grid-1-2{grid-template-columns:1fr}}.hero{background-color:#eee;border-bottom:4px solid #1e1e1e;padding-block:6rem}.hero .hero-inner{align-items:center;display:flex;justify-content:center;margin-inline:auto;max-width:1200px;padding-inline:1rem;text-align:center}.hero .hero-content{max-width:700px}.hero .hero-title{color:#0c0c0c;font-family:Georgia,serif;font-size:2.5rem;line-height:1.2;margin-bottom:1rem}.hero .hero-tagline{color:#1e1e1e;font-size:1.25rem;margin-bottom:2rem}.hero .hero-cta{background-color:#b93160;border-radius:4px;color:#fff;display:inline-block;font-family:Inter,system-ui,sans-serif;font-size:1rem;margin-bottom:1rem;padding:.75rem 1.5rem;text-decoration:none}.hero .hero-cta:hover{background-color:#91264b}@media (max-width:768px){.hero{padding-block:4rem}.hero .hero-title{font-size:2rem}.hero .hero-tagline{font-size:1.1rem}}.mini-hero{background-color:#eee;border-bottom:1px solid #1e1e1e;padding-block:4rem}.mini-hero .hero-inner{margin-inline:auto;max-width:1000px;padding-inline:1rem;text-align:center}.mini-hero .hero-title{color:#0c0c0c;font-family:Georgia,serif;font-size:1.75rem;margin:0}.mini-hero .hero-tagline{color:#1e1e1e;font-size:1rem;margin-top:.5rem}@media (max-width:768px){.mini-hero{padding-block:3rem}.mini-hero .hero-title{font-size:1.5rem}.mini-hero .hero-tagline{font-size:.95rem}}.card{background-color:#fff;border-radius:6px;box-shadow:0 1px 3px rgba(0,0,0,.05);color:#1e1e1e;display:flex;flex-direction:column;justify-content:space-between;min-height:100%;padding:1rem;transition:box-shadow .2s ease}.card:hover{box-shadow:0 2px 6px rgba(0,0,0,.1)}.card .card-header{font-family:Georgia,serif;font-size:1.25rem;line-height:1.3;margin-bottom:1rem}.card .card-body{flex-grow:1;font-family:Inter,system-ui,sans-serif;font-size:1rem;line-height:1.6}.card .card-footer{align-items:center;display:flex;font-size:.9rem;gap:.5rem;justify-content:space-between;margin-top:1rem}.card .card-footer a,.card .card-footer button{align-items:center;color:#b93160;display:inline-flex;font-weight:500;gap:.25rem;text-decoration:none}.card .card-footer a:hover,.card .card-footer button:hover{text-decoration:underline}.card .card-footer a svg,.card .card-footer button svg{height:1em;width:1em}.card-light{background-color:#fff;color:#1e1e1e}.card-dark{background-color:#1e1e1e;color:#fff}.card-dark .card-footer a,.card-dark .card-footer button{color:#ffd54f}.card-dark .card-footer a:hover,.card-dark .card-footer button:hover{color:#ffe182}@media (max-width:768px){.card{font-size:.95rem;padding:1rem}.card .card-header{font-size:1.1rem}.card .card-footer{align-items:flex-start;flex-direction:column}}.sidebar{background-color:#e5e5e5;color:#0c0c0c;font-size:.875rem;line-height:1.6;padding:0 1rem}.sidebar .sidebar-block{margin-bottom:2rem}.sidebar .sidebar-block h3{font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.sidebar .sidebar-block h4{font-size:1rem;font-weight:500;margin-bottom:.5rem}.sidebar .sidebar-block p{margin:.5rem 0;opacity:.8}.sidebar .sidebar-block ul{line-height:1.1rem;list-style:none;margin:0;padding:0}.sidebar .sidebar-block li{margin-bottom:.25rem}.sidebar .sidebar-block li a{border-bottom:1px solid transparent;text-decoration:none;transition:border-color .2s}.sidebar .sidebar-block li a:hover{border-color:currentColor}.sidebar .post-list li a{font-weight:500}.sidebar .category-list{display:flex;flex-direction:column;gap:.25rem}.sidebar .category-list li a{font-size:.85rem;opacity:.9}.sidebar .article-meta dt{font-size:.85rem;font-weight:600;margin-bottom:.25rem;margin-top:.75rem}.sidebar .article-meta dd{font-size:.875rem;line-height:1.4;margin:0}.sidebar-dark{background-color:#1e1e1e;color:#eee;font-size:.875rem;line-height:1.6;padding:0 1rem}.sidebar-dark .sidebar-block{margin-bottom:2rem}.sidebar-dark .sidebar-block h3{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.sidebar-dark .sidebar-block h4{color:#fff;font-size:1rem;font-weight:500;margin-bottom:.5rem}.sidebar-dark .sidebar-block p{margin:.5rem 0;opacity:.85}.sidebar-dark .sidebar-block ul{line-height:1.1rem;list-style:none;margin:0;padding:0}.sidebar-dark .sidebar-block li{margin-bottom:.25rem}.sidebar-dark .sidebar-block li a{border-bottom:1px solid transparent;color:#ffd54f;text-decoration:none;transition:border-color .2s}.sidebar-dark .sidebar-block li a:hover{border-color:currentColor}.sidebar-dark .post-list li a{font-weight:500}.sidebar-dark .category-list{display:flex;flex-direction:column;gap:.25rem}.sidebar-dark .category-list li a{color:#eee;font-size:.85rem;opacity:.9}.sidebar-dark .category-list li a:hover{opacity:1}.site-footer{background-color:#eee;border-top:1px solid #999;color:#1e1e1e;font-size:.9rem;margin-top:auto;padding:.5rem 0 1rem}.site-footer .footer-inner{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-inline:auto;max-width:1200px;padding-inline:1rem}.site-footer .footer-links{display:flex;flex-wrap:wrap;gap:3rem}.site-footer .footer-links ul{display:flex;flex-direction:column;font-size:.7rem;gap:.4rem;list-style:none;margin:0;padding:0}.site-footer .footer-links ul li a{color:#1e1e1e;text-decoration:none}.site-footer .footer-links ul li a:hover{color:#b93160}.site-footer .footer-meta{align-self:flex-start;border:none;font-family:Inter,system-ui,sans-serif;font-size:.85rem;padding-top:0;white-space:nowrap}.site-footer .footer-meta .footer-title{color:#0c0c0c;font-family:Georgia,serif;font-size:1rem;font-weight:700;text-align:right;text-decoration:none}.site-footer .footer-meta .footer-title .photos{border-bottom:1px solid #0c0c0c}.site-footer .footer-meta a{color:#1e1e1e;text-decoration:none}.site-footer .footer-meta a:hover{color:#b93160}@media (max-width:768px){.site-footer .site-footer{background-color:#2a4f9c;font-size:.7rem;padding:.5rem 0}.site-footer .footer-inner{align-items:flex-start;flex-direction:column}.site-footer .footer-links{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem}.site-footer .footer-links ul{min-width:120px;width:calc(50% - .25rem)}.site-footer .footer-meta{align-self:flex-start;border-top:1px solid #999;padding-top:1rem}}.blog-index-list{display:grid;gap:2rem;margin-bottom:4rem;margin-top:2rem}.blog-index-list>.blog-card-dark:not(:last-child),.blog-index-list>.blog-card:not(:last-child){margin-bottom:1rem}.blog-card{background:#fff;border:1px solid #e5e5e5;border-radius:.25rem;box-shadow:0 1px 2px hsla(0,0%,5%,.05);padding:2rem;transition:box-shadow .2s ease}.blog-card:hover{box-shadow:0 4px 10px hsla(0,0%,5%,.1)}.blog-card h3{font-family:Georgia,serif;font-size:1.25rem;margin:0 0 .5rem}.blog-card h3 a{color:#2a4f9c;text-decoration:none}.blog-card h3 a:hover{text-decoration:underline}.blog-card .summary{color:#1e1e1e;font-family:Inter,system-ui,sans-serif;font-size:1rem;margin-bottom:1rem}.blog-card .meta{color:#999;font-size:.875rem}.blog-card-dark{background:#0c0c0c;border-radius:.25rem;box-shadow:0 1px 2px hsla(0,0%,5%,.25);padding:2rem;transition:box-shadow .2s ease}.blog-card-dark:hover{box-shadow:0 4px 10px hsla(0,0%,5%,.35)}.blog-card-dark h3{font-family:Georgia,serif;font-size:1.25rem;margin:0 0 .5rem}.blog-card-dark h3 a{color:#ffd54f;text-decoration:none}.blog-card-dark h3 a:hover{text-decoration:underline}.blog-card-dark .summary{color:#eee;font-family:Inter,system-ui,sans-serif;font-size:1rem;margin-bottom:1rem}.blog-card-dark .meta{color:#999;font-size:.875rem}.pagination{margin-top:3rem;text-align:center}.pagination .pagination-list{display:inline-flex;gap:1rem;list-style:none;margin:0;padding:0}.pagination .pagination-list a{background:#fff;border:1px solid #e5e5e5;border-radius:.25rem;color:#1e1e1e;display:inline-block;font-size:.9rem;padding:.5rem .75rem;text-decoration:none;transition:background .2s ease}.pagination .pagination-list a:hover{background:#e5e5e5}.pagination .pagination-list a[aria-current=page]{background:#b93160;border-color:#b93160;color:#fff;font-weight:700}.author-container{border-top:1px solid #e5e5e5;margin-top:4rem;padding-top:2rem}.author-bio{background-color:#fff;border:1px solid #e5e5e5;border-radius:.25rem;box-shadow:0 1px 2px hsla(0,0%,5%,.04);color:#1e1e1e;font-size:.9rem;padding:2rem}.author-bio h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;margin-top:0}.author-bio p{line-height:1.6;margin:0;opacity:.85}.author-bio p a{color:#2a4f9c;text-decoration:none}.author-bio p a:hover{text-decoration:underline}.contact-form{background-color:#fff;border:1px solid #e5e5e5;border-radius:4px;font-family:Inter,system-ui,sans-serif;margin:3rem auto;max-width:600px;padding:2rem}.contact-form label{color:#1e1e1e;display:block;font-weight:700;margin-bottom:.5rem}.contact-form input,.contact-form textarea{background-color:#eee;border:1px solid #999;border-radius:4px;color:#1e1e1e;font-family:Inter,system-ui,sans-serif;font-size:1rem;margin-bottom:2rem;padding:1rem;width:100%}.contact-form input:focus,.contact-form textarea:focus{border-color:#2a4f9c;box-shadow:0 0 0 3px rgba(42,79,156,.2);outline:none}.contact-form textarea{min-height:150px;resize:vertical}.contact-form .cta-button{background-color:#b93160;border:none;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:700;padding:1rem 2rem;transition:background-color .2s ease}.contact-form .cta-button:focus,.contact-form .cta-button:hover{background-color:#99284f}.form-message{border-radius:4px;display:none;font-family:Inter,system-ui,sans-serif;margin:2rem auto;max-width:600px;padding:2rem}.form-message h3{font-family:Georgia,serif;margin-top:0}.form-message.success{background-color:#d9eeda;border:1px solid #4caf50;color:#1e1e1e}.form-message.error{background-color:#fff;border:1px solid #ffd54f;color:#0c0c0c}.glossary{margin-top:2rem}.glossary h2{font-size:1.75rem;margin-bottom:1rem}.glossary p{color:#1e1e1e;font-size:1rem;line-height:1.6;margin-bottom:2rem}.glossary-index{margin-bottom:2.5rem}.glossary-index h3{font-size:1.25rem;margin-bottom:.75rem}.glossary-index ul{display:grid;gap:.25rem 1rem;grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));list-style:none;padding-left:0}.glossary-index li a{color:#2a4f9c;font-weight:500;text-decoration:none}.glossary-index li a:hover{text-decoration:underline}.glossary-item{border-top:1px solid #e5e5e5;padding:1.25rem 0}.glossary-item:last-child{border-bottom:1px solid #e5e5e5}.glossary-item .glossary-item-header{margin-bottom:.25rem}.glossary-item .glossary-item-header h3{color:#0c0c0c;font-size:1.25rem;margin:0}.glossary-item .glossary-item-body p{color:#999;line-height:1.6;margin:0}
/*# sourceMappingURL=styles.css.map */