:root{--font-family-sans:Poppins;--font-family-serif:"Crimson Text";--ll-off-white:#f4f3f1;--ll-off-white-50:#f4f3f1cc;--ll-beige:#cbc9c9;--ll-off-black:#111;--ll-green:#214848;--ll-blue:#546cb0;--border-height:1.25;--base-container-padding:1.5rem;--small-container-padding:1rem;--large-container-padding:2.5rem;--base-container-width: calc(100vw - 3rem) ;--base-container-max-width:80rem;--slim-container-max-width:40rem;--min-container-margin:calc((100vw - var(--base-container-width))/2);--container-margin:max(calc((100vw - var(--base-container-width))/2),calc((100vw - var(--base-container-max-width))/2));--slim-container-margin:max(calc((100vw - var(--base-container-width))/2),calc((100vw - var(--slim-container-max-width))/2));--logo-height:3rem;--root-font-size:20px;--body-font-size:1rem;--h1-font-size:2rem;--h2-font-size:1.4rem;--h3-font-size:1.2rem;--small-caps-font-size:.8rem;--minor-font-size:.8rem;--primary-card-font-size:1.1rem;--enforce-max-width:min(80vw,36rem);--body-line-height:1.5;--heading-line-height:1.2;--gap:2rem}@media (min-width:640px){:root{--base-container-width:90vw}}@media (min-width:768px){:root{--logo-height:4rem}}@media (min-width:1024px){:root{--base-container-width:85vw;--h1-font-size:3rem;--h2-font-size:2.2rem;--h3-font-size:1.5rem;--small-caps-font-size:1rem;--base-container-padding:3.5rem;--small-container-padding:2rem;--large-container-padding:4.5rem;--header-height:6.5rem;--gap:3rem}}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{background-color:var(--ll-off-white);-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;font-size:var(--root-font-size)}body{color:var(--ll-green);font-family:var(--font-family-serif);font-size:var(--body-font-size);line-height:var(--body-line-height);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#__nuxt{display:flex;flex-direction:column;min-height:100vh}#__nuxt main{flex:1;min-height:80vh}.container{margin:0 var(--container-margin);padding:var(--base-container-padding) 0;position:relative}img,picture,video{display:block;height:auto;max-width:100%}svg{display:block}address{font-style:normal}sub,sup{line-height:0}button,input,textarea{font:inherit}button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;color:inherit;cursor:pointer!important}table{border-collapse:collapse;width:100%}[disabled]{cursor:not-allowed}pre{display:block;font-family:monospace;overflow:auto;page-break-inside:avoid;word-wrap:break-word;text-align:left}.has-bottom-lala-border,.has-top-lala-border{position:relative}.has-bottom-lala-border:after,.has-top-lala-border:before{background:url(../lalaknits-border.svg) repeat-x .25rem top,url(../lalaknits-border.svg) repeat-x calc(1.52rem/(2/var(--border-height)) + .25rem) top;background-size:auto calc(var(--border-height)*1rem);content:"";display:block;height:calc(var(--border-height)*1rem);position:relative;width:100%}.has-top-lala-border:before{top:calc(var(--border-height)*-.25rem);transform:scaleY(-1)}.has-bottom-lala-border:after{top:calc(var(--border-height)*.25rem)}[role=heading],h1{color:var(--ll-off-black);font-family:var(--font-family-sans);font-size:var(--h1-font-size);font-weight:700;letter-spacing:-.03em;line-height:var(--heading-line-height)}[role=heading]+*,h1+*{padding-top:1rem}h2:not([class]){font-family:var(--font-family-sans);font-size:var(--h2-font-size);font-weight:700;letter-spacing:-.03em;line-height:var(--heading-line-height)}h2:not([class])+*{padding-top:1rem}h2.small-caps{padding-bottom:1rem}h3:not([class]){font-size:var(--h3-font-size)}h3:not([class]),h4:not([class]){font-family:var(--font-family-sans);font-weight:700;letter-spacing:-.03em;line-height:var(--heading-line-height)}h4:not([class]){color:var(--ll-off-black)}h4~article{margin-top:.5rem}.small-caps{color:var(--ll-green);font-family:var(--font-family-sans);font-size:var(--small-caps-font-size);font-weight:700;letter-spacing:0!important;line-height:1;text-transform:uppercase}.enforce-max-width{max-width:var(--enforce-max-width);width:100%}section:not([class*=allow-overflow]){overflow:hidden}a[href^=tel]{all:inherit}main a{color:var(--ll-blue)}main p:not(:last-child),main ul:not(:last-child){padding-bottom:1rem}main ul.no-bullets{list-style:none}main ul.no-bullets li{margin:0!important}main li:not([class]){margin-left:1rem}main li:not(:last-child){padding-bottom:.5rem}main li::marker{color:var(--ll-blue)}.loader{width:12rem}.form-item{margin-bottom:1.5rem}.form-item .small-caps{display:block;padding-bottom:.5rem}.form-item input::file-selector-button,.form-item input[type=file],.form-item label{cursor:pointer}.form-item input::file-selector-button,.form-item input[type=email],.form-item input[type=search],.form-item input[type=tel],.form-item input[type=text],.form-item textarea{background:#fff;border:1px solid var(--ll-blue);border-radius:.5rem;color:var(--ll-blue);font-family:var(--font-family-sans);font-size:1rem;font-weight:600;padding:.5rem;width:100%}.form-item input::file-selector-button{width:auto}.form-item textarea{height:10rem;resize:none}.form-item p~label{display:block;padding-bottom:.5rem;position:relative}.blur-everything{overflow:hidden}.blur-everything footer,.blur-everything main{filter:blur(10px);pointer-events:none;transition:filter .1s linear;-webkit-user-select:none;-moz-user-select:none;user-select:none}.sr-only{position:absolute!important;clip:rect(1px,1px,1px,1px)!important;border:0!important;height:1px!important;overflow:hidden!important;padding:0!important;width:1px!important}:focus{outline-color:var(--ll-green);outline-offset:.25rem;-webkit-focus-ring-color:var(--ll-green)}[data-whatinput=mouse] :focus,[data-whatinput=touch] :focus{outline:none}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-delay:-1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important;background-attachment:scroll!important;scroll-behavior:auto!important;transition-delay:0s!important;transition-duration:0s!important}}.cta{align-items:center;color:#fff;display:inline-flex;gap:.5rem;text-decoration:none;transition:background .3s var(--lg-ease-out-quart)}.cta svg{height:1rem;width:1rem;fill:currentColor}.ghost-cta,.primary-cta{border-radius:3rem;clip-path:inset(0 0 round .6rem);font-family:var(--font-family-sans);font-weight:600;justify-content:center;line-height:1;overflow:hidden;padding:1rem 1.5rem;position:relative}.ghost-cta:before,.primary-cta:before{background:var(--ll-green);content:"";display:block;height:100%;left:0;position:absolute;top:0;transform:scaleX(1);transform-origin:left center;transition:transform 1s var(--ll-ease-out-quart);width:200%;z-index:-1}.ghost-cta:hover:before,.primary-cta:hover:before{transform:scaleX(0);transform-origin:right center}.primary-cta{background:var(--ll-blue)}.secondary-cta{background:var(--ll-off-white);border-radius:99rem;color:currentColor;gap:.35rem;padding:.5rem 1rem}.secondary-cta:hover span{text-decoration:underline}.ghost-cta{box-shadow:inset 0 0 0 2px var(--ll-white)}.ghost-cta:before{background:var(--ll-white);transform:scaleX(0);transform-origin:right center}.ghost-cta:hover{color:var(--ll-beige)}.ghost-cta:hover:before{transform:scaleX(1);transform-origin:left center}.tertiary-cta{gap:.25rem}.tertiary-cta span:after{border-bottom:1px solid;content:"";display:block;transform:scaleX(1);transform-origin:left center;transition:transform 1s var(--lg-ease-out-quart)}.tertiary-cta span:after,.tertiary-cta svg{transition:transform .3s var(--lg-ease-out-quart)}.tertiary-cta svg{height:.8rem;opacity:0;transition-property:opacity,transform;width:.8rem}.tertiary-cta:hover span:after{transform:scaleX(0);transform-origin:right center}.tertiary-cta:hover svg{opacity:1;transform:translate(.2rem)}#skip-to-content{left:.5rem;position:absolute;top:.5rem;transform:translateY(-200%);z-index:999999999}#skip-to-content:focus{transform:none}.ll-icon{flex-shrink:0}.yarn-pattern{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 18 18'%3E%3Cpath fill='%23CBC9C9' d='M13.499 14.75h-4.05a6.25 6.25 0 1 0-2.45.5h6.5a.25.25 0 1 0 0-.5m-6.5-11.5a5.7 5.7 0 0 1 3.277 1.028c-.794.327-1.555.728-2.274 1.198a13.7 13.7 0 0 0-3.526-1.642 5.7 5.7 0 0 1 2.523-.584m-3.134.932c1.303.341 2.547.88 3.687 1.6q-.867.618-1.63 1.36a11.1 11.1 0 0 0-3.747-1.267 5.8 5.8 0 0 1 1.69-1.693M1.9 6.342c1.28.164 2.518.56 3.655 1.17a14 14 0 0 0-1.303 1.582 8.7 8.7 0 0 0-2.96-.808c.085-.68.29-1.338.608-1.945m.583 6.214A5.72 5.72 0 0 1 1.249 9q-.001-.108.004-.216c.941.084 1.86.331 2.717.73a13.7 13.7 0 0 0-1.486 3.042m.382.438a13.33 13.33 0 0 1 7.87-8.36 5.8 5.8 0 0 1 1.33 1.65 11.24 11.24 0 0 0-7.47 7.938 5.8 5.8 0 0 1-1.73-1.228M7 14.75c-.66 0-1.316-.113-1.938-.336a10.74 10.74 0 0 1 7.225-7.674c.266.62.42 1.282.455 1.955a8.78 8.78 0 0 0-5.699 6.055zm5.745-5.528a5.76 5.76 0 0 1-5.176 5.5 8.29 8.29 0 0 1 5.176-5.5'/%3E%3C/svg%3E");background-size:auto 25%;height:4rem;margin-bottom:1.5rem}.main-navigation{font-family:var(--font-family-sans);letter-spacing:-.025rem}.main-navigation a{color:var(--ll-blue);font-weight:700;text-decoration:none}.main-navigation a:after{background:var(--ll-beige);border-radius:2px;content:"";display:block;height:4px;left:4px;position:relative;transform:scaleX(0);transition:transform .25s ease;width:calc(100% - 8px)}.main-navigation a.router-link-active:after{background:var(--ll-blue);transform:scaleX(1)}@media (hover:hover){.main-navigation a:hover:after{transform:scaleX(1)}}.nav-socials svg{width:1.5rem}.header{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:var(--ll-off-white-50);margin-bottom:-1rem;overflow:hidden;position:sticky;top:-.5rem;z-index:999}.header.mobile-nav-is-open{overflow:visible}.header.mobile-nav-is-open button{color:var(--ll-off-black)}.header .container{align-items:center;display:grid;grid-template-columns:auto min-content;justify-content:space-between;padding:1.5rem 0 1rem}@media (min-width:768px){.header .container{grid-template-columns:max-content 1fr;justify-content:auto}}.header .logo-link{display:inline-block}.header img{height:var(--logo-height);width:auto}.header button{align-items:center;color:var(--ll-blue);display:flex;gap:.5rem;justify-content:center;padding:.5rem;position:relative;right:-.5rem;z-index:9999}@media (min-width:768px){.header button{display:none}}.header button svg{height:1.5rem;width:1.5rem;fill:currentColor}.header button span{color:currentColor}.header nav{display:flex;gap:.75rem;list-style:none}@media (min-width:1024px){.header nav{gap:1.5rem}}.header .nav-socials svg{cursor:pointer}@media (min-width:768px){.header__mobile-trigger{display:none}}@media (max-width:767px){.header__nav{background:#fff;height:100dvh;max-width:20rem;min-width:12rem;overflow:hidden;padding:5rem var(--container-margin) var(--gap);position:absolute;right:calc(var(--container-margin)*-1);top:0;transform:translate(100%);width:35vw}.mobile-nav-is-open .header__nav{transform:none;transition:transform .25s ease-in-out}.header__nav .nav-links{display:flex;flex-direction:column;gap:.75rem;text-align:right}.header__nav .nav-links a:after{left:calc(100% - 2rem);width:2rem}.header__nav .nav-socials{display:flex;gap:1rem;justify-content:flex-end;padding-top:1.5rem}}@media (min-width:768px){.header__nav{display:grid;grid-template-columns:1fr max-content}.header__nav .nav-links{justify-self:center}}.header .yarn-pattern{background-size:50% auto;height:100%;left:.25rem;position:absolute;top:.25rem;width:2rem}.hero{text-align:center}.hero p{font-size:var(--primary-card-font-size);margin:0 auto;max-width:40rem}.hero .container{margin-top:1rem;padding-bottom:.5rem}@media (max-width:767px){.split-half .container>div{padding-bottom:var(--gap)}}@media (min-width:768px){.split-half .container{display:grid;gap:var(--gap);grid-template-columns:1fr 1fr}}@media (min-width:1024px){.sticky-half .container{display:grid;gap:var(--small-container-padding);grid-template-columns:repeat(3,1fr)}.sticky-half .container>:first-child div{padding-right:1rem;position:sticky;top:var(--base-container-padding)}.sticky-half .container>:last-child{grid-column:span 2}}.slim-container .container{margin:0 var(--slim-container-margin)}.no-bottom-padding .container{padding-bottom:0}.dato-image img{border-radius:.5rem}.dato-image p:after,.dato-image p:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath fill='%23F4F3F1' d='M0 0c0 27.614 22.386 50 50 50H0z'/%3E%3C/svg%3E");content:"";display:block;height:.5rem;position:relative;top:-1rem;width:.5rem}.dato-image p:after{position:absolute;right:-.5rem;top:1rem}.dato-image p{background:var(--ll-off-white);border-radius:0 .5rem 0 0;display:inline-block;font-size:var(--minor-font-size);font-style:italic;line-height:var(--heading-line-height);max-width:80%;padding:.5rem 1rem 0 0;position:relative;top:-1.5rem;z-index:2}.dato-image p span{border-left:2px solid var(--ll-blue);display:inline-block;padding:.5rem}.dato-image p:empty{display:none}.gallery-image,.to-instagram{max-width:16rem;width:60vw}.to-instagram{align-self:flex-start;background:#fff;border-radius:.5rem;display:flex;flex-direction:column;gap:2rem;height:90vw;max-height:24rem;padding:2rem;position:relative;transition:background .1s linear}@media (hover:hover){.to-instagram:hover{background:var(--ll-beige)}}.to-instagram span{font-family:var(--font-family-sans);font-size:var(--h3-font-size);font-weight:700}.to-instagram div{display:flex;gap:.5rem}.to-instagram svg{fill:var(--ll-blue);height:2rem;width:2rem}.to-instagram a:before{content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%}.image-gallery{margin:0 calc(var(--slim-container-margin)*-1);padding:var(--base-container-padding) 0}.gallery-container{display:flex;gap:2rem;min-width:100%;overflow-x:scroll;scroll-snap-type:x mandatory;width:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;position:relative}.gallery-container:after,.gallery-container:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 18 18'%3E%3Cpath fill='%23CBC9C9' d='M13.499 14.75h-4.05a6.25 6.25 0 1 0-2.45.5h6.5a.25.25 0 1 0 0-.5m-6.5-11.5a5.7 5.7 0 0 1 3.277 1.028c-.794.327-1.555.728-2.274 1.198a13.7 13.7 0 0 0-3.526-1.642 5.7 5.7 0 0 1 2.523-.584m-3.134.932c1.303.341 2.547.88 3.687 1.6q-.867.618-1.63 1.36a11.1 11.1 0 0 0-3.747-1.267 5.8 5.8 0 0 1 1.69-1.693M1.9 6.342c1.28.164 2.518.56 3.655 1.17a14 14 0 0 0-1.303 1.582 8.7 8.7 0 0 0-2.96-.808c.085-.68.29-1.338.608-1.945m.583 6.214A5.72 5.72 0 0 1 1.249 9q-.001-.108.004-.216c.941.084 1.86.331 2.717.73a13.7 13.7 0 0 0-1.486 3.042m.382.438a13.33 13.33 0 0 1 7.87-8.36 5.8 5.8 0 0 1 1.33 1.65 11.24 11.24 0 0 0-7.47 7.938 5.8 5.8 0 0 1-1.73-1.228M7 14.75c-.66 0-1.316-.113-1.938-.336a10.74 10.74 0 0 1 7.225-7.674c.266.62.42 1.282.455 1.955a8.78 8.78 0 0 0-5.699 6.055zm5.745-5.528a5.76 5.76 0 0 1-5.176 5.5 8.29 8.29 0 0 1 5.176-5.5'/%3E%3C/svg%3E");background-position:right -.2rem;background-size:auto 5%;content:"";display:block;max-height:25.2rem;min-width:calc(var(--slim-container-margin) - 2rem)}.gallery-container:after{background-position:left -.2rem}.gallery-container::-webkit-scrollbar{display:none}.gallery-container>*{flex-shrink:0;scroll-margin-left:var(--slim-container-margin);scroll-snap-align:start}.about-laura{position:relative}.about-laura .container{display:flex;flex-direction:column;gap:var(--gap);margin:0;padding:var(--base-container-padding) var(--container-margin)}@media (min-width:768px){.about-laura .container{flex-direction:row}}.about-laura .container:before{background:url(../lala-alone.svg) no-repeat top;background-size:auto 100%;content:"";height:90%;left:2vw;opacity:.25;position:absolute;top:5%;width:98vw;z-index:-1}.about-laura__headshot{flex-shrink:0;max-width:15rem}@media (min-width:600px){.about-laura__headshot{max-width:50%}}@media (min-width:1024px){.about-laura__headshot{max-width:25rem}}.about-laura__headshot img{border-radius:1rem;box-shadow:0 1rem 1rem -.5rem var(--ll-beige)}.about-laura__copy p+p{padding-top:1rem}.about-laura__copy .cta{margin-top:1.5rem}.about-laura__copy div a{color:var(--ll-blue)}.footer{margin-top:var(--base-container-padding)}.footer>.container:last-child{border-top:1px solid var(--ll-beige);display:grid;gap:1rem 0;grid-template-columns:auto 1fr;padding:1.5rem 0}@media (min-width:500px){.footer>.container:last-child{grid-template-columns:1fr auto max-content 1fr}}@media (min-width:768px){.footer>.container:last-child{grid-template-columns:max-content 1fr max-content}}.footer nav{display:flex;gap:.5rem}@media (max-width:499px){.footer .nav-links{display:grid;gap:.25rem 2rem;grid-auto-flow:column;grid-column:1/span 2;grid-template-columns:auto auto 1fr;grid-template-rows:repeat(2,auto)}}@media (min-width:500px){.footer .nav-links{grid-column:2/span 2}}@media (min-width:768px){.footer .nav-links{grid-column:1}}.footer .nav-links a{color:currentColor;font-family:var(--font-family-serif);font-weight:400;letter-spacing:0;text-decoration:none}.footer .nav-links a:after{display:none}@media (hover:hover){.footer .nav-links a:hover{text-decoration:underline}}@media (min-width:500px){.footer .nav-socials{grid-column:2;grid-row:2}}@media (min-width:768px){.footer .nav-socials{grid-row:1;justify-self:center}}.footer .copyright{justify-self:flex-end}@media (min-width:500px){.footer .copyright{grid-column:3;grid-row:2}}@media (min-width:768px){.footer .copyright{grid-row:1}}
