.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}:root{--color-primary: #2563eb;--color-primary-dark: #1d4ed8;--color-accent: #f59e0b;--color-text: #111827;--color-text-muted: #6b7280;--color-bg: #ffffff;--color-bg-muted: #f9fafb;--color-border: #e5e7eb;--font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--radius: .5rem;--shadow-sm: 0 1px 3px rgb(0 0 0 / .1);--shadow-md: 0 4px 12px rgb(0 0 0 / .1);--container-max: 1200px;--container-pad: clamp(1rem, 5vw, 2rem);--theme-toggle-bg: #ffffff;--theme-toggle-text: #111827;--theme-toggle-border: rgba(17,24,39,.18);--theme-toggle-shadow: 0 4px 14px rgba(0,0,0,.2)}:root[data-theme=dark]{--color-primary: #60a5fa;--color-primary-dark: #3b82f6;--color-accent: #f59e0b;--color-text: #e5e7eb;--color-text-muted: #9ca3af;--color-bg: #0f172a;--color-bg-muted: #111827;--color-border: #334155;--theme-toggle-bg: #111827;--theme-toggle-text: #f9fafb;--theme-toggle-border: rgba(255,255,255,.24);--theme-toggle-shadow: 0 6px 18px rgba(0,0,0,.45);color-scheme:dark}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);line-height:1.6;-webkit-font-smoothing:antialiased;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}body>main{flex:1 0 auto}body>footer{margin-top:auto}img,video{max-width:100%;display:block}a{color:var(--color-primary)}a:hover{color:var(--color-primary-dark)}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700}.container{max-width:var(--container-max);margin-inline:auto;padding-inline:var(--container-pad)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}#back-to-top{position:fixed;bottom:1.5rem;right:1.5rem;z-index:999;width:2.75rem;height:2.75rem;border-radius:50%;background:var(--color-primary);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #00000040;opacity:0;transform:translateY(8px);transition:opacity .2s,transform .2s,background .15s}#back-to-top:not([hidden]){opacity:1;transform:translateY(0)}#back-to-top[hidden]{display:flex!important;pointer-events:none}#back-to-top:hover{background:var(--color-primary-dark)}#back-to-top:focus-visible{outline:3px solid var(--color-accent);outline-offset:2px}#theme-toggle-global{position:fixed;left:1.25rem;bottom:1.5rem;z-index:998;min-width:7.1rem;height:2.45rem;border-radius:999px;border:2px solid var(--theme-toggle-border);background:var(--theme-toggle-bg);color:var(--theme-toggle-text);font-family:var(--font-sans);font-size:.8rem;font-weight:700;letter-spacing:.01em;cursor:pointer;box-shadow:var(--theme-toggle-shadow);transition:transform .15s,background .2s,color .2s,border-color .2s}#theme-toggle-global:hover{transform:translateY(-1px)}#theme-toggle-global:focus-visible{outline:3px solid var(--color-accent);outline-offset:2px}@media(max-width:640px){#theme-toggle-global{left:1rem;bottom:1rem;min-width:6.55rem;height:2.3rem;font-size:.76rem}}html,body{background:var(--color-bg, #fff)}html{height:100%}body{min-height:100vh;min-height:100dvh}.navbar[data-astro-cid-4d4oqtgh]{position:sticky;top:0;z-index:200;background:var(--color-bg);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-sm)}.navbar__inner[data-astro-cid-4d4oqtgh]{display:flex;align-items:center;justify-content:space-between;height:4rem}.navbar__brand[data-astro-cid-4d4oqtgh]{font-size:1.25rem;font-weight:700;text-decoration:none;color:var(--color-text);white-space:nowrap}.navbar__brand[data-astro-cid-4d4oqtgh]:hover{color:var(--color-primary)}.navbar__menu[data-astro-cid-4d4oqtgh]{display:flex}.navbar__list[data-astro-cid-4d4oqtgh]{display:flex;gap:2rem;list-style:none}.navbar__link[data-astro-cid-4d4oqtgh]{text-decoration:none;color:var(--color-text-muted);font-weight:500;transition:color .15s}.navbar__link[data-astro-cid-4d4oqtgh]:hover{color:var(--color-primary)}.navbar__item--has-dropdown[data-astro-cid-4d4oqtgh]{position:relative}.navbar__dropdown-toggle[data-astro-cid-4d4oqtgh]{display:flex;align-items:center;gap:.3rem;background:none;border:none;cursor:pointer;font:inherit;padding:0}.navbar__dropdown-arrow[data-astro-cid-4d4oqtgh]{transition:transform .2s;flex-shrink:0;opacity:.7}.navbar__item--has-dropdown[data-astro-cid-4d4oqtgh]:hover .navbar__dropdown-arrow[data-astro-cid-4d4oqtgh],.navbar__item--has-dropdown[data-astro-cid-4d4oqtgh].is-open .navbar__dropdown-arrow[data-astro-cid-4d4oqtgh]{transform:rotate(180deg);opacity:1}.navbar__dropdown[data-astro-cid-4d4oqtgh]{display:none;position:absolute;top:calc(100% + .5rem);left:-.5rem;min-width:160px;background:var(--color-bg);border:1px solid var(--color-border);border-radius:.5rem;box-shadow:0 8px 24px #00000026;list-style:none;padding:.35rem 0;z-index:300}.navbar__item--has-dropdown[data-astro-cid-4d4oqtgh]:hover .navbar__dropdown[data-astro-cid-4d4oqtgh],.navbar__item--has-dropdown[data-astro-cid-4d4oqtgh].is-open .navbar__dropdown[data-astro-cid-4d4oqtgh]{display:block}.navbar__dropdown-link[data-astro-cid-4d4oqtgh]{display:block;padding:.6rem 1rem;white-space:nowrap;border-bottom:none}.navbar__dropdown-link[data-astro-cid-4d4oqtgh]:hover{background:var(--color-bg-muted)}.navbar__toggle[data-astro-cid-4d4oqtgh]{display:none;flex-direction:column;justify-content:center;gap:5px;width:2.5rem;height:2.5rem;background:none;border:none;cursor:pointer;padding:.25rem;color:var(--color-text)}.navbar__bar[data-astro-cid-4d4oqtgh]{display:block;width:100%;height:2px;background:currentColor;border-radius:2px;transition:transform .2s,opacity .2s}.navbar__toggle[data-astro-cid-4d4oqtgh].is-open .navbar__bar[data-astro-cid-4d4oqtgh]:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar__toggle[data-astro-cid-4d4oqtgh].is-open .navbar__bar[data-astro-cid-4d4oqtgh]:nth-child(2){opacity:0}.navbar__toggle[data-astro-cid-4d4oqtgh].is-open .navbar__bar[data-astro-cid-4d4oqtgh]:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.footer[data-astro-cid-kmdp2fco]{background:var(--color-text);color:#d1d5db;padding-top:3rem}.footer__inner[data-astro-cid-kmdp2fco]{display:flex;flex-wrap:wrap;gap:2.5rem;justify-content:space-between;align-items:flex-start;padding-bottom:2.5rem}.footer__brand[data-astro-cid-kmdp2fco]{max-width:240px}.footer__name[data-astro-cid-kmdp2fco]{font-size:1.25rem;font-weight:700;color:#fff;text-decoration:none}.footer__name[data-astro-cid-kmdp2fco]:hover{color:var(--color-accent, #f59e0b)}.footer__tagline[data-astro-cid-kmdp2fco]{margin-top:.5rem;font-size:.9rem;opacity:.75;line-height:1.5}.footer__nav[data-astro-cid-kmdp2fco] ul[data-astro-cid-kmdp2fco],.footer__links[data-astro-cid-kmdp2fco]{list-style:none;display:flex;flex-direction:column;gap:.6rem}.footer__nav[data-astro-cid-kmdp2fco] a[data-astro-cid-kmdp2fco],.footer__links[data-astro-cid-kmdp2fco] a[data-astro-cid-kmdp2fco]{color:#d1d5db;text-decoration:none;font-size:.95rem;transition:color .15s}.footer__nav[data-astro-cid-kmdp2fco] a[data-astro-cid-kmdp2fco]:hover,.footer__links[data-astro-cid-kmdp2fco] a[data-astro-cid-kmdp2fco]:hover{color:#fff}.footer__social[data-astro-cid-kmdp2fco]{list-style:none;display:flex;gap:1rem;align-items:center}.footer__social[data-astro-cid-kmdp2fco] a[data-astro-cid-kmdp2fco]{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:50%;background:#ffffff14;color:#d1d5db;text-decoration:none;transition:background .15s,color .15s}.footer__social[data-astro-cid-kmdp2fco] a[data-astro-cid-kmdp2fco]:hover{background:var(--color-primary);color:#fff}.footer__social[data-astro-cid-kmdp2fco] svg[data-astro-cid-kmdp2fco]{width:1.1rem;height:1.1rem}.footer__bottom[data-astro-cid-kmdp2fco]{border-top:1px solid rgb(255 255 255 / .1);padding-block:1.25rem}.footer__bottom[data-astro-cid-kmdp2fco] p[data-astro-cid-kmdp2fco]{font-size:.85rem;opacity:.6;text-align:center}@media(max-width:640px){.footer__inner[data-astro-cid-kmdp2fco]{flex-direction:column;gap:2rem}}.site-brand[data-astro-cid-2xihq57j]{display:inline-flex;align-items:center;gap:.5rem}.site-brand__icon[data-astro-cid-2xihq57j]{color:var(--color-accent);flex-shrink:0;margin-top:1px}.site-brand__text[data-astro-cid-2xihq57j]{display:flex;flex-direction:column;line-height:1.1}.site-brand__name[data-astro-cid-2xihq57j]{font-size:1.15rem;font-weight:800;letter-spacing:-.02em}.site-brand__sub[data-astro-cid-2xihq57j]{font-size:.58rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--color-accent)}:root{--color-primary: #b45309;--color-primary-dark: #92400e;--color-accent: #dc2626;--color-text: #1c1917;--color-text-muted: #78716c;--color-bg: #fffbf7;--color-bg-muted: #fef3c7;--color-border: #e7e5e4}.footer-info{display:flex;flex-direction:column;gap:.75rem;font-size:.88rem;color:#9ca3af;min-width:200px}.footer-info__address,.footer-info__hours{display:flex;align-items:flex-start;gap:.5rem}.footer-info__address svg,.footer-info__hours svg{flex-shrink:0;margin-top:2px;opacity:.6}.footer-info__address address{font-style:normal;line-height:1.5}.footer-info__address a{color:#9ca3af;text-decoration:none;transition:color .15s}.footer-info__address a:hover{color:#fff}.footer-hours__pill{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:.1rem .5rem;border-radius:999px;vertical-align:middle;margin-right:.25rem}.footer-hours__pill--open{background:#14532d;color:#86efac}.footer-hours__pill--closed{background:#450a0a;color:#fca5a5}.navbar--rice-lake{--color-bg: #1c0f00;--color-border: rgba(255,255,255,.07);--color-text: #fff;--color-text-muted: rgba(255,255,255,.8);background:#1c0f00;border-bottom-color:#ffffff12;box-shadow:0 2px 16px #1c0f008c}.navbar--rice-lake .navbar__brand{color:#fff}.navbar--rice-lake .navbar__brand:hover{color:var(--color-accent)}.navbar--rice-lake .navbar__link{color:#fffc;font-weight:500;letter-spacing:.01em;position:relative;transition:color .2s}.navbar--rice-lake .navbar__link:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:2px;background:var(--color-accent);border-radius:2px;transform:scaleX(0);transform-origin:left center;transition:transform .22s cubic-bezier(.4,0,.2,1)}.navbar--rice-lake .navbar__link:hover{color:#fff}.navbar--rice-lake .navbar__link:hover:after{transform:scaleX(1)}.navbar--rice-lake .navbar__list li:last-child .navbar__link{border:2px solid rgba(255,255,255,.4);padding:.3rem 1rem;border-radius:999px;color:#fff;font-weight:600;transition:background .15s,border-color .15s,color .15s}.navbar--rice-lake .navbar__list li:last-child .navbar__link:after{display:none}.navbar--rice-lake .navbar__list li:last-child .navbar__link:hover{background:#fff;border-color:#fff;color:var(--color-primary-dark)}.navbar--rice-lake .navbar__bar{background:#fff}@media(max-width:768px){.navbar--rice-lake .navbar__link:after{display:none}.navbar--rice-lake .navbar__list li:last-child .navbar__link{background:transparent;border:none;border-bottom:1px solid rgba(255,255,255,.08);border-radius:0;padding:.75rem 0;color:#fffc;font-weight:500}.navbar--rice-lake .navbar__list li:last-child .navbar__link:hover{background:transparent;color:var(--color-accent)}}
