:root{--teal:#3ec9d1;--teal-deep:#1e9aa1;--teal-mist:#cceff2;--magenta:#a13be0;--magenta-deep:#7529b0;--purple-deep:#2d1e5f;--purple-ink:#1a1440;--cream:#f8f6f2;--cream-warm:#f0ede5;--white:#fff;--ink:#1a1440;--ink-soft:#3d3560;--muted:#7d7a95;--line:#d8d3e0;--line-soft:#ebe7f0;--serif:"Fraunces", "EB Garamond", Georgia, serif;--sans:"Inter", system-ui, -apple-system, sans-serif;--edge:clamp(1.5rem, 6vw, 5rem);--section-y:clamp(3rem, 9vw, 7rem)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:17px}body{color:#e8dfe8;font-family:var(--sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#060310;background-image:radial-gradient(90% 60% at 50% 0,#2d1e5f73 0%,#0f0a1e26 55%,#0000 100%),none;background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:auto,auto;background-attachment:fixed;background-origin:padding-box,padding-box;background-clip:border-box,border-box;line-height:1.6}section.band,section.band.warm{color:#e8dfe8;background:0 0}section.band .inner{padding:clamp(1.6rem,3.5vw,2.6rem)}section.band h1,section.band h2,section.band h3,section.band h4{color:#f5f0e5}section.band p{color:#c8bfd0}section.band .eyebrow,section.band a{color:var(--teal)}section.band a:hover{color:var(--magenta);border-bottom-color:var(--magenta)}section.band ul li span:first-child{color:var(--teal)!important}section.band .service-item{border-top:1px solid #a13be033;padding:1.8rem 0}section.band .service-item:first-child{border-top:none}section.band .service-item h3{color:#f5f0e5}section.band .service-item h3 .num{color:var(--teal)}section.band .service-item p{color:#c8bfd0}section.band .step .num{color:var(--teal)}section.band .step .body h3{color:#f5f0e5}section.band .step .body p{color:#c8bfd0}section.band .card{-webkit-backdrop-filter:blur(12px);background:#0f0a1e8c;border:1px solid #a13be038;border-radius:10px;padding:1.8rem 1.6rem;box-shadow:0 12px 40px #0006}section.band .card .icon-mark{color:var(--teal);background:linear-gradient(135deg,#3ec9d133 0%,#a13be033 100%);border:1px solid #3ec9d159}section.band .card h3{color:var(--teal)}section.band .card p{color:#c8bfd0}.hero-banner{position:relative}.hero-body-transition{display:none}h1,h2,h3,h4{font-family:var(--serif);letter-spacing:-.012em;color:var(--ink);font-weight:500}h1{font-size:clamp(2.4rem,6vw,4.2rem);font-weight:400;line-height:1.08}h2{margin-bottom:1.2rem;font-size:clamp(1.8rem,4vw,2.6rem);line-height:1.15}h3{margin-bottom:.6rem;font-size:clamp(1.2rem,2.4vw,1.5rem);line-height:1.25}p{color:var(--ink-soft);margin-bottom:1.1rem;font-size:1.08rem;line-height:1.65}a{color:var(--magenta-deep);border-bottom:1px solid #0000;text-decoration:none;transition:border-color .15s}a:hover{border-bottom-color:var(--magenta)}.edge{padding-left:var(--edge);padding-right:var(--edge)}.container{max-width:72rem;padding-left:var(--edge);padding-right:var(--edge);margin:0 auto}.eyebrow{font-family:var(--sans);letter-spacing:.22em;text-transform:uppercase;color:var(--teal-deep);margin-bottom:1rem;font-size:.72rem;font-weight:600}nav.top{z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f0a1ef5;border-bottom:1px solid #a13be033;position:sticky;top:0}nav.top .inner{padding:.9rem var(--edge);justify-content:space-between;align-items:center;gap:2rem;max-width:78rem;margin:0 auto;display:flex}nav.top .logo-img{width:auto;height:68px;display:block}nav.top .logo{border:none;align-items:center;text-decoration:none;display:flex}nav.top .links{font-family:var(--sans);gap:2rem;font-size:.9rem;display:flex}nav.top .links a{color:#f0ede5d9;border:none;transition:color .15s}nav.top .links a:hover{color:var(--teal);border:none}nav.top .links a.active{color:var(--teal)}nav.top .cta{background:var(--magenta);color:var(--white);font-family:var(--sans);cursor:pointer;white-space:nowrap;border:none;border-radius:5px;padding:.6rem 1.2rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:background .15s,transform .15s;box-shadow:0 3px 12px #a13be059}nav.top .cta:hover{background:var(--magenta-deep);border:none;transform:translateY(-1px)}nav.top .hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:space-around;align-items:center;width:44px;height:44px;padding:8px;display:none}nav.top .hamburger .bar{background:var(--cream);transform-origin:50%;border-radius:2px;width:100%;height:2px;transition:transform .25s,opacity .25s;display:block}nav.top .hamburger .bar.top-bar.open{transform:translateY(8px)rotate(45deg)}nav.top .hamburger .bar.mid-bar.open{opacity:0}nav.top .hamburger .bar.bot-bar.open{transform:translateY(-8px)rotate(-45deg)}nav.top .mobile-menu{padding:1.2rem var(--edge) 1.6rem;background:#0f0a1efa;border-top:1px solid #a13be033;flex-direction:column;gap:1.1rem;display:none}nav.top .mobile-menu.open{display:flex}nav.top .mobile-menu a{font-family:var(--sans);color:#f0ede5e6;border:none;padding:.5rem 0;font-size:1.05rem;text-decoration:none}nav.top .mobile-menu a.active{color:var(--teal)}nav.top .mobile-menu .cta-mobile{background:var(--magenta);color:var(--white);text-align:center;border-radius:5px;margin-top:.4rem;padding:.75rem 1.2rem;font-weight:500;box-shadow:0 3px 12px #a13be059}@media (width<=860px){nav.top .desktop-links,nav.top .desktop-cta{display:none}nav.top .hamburger{display:flex}nav.top .logo-img{height:52px}nav.top .inner{padding:.7rem var(--edge)}}@media (width<=500px){nav.top .logo-img{height:44px}}@media (width<=860px){.hero-banner{min-height:clamp(500px,78vh,640px)!important;padding:2.4rem var(--edge) 3rem!important}.hero-banner img.hero-content-logo{width:clamp(200px,62vw,320px)!important}}@media (width<=500px){.hero-banner h1{font-size:clamp(2rem,10vw,2.8rem)!important}.hero-banner img{width:clamp(180px,68vw,280px)!important}}@media (width<=640px){section.band,section.hero{padding:clamp(2.4rem, 8vw, 4rem) var(--edge)}h1{font-size:clamp(2rem,8vw,3rem)}h2{font-size:clamp(1.5rem,5vw,2rem)}h3{font-size:clamp(1.1rem,4vw,1.4rem)}p{font-size:1rem}.card-grid{gap:1rem;margin-top:1.5rem}.card{padding:1.3rem 1.1rem}.cta-row{gap:.7rem}.btn-primary,.btn-secondary{text-align:center;box-sizing:border-box;width:100%;padding:.75rem 1.2rem;font-size:.9rem}section.cta-block .btn-cta{word-break:break-word;overflow-wrap:break-word;text-align:center;padding:.85rem 1.2rem;font-size:.9rem;display:block}}html,body{max-width:100%;overflow-x:hidden}img{max-width:100%;height:auto}@media (width<=720px){nav.top .links{display:none}}section.hero{padding:clamp(4rem, 10vw, 7rem) var(--edge) clamp(4rem, 10vw, 7rem);max-width:78rem;margin:0 auto}section.hero .content{max-width:52rem}section.hero .hero-logo{width:clamp(280px,42vw,460px);height:auto;margin-bottom:2.4rem;display:block}section.hero h1{margin-bottom:1.6rem}section.hero h1 .amp{background:linear-gradient(135deg, var(--teal) 0%, var(--magenta) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:italic}section.hero .sub{color:var(--ink-soft);max-width:42rem;margin-bottom:2rem;font-size:clamp(1.05rem,1.8vw,1.22rem);line-height:1.55}section.hero .cta-row{flex-wrap:wrap;gap:1rem;margin-top:2.2rem;display:flex}.btn-primary{background:var(--magenta);color:var(--white);font-family:var(--sans);cursor:pointer;border:none;border-radius:5px;padding:.9rem 1.7rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:background .15s;display:inline-block}.btn-primary:hover{background:var(--magenta-deep);border:none}.btn-secondary{color:var(--purple-deep);font-family:var(--sans);border:1.5px solid var(--purple-deep);cursor:pointer;background:0 0;border-radius:5px;padding:.9rem 1.7rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .15s;display:inline-block}.btn-secondary:hover{background:var(--purple-deep);color:var(--white);border-color:var(--purple-deep)}section.band{padding:var(--section-y) var(--edge)}section.band.warm{background:var(--cream-warm)}section.band .inner{max-width:72rem;margin:0 auto}section.band .lead{max-width:46rem;color:var(--ink-soft);margin-bottom:2.4rem;font-size:1.1rem}.card-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.6rem;margin-top:2rem;display:grid}.card{background:var(--white);border:1px solid var(--line);border-radius:8px;padding:1.7rem 1.5rem;transition:transform .2s,border-color .15s,box-shadow .15s;box-shadow:0 1px 3px #2d1e5f0a}.card:hover{border-color:var(--teal-mist);transform:translateY(-3px);box-shadow:0 8px 20px #2d1e5f14}.card .icon-mark{background:linear-gradient(135deg, var(--teal-mist) 0%, #a13be026 100%);width:34px;height:34px;color:var(--purple-deep);font-family:var(--serif);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1rem;font-weight:500;display:flex}.card h3{color:var(--purple-deep);margin-bottom:.5rem}.card p{color:var(--ink-soft);margin-bottom:0;font-size:.98rem}.service-list{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:2rem;display:grid}.service-item{border-top:1px solid var(--line);padding:1.6rem 0}.service-item h3{color:var(--ink);align-items:baseline;gap:.6rem;margin-bottom:.6rem;display:flex}.service-item h3 .num{font-family:var(--sans);color:var(--teal-deep);letter-spacing:.12em;font-size:.75rem;font-weight:600}.service-item p{color:var(--ink-soft);margin-bottom:0;font-size:1rem}.steps{gap:1.6rem;margin-top:2rem;display:grid}.step{grid-template-columns:3rem 1fr;align-items:baseline;gap:1.4rem;display:grid}.step .num{font-family:var(--serif);color:var(--teal-deep);font-size:2rem;font-weight:400;line-height:1}.step .body h3{color:var(--ink);margin-bottom:.4rem}.step .body p{color:var(--ink-soft);margin-bottom:0;font-size:1rem}section.cta-block{background:linear-gradient(135deg, var(--purple-deep) 0%, var(--magenta-deep) 100%);padding:clamp(3rem, 8vw, 5rem) var(--edge);color:var(--cream);text-align:center}section.cta-block .inner{max-width:48rem;margin:0 auto}section.cta-block h2{color:var(--white);margin-bottom:1rem}section.cta-block p{color:#ffffffd9;margin-bottom:2rem;font-size:1.1rem}section.cta-block .btn-cta{background:var(--teal);color:var(--purple-ink);font-family:var(--sans);cursor:pointer;border:none;border-radius:5px;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .15s;display:inline-block}section.cta-block .btn-cta:hover{background:var(--teal-deep);color:var(--white);border:none}footer{background:var(--purple-ink);color:var(--cream-warm);padding:3rem var(--edge) 2rem}footer .inner{grid-template-columns:2fr 1fr 1fr;gap:2rem;max-width:72rem;margin:0 auto;display:grid}@media (width<=640px){footer .inner{grid-template-columns:1fr}}footer .brand-block .footer-logo{filter:brightness(1.15);width:auto;height:44px;margin-bottom:.9rem;display:block}footer .brand-block p{color:var(--muted);margin:0;font-size:.9rem;line-height:1.55}footer .col h5{font-family:var(--sans);text-transform:uppercase;letter-spacing:.16em;color:var(--teal);margin-bottom:.9rem;font-size:.72rem;font-weight:600}footer .col a,footer .col span{color:var(--cream-warm);border:none;margin-bottom:.4rem;font-size:.9rem;text-decoration:none;display:block}footer .col a:hover{color:var(--teal);border:none}footer .fine{max-width:72rem;color:var(--muted);text-align:center;border-top:1px solid #d7d0e026;margin:2rem auto 0;padding-top:1.5rem;font-size:.78rem}
