.about-hero{position:relative;background:url(/images/candidrachel.JPG) center/cover no-repeat;min-height:100svh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--light)}.about-hero.parallax{background-attachment:fixed;background-position:center center;background-size:cover}.about-hero:before{content:"";position:absolute;inset:0;background-color:#0000004d;z-index:1}.hero-overlay{position:relative;z-index:2;background:transparent;padding:2rem;border-radius:.5rem;max-width:700px}.about-hero h1{font-size:2.8rem;margin-bottom:.5rem;color:var(--light);font-weight:300}.about-hero p{font-size:1.2rem;margin-bottom:1.5rem;font-style:italic}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-top:2rem;z-index:2}.hero-buttons .btn{display:inline-block;padding:.75rem 2rem;border:2px solid var(--light);background-color:transparent;color:var(--light);font-family:var(--font-1);font-size:1rem;cursor:pointer;text-align:center;user-select:none;transition:background-color .3s ease,color .3s ease,border-color .3s ease;border-radius:0;text-decoration:none}.hero-buttons .btn:hover{background:#fff;color:var(--dark)}.hero-buttons .btn.secondary{background:#fff3;border:1px solid white}.hero-buttons .btn.secondary:hover{background:#fff;color:var(--dark)}.who-i-am-section{position:relative;background-color:var(--light);padding:3rem 2rem;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:45vh}.who-i-am-section:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg width='84' height='84' viewBox='0 0 84 84' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c8bed7' fill-opacity='0.15'%3E%3Cpath d='M84 23c-4.417 0-8-3.584-8-7.998V8h-7.002C64.58 8 61 4.42 61 0H23c0 4.417-3.584 8-7.998 8H8v7.002C8 19.42 4.42 23 0 23v38c4.417 0 8 3.584 8 7.998V76h7.002C19.42 76 23 79.58 23 84h38c0-4.417 3.584-8 7.998-8H76v-7.002C76 64.58 79.58 61 84 61V23zM59.05 83H43V66.95c5.054-.5 9-4.764 9-9.948V52h5.002c5.18 0 9.446-3.947 9.95-9H83v16.05c-5.054.5-9 4.764-9 9.948V74h-5.002c-5.18 0-9.446 3.947-9.95 9zm-34.1 0H41V66.95c-5.053-.502-9-4.768-9-9.948V52h-5.002c-5.184 0-9.447-3.946-9.95-9H1v16.05c5.053.502 9 4.768 9 9.948V74h5.002c5.184 0 9.447 3.946 9.95 9zm0-82H41v16.05c-5.054.5-9 4.764-9 9.948V32h-5.002c-5.18 0-9.446 3.947-9.95 9H1V24.95c5.054-.5 9-4.764 9-9.948V10h5.002c5.18 0 9.446-3.947 9.95-9zm34.1 0H43v16.05c5.053.502 9 4.768 9 9.948V32h5.002c5.184 0 9.447 3.946 9.95 9H83V24.95c-5.053-.502-9-4.768-9-9.948V10h-5.002c-5.184 0-9.447-3.946-9.95-9zM50 50v7.002C50 61.42 46.42 65 42 65c-4.417 0-8-3.584-8-7.998V50h-7.002C22.58 50 19 46.42 19 42c0-4.417 3.584-8 7.998-8H34v-7.002C34 22.58 37.58 19 42 19c4.417 0 8 3.584 8 7.998V34h7.002C61.42 34 65 37.58 65 42c0 4.417-3.584 8-7.998 8H50z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:repeat;background-size:auto;background-blend-mode:lighten;--fade-x: 50%;--fade-y: 50%;-webkit-mask-image:radial-gradient(circle at var(--fade-x) var(--fade-y),rgba(0,0,0,1) 0%,rgba(0,0,0,.6) 50%,rgba(0,0,0,0) 100%);-webkit-mask-repeat:no-repeat;-webkit-mask-size:cover;mask-image:radial-gradient(circle at var(--fade-x) var(--fade-y),rgba(0,0,0,1) 0%,rgba(0,0,0,.6) 50%,rgba(0,0,0,0) 100%);mask-repeat:no-repeat;mask-size:cover;z-index:0}.tiles-left{position:absolute;top:0;left:0;width:25%;height:100%;background:url(/images/TilesOverlay.png) repeat-y;background-size:100% auto;background-position:left 0;animation:scrollTiles 60s linear infinite;opacity:.6;pointer-events:none;z-index:0}.tiles-right{position:absolute;top:0;right:0;width:25%;height:100%;background:url(/images/TilesOverlay.png) repeat-y;background-size:100% auto;background-position:right 0;animation:scrollTiles 60s linear infinite;opacity:.6;pointer-events:none;z-index:0}@keyframes scrollTiles{0%{background-position-y:0}to{background-position-y:2160px}}.who-content{max-width:700px;text-align:center;position:relative;z-index:2}.who-content h2{font-size:2rem;margin-bottom:1.5rem;color:var(--dark);font-weight:600}.who-content p{font-size:1.1rem;line-height:1.6;color:var(--darktext);margin-bottom:1rem}.about-sections{display:flex;flex-direction:column}.about-section{display:flex;align-items:stretch;min-height:500px;position:relative;overflow:hidden;background-color:var(--light);filter:brightness(.5);transition:filter .5s ease}.about-section.reverse{flex-direction:row-reverse;background-color:var(--darkerlight)}.about-section.active{filter:brightness(1)}.about-section:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg width='84' height='84' viewBox='0 0 84 84' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c8bed7' fill-opacity='0.15'%3E%3Cpath d='M84 23c-4.417 0-8-3.584-8-7.998V8h-7.002C64.58 8 61 4.42 61 0H23c0 4.417-3.584 8-7.998 8H8v7.002C8 19.42 4.42 23 0 23v38c4.417 0 8 3.584 8 7.998V76h7.002C19.42 76 23 79.58 23 84h38c0-4.417 3.584-8 7.998-8H76v-7.002C76 64.58 79.58 61 84 61V23zM59.05 83H43V66.95c5.054-.5 9-4.764 9-9.948V52h5.002c5.18 0 9.446-3.947 9.95-9H83v16.05c-5.054.5-9 4.764-9 9.948V74h-5.002c-5.18 0-9.446 3.947-9.95 9zm-34.1 0H41V66.95c-5.053-.502-9-4.768-9-9.948V52h-5.002c-5.184 0-9.447-3.946-9.95-9H1v16.05c5.053.502 9 4.768 9 9.948V74h5.002c5.184 0 9.447 3.946 9.95 9zm0-82H41v16.05c-5.054.5-9 4.764-9 9.948V32h-5.002c-5.18 0-9.446 3.947-9.95 9H1V24.95c5.054-.5 9-4.764 9-9.948V10h5.002c5.18 0 9.446-3.947 9.95-9zm34.1 0H43v16.05c5.053.502 9 4.768 9 9.948V32h5.002c5.184 0 9.447 3.946 9.95 9H83V24.95c-5.053-.502-9-4.768-9-9.948V10h-5.002c-5.184 0-9.447-3.946-9.95-9zM50 50v7.002C50 61.42 46.42 65 42 65c-4.417 0-8-3.584-8-7.998V50h-7.002C22.58 50 19 46.42 19 42c0-4.417 3.584-8 7.998-8H34v-7.002C34 22.58 37.58 19 42 19c4.417 0 8 3.584 8 7.998V34h7.002C61.42 34 65 37.58 65 42c0 4.417-3.584 8-7.998 8H50z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:repeat;background-size:auto;background-blend-mode:lighten;--fade-x: 50%;--fade-y: 50%;-webkit-mask-image:radial-gradient(circle at var(--fade-x) var(--fade-y),rgba(0,0,0,1) 0%,rgba(0,0,0,.6) 50%,rgba(0,0,0,0) 100%);-webkit-mask-repeat:no-repeat;-webkit-mask-size:cover;mask-image:radial-gradient(circle at var(--fade-x) var(--fade-y),rgba(0,0,0,1) 0%,rgba(0,0,0,.6) 50%,rgba(0,0,0,0) 100%);mask-repeat:no-repeat;mask-size:cover;z-index:0}.about-sections .about-section:nth-child(2):before{background-image:url("data:image/svg+xml,%3Csvg width='84' height='84' viewBox='0 0 84 84' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23bdbbda' fill-opacity='0.6'%3E%3Cpath d='M84 23c-4.417 0-8-3.584-8-7.998V8h-7.002C64.58 8 61 4.42 61 0H23c0 4.417-3.584 8-7.998 8H8v7.002C8 19.42 4.42 23 0 23v38c4.417 0 8 3.584 8 7.998V76h7.002C19.42 76 23 79.58 23 84h38c0-4.417 3.584-8 7.998-8H76v-7.002C76 64.58 79.58 61 84 61V23zM59.05 83H43V66.95c5.054-.5 9-4.764 9-9.948V52h5.002c5.18 0 9.446-3.947 9.95-9H83v16.05c-5.054.5-9 4.764-9 9.948V74h-5.002c-5.18 0-9.446 3.947-9.95 9zm-34.1 0H41V66.95c-5.053-.502-9-4.768-9-9.948V52h-5.002c-5.184 0-9.447-3.946-9.95-9H1v16.05c5.053.502 9 4.768 9 9.948V74h5.002c5.184 0 9.447 3.946 9.95 9zm0-82H41v16.05c-5.054.5-9 4.764-9 9.948V32h-5.002c-5.18 0-9.446 3.947-9.95 9H1V24.95c5.054-.5 9-4.764 9-9.948V10h5.002c5.18 0 9.446-3.947 9.95-9zm34.1 0H43v16.05c5.053.502 9 4.768 9 9.948V32h5.002c5.184 0 9.447 3.946 9.95 9H83V24.95c-5.053-.502-9-4.768-9-9.948V10h-5.002c-5.184 0-9.447-3.946-9.95-9zM50 50v7.002C50 61.42 46.42 65 42 65c-4.417 0-8-3.584-8-7.998V50h-7.002C22.58 50 19 46.42 19 42c0-4.417 3.584-8 7.998-8H34v-7.002C34 22.58 37.58 19 42 19c4.417 0 8 3.584 8 7.998V34h7.002C61.42 34 65 37.58 65 42c0 4.417-3.584 8-7.998 8H50z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.about-image{position:relative;flex:0 0 40%;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1}.about-content{position:relative;flex:1;padding:3rem;display:flex;flex-direction:column;justify-content:center;z-index:1}.about-content h2{font-size:2rem;margin-bottom:1rem;color:var(--dark)}.about-content p{font-size:1.1rem;line-height:1.6;color:var(--darktext);margin-bottom:1rem}.product-highlights{display:grid;gap:1.5rem;margin-top:2rem}.highlight-item{border-left:3px solid var(--secondary);padding:1rem 0 1rem 1rem}.highlight-item h4{font-size:1.1rem;color:var(--dark);margin-bottom:.5rem;font-weight:600}.highlight-item p{margin:0;font-size:.95rem;color:var(--darktext)}.mission-statement{position:relative;background:url(/images/tiles2.JPG) center/cover no-repeat;padding:4rem 2rem;text-align:center;overflow:hidden;display:flex;align-items:center;justify-content:center}.mission-statement:before{content:"";position:absolute;inset:0;background-color:#0009;z-index:1}.mission-content{position:relative;max-width:800px;margin:0 auto;z-index:1;background:var(--light);padding:3rem;border-radius:.5rem;box-shadow:0 8px 32px #0000001a}.mission-statement h2{font-size:2.2rem;margin-bottom:2rem;font-weight:300;color:var(--dark)}.mission-statement blockquote{padding:1rem 2rem;position:relative}.mission-statement blockquote:before{content:'"';position:absolute;top:0;left:0;font-size:2rem;color:#0003}.mission-statement blockquote:after{content:'"';position:absolute;bottom:0;right:0;font-size:2rem;color:#0003}.mission-statement p{font-size:1.1rem;line-height:1.6;color:var(--darktext)}.connect-section{position:relative;background:var(--darkerlight);padding:4rem 2rem;text-align:center;overflow:hidden}.connect-section:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg width='84' height='84' viewBox='0 0 84 84' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23bdbbda' fill-opacity='0.6'%3E%3Cpath d='M84 23c-4.417 0-8-3.584-8-7.998V8h-7.002C64.58 8 61 4.42 61 0H23c0 4.417-3.584 8-7.998 8H8v7.002C8 19.42 4.42 23 0 23v38c4.417 0 8 3.584 8 7.998V76h7.002C19.42 76 23 79.58 23 84h38c0-4.417 3.584-8 7.998-8H76v-7.002C76 64.58 79.58 61 84 61V23zM59.05 83H43V66.95c5.054-.5 9-4.764 9-9.948V52h5.002c5.18 0 9.446-3.947 9.95-9H83v16.05c-5.054.5-9 4.764-9 9.948V74h-5.002c-5.18 0-9.446 3.947-9.95 9zm-34.1 0H41V66.95c-5.053-.502-9-4.768-9-9.948V52h-5.002c-5.184 0-9.447-3.946-9.95-9H1v16.05c5.053.502 9 4.768 9 9.948V74h5.002c5.184 0 9.447 3.946 9.95 9zm0-82H41v16.05c-5.054.5-9 4.764-9 9.948V32h-5.002c-5.18 0-9.446 3.947-9.95 9H1V24.95c5.054-.5 9-4.764 9-9.948V10h5.002c5.18 0 9.446-3.947 9.95-9zm34.1 0H43v16.05c5.053.502 9 4.768 9 9.948V32h5.002c5.184 0 9.447 3.946 9.95 9H83V24.95c-5.053-.502-9-4.768-9-9.948V10h-5.002c-5.184 0-9.447-3.946-9.95-9zM50 50v7.002C50 61.42 46.42 65 42 65c-4.417 0-8-3.584-8-7.998V50h-7.002C22.58 50 19 46.42 19 42c0-4.417 3.584-8 7.998 8H34v-7.002C34 22.58 37.58 19 42 19c4.417 0 8 3.584 8 7.998V34h7.002C61.42 34 65 37.58 65 42c0 4.417-3.584 8-7.998 8H50z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:repeat;background-size:auto;background-blend-mode:lighten;z-index:0}.connect-section h2{font-size:2rem;margin-bottom:1rem;color:var(--dark);position:relative;z-index:1}.connect-section p{font-size:1.1rem;margin-bottom:2rem;color:var(--darktext);position:relative;z-index:1}.connect-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-bottom:3rem;position:relative;z-index:1}.connect-buttons .btn{display:inline-block;padding:.75rem 2rem;border:2px solid var(--dark);background-color:transparent;color:var(--dark);font-family:var(--font-1);font-size:1rem;cursor:pointer;text-align:center;user-select:none;transition:background-color .3s ease,color .3s ease,border-color .3s ease;border-radius:0;text-decoration:none}.connect-buttons .btn:hover{background:var(--dark);color:var(--light)}.connect-buttons .btn.secondary{background:#0000000d}.connect-buttons .btn.secondary:hover{background:var(--dark);color:var(--light)}.social-links{border-top:1px solid #eee;padding-top:2rem;position:relative;z-index:1}.social-links p{margin-bottom:1rem;font-size:1rem;color:var(--darktext)}.social-icons{display:flex;gap:1rem;justify-content:center}.social-link{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border:2px solid var(--secondary);color:var(--secondary);transition:all .3s ease;text-decoration:none}.social-link:hover{background:var(--secondary);color:var(--light);transform:translateY(-2px)}@media (max-width: 1440px){.about-hero h1{font-size:2.6rem}.about-hero p{font-size:1.15rem}.who-content h2{font-size:1.9rem}.who-content p{font-size:1.05rem}}@media (max-width: 1366px){.about-hero h1{font-size:2.5rem}.about-hero p{font-size:1.1rem}.who-content h2{font-size:1.85rem}.who-content p{font-size:1rem}}@media (max-width: 1280px){.about-hero h1{font-size:2.3rem}.about-hero p{font-size:1.05rem}.hero-buttons{flex-direction:column;gap:.75rem}.who-i-am-section{padding:2.5rem 1.5rem;min-height:auto}.who-content h2{font-size:1.8rem}.who-content p{font-size:1rem}.tiles-left,.tiles-right{display:none}.about-section{flex-direction:column!important;min-height:auto}.about-section.reverse{flex-direction:column!important}.about-image{flex:0 0 300px;width:100%}.about-content{padding:2.5rem 1.5rem}.about-content h2{font-size:1.8rem}.mission-statement,.mission-content{padding:2.5rem 1.5rem}.mission-statement h2{font-size:2rem}.mission-statement blockquote{font-size:1.2rem;padding:0 1.5rem}.connect-section{padding:2.5rem 1.5rem}.connect-buttons{flex-direction:column;gap:.75rem}}@media (max-width: 1024px){.about-hero h1{font-size:2.2rem}.about-hero p{font-size:1rem}.hero-buttons{flex-direction:column;gap:.5rem}.who-i-am-section{padding:2rem 1rem;min-height:auto}.who-content h2{font-size:1.7rem}.who-content p{font-size:.95rem}.about-image{flex:0 0 250px;width:100%}.about-content{padding:2rem 1rem}.about-content h2{font-size:1.6rem}.mission-statement,.mission-content{padding:2rem 1rem}.mission-statement h2{font-size:1.8rem}.mission-statement blockquote{font-size:1.1rem;padding:0 1rem}.connect-section{padding:2rem 1rem}.connect-buttons{flex-direction:column;gap:.5rem}}@media (max-width: 768px){.about-hero h1{font-size:2rem}.about-hero p{font-size:.95rem}.who-content h2{font-size:1.6rem}.who-content p{font-size:.9rem}.about-content h2{font-size:1.5rem}.mission-statement h2{font-size:1.6rem}.mission-statement blockquote,.highlight-item h4{font-size:1rem}.highlight-item p{font-size:.9rem}}@media (max-width: 600px){.about-hero h1{font-size:1.8rem}.about-hero p{font-size:.9rem}.who-content h2{font-size:1.5rem}.who-content p{font-size:.85rem}.about-content h2{font-size:1.4rem}.mission-statement h2{font-size:1.5rem}.mission-statement blockquote{font-size:.95rem}}@media (max-width: 480px){.product-highlights{gap:1rem}.highlight-item{padding-left:.5rem}.social-link{width:45px;height:45px}.about-hero h1{font-size:1.6rem}.about-hero p{font-size:.85rem}}@media (max-width: 360px){.about-hero h1{font-size:1.4rem}.about-hero p{font-size:.8rem}.who-content h2{font-size:1.3rem}.who-content p{font-size:.8rem}.about-content h2{font-size:1.2rem}.mission-statement h2{font-size:1.3rem}.mission-statement blockquote{font-size:.9rem}}
