:root{--vp-font-body:"Georgia","Garamond","Helvetica",Arial,sans-serif;--vp-text-color:#555;--vp-heading-color:#181818;--vp-accent:#ed6d19;--vp-accent-dark:#db6111;--vp-surface:#fff;--vp-bg:#f4f4f4;--vp-border:#e3e3e3;--vp-nav-bg:#555;color:var(--vp-text-color);background-color:var(--vp-bg);line-height:1.6}*,:before,:after{box-sizing:border-box}html{border:0;outline:0;margin:0;padding:0}body{font-family:var(--vp-font-body);color:var(--vp-text-color);background:var(--vp-bg);-webkit-font-smoothing:antialiased;border:0;outline:0;margin:0;padding:90px 0 0;font-size:18px;line-height:1.6}@media (min-width:768px){body{padding-top:160px}}img{max-width:100%;height:auto;display:block}a{color:var(--vp-accent);text-decoration:none;transition:color .2s}a:hover,a:focus{color:var(--vp-accent-dark);text-decoration:underline}.layout{background:var(--vp-bg);border:0;outline:0;flex-direction:column;min-height:100vh;margin:0;padding:0;display:flex}.sr-only{clip:rect(0,0,0,0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-header{background:var(--vp-surface);z-index:20;min-height:90px;position:fixed;top:0;left:0;right:0;box-shadow:0 0 100px #0000001a}@media (min-width:768px){.site-header{min-height:160px}}.site-header__inner{width:100%;min-height:90px;position:relative}@media (min-width:768px){.site-header__inner{min-height:160px}}.site-header__branding{position:absolute;top:15px;left:15px}.site-header__logo{display:block}.site-header__logo img{width:181px;height:60px}.site-header__tagline{display:none}.hamburger{background:var(--vp-accent);cursor:pointer;z-index:1001;border:none;border-radius:4px;flex-direction:column;justify-content:space-around;width:40px;height:40px;padding:8px;transition:background-color .2s;display:flex;position:absolute;top:15px;right:15px}.hamburger:hover{background:var(--vp-accent-dark)}.hamburger__line{background:#fff;border-radius:2px;width:100%;height:3px;transition:all .3s}.hamburger--active .hamburger__line:first-child{transform:rotate(45deg)translate(6px,6px)}.hamburger--active .hamburger__line:nth-child(2){opacity:0}.hamburger--active .hamburger__line:nth-child(3){transform:rotate(-45deg)translate(6px,-6px)}.site-header__menu--desktop{background:var(--vp-nav-bg);height:60px;display:none;position:absolute;bottom:0;left:0;right:0}@media (min-width:768px){.hamburger{display:none}.site-header__menu--desktop{display:block}}.site-header__menu--mobile{background:var(--vp-nav-bg);z-index:1000;padding:2rem 1rem;position:fixed;inset:90px 0 0;overflow-y:auto}.menu-label{display:none}.primary-nav ul{align-items:stretch;height:60px;margin:0;padding:0;list-style:none;display:flex}.primary-nav li{flex:1;display:flex}.primary-nav a{color:#fff;border:none;flex:1;justify-content:center;align-items:center;padding:22px;font-size:16px;font-weight:400;transition:background-color .2s;display:flex}.primary-nav a:hover,.primary-nav a:focus{background-color:var(--vp-accent);color:#fff;text-decoration:none}.site-header__menu--mobile .primary-nav ul{flex-direction:column;gap:.5rem;height:auto}.site-header__menu--mobile .primary-nav li{flex:none}.site-header__menu--mobile .primary-nav a{border-radius:4px;justify-content:flex-start;padding:1rem}main{background:var(--vp-surface);border:1px solid var(--vp-border);border-radius:16px;flex-direction:column;flex:1;gap:2rem;width:min(1100px,100% - 2rem);margin:2rem auto 3rem;padding:clamp(1.5rem,3vw,3rem);display:flex;box-shadow:0 18px 40px #18181814}.page-title h1{color:var(--vp-heading-color);margin:0;font-size:clamp(2rem,4vw,2.75rem)}.rich-text p,.content-section p,.notice-block p{color:var(--vp-text-color);margin:0 0 1rem}.feature-grid__items{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.feature-grid__items{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.feature-grid__items{grid-template-columns:repeat(4,1fr)}}.feature-tile{background:var(--vp-surface);border:1px solid var(--vp-border);border-radius:10px;padding:1rem;box-shadow:0 10px 26px #18181814}.feature-tile img{border-radius:6px;width:100%;height:auto;display:block}.feature-tile__empty{background:repeating-linear-gradient(45deg,#f6f6f6,#f6f6f6 12px,#e7e7e7 12px 24px);border-radius:6px;width:100%;padding-top:56%}.feature-tile figcaption{color:var(--vp-heading-color);margin-top:.75rem;font-weight:600}.feature-note{color:#777;margin-top:.5rem;font-size:.85rem}.content-section h2{color:var(--vp-heading-color);margin-top:0;font-size:1.9rem}.section-media-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin:1rem 0;display:grid}.image-caption-stack{background:var(--vp-surface);border:1px solid var(--vp-border);border-radius:8px;padding:.75rem;box-shadow:0 8px 20px #1818180d}.image-caption-stack img{border-radius:4px;width:100%}.image-caption-stack figcaption{margin-top:.5rem;font-size:.9rem}.bulleted-list ul{padding-left:1.25rem}.bulleted-list li+li{margin-top:.5rem}.notice-block{border-left:5px solid var(--vp-accent);background:#fff4ec;border-radius:8px;padding:1.25rem}.hero-image figure,.hero-image img{width:100%;margin:0}.hero-image img{border:1px solid var(--vp-border);border-radius:12px}.carousel-hero{border-radius:8px;width:100%;height:50vh;position:relative;overflow:hidden}@media (min-width:768px){.carousel-hero{height:60vh}}.carousel-hero__slides{width:100%;height:100%;position:relative}.carousel-hero__slide{opacity:0;width:100%;height:100%;transition:opacity .5s ease-in-out;position:absolute;top:0;left:0}.carousel-hero__slide--active{opacity:1}.carousel-hero__arrow{color:#fff;cursor:pointer;z-index:10;background:#ed6d19cc;border:none;justify-content:center;align-items:center;width:50px;height:50px;padding:0;font-size:48px;line-height:1;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.carousel-hero__arrow:hover{background:#ed6d19}.carousel-hero__arrow--left{left:15px}.carousel-hero__arrow--right{right:15px}.carousel-hero__dots{z-index:10;gap:10px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.carousel-hero__dot{cursor:pointer;background:0 0;border:2px solid #fff;border-radius:50%;width:12px;height:12px;padding:0;transition:background .2s}.carousel-hero__dot:hover{background:#ffffff80}.carousel-hero__dot--active{background:#fff}.image-gallery__grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.image-gallery__grid img{border:1px solid var(--vp-border);border-radius:6px;width:100%}.site-footer{background:var(--vp-bg);border-top:1px solid var(--vp-border);padding:2.5rem 0 3rem}.site-footer__inner{flex-direction:column;gap:2rem;width:min(1100px,100% - 2rem);margin:0 auto;display:flex}.site-footer__brand{color:var(--vp-heading-color);margin:0 0 .5rem;font-size:1.5rem;font-weight:600}.site-footer__contact address{flex-direction:column;gap:.15rem;font-style:normal;display:flex}.site-footer__quicklinks ul{flex-direction:column;gap:.35rem;margin:.5rem 0 0;padding:0;list-style:none;display:flex}.site-footer a{color:var(--vp-accent)}.quicklinks-title{color:var(--vp-heading-color);margin:0;font-weight:600}.lightbox{z-index:1000;cursor:zoom-out;background:#000000e6;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.lightbox__close{cursor:pointer;color:#333;z-index:1001;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:32px;line-height:1;transition:background .2s;display:flex;position:absolute;top:1rem;right:1rem}.lightbox__close:hover{background:#fff}.lightbox__content{cursor:default;max-width:90vw;max-height:90vh}.lightbox__content img{border-radius:4px;width:auto;max-width:100%;height:auto;max-height:90vh;display:block}.clickable-image{cursor:zoom-in;transition:opacity .2s}.clickable-image:hover{opacity:.9}@media (min-width:720px){.site-footer__inner{flex-direction:row;justify-content:space-between;align-items:flex-start}}
