.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}}:root{--color-primary: #2f6f73;--color-primary-dark: #24575a;--color-accent: #eb9a3c;--color-text: #2f261d;--color-text-muted: #6a5c4f;--color-bg: #fcf5e8;--color-bg-muted: #f2e6d2;--color-border: #d9c7a9;--color-support: #557a3e;--bs-nav-bg: #251f17;--bs-nav-border: rgba(238, 210, 170, .18);--bs-nav-text: #fff4e2;--bs-nav-text-muted: rgba(255, 244, 226, .8);--bs-footer-bg-start: #2a2117;--bs-footer-bg-end: #3a2a1b;--bs-footer-shell: #221b13;--bs-footer-text: rgba(245, 235, 220, .92);--bs-footer-border: rgba(210, 177, 136, .34)}:root[data-theme=dark]{--color-primary: #7eb6aa;--color-primary-dark: #6aa193;--color-accent: #f5b769;--color-text: #f5edde;--color-text-muted: #cebfa8;--color-bg: #1f1a15;--color-bg-muted: #2a231c;--color-border: #4f4133;--color-support: #9ab678;--bs-nav-bg: #1b1611;--bs-nav-border: rgba(240, 211, 170, .2);--bs-nav-text: #fff2de;--bs-nav-text-muted: rgba(255, 242, 222, .82);--bs-footer-bg-start: #17120e;--bs-footer-bg-end: #251b12;--bs-footer-shell: #15100c;--bs-footer-text: rgba(245, 232, 214, .92);--bs-footer-border: rgba(212, 176, 130, .44)}.footer.footer--bentley-sites{--color-text: var(--bs-footer-shell);background:linear-gradient(90deg,var(--bs-footer-bg-start) 0%,var(--bs-footer-bg-end) 100%)!important;color:var(--bs-footer-text)}.footer.footer--bentley-sites .footer__name{color:#f8fafc}.footer.footer--bentley-sites .footer__name:hover{color:var(--color-accent)}.footer.footer--bentley-sites .footer__tagline,.footer.footer--bentley-sites .footer__nav a,.footer.footer--bentley-sites .footer__links a{color:var(--bs-footer-text)}.footer.footer--bentley-sites .footer__nav a:hover,.footer.footer--bentley-sites .footer__links a:hover{color:#fff}.footer.footer--bentley-sites .footer__bottom{border-top-color:var(--bs-footer-border)}.footer.footer--bentley-sites .footer__bottom p{opacity:.8}.bentley-brand{display:flex;align-items:center;gap:.5rem;text-decoration:none}.bentley-brand__mark{width:10px;height:10px;background:var(--color-support);border-radius:2px;transform:rotate(45deg);flex-shrink:0}.bentley-brand__text{font-size:1.2rem;font-weight:500;color:#fff;letter-spacing:-.01em}.bentley-brand__text strong{font-weight:800;color:var(--color-accent)}.navbar--bentley-sites{--color-bg: var(--bs-nav-bg);--color-border: var(--bs-nav-border);--color-text: var(--bs-nav-text);--color-text-muted: var(--bs-nav-text-muted);background:linear-gradient(90deg,color-mix(in srgb,var(--bs-nav-bg) 88%,black 12%) 0%,var(--bs-nav-bg) 100%);box-shadow:0 2px 16px #1f160d7a}.navbar--bentley-sites a{position:relative;text-decoration:none}.navbar--bentley-sites a:after{content:"";position:absolute;inset-inline:0;bottom:-2px;height:2px;background:var(--color-accent);transform:scaleX(0);transition:transform .2s}.navbar--bentley-sites a:hover:after,.navbar--bentley-sites a[aria-current]:after{transform:scaleX(1)}.navbar--bentley-sites a[href="/contact"]{padding:.35rem .9rem;border-radius:999px;background:var(--color-accent);color:#261a0e!important;font-weight:700}.navbar--bentley-sites a[href="/contact"]:after{display:none}
