@charset "UTF-8";:root{--color-primary: #1f3c88;--color-primary-light: #3459c0;--color-bright: #66e9fd;--color-primary-bright: #3b82f6;--color-accent: #ffe15a;--color-accent-dark: #e69200;--color-bg: #f5f5f7;--color-text: #111827;--shadow-soft: 0 10px 25px rgba(15, 23, 42, .12);--radius-lg: 16px;--radius-md: 10px;--radius-pill: 999px}html{width:100%;max-width:100vw}body{margin:0!important;padding:0!important;height:100%;width:100%;min-height:100vh;max-width:100vw;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--color-text);background:linear-gradient(135deg,#fff9e7,#e0ecff 85%,#ccdfff)}html,body{font-size:16px;margin-top:0!important}.app{height:100%;width:100%;min-height:100vh;max-width:100vw;padding:0;margin:0;display:flex;flex-direction:column;overflow-x:hidden}header.navbar{position:sticky;top:0;z-index:20;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:1rem;color:#fff;background-image:linear-gradient(90deg,#1a2e64 20%,#4a68bb);box-shadow:0 2px 6px #0f172a80;border-bottom:1px solid rgba(15,23,42,.06);z-index:200;object-fit:contain}.navbar__icon-wrapper{overflow:hidden;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem;object-fit:contain}.navbar__icon-wrapper .icon-wrapper{display:flex;flex-direction:row;justify-content:center;align-items:center}.navbar__icon-wrapper .icon-wrapper img.navbar__icon{width:35px}.navbar__icon-wrapper .navbar__text{font-weight:800;letter-spacing:.04rem;font-size:2rem;text-transform:uppercase;color:var(--color-primary);color:#fff;font-family:Montserrat,Poppins,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;white-space:normal}.navbar__links-wrapper{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;flex-wrap:wrap;flex:1;gap:1.5rem;margin-right:1rem;min-width:40%}.navbar__links-wrapper .navbar__links{display:flex;flex-wrap:wrap;gap:1.5rem}.navbar__links-wrapper .navbar__links a{font-size:1.1rem;text-decoration:none;color:var(--color-muted);font-weight:600;padding-bottom:.15rem;transition:color .16s ease;font-family:Montserrat,Poppins,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol}.navbar__links-wrapper .navbar__links a:hover{color:var(--color-accent)}.navbar__links-wrapper .navbar__links a:hover:after{width:100%}main{flex:1;padding:0;margin:0}section{scroll-margin-top:120px}.hero{display:flex;flex-direction:row;justify-content:center;align-items:flex-end;flex-wrap:wrap;position:relative}.hero .hero__content{display:flex;flex-direction:column;align-self:stretch;z-index:1;padding:1.5rem 0;min-width:45rem;position:relative;width:60%;min-height:100%;flex:1}.hero .hero__content h1{font-size:3rem;line-height:1.1;margin:0;padding:.5rem 3rem 0;color:#020617}.hero .hero__content h2{padding:0 3rem;margin:1rem 0 2rem}.hero .hero__content p{margin:0 0 1.5rem;padding:0 3rem;font-size:1.2rem;font-weight:500;line-height:1.6rem;color:var(--color-text)}.hero .hero__content .hero__cta{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.6rem;margin:0 3rem;border-radius:var(--radius-pill);background:linear-gradient(135deg,var(--color-primary),var(--color-primary-light));color:#fff;font-weight:600;font-size:.96rem;letter-spacing:.03em;text-transform:uppercase;text-decoration:none;box-shadow:var(--shadow-soft);border:none;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,filter .12s ease;max-width:fit-content}.hero .hero__content .hero__cta:hover{transform:translateY(-1px);filter:brightness(1.05);box-shadow:0 16px 35px #0f172a2e;color:#fff}.hero .hero__content .hero__cta:active{transform:translateY(0);box-shadow:0 8px 18px #0f172a2e}.hero .hero__avatar{display:flex;flex-direction:row;justify-content:center;align-items:flex-end;min-width:40%;max-height:35rem;background:radial-gradient(circle,#fff9f6,#dbc0ab 70%)}.hero .hero__avatar img{display:block;width:100%;height:100%;max-height:35rem;object-fit:contain;z-index:100;position:relative}.textured-bg{background-color:#dbc0ab}.textured-bg:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:radial-gradient(circle,rgba(0,0,0,.08) 1px,transparent 0);background-size:5px 5px;opacity:.8;mix-blend-mode:multiply;z-index:1}.services{margin-bottom:3.5rem;padding:1rem 5rem;max-width:100%}.services h2{font-size:1.8rem;margin-bottom:1rem}.services .services__list{list-style:none;padding:0;margin:0;display:grid;gap:.5rem}.services .services__list li{position:relative;padding-left:1.7rem;font-size:1.5rem;color:var(--color-muted)}.services .services__list li:before{content:"•";position:absolute;left:0;top:0;color:var(--color-accent-dark);font-size:2.3rem;line-height:2.3rem}.testimonials{margin-bottom:3.5rem;padding:0 3rem;max-width:100%}.testimonials h2{font-size:1.8rem;margin-bottom:1.5rem;padding-left:2rem}.testimonials__carousel{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1.25rem}.testimonials__carousel button.testimonials__nav{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:0}.testimonials__carousel button.testimonials__nav.testimonials__nav--prev{padding:0 .1rem .25rem 0}.testimonials__carousel button.testimonials__nav.testimonials__nav--next{padding:0 0 .25rem .1rem}.testimonials__carousel .testimonials__card{background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);padding:1.8rem 2rem 0;position:relative;overflow:hidden;margin:0 1rem}.testimonials__carousel .testimonials__quote{margin:0 0 1rem;font-size:1.3rem;line-height:1.5;color:#0f172a;min-height:190px}.testimonials__carousel .testimonials__name{margin:0;font-size:1.2rem;font-weight:600;color:var(--color-primary)}.testimonials__carousel .testimonials__dots{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.4rem;margin-top:1.25rem}@media(max-width:700px){.testimonials__carousel .testimonials__dots{justify-content:center}}.testimonials__carousel .testimonials__dot{width:9px;height:9px;border-radius:999px;border:none;background:#94a3b899;cursor:pointer;padding:0;transition:transform .12s ease,background .12s ease,width .12s ease}.testimonials__carousel .testimonials__dot--active{background-color:var(--color-accent-dark)}.testimonials__carousel .testimonials__nav{min-width:2.4rem;min-height:2.4rem;border-radius:999px;border:1px solid rgba(148,163,184,.7);background:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;cursor:pointer;box-shadow:0 6px 12px #0f172a1f;transition:background .12s ease,transform .12s ease,box-shadow .12s ease}.testimonials__carousel .testimonials__nav:hover{background:#f9fafb;transform:translateY(-1px);box-shadow:0 12px 22px #0f172a29}.testimonials__carousel .testimonials__nav:active{transform:translateY(0);box-shadow:0 6px 12px #0f172a2e}.contact{margin-bottom:3rem;padding:0 5rem;max-width:100%}.contact h2{font-size:1.8rem;margin-bottom:.75rem}.contact p.contact__blurb{font-size:1.1rem;margin:0 0 .75rem;color:var(--color-primary);font-weight:500;color:#0f172a}.contact .contact__info{display:flex;flex-direction:row;align-items:center;gap:.5rem;font-weight:500;color:#0f172a;text-decoration:none}.contact .contact__info a{color:var(--color-primary);text-decoration:none;padding-bottom:1px;transition:border-color .12s ease}.contact .contact__info a:hover{font-weight:700;color:var(--color-primary-bright);text-decoration:none}.footer{max-width:100%;padding:1rem 2rem;background:#020617;color:#e5e7eb;text-align:center;border-top:1px solid rgba(148,163,184,.4)}.footer p{margin:0}.footer p.footer__small{margin-top:.45rem;font-size:.85rem;color:#9ca3af}button,button:focus,button:active,button:hover,button:focus-visible{border:none;outline:none;box-shadow:none;max-width:fit-content}.too-small-message{display:none}@media(min-width:639px)and (max-width:1023px){header.navbar{gap:2rem}header.navbar .navbar__icon-wrapper{gap:0}header.navbar .navbar__icon-wrapper .icon-wrapper img.navbar__icon{width:45px}header.navbar .navbar__icon-wrapper .navbar__text{font-size:1.6rem;line-height:1.6rem}.services,.testimonials,.gallery,.contact{padding:1rem 3rem;margin-bottom:0}.services h2,.testimonials h2,.gallery h2,.contact h2{padding:0}}@media(min-width:320px)and (max-width:639px){*{margin:0;padding:0}header.navbar{display:flex;flex-direction:column;padding:0;margin:0;width:100%;max-width:100%}header.navbar .navbar__icon-wrapper{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:1rem 1rem 0;margin:0 2rem;min-width:90%!important;max-width:90%!important;gap:0;object-fit:contain}header.navbar .navbar__icon-wrapper .icon-wrapper{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;min-width:55px;width:55px;object-fit:contain;padding:0}header.navbar .navbar__icon-wrapper .icon-wrapper img.navbar__icon{width:35px;height:auto;margin:0}header.navbar .navbar__icon-wrapper .navbar__text{font-size:1.4rem;line-height:1.5rem;padding:0 .5rem;flex:0;white-space:wrap;min-width:fit-content;object-fit:contain}header.navbar .navbar__links-wrapper{flex:1;justify-content:center;gap:0;margin:1rem 0 0;padding:.5rem 1rem;background-color:#ffffff20;width:100%;max-width:100%}header.navbar .navbar__links-wrapper .navbar__links{padding:.25rem .75rem .2rem;justify-content:center;row-gap:0}header.navbar .navbar__links-wrapper .navbar__links a{font-size:1.2rem;padding:.1rem 0}.hero{flex-direction:column-reverse;align-items:center;padding:0;margin:0;width:100vw;max-width:100vw}.hero .hero__content{padding:.75rem 1rem;text-align:center;width:unset;max-width:unset;min-width:unset}.hero .hero__content h1{padding:0;margin:0 0 .5rem;font-size:1.5rem;text-align:center;letter-spacing:-.2px}.hero .hero__content h2{font-size:1rem;text-align:center;margin:0 0 .75rem}.hero .hero__content p{font-size:1rem;line-height:1.1rem;text-align:center;max-width:100vw;padding:0}.hero .hero__content .hero__cta{margin:0 auto 1rem}.hero .hero__avatar{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;min-height:unset;max-height:unset!important;min-width:unset;max-width:unset;width:100vw;margin:0!important;padding:0!important}.hero .hero__avatar img{margin:0;max-height:unset!important;height:auto}.services{margin-bottom:3.5rem;padding:2.5rem 3rem 0;max-width:100%}.services h2{font-size:1.4rem;text-align:center;margin:0 0 2rem}.services .services__list li{font-size:1.2rem}.services .services__list li:before{content:"•";position:absolute;left:0;top:0;color:var(--color-accent-dark);font-size:2rem;line-height:1.6rem}.testimonials{padding:0}.testimonials h2{padding:0 4.5rem;font-size:1.4rem;text-align:center}.testimonials .testimonials__carousel{display:flex;flex-direction:column;padding:0 1rem}.testimonials .testimonials__carousel button.testimonials__nav.testimonials__nav--prev{transform:rotate(90deg);padding:0 0 .25rem}.testimonials .testimonials__carousel button.testimonials__nav.testimonials__nav--next{transform:rotate(90deg);padding:0 0 .25rem .2rem}.testimonials .testimonials__carousel .testimonials__card{padding:1rem 1.25rem}.testimonials .testimonials__carousel .testimonials__card .testimonials__quote{font-size:1rem;text-align:justify;min-height:fit-content}.testimonials .testimonials__carousel .testimonials__card .testimonials__name{font-size:1rem}.testimonials .testimonials__carousel .testimonials__card .testimonials__dots{display:none}.contact{padding:0 1rem}.contact h2{font-size:1.4rem;text-align:center;margin-bottom:.5rem}.contact p.contact__blurb,.contact .contact__info{font-size:1.1rem;text-align:center}.contact .contact__info{padding:0 .25rem}}@media(max-width:320px){.app{display:none}.too-small-message{display:flex;align-items:center;justify-content:center;text-align:center;padding:1rem;margin:3rem 1rem 1rem;font-size:1.2rem;border:1px solid #cccccc;border-radius:.5rem;background-color:#fff;box-shadow:0 4px 8px #0000001a}}.gallery{margin-bottom:3.5rem;padding:0 5rem}.gallery__title{font-size:1.8rem;margin-bottom:1.25rem}.gallery__grid{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:wrap;gap:1rem}.gallery__item{padding:0;border:none;background:transparent;cursor:pointer;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-soft);transition:transform .14s ease,box-shadow .14s ease;width:16rem;height:12rem}.gallery__item:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 16px 30px #0f172a33}.gallery__thumb{display:block;width:100%;height:100%}.gallery-modal{position:fixed;inset:0;background:#0f172aeb;display:flex;align-items:center;justify-content:center;z-index:400;padding:1rem}.gallery-modal__content{position:relative;max-width:960px;width:100%;max-height:90vh;display:flex;align-items:center;justify-content:center}.gallery-modal__image-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center}.gallery-modal__image{max-width:100%;max-height:80vh;border-radius:var(--radius-lg);box-shadow:0 24px 60px #0f172a99}.gallery-modal__caption{margin-top:.75rem;color:#fff;font-size:1.25rem;text-align:center}.gallery-modal__close{position:absolute;top:-1rem;right:-1rem;min-width:32px;min-height:32px;border-radius:50%;border:none;background:#0f172a;color:#e5e7eb;cursor:pointer;font-size:1.1rem;display:inline-flex;align-items:center;justify-content:center;line-height:1.3rem}.gallery-modal__close:hover{background:#1e293b;color:var(--color-primary-bright)}.gallery-modal__nav{position:absolute;top:50%;transform:translateY(-50%);width:50px;min-width:50px;height:50px;border-radius:999px;border:none;outline:none;background:#000;color:#e5e7eb;cursor:pointer;font-size:2rem;display:flex;align-items:center;justify-content:center;padding:0 0 .5rem}.gallery-modal__nav:hover{outline:none;border:none}.gallery-modal__nav--prev{left:-4rem}.gallery-modal__nav--next{right:-4rem}@media(min-width:639px)and (max-width:1023px){.gallery{padding:0 3rem;margin:3rem 0 1rem}.gallery h2{padding:0}}@media(min-width:320px)and (max-width:639px){.gallery{padding:0 3rem;margin:3rem 0}.gallery h2.gallery__title{padding:0;font-size:1.4rem;text-align:center}}
