@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif}a{text-decoration:none}body{--primary: #ffffff;--secondary: #f5f5f5;--tertiary: #e0e0e0;--accent: #f0f0f0;--secondary-accent: #d4d4d4;--primary-text: #000b15;--secondary-text: #333333;display:flex;flex-direction:column;align-items:center;width:100%}#root{width:100%;display:flex;flex-direction:column;align-items:center}body.dark-mode{--primary: #0d0d0d;--secondary: #0d0d0d;--tertiary: #0d0d0d;--accent: #1a1a1a;--secondary-accent: #333333;--primary-text: #ffffff;--secondary-text: #f5f5f5}.cta{color:#fff;text-decoration:none;padding:.6rem 1.5rem;background:linear-gradient(to bottom,var(--primary-text),var(--secondary-text));transition:scale .2s}.cta:hover{scale:1.02}.secondary-cta{background:transparent;border:1px solid var(--primary-text);display:flex;align-items:center;padding:.6rem 1.5rem;color:var(--primary-text)}.secondary-cta:hover{background:var(--tertiary)}.navbar{display:flex;align-items:center;justify-content:space-between;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);background:#ffffffd7;position:sticky;top:1em;width:90%;margin-top:1em;z-index:100;border:1px solid rgba(0,0,0,.123);padding:0 1.5em}.logo{height:5rem}.brand{display:flex;align-items:center;gap:.6rem}.brand-name{font-size:1.5rem;font-weight:300;color:var(--primary-text)}.nav-actions{margin-left:auto;display:flex;align-items:center;gap:3rem}.links{display:flex;gap:3rem}.links a{text-decoration:none;color:var(--primary-text);transition:opacity .2s}.links a:hover{opacity:.7}.hamburger{display:none;background:none;border:none;cursor:pointer;color:var(--primary-text)}.sidebar{position:fixed;top:0;right:-100%;height:100vh;width:80%;max-width:400px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffeb;z-index:1000;transition:right .3s;padding:2rem;border-left:1px solid var(--tertiary)}.sidebar.open{right:0}.close-btn{background:none;border:none;cursor:pointer;color:var(--primary-text);margin-bottom:2rem}.sidebar-links{display:flex;flex-direction:column;gap:2rem}.sidebar-links a{text-decoration:none;color:var(--primary-text);font-size:1.2rem}.sidebar-links .cta{display:inline-flex;width:fit-content;color:#fff}.overlay{position:fixed;inset:0;background:#00000080;z-index:999}@media(max-width:768px){.navbar{position:sticky;top:0;width:100%;margin:0 auto;z-index:1100}.logo{height:4rem}.nav-actions{gap:1.15rem;margin-left:auto}.links{display:none}.navbar .cta{display:inline-flex;align-items:center;padding:.5rem .9rem;font-size:.86rem;height:auto;white-space:nowrap}.hamburger{margin-left:1em;display:block}}.hero{--hero-col-gap: 2rem;display:flex;align-items:stretch;gap:var(--hero-col-gap);min-height:90vh;width:90%;padding:3rem 0;position:relative}.hero-left{background:url(/assets/hero-lef-BkPAHVb5.svg);background-size:cover;background-position:center;background-repeat:no-repeat}.hero-left{flex:0 0 calc(62% - (var(--hero-col-gap) / 2));width:calc(62% - (var(--hero-col-gap) / 2));max-width:none;display:flex;flex-direction:column;justify-content:center;gap:1.5rem;position:relative;overflow:hidden;isolation:isolate;border:1px solid var(--tertiary);padding:5rem}.hero-left:before{content:"";position:absolute;inset:0;background:#f9fdffd1;z-index:0}.hero-left>*{position:relative;z-index:1}.hero-title{font-size:clamp(2rem,5vw,4rem);font-weight:500;color:var(--primary-text);letter-spacing:-.02em;line-height:1.1}.hero-title span{font-weight:800}.hero-subtitle{font-size:clamp(.95rem,2vw,1.2rem);color:var(--secondary-text);line-height:1.6;letter-spacing:-.05em}.hero-cta{width:fit-content;font-size:1rem;font-weight:500;height:3.5em;display:flex;align-items:center}.hero-right{flex:0 0 calc(38% - (var(--hero-col-gap) / 2));width:calc(38% - (var(--hero-col-gap) / 2));min-width:0;display:flex;align-items:stretch;justify-content:flex-end}.hero-image{width:100%;height:100%;object-fit:contain;background:#f9fdff;border:1px solid var(--tertiary)}.buttons{display:flex;gap:1.5rem}@media(max-width:1024px){.hero{--hero-col-gap: 3rem;padding:2rem 0}.hero-image{max-width:500px}}@media(max-width:768px){.hero{width:97%;flex-direction:column;margin-top:2em;gap:0rem;padding:1rem 0;min-height:40vh}.hero-left{width:100%;max-width:100%;align-items:flex-start;text-align:left;padding:2rem;height:70vh;border-bottom:none}.hero-right{flex:0 0 100%;width:100%;max-width:100%;padding:0;justify-content:center;height:auto}.hero-image{width:100%;max-width:none;padding:0;height:auto}.hero-cta{height:3em}}@media(max-width:480px){.hero{padding:1.5rem 0;gap:0rem}.hero-left{gap:1rem}.hero-image{width:100%;max-width:none}}.bento{width:100%;padding:4rem 5% 5rem;background:#fff}.bento-header{width:100%;max-width:760px;margin:0 0 2rem;text-align:left;border:1px solid var(--tertiary);background:linear-gradient(180deg,#fff,#f9fcff);padding:1.4rem 1.5rem}.bento-title{font-size:clamp(1.8rem,4vw,2.8rem);color:var(--primary-text);letter-spacing:-.02em;margin-bottom:.6rem}.bento-subtitle{color:var(--secondary-text);line-height:1.6}.bento-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:85px;gap:1.1rem;width:100%;margin:0}.bento-card:first-child,.bento-card:last-child{grid-column:span 2;grid-row:span 4}.bento-card:first-child .bento-image,.bento-card:last-child .bento-image{height:260px;width:calc(100% - 1.5rem);margin:.75rem auto .5rem;border:1px solid var(--tertiary);border-radius:8px}.bento-card:first-child .bento-content h3,.bento-card:last-child .bento-content h3{font-size:1.35rem}.bento-card:first-child .bento-content p,.bento-card:last-child .bento-content p{font-size:1rem}.bento-card{background:linear-gradient(180deg,#fff,#f9fcff);border:1px solid var(--tertiary);display:flex;flex-direction:column;grid-row:span 4;min-height:0;overflow:hidden;transition:border-color .18s,box-shadow .18s,background .18s}.bento-card.is-expanded,.bento-card:hover{border-color:var(--secondary-accent);box-shadow:0 6px 14px #000b150d;background:linear-gradient(180deg,#f4faff,#eaf5ff);grid-row:span 5}.bento-image{width:100%;height:180px;object-fit:contain;object-position:center;background:#fff;border-bottom:1px solid var(--tertiary)}.bento-card:not(:first-child):not(:last-child) .bento-image{height:clamp(210px,16vw,250px)}.bento-content{padding:1rem}.bento-content h3{color:var(--primary-text);font-size:1.18rem;margin-bottom:.55rem}.bento-content p{color:var(--secondary-text);line-height:1.5;font-size:.95rem}.bento-extra{max-height:0;opacity:0;overflow:hidden;transform:translateY(8px);margin-top:0;color:var(--secondary-text);transition:max-height .24s ease,opacity .2s ease,transform .22s ease,margin-top .2s ease}.bento-card.is-expanded .bento-extra,.bento-card:hover .bento-extra,.bento-card:focus-within .bento-extra{max-height:260px;opacity:1;transform:translateY(0);margin-top:.55rem}@media(min-width:1280px){.bento-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:1024px){.bento{padding:3.5rem 5% 4.5rem}.bento-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bento-card:first-child,.bento-card:last-child{grid-column:span 2;grid-row:span 4}.bento-card:first-child .bento-image,.bento-card:last-child .bento-image{height:240px}.bento-card:not(:first-child):not(:last-child) .bento-image{height:clamp(200px,24vw,235px)}}@media(max-width:640px){.bento{width:97%;margin:0 auto;padding:3rem 0 4rem}.bento-card.is-expanded,.bento-card:hover{grid-row:span 1;box-shadow:none;border-color:var(--tertiary);background:linear-gradient(180deg,#fff,#f9fcff)}.bento-grid{grid-template-columns:1fr;grid-auto-rows:auto}.bento-header{padding:1.15rem 1.1rem}.bento-card:first-child,.bento-card:last-child{grid-column:span 1;grid-row:span 1}.bento-card{grid-row:span 1;min-height:300px}.bento-card:first-child,.bento-card:last-child{min-height:320px}.bento-card:first-child .bento-image,.bento-card:last-child .bento-image{height:200px}.bento-image{height:185px}.bento-card:not(:first-child):not(:last-child) .bento-image{height:205px}.bento-extra,.bento-card.is-expanded .bento-extra,.bento-card:hover .bento-extra,.bento-card:focus-within .bento-extra{display:none;max-height:0;opacity:0;margin-top:0;overflow:hidden;transform:none}}@media(hover:none){.bento-card{transition:border-color .18s}.bento-card:hover{box-shadow:none}.bento-extra{max-height:0;margin-top:0;opacity:0;overflow:hidden;transform:none}}.ai-options{width:100%;padding:4rem 5% 5rem;background:#fff;position:relative;overflow:hidden}.ai-options:before{content:"";position:absolute;bottom:-30%;right:0;width:120%;height:120%;background:radial-gradient(ellipse at bottom right,rgb(255,255,255) 2.5rem,#eaf1ff47 20%,#d5e0f038 35%,#aeb9793d 50%,#6b97d483 65%,#27ffb79a 70%,transparent 0%);filter:blur(100px);pointer-events:none;opacity:.9;z-index:0}.ai-options-header{width:100%;max-width:760px;margin:0 0 2rem;border:1px solid var(--tertiary);background:linear-gradient(180deg,#fff,#f9fcff);padding:1.4rem 1.5rem;position:relative;z-index:1;animation:sectionFadeUp .45s ease-out both}.ai-header-meta{display:inline-flex;align-items:center;gap:.5rem;border:1px solid var(--tertiary);background:#fff;color:var(--secondary-text);font-size:.82rem;padding:.26rem .5rem;margin-bottom:.85rem}.ai-header-logo{width:1.1rem;height:1.1rem;object-fit:contain}.ai-options-header h2{color:var(--primary-text);font-size:clamp(1.8rem,4vw,2.8rem);letter-spacing:-.02em;margin-bottom:.6rem}.ai-options-header p{color:var(--secondary-text);line-height:1.6}.ai-options-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.1rem;position:relative;z-index:1}.option-card{border:1px solid var(--tertiary);background:linear-gradient(180deg,#fff,#f9fcff);padding:1.4rem;display:flex;flex-direction:column;gap:1.2rem;position:relative;overflow:hidden;animation:sectionFadeUp .45s ease-out both}.option-card:nth-child(2){animation-delay:.08s}.option-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#b596ff,#4ecdc4,#45b7d1,#96ceb4,#ffeaa7)}.option-head{display:flex;align-items:center;gap:.6rem;color:var(--primary-text)}.option-head h3{font-size:1.35rem}.option-block h4{display:flex;align-items:center;gap:.45rem;color:var(--primary-text);font-size:1.05rem;margin-bottom:.55rem}.option-block ul{list-style:none;display:flex;flex-direction:column;gap:.65rem}.option-block li{display:flex;gap:.5rem;align-items:flex-start;color:var(--secondary-text);line-height:1.5}.option-block li svg{flex:0 0 auto;margin-top:.2rem}.cons-list li svg,.option-block h4 svg[data-lucide=triangle-alert]{color:#9b6b00}.cloud-option .option-head svg,.local-option .option-head svg{color:var(--primary-text)}.option-card-cta{margin-top:auto;padding-top:.2rem}.option-cta{width:fit-content}@keyframes sectionFadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.ai-options-header,.option-card{animation:none}}@media(max-width:900px){.ai-options-grid{grid-template-columns:1fr}}@media(max-width:640px){.ai-options{width:97%;margin:0 auto;padding:3rem 0 4rem}.ai-options-header{padding:1.15rem 1.1rem}.option-card{padding:1.1rem}}.closing-section{width:100%;padding:3rem 5%;background:#fff}.edmonton-card{width:100%;border:1px solid var(--tertiary);background:linear-gradient(180deg,#fff,#f9fcff);padding:1.25rem 1.4rem}.edmonton-head{display:flex;align-items:center;gap:.55rem;color:var(--primary-text);margin-bottom:.5rem}.edmonton-head h3{font-size:1.25rem}.edmonton-card p{color:var(--secondary-text);line-height:1.6}.site-footer{width:100%;background:var(--primary);color:var(--primary-text);border-top:1px solid var(--tertiary)}.footer-inner{margin:0 auto;padding:4.5rem 5% 2.5rem}.footer-top{display:grid;grid-template-columns:2fr 1fr 1.5fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid var(--tertiary)}.footer-brand-col{display:flex;flex-direction:column;gap:1.1rem}.footer-brand{display:flex;align-items:center;gap:.65rem;text-decoration:none}.footer-logo{width:2.2rem;height:2.2rem;object-fit:contain}.footer-brand-name{font-size:1.2rem;font-weight:700;color:var(--primary-text);letter-spacing:-.01em}.footer-tagline{color:var(--secondary-text);font-size:.9rem;line-height:1.75;max-width:300px;margin:0}.footer-socials{display:flex;gap:.55rem}.footer-social-link{display:inline-flex;align-items:center;justify-content:center;width:2.15rem;height:2.15rem;border:1px solid var(--tertiary);background:var(--secondary);color:var(--secondary-text);text-decoration:none;transition:background .18s,border-color .18s,color .18s}.footer-social-link:hover{background:#45b7d11f;border-color:#45b7d1;color:var(--primary-text)}.footer-col{display:flex;flex-direction:column}.footer-col-title{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--primary-text);margin:0 0 1.25rem}.footer-col-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.8rem}.footer-col-links a{color:var(--secondary-text);font-size:.92rem;text-decoration:none;transition:color .15s}.footer-col-links a:hover{color:var(--primary-text)}.footer-cta-col{gap:0}.footer-col-desc{color:var(--secondary-text);font-size:.88rem;line-height:1.65;margin:0 0 1.3rem}.footer-cta-btn{display:inline-flex;align-items:center;gap:.35rem;font-size:.875rem;font-weight:600;padding:.6rem 1.1rem;text-decoration:none;margin-bottom:1.25rem;transition:opacity .15s;width:fit-content}.footer-cta-btn:hover{opacity:.85;color:#fff}.footer-location{display:inline-flex;align-items:center;gap:.4rem;color:var(--secondary-text);font-size:.82rem}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:1.75rem;border-top:1px solid var(--tertiary)}.footer-copy{color:var(--secondary-text);font-size:.84rem;margin:0}.footer-bottom-links{display:flex;gap:.55rem}.footer-bottom-icon{display:inline-flex;align-items:center;justify-content:center;width:1.9rem;height:1.9rem;color:var(--secondary-text);border:1px solid var(--tertiary);text-decoration:none;transition:color .15s,border-color .15s}.footer-bottom-icon:hover{color:var(--primary-text);border-color:var(--secondary-accent)}@media(max-width:1024px){.footer-top{grid-template-columns:1fr 1fr;gap:2.5rem}.footer-brand-col{grid-column:1 / -1}.footer-tagline{max-width:520px}}@media(max-width:640px){.closing-section{padding:2rem 5%}.edmonton-head>svg{display:none}.footer-inner{padding:3.5rem 5% 2rem}.footer-top{grid-template-columns:1fr;gap:2rem}.footer-brand-col{grid-column:auto}.footer-tagline{max-width:100%}.footer-bottom{flex-direction:column;align-items:flex-start;gap:1rem}}.about{width:100%;padding:4rem 5% 5rem;background:#fff}.about-header{width:100%;max-width:760px;margin:0 0 2rem;border:1px solid var(--tertiary);background:linear-gradient(180deg,#fff,#f9fcff);padding:1.4rem 1.5rem}.about-header-meta{display:inline-flex;align-items:center;gap:.5rem;border:1px solid var(--tertiary);background:#fff;color:var(--secondary-text);font-size:.82rem;padding:.26rem .5rem;margin-bottom:.85rem}.about-header h2{color:var(--primary-text);font-size:clamp(1.8rem,4vw,2.8rem);letter-spacing:-.02em;margin-bottom:.6rem}.about-header p{color:var(--secondary-text);line-height:1.6}.about-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.1rem}.about-card{border:1px solid var(--tertiary);background:linear-gradient(180deg,#fff,#f9fcff);padding:1.4rem 1.5rem;display:flex;flex-direction:column;gap:.85rem}.about-card-label{display:inline-flex;align-items:center;gap:.45rem;border:1px solid var(--tertiary);background:#fff;color:var(--secondary-text);font-size:.78rem;padding:.22rem .45rem;width:fit-content}.about-card h3{color:var(--primary-text);font-size:1.2rem;font-weight:600;letter-spacing:-.01em;line-height:1.3;margin:0}.about-card p{color:var(--secondary-text);font-size:.92rem;line-height:1.7;margin:0}.about-mission{grid-column:span 2}.about-stat-row{display:flex;gap:1.5rem;margin-top:auto;padding-top:1rem;border-top:1px solid var(--tertiary)}.about-stat{display:flex;flex-direction:column;gap:.2rem}.about-stat-number{font-size:1.6rem;font-weight:700;color:var(--primary-text);letter-spacing:-.02em;line-height:1}.about-stat-label{font-size:.78rem;color:var(--secondary-text)}.about-approach-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.7rem}.about-approach-list li{color:var(--secondary-text);font-size:.9rem;line-height:1.55}@media(max-width:900px){.about-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-mission,.about-approach{grid-column:span 2}}@media(max-width:600px){.about-grid{grid-template-columns:1fr}.about-mission,.about-approach{grid-column:auto}}.contact-page{width:100%;padding:4rem 5% 5rem;background:#fff}.contact-header{width:100%;max-width:760px;margin:0 0 2rem;border:1px solid var(--tertiary);background:linear-gradient(180deg,#fff,#f9fcff);padding:1.4rem 1.5rem}.contact-header h1{font-size:clamp(1.8rem,4vw,2.8rem);color:var(--primary-text);letter-spacing:-.02em;margin-bottom:.6rem}.contact-header p{color:var(--secondary-text);line-height:1.6}.contact-grid{width:100%;display:grid;grid-template-columns:2fr 1.2fr;gap:1.1rem}.contact-card{border:1px solid var(--tertiary);background:linear-gradient(180deg,#fff,#f9fcff);padding:1.2rem 1.3rem;display:flex;flex-direction:column;gap:.8rem}.contact-primary{background:linear-gradient(180deg,#f8fbff,#eef6ff)}.contact-card h2{color:var(--primary-text);font-size:1.15rem}.contact-card p{color:var(--secondary-text);line-height:1.6}.contact-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary-text);border:1px solid var(--tertiary);background:#fff;padding:.55rem .75rem;width:fit-content}.contact-link:hover{background:var(--secondary)}.contact-email-card{width:min(280px,100%);aspect-ratio:1 / 1;border:1px solid var(--tertiary);background:#fff;color:var(--primary-text);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.8rem;text-align:center;padding:1rem}.contact-email-card:hover{background:var(--secondary)}.contact-email-text{font-size:.98rem;font-weight:600;line-height:1.3;word-break:break-word}.contact-social-links{display:flex;flex-direction:column;gap:.6rem}@media(max-width:900px){.contact-grid{grid-template-columns:1fr}}@media(max-width:600px){.contact-grid{grid-template-columns:1fr}.contact-primary{grid-column:auto}}
