:root{--search-blue:#4285f4;--search-red:#ea4335;--search-yellow:#fbbc05;--search-green:#34a853;--search-link:#1a0dab;--search-border:#dadce0;--black:#121212;--white:#fff;--green:#96bc46;--gold:#c6a568;--paper:#f3f4ef;--muted:#4c4c47;--text-accent:#456024;--text-on-dark:#e2e4dc;--muted-on-dark:#c6c9c1;--surface-raised:#292c25;--surface-hover:#3b4133;--gold-hover:#dbbb80;--white-hover:#e2e8d8;--control-border:#737b68;--project-posrg:#164e91;--project-share:#fea701;--project-grasshopper:#6a101c;--project-pink-balloon:#f7c1d9;--project-mood-pink:#f75cae;--project-mood-purple:#531850;--project-mood-shade:#00000040;--project-mood:linear-gradient(var(--project-mood-shade),var(--project-mood-shade)),linear-gradient(120deg,var(--project-mood-purple),var(--project-mood-pink));--glass-header-tint:#141813e6;--glass-panel-tint:#20271fdb;--glass-panel-solid:#272e25;--glass-highlight:#ffffff17;--glass-edge:#e9f2df38;--glass-edge-soft:#e9f2df1c;--glass-gold-reflection:#c6a56814;--glass-sheen:linear-gradient(145deg,#ffffff21 0%,#ffffff08 37%,#fff0 58%,#c6a5680d 100%);--glass-sheen-hover:linear-gradient(145deg,#ffffff30 0%,#ffffff12 37%,#ffffff04 58%,#c6a56817 100%);--glass-edge-shadow:inset 0 1px 0 #ffffff26,inset 0 -1px 0 #ffffff05;--glass-header-shadow:0 8px 28px #00000018;--focus-color:var(--black);--radius:12px;--radius-media:16px;--radius-panel:24px;--text-section-title:clamp(2.25rem,3.7vw,3.5rem);--text-section-compact:clamp(2rem,3.2vw,3rem);--text-closing-title:clamp(2.25rem,3.8vw,3.4rem);--text-body:1rem;--text-label:.875rem;--text-meta:.75rem;--section-space:88px;--section-space-compact:56px;--panel-space:36px;--hero-min-height:660px;--space-small:12px;--space-medium:24px;--space-large:40px;--wordmark-base:#343c2b;--header-height:96px;--anchor-gap:14px;--mask-solid:#000;--overlay-clear:#0000;--overlay-faint:#0002;--overlay-soft:#0003;--overlay-medium:#0006;--overlay-deep:#000b;--overlay-strong:#000d;--overlay-dense:#000e;--dialog-backdrop:#080c08e8;--shadow-soft:0 14px 30px #0003;--shadow-raised:0 24px 48px #0004;--shadow-hover:0 35px 60px #0005}@media (max-width:1100px){:root{--section-space:72px;--section-space-compact:48px;--panel-space:30px;--hero-min-height:630px}}@media (max-width:900px){:root{--hero-min-height:680px;--header-height:82px;--anchor-gap:16px}}@media (max-width:650px){:root{--section-space:56px;--section-space-compact:40px;--panel-space:24px;--hero-min-height:760px;--header-height:76px;--anchor-gap:14px}}:root{--project-saddle-peak-ventures:#34455b;--project-acs:#416bd0;--project-1906:#ef973a;--project-cls:#a72e29;--project-maribis:#275633;--project-bedford-grow:#376e49;--project-pawn-broker-funding:#204356;--project-cannabis-community:#a4be4b;--project-best-bounce:#f3d157;--project-intelliguards:#a7dfea;--project-gti:#246642;--project-cresco-labs:#24485b;--project-high-haven:#bd8654;--project-sdc-transport:#e49b36;--project-copack:#304986;--device-metal:#b7babd;--device-shadow:#12121226;--case-cream:#f5f2e9}.button{--button-fill:var(--green);--button-hover:var(--gold);--button-ink:var(--black);border-radius:var(--radius);background:var(--button-fill);max-width:100%;min-height:52px;color:var(--button-ink);box-shadow:none;letter-spacing:0;text-align:center;border:0;justify-content:center;align-items:center;gap:8px;padding:14px 24px;font-size:.9375rem;font-weight:600;line-height:1.5;text-decoration:none;transition:background .18s,color .18s,box-shadow .18s,transform .18s;display:inline-flex}.button--green{--button-fill:var(--green);--button-hover:var(--gold)}.button--gold{--button-fill:var(--gold);--button-hover:var(--gold-hover)}.button--black{--button-fill:var(--black);--button-hover:var(--surface-hover);--button-ink:var(--white)}.button--posrg{--button-fill:var(--project-posrg);--button-hover:var(--project-posrg);--button-ink:var(--white)}.button--mood{--button-fill:var(--project-mood);--button-hover:var(--project-mood);--button-ink:var(--white)}.button--grasshopper{--button-fill:var(--project-grasshopper);--button-hover:var(--project-grasshopper);--button-ink:var(--white)}.button--share{--button-fill:var(--project-share);--button-hover:var(--project-share);--button-ink:var(--black)}.button--pink-balloon{--button-fill:var(--project-pink-balloon);--button-hover:var(--project-pink-balloon);--button-ink:var(--black)}.button--white{--button-fill:var(--white);--button-hover:var(--white-hover)}.button--outline{--button-fill:var(--white);--button-hover:var(--gold);--button-ink:var(--black);box-shadow:inset 0 0 0 1px var(--black)}.button[aria-pressed=true]{box-shadow:inset 0 -4px 0 var(--green)}.button:hover{background:var(--button-hover);color:var(--button-ink)}.button--client:not(:disabled):hover{box-shadow:inset 0 0 0 2px}.button:active{transform:translateY(1px)}.button:focus-visible{outline:3px solid var(--focus-color);outline-offset:5px}.button:disabled{opacity:.55;cursor:not-allowed;transform:none}.button--compact{min-height:46px;font-size:var(--text-label);padding:11px 18px}@media (max-width:650px){.button{padding-inline:20px}.button--compact{min-height:44px;padding:10px 12px}}@media (prefers-reduced-motion:reduce){.button{transition:none}.button:active{transform:none}}[data-client-actions]>.button{min-height:48px}[data-client-actions]>.button:disabled{opacity:1;background:var(--surface-raised);color:var(--muted-on-dark);box-shadow:inset 0 0 0 1px var(--control-border);cursor:not-allowed;transform:none}[data-client-actions][data-surface=light]>.button:disabled{background:var(--paper);color:var(--muted);box-shadow:inset 0 0 0 1px var(--control-border)}.button--saddle-peak-ventures{--button-fill:var(--project-saddle-peak-ventures);--button-hover:var(--project-saddle-peak-ventures);--button-ink:var(--white)}.button--acs{--button-fill:var(--project-acs);--button-hover:var(--project-acs);--button-ink:var(--white)}.button--1906{--button-fill:var(--project-1906);--button-hover:var(--project-1906);--button-ink:var(--black)}.button--cls{--button-fill:var(--project-cls);--button-hover:var(--project-cls);--button-ink:var(--white)}.button--maribis{--button-fill:var(--project-maribis);--button-hover:var(--project-maribis);--button-ink:var(--white)}.button--bedford-grow{--button-fill:var(--project-bedford-grow);--button-hover:var(--project-bedford-grow);--button-ink:var(--white)}.button--pawn-broker-funding{--button-fill:var(--project-pawn-broker-funding);--button-hover:var(--project-pawn-broker-funding);--button-ink:var(--white)}.button--cannabis-community{--button-fill:var(--project-cannabis-community);--button-hover:var(--project-cannabis-community);--button-ink:var(--black)}.button--best-bounce{--button-fill:var(--project-best-bounce);--button-hover:var(--project-best-bounce);--button-ink:var(--black)}.button--intelliguards{--button-fill:var(--project-intelliguards);--button-hover:var(--project-intelliguards);--button-ink:var(--black)}.button--gti{--button-fill:var(--project-gti);--button-hover:var(--project-gti);--button-ink:var(--white)}.button--cresco-labs{--button-fill:var(--project-cresco-labs);--button-hover:var(--project-cresco-labs);--button-ink:var(--white)}.button--high-haven{--button-fill:var(--project-high-haven);--button-hover:var(--project-high-haven);--button-ink:var(--black)}.button--sdc-transport{--button-fill:var(--project-sdc-transport);--button-hover:var(--project-sdc-transport);--button-ink:var(--black)}.button--copack{--button-fill:var(--project-copack);--button-hover:var(--project-copack);--button-ink:var(--white)}[data-surface=light],[data-surface=soft]{--section-ink:var(--black);--section-muted:var(--muted);--section-accent:var(--text-accent);--section-label:var(--text-accent);--focus-color:var(--black)}[data-surface=light]{--section-bg:var(--white)}[data-surface=soft]{--section-bg:var(--paper)}[data-surface=dark]{--section-bg:var(--black);--section-ink:var(--white);--section-muted:var(--text-on-dark);--section-accent:var(--green);--section-label:var(--gold);--focus-color:var(--gold)}.section-surface{background:var(--section-bg);color:var(--section-ink)}.section.section-surface[data-section-size=compact]{padding-block:var(--section-space-compact)}.section.section-surface[data-section-size=feature]{padding-block:calc(var(--section-space) + 16px)}@font-face{font-family:Instrument Sans;font-style:normal;font-weight:400 700;font-display:swap;src:url(/wp-content/themes/avos-v218/public/fonts/instrument-sans-latin-variable.woff2)format("woff2")}*{box-sizing:border-box}html{scroll-behavior:auto;scroll-padding-top:calc(var(--header-height) + var(--anchor-gap))}body{color:var(--black);background:var(--white);-webkit-font-smoothing:antialiased;margin:0;font-family:Instrument Sans,Arial,sans-serif;font-size:1rem;line-height:1.65}button,input,textarea{font:inherit}button,summary{cursor:pointer}a,button,summary,input,textarea{touch-action:manipulation}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--focus-color);outline-offset:5px}h1,h2,h3,p,ul,figure,blockquote,dl,dd{margin:0}h1,h2,h3{font-weight:500}h2,h3{text-wrap:balance}h2{font-size:var(--text-section-title);letter-spacing:-.045em;line-height:1.1}h3{letter-spacing:-.035em;font-size:1.75rem;line-height:1.25}img{max-width:100%;height:auto;display:block}.container{width:min(1260px,100% - 112px);margin-inline:auto}.section{padding-block:var(--section-space)}.eyebrow{letter-spacing:.08em;text-transform:uppercase;margin-bottom:24px;font-size:.875rem;font-weight:600;line-height:1.6}.skip-link{z-index:100;color:var(--black);background:var(--green);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;padding:10px 18px;font-weight:600;position:fixed;top:12px;left:16px;overflow:hidden}.skip-link:focus{clip-path:none;width:auto;height:auto;overflow:visible}#main:focus{outline:none}.site-header{--focus-color:var(--gold);z-index:40;isolation:isolate;background:var(--black);color:var(--white);box-shadow:var(--glass-header-shadow);position:sticky;top:0}.site-header:before{content:"";pointer-events:none;z-index:-1;background:linear-gradient(115deg,var(--glass-highlight),transparent 40%,var(--glass-gold-reflection));box-shadow:inset 0 -1px 0 var(--glass-edge-soft);position:absolute;inset:0}@supports ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.site-header{background:var(--glass-header-tint);-webkit-backdrop-filter:blur(20px)saturate(120%);backdrop-filter:blur(20px)saturate(120%)}}.header-inner{min-height:var(--header-height);justify-content:space-between;align-items:center;gap:24px;display:flex}.brand{flex:none;width:174px;display:block}.brand img{width:100%;height:auto}.desktop-nav{align-items:center;gap:30px;display:flex}.desktop-nav>a:not(.button){border-radius:var(--radius);align-items:center;min-height:44px;padding:8px 10px;font-size:.875rem;font-weight:500;display:inline-flex}.desktop-nav>a:not(.button):hover{color:var(--green);background:var(--surface-raised)}.site-header a:focus-visible,.site-header summary:focus-visible,.site-footer a:focus-visible{outline-color:var(--gold)}.header-mobile-cta,.mobile-menu{display:none}.mobile-menu summary{align-items:center;min-height:44px;padding:8px 0 8px 10px;font-size:.875rem;font-weight:500;list-style:none;display:flex}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu[open] summary{color:var(--green)}.mobile-menu nav{z-index:45;background:var(--glass-sheen),var(--glass-panel-solid);box-shadow:var(--glass-edge-shadow),var(--shadow-soft);max-height:calc(100vh - var(--header-height));max-height:calc(100dvh - var(--header-height));overscroll-behavior:contain;padding:17px 28px 25px;position:absolute;top:100%;left:0;right:0;overflow-y:auto}.mobile-menu nav a:not(.button){letter-spacing:-.025em;align-items:center;min-height:52px;padding:8px 0;font-size:1.3rem;text-decoration:none;display:flex}.mobile-menu nav .button{margin-top:12px}.section-heading{justify-content:space-between;align-items:end;gap:70px;margin-bottom:48px;display:flex}.section-heading>p:not(.eyebrow){max-width:420px;color:var(--muted);padding-bottom:4px;font-size:1rem}.questions-section .eyebrow{color:var(--section-label)}.question[open] summary{color:var(--section-accent)}.questions-grid{grid-template-columns:1fr 1.3fr;gap:10%;display:grid}.questions-grid h2{max-width:430px;scroll-margin-top:64px}.question-list{align-content:start;gap:12px;display:grid}.question{border-bottom:2px solid var(--green);background:0 0;padding:0}.question summary{justify-content:space-between;align-items:center;gap:22px;min-height:74px;padding:19px 0;font-size:1.0625rem;font-weight:500;line-height:1.5;list-style:none;display:flex}.question summary::-webkit-details-marker{display:none}.question-state{justify-content:center;min-width:22px;font-size:1.5rem;line-height:1;display:inline-flex}.when-open,.question[open] .when-closed{display:none}.question[open] .when-open{display:inline}.question>p{color:var(--section-muted);padding:0 27px 24px 0;font-size:1rem}.discovery-section{background:var(--white);padding-block:var(--section-space)}.discovery-grid{grid-template-columns:1fr 1fr;align-items:start;gap:10%;display:grid}.discovery-copy h2{font-size:var(--text-closing-title)}.discovery-copy h2 span{color:var(--text-accent)}.discovery-copy>p:not(.eyebrow){max-width:510px;color:var(--muted);margin-top:27px}.discovery-copy>.discovery-expectation{color:var(--black);font-weight:500}.site-footer{--focus-color:var(--gold);color:var(--white);background:var(--black);padding-top:54px}.footer-top{justify-content:flex-end;margin-bottom:20px;display:flex}.footer-back{min-height:44px;color:var(--gold);font-size:var(--text-label);align-items:center;gap:14px;padding:8px 0;display:inline-flex}.footer-back span{font-size:1.25rem}.footer-navigation{grid-template-columns:repeat(4,minmax(0,1fr));gap:32px;padding-block:12px 32px;display:grid}.footer-positioning{text-align:center;color:var(--text-on-dark);margin:0;font-size:1.0625rem}.footer-social-row{justify-content:center;margin-top:20px;display:flex}.footer-social{border-radius:var(--radius);min-width:44px;min-height:44px;color:var(--black);background:var(--green);justify-content:center;align-items:center;transition:color .2s,background .2s;display:inline-flex}.footer-social:hover{color:var(--black);background:var(--white)}.footer-navigation nav{flex-direction:column;align-items:flex-start;gap:0;display:flex}.footer-group-label{color:var(--gold);font-size:var(--text-label);margin-bottom:8px;font-weight:600}.footer-group-toggle{display:none}.footer-navigation a{border-radius:3px;align-items:center;min-height:44px;padding:8px 0;font-size:.875rem;transition:color .18s;display:inline-flex}.footer-navigation a:hover{color:var(--green)}.footer-bottom{text-align:center;color:var(--muted-on-dark);padding-block:20px 28px;font-size:.8125rem}.footer-policies{border-top:1px solid var(--glass-edge);flex-wrap:wrap;justify-content:center;gap:0 24px;margin-bottom:12px;padding-top:12px;display:flex}.footer-policies a{border-radius:3px;align-items:center;min-height:44px;padding:8px 0;display:inline-flex}.footer-policies a:hover{color:var(--green)}.desktop-nav{gap:25px}.desktop-nav a[aria-current=page]{color:var(--green);background:var(--glass-sheen),var(--glass-panel-solid);box-shadow:var(--glass-edge-shadow)}.discovery-next{--focus-color:var(--gold);background:var(--black);color:var(--white);border-radius:var(--radius-panel);padding:36px 40px}.discovery-next>.eyebrow{color:var(--white);margin-bottom:17px}.discovery-next>h3{font-size:2rem}.discovery-next>p:not(.eyebrow){color:var(--white);margin-top:22px}.discovery-next>.button{width:100%;margin-top:25px}.discovery-outline{gap:23px;margin-top:30px;display:grid}.discovery-outline dt{font-size:1rem;font-weight:600}.discovery-outline dd{font-size:var(--text-body);color:inherit;margin-top:6px}.not-found{flex-direction:column;justify-content:center;align-items:flex-start;min-height:65vh;padding-block:80px;display:flex}.not-found h1{letter-spacing:-.05em;max-width:800px;font-size:clamp(2.7rem,5vw,4.7rem);line-height:1.1}.not-found>p:not(.eyebrow){max-width:600px;color:var(--muted);margin:25px 0}@media (max-width:1000px){.desktop-nav{gap:17px}.discovery-next{padding:30px}}@media (max-width:650px){.discovery-next{margin-top:34px;padding:28px 25px}.discovery-next>h3{font-size:1.8rem}}@media (max-width:1100px){.container{width:calc(100% - 80px)}.section{padding-block:var(--section-space)}.section-heading{gap:40px}.section-heading>p:not(.eyebrow){max-width:360px}.discovery-grid{gap:7%}}@media (max-width:900px){.container{width:calc(100% - 56px)}.header-inner{min-height:var(--header-height);gap:20px}.brand{width:149px}.desktop-nav{display:none}.footer-navigation{grid-template-columns:1fr;gap:0;padding-block:0 20px}.footer-group{border-bottom:1px solid var(--glass-edge)}.footer-group:first-child{border-top:1px solid var(--glass-edge)}.footer-group-toggle{min-height:58px;color:var(--gold);font-size:var(--text-label);cursor:pointer;justify-content:space-between;align-items:center;gap:20px;padding:14px 0;font-weight:600;list-style:none;display:flex}.footer-group-toggle::-webkit-details-marker{display:none}.footer-toggle-icon{flex:none;width:16px;height:16px;position:relative}.footer-toggle-icon:before,.footer-toggle-icon:after{content:"";background:currentColor;border-radius:1px;position:absolute}.footer-toggle-icon:before{width:14px;height:2px;top:7px;left:1px}.footer-toggle-icon:after{width:2px;height:14px;top:1px;left:7px}.footer-group[open] .footer-toggle-icon:after,.footer-group-label{display:none}.footer-navigation nav{padding-bottom:18px}.footer-navigation a{width:100%}.header-mobile-cta{flex-shrink:0;margin-left:auto;display:inline-flex}.mobile-menu,.section-heading{display:block}.section-heading>p:not(.eyebrow){max-width:570px;margin-top:23px}.questions-grid{grid-template-columns:.9fr 1.25fr;gap:6%}.question{padding-inline:0}}@media (max-width:650px){.container{width:calc(100% - 40px)}.section{padding-block:var(--section-space)}h2{font-size:var(--text-section-title)}.eyebrow{margin-bottom:18px}.header-inner{min-height:var(--header-height);gap:11px}.brand{width:126px}.mobile-menu summary{padding-left:3px;font-size:.8125rem}.section-heading{margin-bottom:32px;display:block}.questions-grid{display:block}.questions-grid h2{max-width:440px}.question-list{margin-top:28px}.question summary{min-height:70px;font-size:1rem}.question>p{padding-right:0}.discovery-grid{display:block}.discovery-copy h2{font-size:var(--text-closing-title)}.discovery-copy>p:not(.eyebrow){margin-top:23px}.site-footer{padding-top:38px}.footer-top{justify-content:flex-end;margin-bottom:24px}.footer-bottom{padding-block:8px 24px}}@media (max-width:360px){.container{width:calc(100% - 32px)}.brand{width:92px}.header-inner{gap:8px}h2{font-size:var(--text-section-title)}.discovery-copy h2{font-size:var(--text-closing-title)}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition:none!important;animation:none!important}html{scroll-behavior:auto}}@media (prefers-reduced-transparency:reduce){.site-header{background:var(--black);-webkit-backdrop-filter:none;backdrop-filter:none}.site-header:before{background:0 0}}body.admin-bar .site-header{top:32px}@media (max-width:782px){body.admin-bar .site-header{top:46px}}@media (max-width:600px){body.admin-bar .site-header{top:0}}#avos-native-form .wpforms-container{margin:0}#avos-native-form .wpforms-field-label{margin-bottom:8px;font-size:1rem;font-weight:600;display:block}#avos-native-form .wpforms-field{padding-block:0 24px}#avos-native-form input:not([type=checkbox]):not([type=radio]):not([type=hidden]),#avos-native-form textarea,#avos-native-form select{border:1px solid var(--muted);border-radius:var(--radius);width:100%;max-width:100%;color:var(--black);background:var(--white);font:inherit;min-height:52px;padding:12px 14px}#avos-native-form textarea{resize:vertical;min-height:150px}#avos-native-form input:focus-visible,#avos-native-form textarea:focus-visible,#avos-native-form select:focus-visible{outline:3px solid var(--text-accent);outline-offset:3px}#avos-native-form .wpforms-submit{border:2px solid var(--black);border-radius:var(--radius);background:var(--black);min-height:52px;color:var(--white);font:inherit;padding:12px 24px;font-weight:600}#avos-native-form .wpforms-submit:hover{background:var(--green);color:var(--black)}#avos-native-form .wpforms-submit:focus-visible{outline:3px solid var(--text-accent);outline-offset:4px}#avos-native-form .wpforms-error{color:#9c2424;font-size:1rem}#avos-native-form .wpforms-confirmation-container-full{color:var(--black);background:var(--green);border-radius:var(--radius);padding:24px}#avos-native-form .wpforms-field-description{margin-top:8px;font-size:.9375rem;line-height:1.6}#avos-native-form .wpforms-field-hp{display:none!important}.avos-form-privacy{margin-top:20px;font-size:.9375rem}.avos-form-privacy a{text-underline-offset:3px;text-decoration:underline}#avos-native-form{color:var(--white);text-align:left}#avos-native-form div.wpforms-container .wpforms-field-label,#avos-native-form div.wpforms-container .wpforms-field-sublabel,#avos-native-form div.wpforms-container .wpforms-field-description{color:var(--white)!important}#avos-native-form div.wpforms-container .wpforms-required-label,#avos-native-form div.wpforms-container .wpforms-error{color:#ffb5ae!important}#avos-native-form div.wpforms-container button.wpforms-submit{min-height:52px;background:var(--green)!important;color:var(--black)!important;border:2px solid var(--green)!important}#avos-native-form div.wpforms-container button.wpforms-submit:hover{background:var(--white)!important;border-color:var(--white)!important}#avos-native-form .avos-context-field{display:none!important}
