:root{--pink:#ebb6ee;--cream:#f0d4ad;--mint:#cce7e4;--blue:#3d6fce;--ink:#29315f;--white:#fffaf6}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:radial-gradient(circle at 12% 15%, #ebb6ee70, transparent 28%), radial-gradient(circle at 88% 16%, #cce7e485, transparent 26%), linear-gradient(135deg, var(--white) 0%, #fff3fb 44%, #fff8ec 100%);min-height:100vh;margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.site-nav{justify-content:space-between;align-items:center;gap:20px;max-width:1120px;margin:0 auto;padding:20px;display:flex}.brand,.nav-link,.button{align-items:center;gap:10px;display:inline-flex}.brand{font-size:20px;font-weight:800}.brand img{object-fit:cover;border:3px solid #3d6fce33;border-radius:50%;width:56px;height:56px}.nav-link{color:var(--blue);background:#ffffffbd;border:1px solid #3d6fce2e;border-radius:999px;padding:12px 16px;font-weight:800}.hero{grid-template-columns:minmax(0,1.05fr) minmax(280px,.75fr);align-items:center;gap:48px;max-width:1120px;min-height:calc(100vh - 110px);margin:10px auto 0;padding:32px 20px 72px;display:grid}.hero-copy{max-width:720px}.eyebrow{color:var(--blue);letter-spacing:0;text-transform:uppercase;align-items:center;gap:8px;margin:0 0 14px;font-size:14px;font-weight:900;display:inline-flex}h1,h2,h3,p{margin-top:0}h1{color:#40256b;max-width:850px;margin-bottom:24px;font-size:clamp(48px,7vw,92px);line-height:.94}.intro{max-width:680px;margin-bottom:30px;font-size:clamp(20px,3vw,34px);line-height:1.25}.actions{flex-wrap:wrap;gap:14px;display:flex}.button{border-radius:999px;justify-content:center;min-height:48px;padding:14px 20px;font-size:16px;font-weight:900}.button.primary{background:var(--blue);color:#fff;box-shadow:0 14px 28px #3d6fce3d}.button.secondary{background:var(--cream);color:#6a3a00}.logo-stage{aspect-ratio:1;background:linear-gradient(145deg,#ffffffdb,#ffffff94),repeating-linear-gradient(45deg,#ebb6ee5c 0 14px,#cce7e461 14px 28px);border:8px solid #ffffffd1;border-radius:50%;justify-content:center;align-items:center;width:100%;max-width:420px;margin:0 auto;padding:34px;display:flex;box-shadow:0 24px 60px #3d6fce38}.logo-stage img{border-radius:50%;width:100%;height:auto}.services-band{background:linear-gradient(135deg,#cce7e4cc,#ebb6eeb8);padding:70px 20px}.section-heading,.service-grid,.contact-strip,.contact-hero{max-width:1120px;margin-left:auto;margin-right:auto}.section-heading{margin-bottom:24px}.section-heading p{color:var(--blue);text-transform:uppercase;margin-bottom:8px;font-weight:900}.section-heading h2,.contact-strip h2,.contact-hero h1{color:#40256b;margin-bottom:0;font-size:clamp(32px,4vw,54px);line-height:1}.service-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.service-card{background:#fffaf6eb;border:1px solid #3d6fce24;border-radius:8px;padding:24px}.service-icon{background:var(--pink);color:#40256b;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;margin-bottom:18px;display:inline-flex}.service-card h3{margin-bottom:10px;font-size:22px}.service-card p,.contact-hero p{font-size:17px;line-height:1.55}.contact-strip{justify-content:space-between;align-items:center;gap:24px;padding:54px 20px 72px;display:flex}.contact-strip p{color:var(--blue);text-transform:uppercase;margin-bottom:8px;font-weight:900}.contact-page{min-height:100vh}.contact-hero{min-height:calc(100vh - 120px);padding:52px 20px 80px}.contact-hero p:not(.eyebrow){max-width:620px}.email-card{color:var(--blue);overflow-wrap:anywhere;background:#ffffffc7;border:2px solid #3d6fce33;border-radius:8px;align-items:center;gap:14px;margin-top:22px;padding:20px;font-size:clamp(20px,3vw,34px);font-weight:900;display:inline-flex}@media (max-width:780px){.site-nav{flex-direction:column;align-items:flex-start}.hero{grid-template-columns:1fr;min-height:auto;padding-top:18px}.logo-stage{order:-1;max-width:300px}.service-grid,.contact-strip{grid-template-columns:1fr}.service-grid{display:grid}.contact-strip{flex-direction:column;align-items:flex-start}.button,.nav-link{width:100%}}
