@font-face{font-family:Great Vibes;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/great-vibes-latin-400.woff2)format("woff2")}@font-face{font-family:Alex Brush;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/alex-brush-latin-400.woff2)format("woff2")}:root{--color-bg:#fff;--color-text:#000;--color-heading:#e6b8af;--color-sidebar:#1c1c1c;--color-sidebar-text:#f9f9f9;--color-band:#d19f72;--sidebar-width:260px;--font-heading:"Great Vibes", cursive;--font-body:Arial, Helvetica, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);margin:0;line-height:1.38}h1{font-family:var(--font-heading);color:var(--color-heading);margin:0;font-weight:400;line-height:1.2}h2{font-family:var(--font-heading);color:var(--color-text);margin:0;font-weight:400;line-height:1.2}a{color:#00e}img{min-width:0;max-width:100%;min-height:0;display:block}.nav-toggle{display:none}.sidebar{width:var(--sidebar-width);background:var(--color-sidebar);color:var(--color-sidebar-text);scrollbar-width:none;-ms-overflow-style:none;z-index:100;flex-direction:column;padding:1.5rem 1.75rem;display:flex;position:fixed;top:0;bottom:0;left:0;overflow-y:auto}.sidebar::-webkit-scrollbar{display:none}#primary-nav{flex:1}.sidebar-footer{border-top:1px solid #ffffff1a;flex-direction:column;gap:.5rem;margin-top:1rem;padding-top:1rem;display:flex}.sidebar-social{flex-direction:column;gap:.4rem;display:flex}.sidebar-social a{color:#f9f9f9b3;align-items:center;gap:.4rem;font-size:.8rem;text-decoration:none;display:flex}.sidebar-social a:hover{color:var(--color-sidebar-text)}.sidebar-cta{color:var(--color-band);font-size:.8rem;font-weight:700;text-decoration:none;transition:color .2s;display:block}.sidebar-cta:hover{color:var(--color-heading)}.brand{color:var(--color-sidebar-text);flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:2.5rem;text-decoration:none;display:flex}.brand-logo{object-fit:cover;border-radius:50%;width:48px;height:48px}.brand-name{font-family:Georgia,serif;font-size:1.6rem;line-height:1.15}.sidebar nav ul{flex-direction:column;gap:1.1rem;margin:0;padding:0;list-style:none;display:flex}.sidebar nav a{color:var(--color-sidebar-text);font-size:1rem;text-decoration:none}.sidebar nav a:hover{text-decoration:underline}.nav-toggle-label,.nav-backdrop,.mobile-topbar{display:none}@media (width<=900px){.sidebar{width:240px;padding-top:5.5rem;transition:transform .35s cubic-bezier(.4,0,.2,1);position:fixed;transform:translate(-100%)}.nav-toggle:checked~.sidebar{transform:translate(0)}.nav-toggle-label{z-index:110;cursor:pointer;background:#1c1c1cbf;border-radius:4px;flex-direction:column;flex-shrink:0;gap:5px;padding:10px;display:flex}.nav-toggle-label span{background:#fff;width:22px;height:2px;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .2s;display:block}.nav-toggle-label.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.nav-toggle-label.is-open span:nth-child(2){opacity:0}.nav-toggle-label.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.page{margin-left:0!important}.nav-toggle:checked~.mobile-topbar{background:0 0!important}.nav-toggle:checked~.mobile-topbar .mobile-topbar-logo,.nav-toggle:checked~.mobile-topbar .mobile-topbar-title{opacity:0;visibility:hidden;transform:translate(-10px)}.mobile-topbar{z-index:150;background:0 0;align-items:center;gap:.75rem;height:72px;padding:0 1rem;transition:background-color .3s;display:flex;position:fixed;top:0;left:0;right:0}.mobile-topbar.is-scrolled{background:var(--color-sidebar)}.mobile-topbar-logo{object-fit:cover;border-radius:50%;flex-shrink:0;width:32px;height:32px;transition:opacity .3s cubic-bezier(.4,0,.2,1),visibility .3s,transform .3s cubic-bezier(.4,0,.2,1)}.mobile-topbar-title{color:#fff;font-family:var(--font-body);white-space:nowrap;text-overflow:ellipsis;font-size:clamp(.9rem,4vw,1.2rem);transition:opacity .3s cubic-bezier(.4,0,.2,1),visibility .3s,transform .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.nav-backdrop{opacity:0;pointer-events:none;z-index:99;background:#00000080;transition:opacity .35s;display:block;position:fixed;inset:0}.nav-toggle:checked~.nav-backdrop{opacity:1;pointer-events:auto}}.page{margin-left:var(--sidebar-width)}.hero{background-position:50% 30%;background-size:cover;justify-content:center;align-items:center;min-height:70vh;display:flex;position:relative}.hero-title{text-align:center;padding:2rem 1.5rem}.hero-title h1{font-size:clamp(2.1rem,5vw,3.4rem)}.hero-title .hero-subtitle{font-family:var(--font-heading);color:var(--color-heading);margin:.1em 0 0;font-size:clamp(2.1rem,5vw,3.4rem);font-weight:400;line-height:1.2}.hero-scroll-hint{cursor:pointer;animation:2s ease-in-out infinite hero-scroll-bounce;display:flex;position:absolute;bottom:1.75rem;left:50%;transform:translate(-50%)}.hero-scroll-hint span{border-bottom:2px solid #fff;border-right:2px solid #fff;width:16px;height:16px;transform:rotate(45deg)}@keyframes hero-scroll-bounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(10px)}}@media (width<=900px){#main-content{scroll-margin-top:72px}}.wrap{max-width:900px;margin:0 auto;padding:0 2rem}.band{background:var(--color-band);padding:3rem 0}.band-white{background:#fff;padding:3rem 0}.site-footer{background:var(--color-sidebar);color:#bbb;text-align:center;padding:3rem 2rem}.footer-title{font-family:var(--font-heading);color:var(--color-heading);margin:0 0 .75rem;font-size:2rem;font-weight:400}.site-footer p:not(.footer-title){margin:0;font-size:.9rem}.footer-links{border-top:1px solid #ffffff26;justify-content:center;gap:1.5rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.footer-links a{color:#eee;font-size:.9rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--color-heading)}.footer-admin-link{color:#ffffff40;margin-top:1.25rem;font-size:.7rem;text-decoration:none;display:block}.footer-admin-link:hover{color:#ffffff80}
