@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Syne:wght@600;700;800&display=swap";:root{--brand:#6d28d9;--brand-deep:#5b21b6;--brand-soft:#efe8ff;--ink:#171412;--ink-soft:#3f3a36;--muted:#6f6860;--line:#e4e0db;--paper:#f4f2ee;--paper-2:#ebe7e0;--white:#fffdf9;--radius:4px;--shadow:0 18px 40px #17141214;--font-display:"Syne", system-ui, sans-serif;--font-body:"IBM Plex Sans", system-ui, sans-serif;--nav-h:78px;--wrap:1120px;--gutter:clamp(1.25rem, 4vw, 2rem);color:var(--ink);background:var(--paper);font-family:var(--font-body);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-size:17px;line-height:1.65}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);min-width:320px;color:var(--ink);margin:0}#root{min-height:100svh}img{max-width:100%;height:auto;display:block}a{color:inherit}button,input,select,textarea{font:inherit}h1,h2,h3{font-family:var(--font-display);letter-spacing:-.03em;color:var(--ink);font-weight:700;line-height:1.08}p{margin:0}::selection{background:#6d28d92e}.site{flex-direction:column;min-height:100svh;display:flex}main{flex:1}.wrap{width:min(100%, var(--wrap));padding-inline:var(--gutter);margin-inline:auto}.reveal{opacity:0;transition:opacity .65s,transform .65s;transform:translateY(22px)}.reveal.is-in{opacity:1;transform:none}.eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--brand);margin:0 0 .75rem;font-size:.78rem;font-weight:700}.btn{cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.4rem;min-height:48px;padding:.75rem 1.35rem;font-size:.98rem;font-weight:600;text-decoration:none;transition:background .2s,border-color .2s,color .2s,box-shadow .2s;display:inline-flex}.btn--primary{background:var(--brand);color:#fff}.btn--primary:hover{background:var(--brand-deep);box-shadow:0 10px 24px #5b21b638}.btn--ghost{border-color:var(--ink);color:var(--ink);background:0 0}.btn--ghost:hover{background:var(--ink);color:var(--white)}.text-link{color:var(--brand);border-bottom:1px solid #0000;align-items:center;gap:.35rem;margin-top:1rem;font-weight:600;text-decoration:none;transition:color .2s,border-color .2s,gap .2s;display:inline-flex}.text-link:hover{color:var(--brand-deep);border-color:var(--brand-deep);gap:.55rem}.meta{color:var(--muted);margin:0 0 .5rem;font-size:.88rem}.nav{z-index:50;height:var(--nav-h);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);background:#f4f2eeeb;position:sticky;top:0}.nav__inner{justify-content:space-between;align-items:center;gap:1rem;height:100%;display:flex}.nav__logo,.footer__logo,.hero__brand{object-fit:contain;background:0 0;width:auto}.nav__logo{max-width:190px;height:38px}.nav__links{gap:1.75rem;display:flex}.nav__links-new a{color:var(--ink-soft);border-radius:999px;padding:.25rem .75rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .15s;position:relative}.nav__links-new a:hover{background:var(--brand);color:var(--white)}.nav__links a{color:var(--ink-soft);font-size:.95rem;font-weight:600;text-decoration:none;transition:color .2s;position:relative}.nav__links a:after{content:"";background:var(--brand);transform-origin:0;width:100%;height:2px;transition:transform .2s;position:absolute;bottom:-6px;left:0;transform:scaleX(0)}.nav__links a:hover,.nav__links a.is-active{color:var(--ink)}.nav__links a:hover:after,.nav__links a.is-active:after{transform:scaleX(1)}.nav__actions{align-items:center;gap:.65rem;display:flex}.nav__cta{padding:.3rem .8rem!important}.nav__burger{border:1px solid var(--line);background:var(--white);cursor:pointer;border-radius:50%;width:42px;height:42px;padding:0;display:none}.nav__burger span{background:var(--ink);width:15px;height:2px;margin:4px auto;transition:transform .2s;display:block}.nav--open .nav__burger span:first-child{transform:translateY(3px)rotate(45deg)}.nav--open .nav__burger span:last-child{transform:translateY(-3px)rotate(-45deg)}.nav__drawer{display:none}.hero{min-height:calc(100svh - var(--nav-h));background:linear-gradient(90deg, transparent 0 66%, var(--brand-soft) 66% 100%), var(--paper);align-items:center;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background-image:radial-gradient(#1714120d 1px,#0000 1px);background-size:22px 22px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000 0% 55%,#0000 78%);mask-image:linear-gradient(90deg,#000 0% 55%,#0000 78%)}.hero__grid{z-index:1;grid-template-columns:1.15fr .85fr;align-items:center;gap:clamp(2rem,5vw,3.5rem);padding:clamp(3rem,8vw,5.5rem) 0;display:grid;position:relative}.hero__content{max-width:38rem;animation:.8s both fade-up}.hero__brand{max-width:min(100%,290px);height:56px;margin-bottom:1.75rem;background:0 0!important}.hero h1,.page-hero h1{margin:0;font-size:clamp(2.5rem,7vw,4.5rem)}.hero h1 em,.page-hero h1 em,.stat-band h2 em{color:var(--brand);font-style:normal}.hero__lead{max-width:34rem;color:var(--ink-soft);margin-top:1.2rem;font-size:1.12rem;line-height:1.65}.hero__cta{flex-wrap:wrap;gap:.75rem;margin-top:1.9rem;display:flex}.hero__aside{justify-content:flex-end;display:flex}.hero__panel{background:var(--white);border:1px solid var(--line);width:min(100%,320px);box-shadow:var(--shadow);padding:1.6rem;animation:.9s .1s both fade-up}.hero__panel-label{letter-spacing:.08em;text-transform:uppercase;color:var(--brand);margin-bottom:.7rem;font-size:.75rem;font-weight:700;display:block}.hero__panel p{color:var(--ink-soft);margin-bottom:1.25rem}.hero__panel strong{font-family:var(--font-display);color:var(--brand);margin-bottom:.35rem;font-size:clamp(3.4rem,8vw,4.6rem);line-height:.95;display:block}.hero__panel>span:last-child{color:var(--muted);font-size:.92rem;display:block}.count-up{font-variant-numeric:tabular-nums}@keyframes fade-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}.marquee{border-block:1px solid var(--line);background:var(--ink);color:var(--white);overflow:hidden}.marquee__track{gap:0;width:max-content;animation:28s linear infinite marquee;display:flex}.marquee__item{font-family:var(--font-display);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;align-items:center;gap:1rem;padding:.85rem 1rem;font-size:.95rem;font-weight:700;display:inline-flex}.marquee__item i{opacity:.45;color:#c4b5fd;font-style:normal}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.section{padding:clamp(3.75rem,8vw,5.5rem) 0}.section--tint{background:var(--paper-2);border-block:1px solid var(--line)}.section__head{max-width:560px;margin-bottom:2.1rem}.section__head h2,.page-hero h1,.stat-band h2,.book-band h2,.page-cta h2,.audience__panel h2,.post__header h1,.form-success h3,.service-row__copy h2,.blog-list__item h2,.featured-post__body h3{font-family:var(--font-display);letter-spacing:-.03em;margin:0;font-weight:700;line-height:1.08}.section__head h2,.audience__panel h2{font-size:clamp(2rem,4vw,2.9rem)}.section__lead,.page-hero__lead,.audience__panel p{max-width:36rem;color:var(--ink-soft);margin-top:.9rem;font-size:1.05rem}.section__head--row{justify-content:space-between;align-items:flex-end;gap:1.25rem;max-width:none;margin-bottom:2rem;display:flex}.audience{grid-template-columns:220px minmax(0,1fr);align-items:start;gap:1.5rem;min-height:280px;display:grid}.audience__tabs{flex-direction:column;gap:.45rem;display:flex}.audience__tab{appearance:none;border:1px solid var(--line);background:var(--white);color:var(--ink-soft);text-align:left;cursor:pointer;padding:.95rem 1rem;font-weight:600;transition:background .2s,color .2s,border-color .2s}.audience__tab:hover{border-color:var(--brand);color:var(--ink)}.audience__tab.is-active{background:var(--brand);border-color:var(--brand);color:#fff}.audience__panel{background:var(--white);border:1px solid var(--line);border-left:5px solid var(--brand);padding:clamp(1.5rem,3vw,2.2rem);animation:.45s both fade-up}.audience__panel .btn{margin-top:1.4rem}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.service-tile{border:1px solid var(--line);background:var(--white);color:inherit;padding:1.45rem;text-decoration:none;transition:border-color .2s,background .2s,box-shadow .2s;display:block}.service-tile:hover{border-color:var(--brand);box-shadow:var(--shadow);background:#fff}.service-tile h3,.pillar-grid h3,.post-item h3,.info-block h3,.footer h3{font-family:var(--font-display);margin:.75rem 0 .45rem;font-size:1.2rem;font-weight:700}.service-tile p,.pillar-grid p,.featured-post__body p,.post-item p,.blog-list__item p,.book-band p,.info-block p,.form-success p,.footer p,.page-cta p,.service-row__copy>p{color:var(--ink-soft)}.service-tile__more{color:var(--brand);margin-top:1rem;font-size:.9rem;font-weight:600;display:inline-block}.service-tile:hover .service-tile__more{color:var(--brand-deep)}.service-icon{stroke-width:1.7px;width:28px;height:28px;color:var(--brand);transition:color .2s}.service-tile:hover .service-icon{color:var(--brand-deep)}.filter-bar{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.filter-bar__btn{appearance:none;border:1px solid var(--line);background:var(--white);color:var(--ink-soft);cursor:pointer;border-radius:999px;padding:.55rem .95rem;font-weight:600;transition:background .2s,color .2s,border-color .2s}.filter-bar__btn:hover{border-color:var(--brand);color:var(--ink)}.filter-bar__btn.is-active{background:var(--ink);border-color:var(--ink);color:#fff}.services-list{padding-bottom:2.75rem}.service-row{border-top:1px solid var(--line);grid-template-columns:48px minmax(0,1fr);gap:1rem;padding:1.7rem 0;transition:background .2s;display:grid}.service-row:hover{background:#6d28d90a}.service-row__copy h2{font-size:clamp(1.35rem,2.4vw,1.85rem)}.rich-text{color:var(--ink-soft);margin-top:.7rem}.rich-text p{margin:0 0 .75rem}.stat-band{background:var(--white);border-block:1px solid var(--line);padding:clamp(3.75rem,8vw,5.5rem) 0}.stat-band h2{max-width:18ch;margin:0 0 2rem;font-size:clamp(2rem,4.5vw,3.1rem)}.pillar-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;display:grid}.pillar-grid article{border-top:3px solid var(--brand);padding:1.25rem 0 0}.pillar-grid h3{margin-top:.9rem}.featured-post{border:1px solid var(--line);background:var(--white);min-height:300px;color:inherit;grid-template-columns:.85fr 1.15fr;margin-bottom:1.25rem;text-decoration:none;transition:border-color .2s,box-shadow .2s;display:grid;overflow:hidden}.featured-post:hover{border-color:var(--brand);box-shadow:var(--shadow)}.featured-post__visual{background:var(--brand);color:#fff;font-family:var(--font-display);flex-direction:column;justify-content:space-between;padding:1.4rem;display:flex}.featured-post__visual span{font-size:clamp(3rem,6vw,4.4rem);font-weight:800;line-height:1}.featured-post__body{flex-direction:column;justify-content:center;padding:clamp(1.3rem,3vw,2rem);display:flex}.featured-post__body h3{margin:0 0 .7rem;font-size:clamp(1.4rem,2.5vw,2rem)}.featured-post .text-link{pointer-events:none}.post-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;display:grid}.post-item{border-top:1px solid var(--line);padding-top:1rem;transition:border-color .2s}.post-item:hover{border-top-color:var(--brand)}.post-item h3{margin-top:0;font-size:1.12rem}.post-item h3 a,.blog-list__item h2 a{text-decoration:none;transition:color .2s}.post-item h3 a:hover,.blog-list__item h2 a:hover{color:var(--brand)}.blog-list{padding-bottom:3.5rem}.blog-list__item{border-top:1px solid var(--line);padding:1.65rem 0;transition:border-color .2s}.blog-list__item:hover{border-top-color:var(--brand)}.blog-list__meta{color:var(--muted);flex-wrap:wrap;gap:.7rem;margin-bottom:.5rem;font-size:.88rem;display:flex}.blog-list__item h2{max-width:24ch;font-size:clamp(1.4rem,2.4vw,1.9rem)}.post{padding-bottom:3.5rem}.post__header{max-width:680px;padding:2.5rem 0 1.4rem}.post__header h1{margin:.4rem 0 .8rem;font-size:clamp(2.1rem,4.8vw,3.1rem)}.post__dek{color:var(--ink-soft);font-size:1.08rem}.post__body{max-width:680px}.post__related{margin-top:2.75rem}.book-band{border:1px solid var(--line);background:var(--white);grid-template-columns:1.2fr .8fr;align-items:center;gap:1.5rem;padding:clamp(1.8rem,3.5vw,2.5rem);display:grid}.book-band h2{max-width:16ch;margin:0 0 .7rem;font-size:clamp(1.7rem,3.2vw,2.4rem)}.book-cover{width:min(100%,190px);box-shadow:12px 12px 0 var(--ink);border-radius:2px;margin-left:auto;transition:transform .25s;overflow:hidden}.book-band:hover .book-cover{transform:translate(-4px,-4px)}.book-cover img{width:100%;height:auto;display:block}.page{padding-bottom:3.5rem}.page-hero{padding:2.6rem 0 1.5rem}.page-hero h1{max-width:24ch}.contact-page__grid,.contact-preview__grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:2rem;display:grid}.booking-form,.form-success{border:1px solid var(--line);background:var(--white);padding:1.4rem}.booking-form{gap:.85rem;display:grid}.booking-form__row{grid-template-columns:1fr 1fr;gap:.85rem;display:grid}.booking-form label{gap:.3rem;font-size:.92rem;font-weight:600;display:grid}.booking-form input,.booking-form select,.booking-form textarea{border:1px solid var(--line);background:#fff;border-radius:2px;width:100%;padding:.72rem .85rem;transition:border-color .2s,box-shadow .2s}.booking-form input:hover,.booking-form select:hover,.booking-form textarea:hover{border-color:#cfc8bf}.booking-form input:focus,.booking-form select:focus,.booking-form textarea:focus{border-color:var(--brand);outline:none;box-shadow:0 0 0 3px #6d28d91f}.booking-form__footer{flex-wrap:wrap;align-items:center;gap:.8rem;display:flex}.form-note{color:var(--muted);margin:0;font-size:.86rem}.form-error{color:#b91c1c;margin:0}.form-success h3{margin:.25rem 0 .5rem;font-size:1.5rem}.contact-page__aside{display:grid}.info-block{border-top:1px solid var(--line);padding:1rem 0;transition:border-color .2s}.info-block:hover{border-top-color:var(--brand)}.info-block h3{margin-top:0}.info-block a{color:var(--brand);border-bottom:1px solid #0000;font-weight:600;text-decoration:none}.info-block a:hover{border-bottom-color:var(--brand)}.page-cta{border:1px solid var(--line);background:var(--brand-soft);text-align:center;margin-top:.5rem;padding:1.85rem}.page-cta h2{margin-bottom:.5rem;font-size:clamp(1.5rem,3vw,2.05rem)}.page-cta .btn{margin-top:1rem}.loading,.loading-inline{color:var(--muted);padding:2.5rem 0}.footer{border-top:1px solid var(--line);background:var(--white);margin-top:auto;padding:3rem 0 1.4rem}.newsletter{border:1px solid var(--line);color:var(--ink);background:linear-gradient(135deg,#fff 0%,#f3ecff 100%);border-radius:14px;grid-template-columns:1.15fr 1fr;align-items:center;gap:1.25rem;margin:0 0 2rem;padding:1.35rem 1.4rem;display:grid}.newsletter .eyebrow{color:var(--brand)}.newsletter h3{color:var(--ink);margin:.15rem 0 .35rem;font-size:1.35rem}.newsletter p{color:var(--ink-soft,#4a433c);max-width:40ch;font-size:.95rem}.newsletter__form{flex-wrap:wrap;gap:.55rem;display:flex}.newsletter__form input{border:1px solid var(--line);min-height:46px;color:var(--ink);background:#fff;border-radius:999px;flex:180px;padding:.65rem 1rem}.newsletter__form input::placeholder{color:#8a8278}.newsletter .btn--primary{background:var(--brand);color:#fff}.newsletter .form-error{grid-column:1/-1;margin:0}.sr-only{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=800px){.newsletter{grid-template-columns:1fr}}.footer__grid{grid-template-columns:1.4fr .8fr .9fr 1fr;gap:1.75rem;display:grid}.footer__logo{max-width:210px;height:42px;margin-bottom:.8rem;background:0 0!important}.footer__brand p{max-width:34ch}.footer h3{margin:0 0 .75rem;font-size:.95rem}.footer__col{flex-direction:column;align-items:flex-start;gap:.45rem;display:flex}.footer__col a{color:var(--ink-soft);border-bottom:1px solid #0000;font-weight:500;text-decoration:none;transition:color .2s,border-color .2s;display:inline-block}.footer__col a:hover{color:var(--brand);border-bottom-color:var(--brand)}.footer__tags{max-width:28ch;color:var(--muted)}.footer__bar{border-top:1px solid var(--line);color:var(--muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.9rem;margin-top:2rem;padding-top:1.05rem;font-size:.9rem;display:flex}.footer__motto{max-width:70ch;font-weight:500;color:var(--brand)!important}.footer__socials{margin-top:1rem}.footer__social-link{color:inherit;align-items:center;gap:.5rem;text-decoration:none;transition:color .2s ease-in-out,opacity .2s ease-in-out;display:inline-flex}.footer__social-link:hover,.footer__social-link:focus-visible{opacity:.8}.footer__social-icon{flex-shrink:0;width:1.25rem;height:1.25rem;display:block}.footer__credit{color:#014387;cursor:pointer;align-items:center;gap:.35rem;text-decoration:none;transition:color .2s;display:inline-flex;border-bottom:none!important}.footer__credit:hover,.footer__credit:focus-visible{color:#002952}.footer__credit img{cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:auto;height:17px;display:block}@media (width<=960px){.nav__links,.nav__cta{display:none}.nav__burger{flex-direction:column;justify-content:center;align-items:center;display:inline-flex}.nav__drawer{inset:var(--nav-h) 0 0;padding:1.4rem var(--gutter);opacity:0;pointer-events:none;background:#f4f2eefa;flex-direction:column;gap:.95rem;transition:transform .25s,opacity .25s;display:flex;position:fixed;transform:translateY(-120%)}.nav__drawer.is-open{opacity:1;pointer-events:auto;transform:none}.nav__drawer a:not(.btn){font-family:var(--font-display);font-size:1.7rem;font-weight:700;text-decoration:none}.nav__drawer .btn{align-self:flex-start;margin-top:.35rem}.hero{background:var(--paper)}.hero__grid,.audience,.service-grid,.pillar-grid,.featured-post,.post-grid,.book-band,.contact-page__grid,.contact-preview__grid,.footer__grid,.booking-form__row,.service-row,.section__head--row{grid-template-columns:1fr}.hero__aside{justify-content:flex-start}.hero__panel{width:100%}.audience__tabs{flex-flow:wrap}.book-cover{margin-left:0}.service-row{grid-template-columns:1fr}.service-row__icon{display:none}}@media (width<=640px){.hero{min-height:auto}.hero__brand{height:48px}.nav__logo{height:34px}.footer__bar{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.marquee__track{animation:none}.reveal{opacity:1;transform:none}}
