*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--navy: #105cff;--blue: #2E86AB;--light-blue: #BEE3F8;--warm: #EED9C4;--cream: #FAF6F0;--navy-90: rgba(16, 92, 255, .9);--navy-60: rgba(16, 92, 255, .6);--navy-20: rgba(16, 92, 255, .2)}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;background:var(--cream);color:var(--navy);overflow-x:hidden;-webkit-font-smoothing:antialiased}nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 3.5rem;background:#faf6f0d9;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid var(--navy-20);transition:background .4s}.nav-logo{font-family:"Instrument Serif",serif;font-size:1.35rem;letter-spacing:-.02em;color:var(--navy);text-decoration:none;line-height:1.15}.nav-links{display:flex;gap:2.5rem;align-items:center}.nav-links a{text-decoration:none;color:var(--navy);font-size:.875rem;font-weight:500;letter-spacing:.03em;text-transform:uppercase;position:relative;transition:color .3s}.nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--blue);transition:width .3s}.nav-links a:hover:after{width:100%}.nav-cta{background:var(--navy)!important;color:var(--cream)!important;padding:.65rem 1.5rem;border-radius:4px;text-transform:uppercase!important;font-size:.8rem!important;letter-spacing:.06em!important;transition:all .3s!important}.nav-cta:after{display:none!important}.nav-cta:hover{background:var(--blue)!important}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:8rem 3.5rem 4rem;position:relative;background:var(--navy);overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 70% 40%,rgba(46,134,171,.15),transparent),radial-gradient(ellipse 50% 50% at 20% 80%,rgba(190,227,248,.08),transparent)}.hero-grid-overlay{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.04;background-image:linear-gradient(rgba(255,255,255,.5) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.5) 1px,transparent 1px);background-size:80px 80px}.hero-content{position:relative;z-index:2;max-width:1400px;margin:0 auto;width:100%}.hero-eyebrow{font-size:.8rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--light-blue);margin-bottom:2rem;display:flex;align-items:center;gap:1rem;animation:fadeUp .8s ease both}.hero-eyebrow:before{content:"";width:40px;height:2px;background:var(--blue)}.hero h1{font-family:"Instrument Serif",serif;font-size:clamp(3.2rem,7vw,6.5rem);line-height:1.02;letter-spacing:-.03em;color:var(--cream);max-width:900px;animation:fadeUp .8s .15s ease both}.hero h1 em{font-style:italic;color:var(--light-blue)}.hero-sub{font-size:1.15rem;line-height:1.7;color:#faf6f0a6;max-width:520px;margin-top:2rem;animation:fadeUp .8s .3s ease both}.hero-actions{display:flex;gap:1rem;margin-top:3rem;animation:fadeUp .8s .45s ease both}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:var(--blue);color:#fff;padding:1rem 2rem;border:none;border-radius:4px;font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;text-decoration:none;transition:all .35s}.btn-primary:hover{background:#2496c2;transform:translateY(-2px)}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:var(--cream);padding:1rem 2rem;border:1px solid rgba(250,246,240,.3);border-radius:4px;font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;text-decoration:none;transition:all .35s}.btn-secondary:hover{border-color:var(--light-blue);color:var(--light-blue)}.hero-stats{display:flex;gap:4rem;margin-top:5rem;padding-top:3rem;border-top:1px solid rgba(250,246,240,.1);animation:fadeUp .8s .6s ease both}.hero-stat-num{font-family:"Instrument Serif",serif;font-size:3rem;color:var(--cream);line-height:1}.hero-stat-label{font-size:.78rem;color:#faf6f073;text-transform:uppercase;letter-spacing:.1em;margin-top:.5rem}section{padding:7rem 3.5rem}.section-inner{max-width:1400px;margin:0 auto}.section-label{font-size:.75rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--blue);display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.section-label:before{content:"";width:30px;height:2px;background:var(--blue)}.section-title{font-family:"Instrument Serif",serif;font-size:clamp(2.2rem,4.5vw,3.8rem);line-height:1.08;letter-spacing:-.025em;max-width:700px}.section-title em{font-style:italic;color:var(--blue)}.process{background:var(--cream)}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2px;margin-top:4rem;background:var(--navy-20);border-radius:6px;overflow:hidden}.process-card{background:#fff;padding:3rem 2.2rem;position:relative;transition:all .4s}.process-card:hover{background:var(--navy)}.process-card:hover .process-num,.process-card:hover .process-card-title,.process-card:hover .process-desc{color:var(--cream)}.process-card:hover .process-icon{background:var(--blue);color:#fff}.process-num{font-family:"Instrument Serif",serif;font-size:4rem;line-height:1;color:var(--navy-20);margin-bottom:2rem;transition:color .4s}.process-icon{width:52px;height:52px;border-radius:50%;background:var(--light-blue);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:all .4s;color:var(--navy);font-size:1.3rem}.process-card-title{font-family:"Instrument Serif",serif;font-size:1.5rem;margin-bottom:.75rem;transition:color .4s}.process-desc{font-size:.9rem;line-height:1.7;color:var(--navy-60);transition:color .4s}.process-card:hover .process-desc{color:#faf6f099}.pricing-banner{background:var(--warm);padding:5.5rem 3.5rem;text-align:center;position:relative;overflow:hidden}.pricing-banner:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:200px;height:3px;background:var(--navy);border-radius:2px}.pricing-inner{max-width:700px;margin:0 auto}.pricing-accent{font-size:.75rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--blue);margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;gap:1rem}.pricing-accent:before,.pricing-accent:after{content:"";width:30px;height:2px;background:var(--blue)}.pricing-headline{font-family:"Instrument Serif",serif;font-size:clamp(2rem,4vw,3.2rem);line-height:1.12;letter-spacing:-.02em;color:var(--navy);margin-bottom:1.25rem}.pricing-headline em{font-style:italic;color:var(--blue)}.pricing-desc{font-size:1.05rem;line-height:1.7;color:var(--navy-60);max-width:540px;margin:0 auto 2.5rem}.services{background:var(--navy);color:var(--cream)}.services .section-label{color:var(--light-blue)}.services .section-label:before{background:var(--light-blue)}.services .section-title{color:var(--cream)}.services .section-title em{color:var(--light-blue)}.services-head{display:flex;justify-content:space-between;align-items:flex-end;gap:3rem;flex-wrap:wrap}.services-intro{max-width:420px;font-size:1rem;line-height:1.7;color:#faf6f08c}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:4rem}.service-card{border:1px solid rgba(250,246,240,.1);border-radius:6px;padding:2.5rem 2rem;background:#faf6f008;transition:all .4s;cursor:default;position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:var(--blue);transform:scaleX(0);transform-origin:left;transition:transform .4s}.service-card:hover:before{transform:scaleX(1)}.service-card:hover{background:#faf6f00f;border-color:#faf6f033;transform:translateY(-4px)}.service-icon-wrap{width:44px;height:44px;border-radius:10px;background:#2e86ab26;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:1.2rem}.service-card h3{font-family:"Instrument Serif",serif;font-size:1.35rem;margin-bottom:.75rem;color:var(--cream)}.service-card p{font-size:.88rem;line-height:1.7;color:#faf6f080}.about{background:var(--cream);display:flex;gap:0;min-height:600px}.about-visual{flex:1;background:var(--navy);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:4rem}.about-graphic{width:100%;max-width:440px}.about-graphic svg{width:100%;height:auto}.about-content{flex:1;display:flex;flex-direction:column;justify-content:center;padding:5rem 4rem}.about-content .section-title{margin-bottom:1.5rem}.about-text{font-size:1rem;line-height:1.8;color:var(--navy-60);max-width:480px;margin-bottom:2rem}.about-features{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2.5rem}.about-feat{display:flex;align-items:flex-start;gap:.75rem}.about-feat-icon{width:32px;height:32px;min-width:32px;border-radius:50%;background:var(--light-blue);display:flex;align-items:center;justify-content:center;font-size:.85rem;color:var(--navy);margin-top:2px}.about-feat-text{font-size:.88rem;font-weight:500;line-height:1.4}.testimonial{background:var(--warm);text-align:center;padding:6rem 3.5rem}.testimonial-inner{max-width:800px;margin:0 auto}.testimonial-quote{font-family:"Instrument Serif",serif;font-size:clamp(1.6rem,3vw,2.4rem);line-height:1.4;letter-spacing:-.01em;color:var(--navy);margin-bottom:2rem;position:relative}.testimonial-quote:before{content:'"';font-family:"Instrument Serif",serif;font-size:6rem;line-height:1;color:var(--blue);opacity:.25;position:absolute;top:-2.5rem;left:50%;transform:translate(-50%)}.testimonial-author{font-weight:600;font-size:.9rem}.testimonial-role{font-size:.8rem;color:var(--navy-60);margin-top:.25rem}.cta-section{background:var(--navy);padding:7rem 3.5rem;text-align:center;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 60% at 50% 50%,rgba(46,134,171,.12),transparent)}.cta-inner{position:relative;z-index:2;max-width:700px;margin:0 auto}.cta-inner .section-label{justify-content:center;color:var(--light-blue)}.cta-inner .section-label:before{background:var(--light-blue)}.cta-inner .section-title{color:var(--cream);margin:0 auto 1.5rem;text-align:center}.cta-sub{font-size:1.05rem;line-height:1.7;color:#faf6f08c;margin-bottom:2.5rem}.cta-actions{display:flex;gap:1rem;justify-content:center}.btn-warm{display:inline-flex;align-items:center;gap:.5rem;background:var(--warm);color:var(--navy);padding:1rem 2.2rem;border:none;border-radius:4px;font-size:.85rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;text-decoration:none;transition:all .35s}.btn-warm:hover{background:#e4c8ad;transform:translateY(-2px)}footer{background:#0a3db3;color:#faf6f099;padding:4rem 3.5rem 2rem}.footer-inner{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem}.footer-brand .nav-logo{display:inline-block;margin-bottom:1rem;color:var(--cream)}.footer-tagline{font-size:.88rem;line-height:1.7;max-width:300px}.footer-col h4{font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--cream);margin-bottom:1.25rem}.footer-col a{display:block;font-size:.88rem;color:#faf6f080;text-decoration:none;margin-bottom:.65rem;transition:color .3s}.footer-col a:hover{color:var(--light-blue)}.footer-bottom{max-width:1400px;margin:3rem auto 0;padding-top:2rem;border-top:1px solid rgba(250,246,240,.08);display:flex;justify-content:space-between;font-size:.78rem;color:#faf6f059}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.reveal{animation:fadeUp .8s ease both}.process .reveal{animation-delay:.1s}.services .reveal:nth-child(1){animation-delay:.1s}.services .reveal:nth-child(2){animation-delay:.15s}.about-content .reveal:nth-child(1){animation-delay:.1s}.about-content .reveal:nth-child(2){animation-delay:.15s}.about-content .reveal:nth-child(3){animation-delay:.2s}.about-content .reveal:nth-child(4){animation-delay:.25s}.pricing-inner.reveal,.testimonial-inner.reveal,.cta-inner.reveal{animation-delay:.1s}@media(max-width:1024px){.process-grid,.services-grid{grid-template-columns:repeat(2,1fr)}.about{flex-direction:column}.about-visual{min-height:350px}.footer-inner{grid-template-columns:1fr 1fr}}@media(max-width:768px){nav{padding:1rem 1.5rem}.nav-links{display:none}section{padding:4rem 1.5rem}.hero{padding:7rem 1.5rem 3rem}.hero-stats{gap:2rem;flex-wrap:wrap}.process-grid,.services-grid{grid-template-columns:1fr}.about-content{padding:3rem 1.5rem}.about-features{grid-template-columns:1fr}.cta-actions{flex-direction:column;align-items:center}.footer-inner{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:.5rem}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme.css.map */
