﻿html{--base-light: #ffffff;--base-ink: #0b1a2b;--base-navy: #1e3a5f;--base-denim: #27567d;--brand-primary: #27567d;--brand-purple: #9775c9;--brand-mint: #85decc;--brand-blue: #6295ec;--heading: #071a3d;--text: #393e48;--text-muted: #656f7f;--text-mid: #4b699e;--bg: #ffffff;--bg-soft: #f4f7fb;--bg-tint: #eef4fd;--bg-ink: #0f2440;--grey-100: #f2f4f7;--grey-200: #eaecf0;--grey-300: #d0d5dd;--grey-400: #98a2b3;--grey-500: #667085;--grey-700: #344054;--grey-900: #101828;--focus-ring-color: #6295ec;--border: 1px solid var(--grey-200);--font-display: "Raleway", sans-serif;--font-body: "Lato", sans-serif;--content-font-size: 17px;--content-line-height: 1.6;--radius: 10px;--radius-lg: 16px;--shadow: 0 1px 3px rgba(7, 26, 61, 0.08), 0 8px 24px rgba(7, 26, 61, 0.08);--nav-height: 72px;--container: 1120px}@font-face{font-family:"Lato";src:url("/assets/fonts/Lato-Light.ttf") format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"Lato";src:url("/assets/fonts/Lato-Regular.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Lato";src:url("/assets/fonts/Lato-Bold.ttf") format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Lato";src:url("/assets/fonts/Lato-Black.ttf") format("truetype");font-weight:900;font-style:normal;font-display:swap}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--nav-height)}:focus-visible{outline:3px solid var(--focus-ring-color);outline-offset:3px}:focus:not(:focus-visible){outline:none}body{margin:0;min-height:100vh;font-family:var(--font-body);font-size:var(--content-font-size);line-height:var(--content-line-height);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}.body-wrapper{min-height:100vh;display:flex;flex-direction:column}.content-wrapper{flex:1}a{color:var(--brand-primary);text-decoration:none}a:hover,a:focus-visible{color:var(--brand-blue)}p{margin:0}ul{margin:0;padding:0;list-style:none}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4{font-family:var(--font-display);color:var(--heading);letter-spacing:-0.01em;margin:0}.container{width:min(100% - 48px,var(--container));margin-inline:auto}@media(max-width: 480px){.container{width:min(100% - 32px,var(--container))}}.slash-mark{font-family:var(--font-display);font-weight:700;font-size:1.25rem;letter-spacing:.04em;background:linear-gradient(180deg, var(--brand-purple) 0%, var(--base-denim) 70%);-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0);margin:0 0 12px}.slash-mark::after{content:"·";margin-left:2px;color:var(--brand-mint);-webkit-text-fill-color:var(--brand-mint)}[data-reveal]{opacity:0;transform:translateY(16px)}[data-reveal].is-revealed{opacity:1;transform:none;transition:opacity .5s ease,transform .5s ease}.nav-overlay{position:fixed;z-index:19;inset:0;opacity:0;background:rgba(11,26,43,.45);pointer-events:none}.nav-overlay--visible{opacity:1;pointer-events:auto}.scrolled .c-navigation{background-color:hsla(0,0%,100%,.96);box-shadow:0 10px 30px -18px rgba(39,86,125,.28);border-bottom:1px solid rgba(234,236,240,.9)}.scrolled .c-navigation__mobile{background-color:hsla(0,0%,100%,.96)}.c-navigation{z-index:20;position:fixed;top:0;left:0;right:0;display:flex;justify-content:center;background:rgba(0,0,0,0)}@media(max-width: 768px){.c-navigation{left:-300px;width:300px;height:100%;background:var(--base-light);align-items:flex-start;padding:32px;transition:left .15s ease}.c-navigation--open{left:0;box-shadow:8px 0 32px rgba(7,26,61,.12)}}.c-navigation__wrapper{display:flex;align-items:center;width:100%;max-width:1120px;padding:calc(12px + env(safe-area-inset-top, 0px)) 24px 12px}@media(max-width: 768px){.c-navigation__wrapper{flex-direction:column;align-items:flex-start;padding:0;height:100%}}.c-navigation__main-group{display:flex;flex:1;align-items:center;gap:32px}@media(max-width: 768px){.c-navigation__main-group{flex-direction:column;align-items:flex-start;gap:28px;width:100%}}.c-navigation__brand{display:inline-flex;align-items:center;text-decoration:none}@media(max-width: 768px){.c-navigation__brand--desktop{display:none}}.c-navigation__logo--full{display:block;width:128px;height:auto;aspect-ratio:2051/580}.c-navigation__logo--mark{display:block;width:32px;height:32px;border-radius:6px}.c-navigation__nav-items{display:flex;align-items:center;gap:8px}@media(max-width: 768px){.c-navigation__nav-items{flex-direction:column;align-items:flex-start;gap:4px;width:100%;margin-top:24px}}.c-navigation__nav-link{display:inline-flex;padding:8px 12px;color:var(--heading);font-weight:600;font-size:15px;text-decoration:none;border-radius:6px}.c-navigation__nav-link:hover,.c-navigation__nav-link:focus-visible{color:var(--base-denim);background:var(--bg-soft)}.c-navigation__nav-link--active{color:var(--base-denim)}.c-navigation__cta-group{margin-left:auto}@media(max-width: 768px){.c-navigation__cta-group{margin:24px 0 0;width:100%}.c-navigation__cta-group .btn{width:100%}}.c-navigation__mobile{display:none;position:fixed;z-index:21;top:0;left:0;right:0;align-items:center;justify-content:space-between;padding:calc(12px + env(safe-area-inset-top, 0px)) 16px 12px;background:rgba(0,0,0,0)}@media(max-width: 768px){.c-navigation__mobile{display:flex}}.c-navigation__open-button,.c-navigation__close-button{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:0;background:rgba(0,0,0,0);color:var(--heading);cursor:pointer;padding:0}.c-navigation__close-button{display:none;position:absolute;top:20px;right:20px}@media(max-width: 768px){.c-navigation__close-button{display:inline-flex}}.c-navigation__spacer{width:40px}.footer{margin-top:auto;background:var(--bg-ink);color:hsla(0,0%,100%,.82);padding:64px 0 40px}.footer__inner{width:min(100% - 48px,var(--container));margin:0 auto 40px;display:grid;grid-template-columns:1.2fr 1fr;gap:48px}@media(max-width: 768px){.footer__inner{grid-template-columns:1fr;gap:32px;width:min(100% - 32px,var(--container))}}.footer__brand{display:flex;flex-direction:column;gap:16px}.footer__logo{display:block;width:140px;height:auto;aspect-ratio:2051/580}.footer__tagline{max-width:280px;font-size:16px;line-height:1.5;color:hsla(0,0%,100%,.72)}.footer__columns{display:grid;grid-template-columns:1fr 1fr;gap:24px}.footer__heading{font-family:var(--font-display);font-weight:700;font-size:14px;color:#fff;margin-bottom:14px}.footer__links{display:flex;flex-direction:column;gap:10px}.footer__link{color:hsla(0,0%,100%,.72);text-decoration:none;font-size:15px}.footer__link:hover,.footer__link:focus-visible{color:var(--brand-mint)}.footer__bottom{width:min(100% - 48px,var(--container));margin:0 auto;padding-top:28px;border-top:1px solid hsla(0,0%,100%,.12);display:flex;flex-wrap:wrap;gap:12px 24px;justify-content:space-between;font-size:14px}@media(max-width: 768px){.footer__bottom{width:min(100% - 32px,var(--container))}}.footer__disclaimer-link{color:var(--brand-mint);text-decoration:underline;text-underline-offset:2px}.footer__copyright{color:hsla(0,0%,100%,.55)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:12px 20px;border-radius:6px;font-family:var(--font-body);font-size:16px;font-weight:700;line-height:1.2;text-decoration:none;border:1px solid rgba(0,0,0,0);cursor:pointer}.btn--primary{background:var(--base-denim);color:#fff}.btn--primary:hover,.btn--primary:focus-visible{background:#306b9c;color:#fff}.btn--secondary{background:var(--brand-blue);color:#fff}.btn--secondary:hover,.btn--secondary:focus-visible{background:#4478d4;color:#fff}.btn--ghost{background:rgba(0,0,0,0);color:var(--heading);border-color:var(--grey-300)}.btn--ghost:hover,.btn--ghost:focus-visible{border-color:var(--base-denim);color:var(--base-denim)}.btn--light{background:#fff;color:var(--base-denim)}.btn--light:hover,.btn--light:focus-visible{background:var(--bg-tint);color:var(--base-denim)}.btn-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.hero{position:relative;min-height:100vh;min-height:100dvh;display:flex;align-items:center;padding:calc(var(--nav-height) + 48px) 0 80px;overflow:hidden;background:radial-gradient(ellipse 80% 60% at 85% 20%, rgba(151, 117, 201, 0.18), transparent 55%),radial-gradient(ellipse 70% 50% at 10% 80%, rgba(133, 222, 204, 0.16), transparent 50%),linear-gradient(165deg, #f7f9fc 0%, #eef3f9 45%, #e8f0f8 100%)}.hero__geometry{position:absolute;inset:0;pointer-events:none;overflow:hidden}.hero__geo{position:absolute;border-radius:50%;filter:blur(2px)}.hero__geo--1{width:420px;height:420px;top:-80px;right:-60px;background:rgba(151,117,201,.12);animation:float-a 14s ease-in-out infinite}.hero__geo--2{width:280px;height:280px;bottom:10%;left:-40px;background:rgba(133,222,204,.14);animation:float-b 18s ease-in-out infinite}.hero__geo--3{width:160px;height:160px;top:40%;right:18%;background:rgba(98,149,236,.1);animation:float-a 20s ease-in-out infinite reverse}@keyframes float-a{0%,100%{transform:translateY(0)}50%{transform:translateY(18px)}}@keyframes float-b{0%,100%{transform:translateY(0) translateX(0)}50%{transform:translateY(-14px) translateX(10px)}}.hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center}@media(max-width: 768px){.hero__inner{grid-template-columns:1fr;gap:40px;text-align:center}}.hero__brand{display:block;width:min(100%,340px);height:auto;aspect-ratio:2051/580;margin-bottom:28px}@media(max-width: 768px){.hero__brand{margin-inline:auto;width:min(100%,260px)}}.hero__headline{font-size:clamp(2.25rem,4vw,3.4rem);font-weight:800;line-height:1.12;max-width:16ch;margin-bottom:18px}@media(max-width: 768px){.hero__headline{max-width:none}}.hero__sub{font-size:1.125rem;line-height:1.55;color:var(--text-muted);max-width:38ch}@media(max-width: 768px){.hero__sub{margin-inline:auto}}.hero__visual{position:relative;min-height:320px;display:flex;align-items:center;justify-content:center}.hero__slash{font-family:var(--font-display);font-size:clamp(8rem,18vw,14rem);font-weight:800;line-height:1;letter-spacing:-0.06em;background:linear-gradient(160deg, var(--brand-purple) 0%, var(--base-denim) 55%, var(--brand-mint) 100%);-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0);opacity:.85;user-select:none;animation:float-a 16s ease-in-out infinite}.hero__dot{position:absolute;width:28px;height:28px;border-radius:50%;background:var(--brand-mint);right:18%;bottom:28%;box-shadow:0 8px 24px rgba(133,222,204,.45);animation:float-b 12s ease-in-out infinite}.section{padding:96px 0}@media(max-width: 768px){.section{padding:72px 0}}.section--soft{background:var(--bg-soft)}.section--ink{background:var(--bg-ink);color:hsla(0,0%,100%,.85)}.section--ink h2,.section--ink h3{color:#fff}.section--ink .section__intro{color:hsla(0,0%,100%,.7)}.section__title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;line-height:1.2;margin-bottom:16px;max-width:22ch}.section__intro{font-size:1.0625rem;color:var(--text-muted);max-width:52ch;margin-bottom:40px}.section__header{margin-bottom:40px}.products{display:grid;grid-template-columns:1fr 1fr;gap:24px}@media(max-width: 768px){.products{grid-template-columns:1fr}}.product{display:flex;flex-direction:column;gap:20px;padding:36px 32px;border-radius:var(--radius-lg);text-decoration:none;color:inherit;border:1px solid rgba(0,0,0,0);min-height:280px}.product:hover .product__cta,.product:focus-visible .product__cta{gap:12px}.product--tax{background:linear-gradient(145deg, #f8f5ff 0%, #ffffff 50%, #f1edff 100%);border-color:rgba(151,117,201,.22)}.product--tax:hover,.product--tax:focus-visible{border-color:var(--brand-purple);color:inherit}.product--finance{background:linear-gradient(145deg, #eef4fd 0%, #ffffff 50%, #e8f2fc 100%);border-color:rgba(98,149,236,.25)}.product--finance:hover,.product--finance:focus-visible{border-color:var(--brand-blue);color:inherit}.product__logo{height:36px;width:auto;max-width:200px;object-fit:contain;object-position:left center}.product__logo--mark{width:48px;height:48px;border-radius:10px}.product__name{font-size:1.5rem;font-weight:700}.product__desc{color:var(--text-muted);flex:1;line-height:1.55}.product__cta{display:inline-flex;align-items:center;gap:8px;font-weight:700;color:var(--base-denim);font-size:15px}.product--finance .product__cta{color:#3060b8}.product--tax .product__cta{color:#624999}.principles{display:grid;grid-template-columns:repeat(3, 1fr);gap:32px}@media(max-width: 768px){.principles{grid-template-columns:1fr;gap:28px}}.principle__mark{font-family:var(--font-display);font-weight:700;font-size:1.125rem;margin-bottom:12px;background:linear-gradient(180deg, var(--brand-purple), var(--base-denim));-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0)}.principle__title{font-size:1.25rem;font-weight:700;margin-bottom:10px}.principle__text{color:var(--text-muted);line-height:1.55}.section--ink .principle__text{color:hsla(0,0%,100%,.7)}.page-hero{padding:calc(var(--nav-height) + 64px) 0 64px;background:radial-gradient(ellipse 60% 50% at 90% 10%, rgba(151, 117, 201, 0.14), transparent 50%),linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%)}.page-hero--compact{min-height:60vh;display:flex;align-items:center}.page-hero h1{font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.15;margin-bottom:16px;max-width:20ch}.page-hero__sub{font-size:1.125rem;color:var(--text-muted);max-width:48ch;line-height:1.55}.about-story{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}@media(max-width: 768px){.about-story{grid-template-columns:1fr}}.about-story__body{display:flex;flex-direction:column;gap:18px;color:var(--text);line-height:1.65}.team-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:28px}@media(max-width: 960px){.team-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 480px){.team-grid{grid-template-columns:1fr}}.team-member{display:flex;flex-direction:column;gap:12px}.team-member__photo{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--radius);background:var(--grey-100)}.team-member__name{font-size:1.125rem;font-weight:700}.team-member__role{color:var(--text-muted);font-size:.9375rem}.team-member__bio{color:var(--text-muted);font-size:.9375rem;line-height:1.5}.legal{padding:calc(var(--nav-height) + 48px) 0 96px}.legal__container{width:min(100% - 48px,760px);margin-inline:auto}.legal h1{font-size:2.5rem;font-weight:800;margin-bottom:12px}.legal__updated{color:var(--text-muted);margin-bottom:40px}.legal h2{font-size:1.375rem;font-weight:700;margin:36px 0 12px}.legal p,.legal li{color:var(--text);line-height:1.65;margin-bottom:14px}.legal ul{list-style:disc;padding-left:1.25rem;margin-bottom:16px}.legal a{text-decoration:underline;text-underline-offset:2px}.recent-posts{display:grid;grid-template-columns:1fr;gap:0;border-top:1px solid var(--grey-200)}.recent-posts__item{display:block;padding:28px 0;border-bottom:1px solid var(--grey-200);text-decoration:none;color:inherit}.recent-posts__item:hover .recent-posts__title,.recent-posts__item:focus-visible .recent-posts__title{color:var(--base-denim)}.recent-posts__category{font-size:13px;font-weight:700;color:var(--brand-purple);margin-bottom:8px;text-transform:none}.recent-posts__title{font-size:1.375rem;font-weight:700;margin-bottom:8px;line-height:1.3}.recent-posts__excerpt{color:var(--text-muted);margin-bottom:10px;max-width:60ch}.recent-posts__date{font-size:14px;color:var(--grey-500)}.cta-band{padding:80px 0;text-align:center;background:radial-gradient(ellipse 50% 80% at 50% 100%, rgba(133, 222, 204, 0.2), transparent 60%),var(--bg-soft)}.cta-band .section__title{max-width:none;margin-inline:auto}.cta-band .section__intro{margin-inline:auto}.cta-band .btn-row{justify-content:center}.post{padding:calc(var(--nav-height) + 48px) 0 96px;background:#fff}.post__container{width:min(100% - 48px,760px);margin-inline:auto}@media(max-width: 480px){.post__container{width:min(100% - 32px,760px)}}.post__back{display:inline-block;margin-bottom:28px;font-weight:600;color:var(--base-denim);text-decoration:none}.post__back:hover{text-decoration:underline}.post__title{font-size:clamp(2rem,4vw,2.75rem);font-weight:800;line-height:1.15;margin-bottom:16px}.post__subtitle{font-size:1.0625rem;color:var(--text-muted);font-style:italic;margin-bottom:24px;line-height:1.55}.post__meta{display:flex;flex-wrap:wrap;gap:12px 20px;align-items:center;margin-bottom:40px;color:var(--text-muted);font-size:15px}.post__author{display:flex;align-items:center;gap:8px;font-weight:700;color:var(--heading)}.post__author-image{width:32px;height:32px;border-radius:50%;object-fit:cover}.post__content{font-size:17px;line-height:1.7;color:var(--text)}.post__content h2{font-size:1.75rem;font-weight:700;margin:40px 0 16px}.post__content h3{font-size:1.25rem;font-weight:700;margin:28px 0 12px}.post__content p{margin-bottom:20px}.post__content ul{list-style:disc;padding-left:1.25rem;margin:0 0 20px}.post__content li{margin-bottom:10px}.post__content a{color:var(--base-denim);text-decoration:underline;text-underline-offset:2px}.post__content strong{font-weight:700}/*# sourceMappingURL=main.css.map */