:root{--purple:#6a43b8;--purple-dark:#4d258f;--lilac:#eee8f8;--ink:#18151d;--muted:#5f5867;--line:#e9e3ef;--white:#fff;--shadow:0 24px 70px rgba(56,34,82,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:linear-gradient(180deg,#ffffff,#faf8fd 45%,#f4effa);line-height:1.6}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.wrap{width:min(1180px,calc(100% - 48px));margin:auto}.narrow{max-width:880px}.site-header{z-index:50;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.header-row{min-height:102px;display:grid;grid-template-columns:240px 1fr auto;align-items:center;grid-gap:34px;gap:34px}.logo-link img{height:80px;width:auto}.main-nav{display:flex;justify-content:center;gap:38px}.main-nav a{font-size:14px;font-weight:800;color:#4d258f}.primary-btn,.quote-btn{border-radius:999px;background:linear-gradient(135deg,#6a43b8,#8a65cd);color:white!important;box-shadow:0 12px 28px rgba(106,67,184,.18);border:0}.primary-btn,.quote-btn,.secondary-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;font-weight:800}.secondary-btn{border-radius:999px;border:1px solid #dcd3e8;background:#fff;color:var(--ink)}.hero{padding:84px 0 100px}.hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:74px;gap:74px;align-items:center}.eyebrow{display:inline-block;font-size:12px;text-transform:uppercase;letter-spacing:.18em;font-weight:900;color:var(--purple-dark)}.hero h1,.page-hero h1{margin:14px 0 22px;font-size:clamp(54px,6vw,88px);line-height:.96;letter-spacing:-.05em}.hero-copy p,.page-hero p{font-size:19px;color:var(--muted);max-width:650px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.hero-media{position:relative}.hero-media>img{width:100%;aspect-ratio:1.08/1;object-fit:cover;border-radius:34px;box-shadow:var(--shadow)}.hero-note{position:absolute;left:28px;right:28px;bottom:-26px;display:flex;justify-content:space-between;gap:20px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px 20px;box-shadow:0 16px 38px rgba(50,30,75,.12)}.hero-note span{color:var(--muted)}.section{padding:88px 0}.intro-layout{display:grid;grid-template-columns:.45fr 1.55fr;grid-gap:60px;gap:60px;padding-bottom:56px;border-bottom:1px solid var(--line)}.cta-box h2,.intro-layout h2,.split h2,.values-layout h2{margin:0 0 18px;font-size:clamp(36px,4.6vw,58px);line-height:1.04;letter-spacing:-.04em}.intro-layout p{font-size:18px;color:var(--muted);max-width:760px}.service-cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.service-card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 16px 42px rgba(52,32,76,.07)}.service-card img{width:100%;aspect-ratio:4/3;object-fit:cover}.service-card-body{padding:24px}.service-card h3{font-size:25px;margin:0 0 8px}.service-card p{color:var(--muted);margin:0 0 18px}.service-card a{color:var(--purple-dark);font-weight:900}.values-layout{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:86px;gap:86px}.values-list>div{display:grid;grid-template-columns:56px 1fr;grid-gap:18px;gap:18px;padding:24px 0;border-bottom:1px solid var(--line)}.values-list>div>span{color:var(--purple-dark);font-weight:900}.values-list h3{font-size:22px;margin:0 0 6px}.values-list p{margin:0;color:var(--muted)}.cta-box{background:linear-gradient(135deg,#f0e9f8,#fbf9fd);border:1px solid #e7deef;border-radius:32px;padding:46px 50px;display:flex;justify-content:space-between;align-items:center;gap:30px}.page-hero{padding:82px 0 64px}.page-hero,.service-list article{border-bottom:1px solid var(--line)}.service-list article{display:grid;grid-template-columns:70px 1fr;grid-gap:22px;gap:22px;padding:34px 0}.service-list article>span{font-weight:900;color:var(--purple-dark)}.service-list h2{font-size:30px;margin:0 0 8px}.service-list p{margin:0;color:var(--muted)}.split{display:grid;grid-template-columns:1fr 1fr;grid-gap:70px;gap:70px;align-items:center}.split p{font-size:18px;color:var(--muted)}.rounded-image{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:30px;box-shadow:var(--shadow)}.gallery{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.gallery figure{margin:0}.gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:24px;box-shadow:0 14px 36px rgba(50,30,75,.08)}.gallery figcaption{padding:14px 2px 0;font-weight:800}.contact-grid{display:grid;grid-template-columns:.75fr 1.25fr;grid-gap:38px;gap:38px}.contact-form,.contact-panel{background:#fff;border:1px solid var(--line);border-radius:26px;padding:32px}.contact-panel{display:flex;flex-direction:column;gap:12px;align-self:start}.contact-panel h2{color:var(--purple-dark);margin-top:0}.contact-form label{display:flex;flex-direction:column;gap:8px;margin-bottom:16px;font-weight:800}.form-two{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}input,select,textarea{border:1px solid #dcd3e8;border-radius:12px;padding:14px 15px;font:inherit;background:#fff}textarea{resize:vertical}.legal-page{padding:84px 0 120px}.legal-page h1{font-size:48px}.site-footer{margin-top:30px;padding:62px 0 24px;border-top:1px solid var(--line);background:#fff}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr .9fr;grid-gap:54px;gap:54px}.footer-grid>div{display:flex;flex-direction:column;gap:8px}.footer-logo{width:180px;margin-bottom:12px}.footer-grid a,.footer-grid p,.footer-grid span{color:#27222d}.footer-grid h3{margin:0 0 8px}.footer-bottom{margin-top:44px;padding-top:20px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;font-size:12px}.footer-bottom>div{display:flex;gap:16px}@media(max-width:960px){.header-row{grid-template-columns:200px 1fr}.main-nav{display:none}.quote-btn{justify-self:end}.contact-grid,.hero-grid,.split,.values-layout{grid-template-columns:1fr}.gallery,.service-cards{grid-template-columns:1fr 1fr}}@media(max-width:680px){.wrap{width:min(100% - 28px,1180px)}.header-row{min-height:82px;grid-template-columns:150px 1fr;gap:12px}.logo-link img{height:64px}.quote-btn{font-size:11px;padding:0 14px;min-height:42px}.hero{padding:52px 0 72px}.hero h1,.page-hero h1{font-size:48px}.hero-grid{gap:46px}.hero-note{position:static;margin-top:12px;flex-direction:column;gap:2px}.intro-layout{gap:16px}.gallery,.intro-layout,.service-cards{grid-template-columns:1fr}.cta-box{padding:32px 26px;flex-direction:column;align-items:flex-start}.footer-grid,.form-two{grid-template-columns:1fr}.footer-bottom{flex-direction:column}}.home-gradient{background:linear-gradient(180deg,#a68bcf,#b7a0d7 18%,#c9b8e0 38%,#ddd1eb 60%,#eee8f6 80%,#faf8fc);padding:84px 0 100px;color:#000}.home-gradient,.home-gradient a,.home-gradient h1,.home-gradient h2,.home-gradient h3,.home-gradient p,.home-gradient span{color:#000}.home-hero-grid{display:grid;grid-template-columns:1.02fr .98fr;grid-gap:72px;gap:72px;align-items:center}.home-copy h1{margin:16px 0 22px;font-size:clamp(54px,6vw,84px);line-height:.98;letter-spacing:-.052em}.home-copy h1 span{display:block;margin-top:7px;color:#4d238f}.home-copy>p{max-width:620px;margin:0;font-size:19px;line-height:1.72;color:#000}.home-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.home-visual{display:flex;justify-content:center}.home-visual img{width:min(100%,500px);height:auto;object-fit:contain;filter:drop-shadow(0 24px 35px rgba(61,27,105,.14))}.home-values{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin-top:70px}.home-services article,.home-values article{background:rgba(255,255,255,.76);border:1px solid rgba(255,255,255,.8);border-radius:24px;padding:30px;box-shadow:0 14px 40px rgba(60,30,95,.07)}.home-gradient .eyebrow,.home-services article>span,.home-values article>span{color:#4d238f;font-weight:900}.home-values h2{margin:24px 0 8px;font-size:24px}.home-cta p,.home-services p,.home-values p,.home-why p{color:#000}.home-block{margin-top:78px}.home-block>h2,.home-cta h2,.home-why h2{margin:14px 0 20px;font-size:clamp(38px,4.6vw,58px);line-height:1.04;letter-spacing:-.04em}.home-services{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px;margin-top:30px}.home-services h3{margin:25px 0 8px;font-size:23px}.home-center{margin-top:28px;text-align:center}.home-why{display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;margin-top:82px}.home-checks{display:flex;flex-direction:column}.home-checks div{position:relative;padding:18px 0 18px 38px;border-bottom:1px solid rgba(77,35,143,.13);color:#000;font-weight:800}.home-checks div:before{content:"✓";position:absolute;left:0;top:15px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#6540b5;color:#fff;font-size:13px}.home-cta{display:flex;align-items:center;justify-content:space-between;gap:36px;margin-top:82px;padding:40px 46px;background:rgba(255,255,255,.82);border:1px solid rgba(77,35,143,.1);border-radius:28px}@media(max-width:950px){.home-hero-grid,.home-values,.home-why{grid-template-columns:1fr}.home-services{grid-template-columns:1fr 1fr}}@media(max-width:680px){.home-gradient{padding:54px 0 70px}.home-copy h1{font-size:48px}.home-services{grid-template-columns:1fr}.home-actions{flex-direction:column}.home-actions a{width:100%}.home-cta{flex-direction:column;align-items:flex-start;padding:30px 24px}}body{background:linear-gradient(180deg,#a68bcf,#b7a0d7 18%,#c9b8e0 38%,#ddd1eb 60%,#eee8f6 80%,#faf8fc)!important;color:#000!important}.legal-page,.page-hero,.section,main{background:transparent!important}.legal-page,.legal-page h1,.legal-page h2,.legal-page h3,.legal-page li,.legal-page p,.page-hero,.page-hero h1,.page-hero h2,.page-hero h3,.page-hero p,.page-hero span,.section,.section h1,.section h2,.section h3,.section li,.section p,.section span{color:#000!important}.page-hero .eyebrow,.section .eyebrow{color:#4d238f!important}.contact-form,.contact-panel,.cta-box,.gallery figure,.service-card,.service-list article{background:rgba(255,255,255,.76);border-color:rgba(255,255,255,.8)}.gallery figcaption,.site-footer,.split p{color:#000!important}.site-footer{background:rgba(255,255,255,.7)!important}.site-footer a,.site-footer h3,.site-footer p,.site-footer span{color:#000!important}.site-header{background:rgba(255,255,255,.96)!important}.services-modern-page{min-height:100vh;background:transparent;color:#000;padding-bottom:90px}.services-modern-hero{padding:92px 0 44px;background:transparent!important}.services-modern-hero .eyebrow{display:inline-block;margin-bottom:18px;color:#4d238f!important;font-weight:900;letter-spacing:.18em;font-size:14px}.services-modern-hero h1{max-width:1100px;margin:0;color:#000!important;font-size:clamp(48px,6vw,76px);line-height:1;letter-spacing:-.05em}.services-modern-intro{max-width:760px;margin:24px 0 0;color:#000!important;font-size:19px;line-height:1.7}.services-modern-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px;padding-top:24px}.services-modern-card{min-height:290px;padding:38px 38px 34px;border-radius:28px;background:rgba(255,255,255,.78);border:1px solid rgba(255,255,255,.88);box-shadow:0 18px 45px rgba(68,37,110,.09);transition:transform .25s ease,box-shadow .25s ease}.services-modern-card:hover{transform:translateY(-5px);box-shadow:0 24px 55px rgba(68,37,110,.14)}.services-modern-number{display:block;margin-bottom:42px;color:#4d238f!important;font-size:20px;font-weight:900}.services-modern-card h2{margin:0 0 18px;color:#000!important;font-size:29px;line-height:1.1;letter-spacing:-.025em}.services-modern-card p{margin:0;color:#000!important;font-size:17px;line-height:1.65}.services-modern-cta{display:flex;align-items:center;justify-content:space-between;gap:36px;margin-top:68px;padding:42px 46px;border-radius:28px;background:rgba(255,255,255,.78);border:1px solid rgba(255,255,255,.88);box-shadow:0 18px 45px rgba(68,37,110,.08)}.services-modern-cta .eyebrow{color:#4d238f!important;font-weight:900;letter-spacing:.14em;font-size:13px}.services-modern-cta h2{margin:12px 0 10px;color:#000!important;font-size:clamp(34px,4vw,50px);letter-spacing:-.04em}.services-modern-cta p{margin:0;color:#000!important}@media(max-width:1000px){.services-modern-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.services-modern-hero{padding:60px 0 30px}.services-modern-hero h1{font-size:46px}.services-modern-grid{grid-template-columns:1fr}.services-modern-card{min-height:auto;padding:30px 26px}.services-modern-number{margin-bottom:30px}.services-modern-cta{flex-direction:column;align-items:flex-start;padding:32px 26px}}.realisations-modern-page{min-height:100vh;background:transparent;padding-bottom:90px;color:#000}.realisations-modern-hero{padding:92px 0 42px;background:transparent!important}.realisations-modern-hero .eyebrow{color:#4d238f!important;font-weight:900;letter-spacing:.18em;font-size:14px}.realisations-modern-hero h1{max-width:1000px;margin:16px 0 20px;color:#000!important;font-size:clamp(48px,6vw,76px);line-height:1;letter-spacing:-.05em}.realisations-modern-hero p{max-width:720px;margin:0;color:#000!important;font-size:19px;line-height:1.7}.realisations-grid-2x2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:28px;gap:28px;padding-top:24px}.realisation-card{overflow:hidden;border-radius:28px;background:rgba(255,255,255,.78);border:1px solid rgba(255,255,255,.88);box-shadow:0 18px 45px rgba(68,37,110,.09)}.realisation-image-wrap{aspect-ratio:16/10;overflow:hidden}.realisation-image-wrap img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s ease}.realisation-card:hover .realisation-image-wrap img{transform:scale(1.025)}.realisation-card-body{padding:26px 28px 30px}.realisation-card-body h2{margin:0 0 10px;color:#000!important;font-size:29px;letter-spacing:-.025em}.realisation-card-body p{margin:0;color:#000!important;font-size:17px;line-height:1.6}@media(max-width:760px){.realisations-modern-hero{padding:60px 0 30px}.realisations-modern-hero h1{font-size:46px}.realisations-grid-2x2{grid-template-columns:1fr}}.footer-brand-banner{width:100%;max-width:1500px;margin:0 auto 28px;padding:0 28px}.footer-brand-banner img{display:block;width:100%;height:auto;max-height:220px;object-fit:contain;object-position:center}@media(max-width:768px){.footer-brand-banner{padding:0 14px;margin-bottom:20px}.footer-brand-banner img{max-height:none}}.footer-brand-banner-bottom{margin-top:32px!important;margin-bottom:0!important;padding-bottom:0!important}.site-footer{padding-bottom:0!important}.footer-brand-banner-bottom img{margin-bottom:0!important;vertical-align:bottom}.footer-brand-banner-top{width:100%;max-width:1500px;margin:0 auto 34px!important;padding:0 28px!important}.footer-brand-banner-top img{display:block;width:100%;height:auto;max-height:220px;object-fit:contain;object-position:center}@media(max-width:768px){.footer-brand-banner-top{padding:0 14px!important;margin-bottom:24px!important}.footer-brand-banner-top img{max-height:none}}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header-inner{min-height:86px;display:grid;grid-template-columns:auto auto 1fr auto;align-items:center;grid-gap:22px;gap:22px}.brand-link{display:flex;align-items:center;min-width:0}.site-logo{display:block;width:220px;max-width:100%;height:auto}.desktop-nav{display:flex;align-items:center;justify-content:flex-end;gap:28px}.desktop-nav a{color:#4d238f;text-decoration:none;font-weight:700}.mobile-menu-toggle{display:none;width:46px;height:46px;border:0;border-radius:14px;background:#5b2ca0;padding:11px 10px;cursor:pointer;align-items:center;justify-content:center;flex-direction:column;gap:5px}.mobile-menu-toggle span{width:24px;height:2px;background:#fff;border-radius:999px;transition:.2s ease}.mobile-menu-toggle.is-open span:first-child{transform:translateY(7px) rotate(45deg)}.mobile-menu-toggle.is-open span:nth-child(2){opacity:0}.mobile-menu-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav{display:none}@media(max-width:900px){.header-inner{min-height:74px;grid-template-columns:1fr auto;gap:12px}.site-logo{width:165px}.desktop-nav,.header-quote-btn{display:none!important}.mobile-menu-toggle,.mobile-nav{display:flex}.mobile-nav{position:absolute;top:100%;left:0;right:0;flex-direction:column;gap:0;padding:10px 18px 18px;background:rgba(255,255,255,.98);border-top:1px solid rgba(77,35,143,.1);box-shadow:0 16px 30px rgba(45,24,78,.12);transform:translateY(-12px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.mobile-nav.is-open{transform:translateY(0);opacity:1;visibility:visible;pointer-events:auto}.mobile-nav a{display:block;padding:15px 6px;color:#111;text-decoration:none;font-size:18px;font-weight:800;border-bottom:1px solid rgba(77,35,143,.1)}.mobile-nav a:last-child{border-bottom:0}.mobile-nav .mobile-quote-link{margin-top:10px;padding:15px 18px;border-radius:14px;background:#5b2ca0;color:#fff!important;text-align:center}}@media(max-width:420px){.header-inner{min-height:68px}.site-logo{width:145px}.mobile-menu-toggle{width:42px;height:42px}}.footer-brand-banner-above-line{display:block!important;width:100%!important;max-width:1500px!important;margin:0 auto 28px!important;padding:0 28px!important;box-sizing:border-box!important;border:0!important}.footer-brand-banner-above-line img{display:block!important;width:100%!important;max-width:1400px!important;height:auto!important;margin:0 auto!important;object-fit:contain!important}.site-footer .footer-inner{position:relative;margin-top:0!important}@media(max-width:768px){.footer-brand-banner-above-line{margin:0 auto 20px!important;padding:0 10px!important}.footer-brand-banner-above-line img{width:100%!important;height:auto!important;max-height:none!important}}.legal-page{min-height:100vh;background:transparent!important;padding:82px 0 90px;color:#000}.legal-content{max-width:1000px}.legal-content>.eyebrow{color:#4d238f!important;font-weight:900;letter-spacing:.16em;font-size:13px}.legal-content>h1{margin:14px 0 10px;color:#000!important;font-size:clamp(44px,5.4vw,68px);line-height:1;letter-spacing:-.045em}.legal-updated{margin:0 0 42px;color:#000!important;opacity:.72}.legal-content section{margin:0 0 22px;padding:28px 30px;border-radius:22px;background:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.86);box-shadow:0 12px 34px rgba(68,37,110,.06)}.legal-content h2{margin:0 0 12px;color:#000!important;font-size:25px}.legal-content li,.legal-content p,.legal-content strong{color:#000!important;line-height:1.7}.legal-content a{color:#4d238f!important;font-weight:800}@media(max-width:680px){.legal-page{padding:54px 0 65px}.legal-content>h1{font-size:43px}.legal-content section{padding:22px 20px;border-radius:18px}}.footer-legal-links{display:flex;align-items:center;justify-content:flex-end;gap:16px;flex-wrap:wrap}.form-privacy-note{margin:4px 0 16px!important;font-size:13px!important;line-height:1.55!important;color:#111!important}.form-privacy-note a{color:#4d238f!important;font-weight:800}@media(max-width:768px){.footer-bottom{gap:16px}.footer-legal-links{justify-content:flex-start;gap:10px 14px}}.header-quote-btn{display:inline-flex!important;align-items:center;justify-content:center;min-height:46px;padding:12px 20px!important;border-radius:14px;background:#5b2ca0!important;color:#fff!important;text-decoration:none!important;font-weight:800;line-height:1;box-shadow:0 8px 20px rgba(91,44,160,.18);border:1px solid rgba(91,44,160,.08);transition:transform .2s ease,box-shadow .2s ease,background .2s ease;white-space:nowrap}.header-quote-btn:hover{background:#4d238f!important;color:#fff!important;transform:translateY(-1px);box-shadow:0 12px 26px rgba(91,44,160,.24)}@media(max-width:900px){.header-quote-btn{display:none!important}.mobile-nav .mobile-quote-link{background:#5b2ca0!important;color:#fff!important;border-radius:14px;text-align:center;font-weight:800}}.contact-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}.contact-form .primary-btn:disabled{opacity:.65;cursor:wait}.form-status{margin:16px 0 0;padding:12px 14px;border-radius:12px;font-weight:700;line-height:1.45}.form-status.success{background:#edf8f0;color:#176b31;border:1px solid #b9e0c4}.form-status.error{background:#fff2f2;color:#9b1c1c;border:1px solid #efc0c0}