@keyframes astroFadeInOut{0%{opacity:1}to{opacity:0}}@keyframes astroFadeIn{0%{opacity:0;mix-blend-mode:plus-lighter}to{opacity:1;mix-blend-mode:plus-lighter}}@keyframes astroFadeOut{0%{opacity:1;mix-blend-mode:plus-lighter}to{opacity:0;mix-blend-mode:plus-lighter}}@keyframes astroSlideFromRight{0%{transform:translate(100%)}}@keyframes astroSlideFromLeft{0%{transform:translate(-100%)}}@keyframes astroSlideToRight{to{transform:translate(100%)}}@keyframes astroSlideToLeft{to{transform:translate(-100%)}}@media (prefers-reduced-motion){::view-transition-group(*),::view-transition-old(*),::view-transition-new(*),[data-astro-transition-scope]{animation:none!important}}.astro-route-announcer{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;top:0;left:0;overflow:hidden}:root{--color-primary-yellow:#fcb900;--color-primary-green:#bddec0;--color-primary-blue:#1a73e8;--color-bg-light:#fbf4ef;--color-bg-dark:#3c3c3c;--color-text-dark:#000;--color-text-base:#1f1d19;--color-white:#fff;--color-black:#000;--color-luminous-amber:#fcb900;--font-sans:"Outfit", system-ui, -apple-system, sans-serif;--font-heading:"Outfit", system-ui, -apple-system, sans-serif;--spacing-1:.5rem;--spacing-2:1rem;--spacing-3:1.5rem;--spacing-4:2rem;--spacing-5:3rem;--spacing-6:5rem;--max-width:1200px;--content-width:650px}*,:before,:after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role=list],ol[role=list]{list-style:none}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{text-rendering:optimizespeed;min-height:100vh;font-weight:400;line-height:1.6;font-family:var(--font-sans);color:var(--color-text-base);background-color:var(--color-white);flex-direction:column;font-size:1rem;display:flex;overflow-x:hidden}main{padding:var(--spacing-5) 0;flex:1}a{color:var(--color-text-dark);text-underline-offset:2px;text-decoration:underline 1px}h1,h2,h3{font-weight:700}a:hover{text-decoration:none}img,picture{max-width:100%;height:auto;display:block}input,button,textarea,select{font:inherit}h1,h2,h3{font-family:var(--font-heading);color:var(--color-text-dark);margin-bottom:var(--spacing-3);font-weight:700;line-height:1.2}h1{letter-spacing:-.016em;font-weight:700;line-height:1.1}h2{letter-spacing:-.005em;font-weight:600}h3,strong,b{font-weight:700}h4,h5,h6{font-family:var(--font-heading);color:var(--color-text-dark);margin-bottom:var(--spacing-3);font-weight:700;line-height:1.2}h1{font-size:clamp(2.5rem,6vw,5rem)}h2{font-size:clamp(1.75rem,4vw,3.7rem);font-weight:600}h3{font-size:clamp(1.25rem,2vw,1.5rem)}h4{font-size:1.25rem}.container{max-width:var(--max-width);padding:0 var(--spacing-4);margin:0 auto}.text-center{text-align:center}.disabled{opacity:.7;cursor:not-allowed;pointer-events:none}.site-header{background:var(--color-bg-light);padding:var(--spacing-3) 0;z-index:100;position:relative}.header-inner{justify-content:space-between;align-items:center;display:flex}.logo img{width:auto;height:30px}.footer-logo{margin-bottom:var(--spacing-2);display:inline-block}.footer-logo img{width:auto;height:26px}.hero{margin-bottom:var(--spacing-5)}.hero h1{font-weight:400}.site-footer{background-color:#fbf5f0}.footer-top{gap:var(--spacing-4);padding-top:var(--spacing-5);margin-bottom:var(--spacing-5);grid-template-columns:1fr auto auto auto;align-items:start;display:grid}.footer-brand h2{margin-top:0;padding-top:0;font-size:2rem;line-height:1}.footer-brand h2 a{text-decoration:none}.footer-brand p{margin-top:var(--spacing-2);max-width:450px}.footer-menu,.footer-account{text-align:right;justify-self:end}.footer-account ul{margin:0;padding:0;list-style:none}.footer-account a{color:var(--color-text-base);text-decoration:none}.footer-account a:hover{text-decoration:underline}.footer-menu h4,.footer-account h4{letter-spacing:.14em;text-transform:uppercase;color:#9c948b;margin:0 0 1rem;font-size:.7rem;font-weight:700}.footer-menu ul{grid-template-rows:repeat(4,auto);grid-auto-flow:column;gap:.6rem 2.5rem;margin:0;padding:0;list-style:none;display:grid}.footer-menu a{color:var(--color-text-base);font-size:.95rem;text-decoration:none}.footer-menu a:hover{text-decoration:underline}.footer-bottom{background-color:var(--color-text-dark);color:var(--color-white);padding:var(--spacing-4) 0}.footer-bottom a{color:var(--color-white);text-decoration:none}.footer-bottom a:hover{text-decoration:underline}.footer-bottom-inner{justify-content:space-between;align-items:center;gap:var(--spacing-3);flex-wrap:wrap;display:flex}.social-links{align-self:center;gap:var(--spacing-3);display:flex}.social-links a{justify-content:center;align-items:center;transition:transform .2s;display:flex}.social-links a:hover{transform:scale(1.1)}.footer-legal{gap:var(--spacing-3);display:flex}.footer-legal a{text-decoration:none}.footer-legal a:hover{text-decoration:underline}.footer-bottom a.footer-admin-dot,.footer-bottom a.footer-admin-dot:link,.footer-bottom a.footer-admin-dot:visited,.footer-bottom a.footer-admin-dot:hover,.footer-bottom a.footer-admin-dot:focus,.footer-bottom a.footer-admin-dot:active{color:inherit;cursor:inherit;background:0 0;border:0;outline:none;text-decoration:none}.container-narrow{max-width:800px}.post-header{margin-bottom:var(--spacing-4)}.post-header h1{margin-bottom:.5rem}.post-content p{margin-bottom:var(--spacing-3);color:#333;font-size:1.125rem}.post-content h2{margin-top:var(--spacing-5);margin-bottom:var(--spacing-3);font-size:clamp(1.75rem,4vw,2.5rem)}.post-content h3{margin-top:var(--spacing-4);margin-bottom:var(--spacing-2);font-size:1.5rem}.post-content h4{margin-top:var(--spacing-4);margin-bottom:var(--spacing-2);font-size:1.25rem;font-weight:700}.post-content ul{margin-bottom:var(--spacing-3);padding-left:var(--spacing-3)}.post-content li{margin-bottom:var(--spacing-1);color:#333;font-size:1.125rem}.post-content a{color:var(--color-primary-blue);font-weight:500;text-decoration:none}.post-content a:hover{text-decoration:underline}@media (width<=900px){.footer-top{grid-template-columns:1fr}.footer-brand p{max-width:100%}.footer-menu{text-align:left;justify-self:start}}@media (width<=768px){.site-header{padding:var(--spacing-2) 0}.header-inner{gap:var(--spacing-2);flex-direction:column}.footer-bottom-inner{text-align:center;flex-direction:column}}.header-inner{gap:var(--spacing-3)}.header-cta{color:#1f1d19;white-space:nowrap;background:0 0;border-radius:100px;flex-shrink:0;align-items:center;margin-left:auto;padding:.7rem 1.3rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .15s,box-shadow .15s;display:inline-flex;box-shadow:inset 0 0 0 1px #d8cabc}.header-cta:hover{color:#1f1d19;background:#1f1d190d;text-decoration:none;box-shadow:inset 0 0 0 1px #1f1d19}@media (width<=820px){.header-inner{flex-direction:row;align-items:center}.header-cta{padding:.6rem 1.1rem;font-size:.85rem}.logo img{width:auto;height:24px}}
