.brand{display:flex;flex-direction:column;gap:3px;line-height:1;letter-spacing:0}
.brand img{display:block;width:108px;height:42px;object-fit:contain;object-position:left center}
.brand-upgrade{font-family:'DM Mono',monospace;font-size:.43rem;letter-spacing:.16em;text-transform:uppercase;color:var(--ink)!important}
.brand-word{position:relative;color:var(--ink)!important;font-size:1.28rem;font-weight:800;letter-spacing:-.08em;line-height:1}
.butterfly-n{position:relative;display:inline-block;color:var(--blue)}
.butterfly-n svg{position:absolute;width:19px;height:15px;right:-6px;top:-9px;fill:var(--pink);stroke:var(--yellow);stroke-width:1.2;transform:rotate(-10deg)}
.butterfly-n svg{transform-origin:50% 52%;animation:balloon-bloom 1.15s cubic-bezier(.2,.9,.25,1) both}
.butterfly-n svg path{stroke-linejoin:round;stroke-linecap:round;stroke-dasharray:94;stroke-dashoffset:94;animation:balloon-line .7s .1s ease-out forwards,balloon-colour .4s .7s ease-out forwards}
@keyframes balloon-bloom{0%{opacity:0;transform:rotate(-22deg) scale(.18)}48%{opacity:1;transform:rotate(4deg) scale(1.17)}70%{transform:rotate(-14deg) scale(.93)}100%{transform:rotate(-10deg) scale(1)}}
@keyframes balloon-line{to{stroke-dashoffset:0}}@keyframes balloon-colour{to{fill:var(--pink)}}
@media(prefers-reduced-motion:reduce){.butterfly-n svg,.butterfly-n svg path{animation:none}.butterfly-n svg path{stroke-dashoffset:0}}
.services{padding:120px 5.5vw;background:var(--yellow)}
.service-list{border-top:2px solid var(--ink)}
.service-list article{display:grid;grid-template-columns:90px 1fr;gap:20px;padding:26px 0;border-bottom:1px solid rgba(22,21,61,.3)}
.service-list article>span{font-family:'DM Mono';font-size:.78rem;padding-top:7px}
.service-list h3{margin:0;font-size:clamp(1.6rem,2.8vw,3rem);letter-spacing:-.06em;line-height:1}
.service-list p{max-width:510px;margin:10px 0 0;font-size:.95rem}
@media(max-width:760px){.services{padding:80px 6vw}.service-list article{grid-template-columns:45px 1fr}.service-list p{font-size:.88rem}}
.references{padding:118px 5.5vw;background:var(--cream);display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw;align-items:start}
.references h2{font-size:clamp(2.8rem,4.8vw,5.1rem);letter-spacing:-.075em;line-height:.92;margin:0}
.references-head>p:last-child{max-width:350px;margin:28px 0 0;font-size:1rem;color:#514f65}
.logo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.logo-card{height:115px;padding:22px;background:#f4f2ea;display:flex;align-items:center;justify-content:center;border-radius:8px}
.logo-card img{display:block;max-width:80%;max-height:54px;object-fit:contain;filter:grayscale(1) contrast(1.15);mix-blend-mode:multiply}
@media(max-width:760px){.references{padding:80px 6vw;grid-template-columns:1fr;gap:40px}.logo-card{height:88px;padding:14px}.logo-card img{max-height:42px}}
.detail-hero{display:grid;grid-template-columns:1fr 1fr;min-height:560px;background:var(--ink);color:#fff}.detail-hero>div{padding:90px 10%;align-self:center}.detail-hero h1{font-size:clamp(3rem,5.5vw,6rem);letter-spacing:-.075em;line-height:.91;margin:0}.detail-hero h1 em{font-family:'Playfair Display',serif;font-weight:600}.detail-hero>div>p:not(.eyebrow){max-width:490px;margin:25px 0 34px;font-size:1.05rem;color:#e1dff1}.detail-hero>img{height:100%;width:100%;object-fit:cover}.yellow-hero{background:var(--yellow);color:var(--ink)}.yellow-hero>div>p:not(.eyebrow){color:#3e3c53}.pink-hero{background:var(--pink);color:var(--ink)}.pink-hero>div>p:not(.eyebrow){color:#3e3c53}.blue-hero{background:var(--blue)}.detail-copy{padding:110px 10%;display:grid;grid-template-columns:1fr 1fr;gap:10vw}.detail-copy h2{font-size:clamp(2.8rem,4.6vw,5rem);letter-spacing:-.075em;line-height:.92;margin:0}.detail-copy p{font-size:1.03rem;color:#49475c;margin:0 0 20px}.related{display:grid;grid-template-columns:repeat(3,1fr);background:var(--yellow)}.related a{padding:32px 7%;border-right:1px solid rgba(22,21,61,.25);font-weight:800;text-decoration:none;color:var(--ink);display:flex;justify-content:space-between}.related b{font-size:1.4rem}@media(max-width:760px){.detail-hero,.detail-copy{grid-template-columns:1fr}.detail-hero>div{padding:72px 7%}.detail-hero>img{height:330px}.detail-copy{padding:75px 7%;gap:35px}.related{grid-template-columns:1fr}.related a{border-bottom:1px solid rgba(22,21,61,.25)}}
