.services-section{background:var(--color-white,#fff);padding:var(--space-section,120px)0}.services-container{max-width:var(--max-width,1440px);margin:0 auto;padding:0 clamp(1.5rem,3vw,3rem)}.services-header{margin-bottom:clamp(1.5rem,3vw,2rem)}.services-title{font-size:var(--text-h1,clamp(2.8rem,5vw,5rem));letter-spacing:-.02em;margin:.5rem 0 0;font-weight:500;line-height:1.1}.services-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.service-card{border:1px solid var(--color-border,#e0ddd6);color:var(--color-ink,#0a0a0a);cursor:pointer;transition:background-color .5s var(--ease-out,cubic-bezier(.16,1,.3,1)),color .5s var(--ease-out),border-color .5s var(--ease-out);background:0 0;border-radius:8px;flex-direction:column;gap:clamp(2rem,4vw,4rem);padding:clamp(2rem,3vw,2.5rem);text-decoration:none;display:flex;position:relative;overflow:hidden}.service-card:hover{background-color:var(--color-ink,#0a0a0a);color:#fff;border-color:var(--color-ink,#0a0a0a)}.service-icon{width:70px;height:70px}.service-icon svg{width:100%;height:100%;transition:stroke .5s var(--ease-out)}.service-card:hover .service-icon svg{stroke:#fff}.service-body{flex:1}.service-name{font-size:var(--text-h3,1.4rem);letter-spacing:-.01em;margin:0 0 .75rem;font-weight:500}.service-desc{font-size:var(--text-body,1rem);color:#666;transition:color .5s var(--ease-out);margin:0;line-height:1.6}.service-card:hover .service-desc{color:#fff9}.service-arrow{opacity:0;align-self:flex-end;font-size:1.4rem;transition:opacity .4s,transform .4s;transform:translate(-8px)}.service-card:hover .service-arrow{opacity:1;transform:translate(0)}.services-cta{justify-content:center;margin-top:clamp(2rem,4vw,3rem);display:flex}@media (max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.services-grid{grid-template-columns:1fr}.service-card{gap:1.5rem}.service-arrow{opacity:1;transform:translate(0)}}
