:root{--earthy-green:#4b6a4b;--highlight-blue:#3a6ea5;--background:#f5f5f3;--text-main:#222;--text-secondary:#4b6a4b;--button-bg:var(--earthy-green);--button-hover:#3a6ea5;--border-radius:8px}body{background:var(--background);color:var(--text-main);font-family:Segoe UI,Roboto,Arial,sans-serif;margin:0;padding:0}footer,header{background:var(--earthy-green);color:#fff;padding:0 1.25rem}nav a{color:var(--highlight-blue);text-decoration:none;margin-right:1.5rem;font-weight:500;transition:color .2s}footer nav a{color:#fff}header nav a{color:#fff;display:inline-block;padding:.125rem .5rem;border-radius:6px;background-color:transparent;transition:background-color .16s ease,color .16s ease,box-shadow .16s ease}header nav a:focus,header nav a:focus-visible,header nav a:hover{background-color:hsla(0,0%,100%,.95);color:var(--highlight-blue);box-shadow:inset 0 1px 0 rgba(0,0,0,.06);outline:none}nav a:hover{color:var(--earthy-green)}main{padding:2rem}button{background:var(--button-bg);color:#fff;border:none;border-radius:var(--border-radius);padding:.75rem 1.5rem;font-size:1rem;cursor:pointer;transition:background .2s}button:hover{background:var(--button-hover)}.card{background:#fff;border-radius:var(--border-radius);box-shadow:0 2px 8px rgba(75,106,75,.08);padding:1.5rem;margin-bottom:2rem}.clickable-bill{cursor:zoom-in;transition:transform .16s ease,box-shadow .16s ease}.clickable-bill:hover{transform:translateY(-3px)}.lightbox-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem}.lightbox-content{position:relative;max-width:calc(100vw - 48px);max-height:calc(100vh - 48px);width:auto;background:#fff;border-radius:calc(var(--border-radius) / 1.2);box-shadow:0 6px 30px rgba(0,0,0,.35);padding:.75rem;box-sizing:border-box}.lightbox-image-wrap{overflow:auto;max-width:100%;max-height:calc(100vh - 120px);border-radius:6px}.lightbox-image{max-width:none;height:auto;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none;display:block}.lightbox-controls button{background:#fff;border:1px solid rgba(0,0,0,.08);padding:6px 10px;border-radius:6px;cursor:pointer}.lightbox-controls button:focus{outline:2px solid rgba(58,110,165,.22)}.lightbox-close{position:absolute;right:8px;top:8px;background:transparent;border:none;font-size:1.6rem;color:var(--text-main);cursor:pointer;line-height:1}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.clickable-bill:focus,.lightbox-close:focus{outline:3px solid rgba(58,110,165,.25);outline-offset:3px}.tour-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;z-index:2200;padding:2rem}.tour-overlay.mobile-top{align-items:flex-start;padding-top:6rem}.tour-card{background:#fff;padding:1.25rem;border-radius:8px;width:520px;max-width:520px;min-height:180px;box-shadow:0 6px 28px rgba(0,0,0,.28);display:flex;flex-direction:column;justify-content:space-between}.tour-card h3{margin-top:0;margin-bottom:.75rem;font-size:1.25rem;line-height:1.3}.tour-card p{margin:0 0 1rem;flex-grow:1;line-height:1.5}.tour-card>div{margin-top:auto}.tour-highlight{position:relative;z-index:2300;box-shadow:0 0 0 4px rgba(58,110,165,.12),0 8px 30px rgba(0,0,0,.12)!important;border-radius:6px}.tour-highlight:before{content:"";position:absolute;top:-45px;left:-45px;right:-45px;bottom:-45px;z-index:2301;pointer-events:none;opacity:.85;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 120"><path d="M15 60 C12 45, 18 35, 35 28 C55 22, 75 20, 95 22 C115 24, 135 28, 155 35 C175 42, 185 52, 185 60 C185 68, 178 75, 165 82 C145 90, 125 92, 105 92 C85 92, 65 90, 45 85 C25 80, 12 72, 15 60 Z" fill="none" stroke="%23ff6b35" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-size:100% 100%;background-repeat:no-repeat;background-position:50%;animation:tour-circle-draw .8s ease-in-out}#site-title.tour-highlight:before{top:-70px;left:-70px;right:-70px;bottom:-70px}@keyframes tour-circle-draw{0%{opacity:0;transform:scale(.8) rotate(-5deg)}50%{opacity:.4;transform:scale(1.05) rotate(2deg)}to{opacity:.8;transform:scale(1) rotate(0deg)}}.site-header{display:flex;flex-direction:column;align-items:flex-start;gap:0}.site-banner{display:flex;align-items:center;gap:0;width:100%}.site-nav{display:flex;gap:1rem}.hamburger{margin-left:auto;background:transparent;border:none;display:none;padding:12px;cursor:pointer;border-radius:8px;-webkit-tap-highlight-color:transparent;touch-action:manipulation;z-index:2400;min-width:44px;min-height:44px}.hamburger-box{display:inline-block;width:24px;height:18px;position:relative}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{width:24px;height:2px;background:#fff;display:block;position:absolute;transition:transform .2s ease,opacity .2s ease}.hamburger-inner{top:8px}.hamburger-inner:before{content:"";top:-6px}.hamburger-inner:after{content:"";top:6px}.hamburger.is-open .hamburger-inner{transform:rotate(45deg)}.hamburger.is-open .hamburger-inner:before{transform:rotate(-90deg);top:0}.hamburger.is-open .hamburger-inner:after{opacity:0}.site-banner{padding-right:6px}@media (max-width:720px){.site-nav{display:none;flex-direction:column;width:100%;position:relative;margin-top:8px}.site-nav.open{display:flex;position:relative;background:transparent;padding:.5rem 0;z-index:2500}.hamburger{display:inline-flex;align-items:center;justify-content:center}.site-banner img{width:56px;height:56px}}.title-slide-in{transform:translateX(20px);opacity:0;animation:title-slide .7s cubic-bezier(.2,.8,.2,1) forwards}@keyframes title-slide{to{transform:translateX(0);opacity:1}}.phone-ticker{display:inline-flex;gap:8px;align-items:center}.phone-ticker a{display:inline-block;transform:translateY(0);transition:transform .3s ease,opacity .3s ease}.phone-ticker a.slide-in{transform:translateY(-6px);opacity:1}.header-ticker{position:relative;min-width:280px;height:auto;display:inline-block}.header-ticker .ticker-item{position:absolute;left:0;top:0;right:0;opacity:0;transform:translateY(0);transition:opacity .4s ease,transform .4s ease;color:#fff;white-space:nowrap;pointer-events:none;z-index:1}.header-ticker .ticker-item.visible{opacity:1;transform:translateY(0);pointer-events:auto;z-index:5;cursor:pointer}.header-ticker .ticker-item.title{font-size:52px;line-height:1;color:#fff;font-weight:800}.header-ticker .ticker-item:not(.title){font-size:32px;font-weight:700;color:#fff}.header-ticker .ticker-item:focus,.header-ticker .ticker-item:hover{color:#e6f2e6;outline:none}@media (max-width:720px){.header-ticker{min-width:200px;height:auto}.header-ticker .ticker-item.title{font-size:28px}.header-ticker .ticker-item:not(.title){font-size:20px}}.header-ticker a.ticker-item{color:#fff;text-decoration:none}.header-ticker .ticker-item{transition:opacity .45s ease,transform .45s ease}.large-screen-only{display:block}.small-screen-only{display:none}@media (max-width:768px){.large-screen-only{display:none}.small-screen-only{display:block}}