.lvc-services{--orange:#FB8A11;--orange-light:#FC9D3A;--charcoal:#1A1A1A;--gray-600:#555555;--gray-200:#E5E5E5;--white:#FFFFFF;--font-display:'Instrument Serif',Georgia,serif;--font-body:'DM Sans',system-ui,sans-serif;--ease-out-expo:cubic-bezier(0.16, 1, 0.3, 1)}.lvc-services{padding:7rem 2rem;position:relative;width:100vw;margin-left:calc(-50vw + 50%)}.lvc-services::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--gray-200),transparent)}.lvc-services__container{max-width:1200px;margin:0 auto}.lvc-services__header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:4rem;gap:2rem}.lvc-services__eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--orange);margin-bottom:1rem;font-family:var(--font-body)}.lvc-services__eyebrow::before{content:'';display:block;width:24px;height:2px;background:var(--orange)}.lvc-services__title{font-family:var(--font-display);font-size:clamp(2rem, 3.5vw, 3rem);line-height:1.15;color:var(--charcoal);font-weight:400;margin-bottom:1rem}.lvc-services__title em{font-style:italic;color:var(--orange)}.lvc-services__desc{font-size:1.0625rem;color:var(--gray-600);max-width:560px;line-height:1.7;font-weight:300;font-family:var(--font-body)}.lvc-services__grid{display:grid;gap:2rem}.lvc-services__grid--cols-1{grid-template-columns:1fr}.lvc-services__grid--cols-2{grid-template-columns:repeat(2,1fr)}.lvc-services__grid--cols-3{grid-template-columns:repeat(3,1fr)}.lvc-services__grid--cols-4{grid-template-columns:repeat(4,1fr)}.lvc-scard{background:var(--white);border-radius:20px;overflow:hidden;border:1px solid rgba(0,0,0,.05);transition:all .5s var(--ease-out-expo);cursor:pointer;text-decoration:none;color:inherit;display:block}.lvc-scard:hover{transform:translateY(-6px);box-shadow:0 24px 48px rgba(0,0,0,.08),0 2px 8px rgba(0,0,0,.04);border-color:rgba(251,138,17,.2)}.lvc-scard__image{position:relative;height:220px;overflow:hidden}.lvc-scard__image img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%);transition:transform .7s var(--ease-out-expo),filter .7s var(--ease-out-expo)}.lvc-scard:hover .lvc-scard__image img{transform:scale(1.06);filter:grayscale(0%)}.lvc-scard__image::after{content:'';position:absolute;bottom:0;left:0;right:0;height:60%;background:linear-gradient(to top,rgba(26,26,26,.5),transparent);pointer-events:none}.lvc-scard__number{position:absolute;top:1.25rem;left:1.25rem;width:36px;height:36px;border-radius:10px;background:rgba(255,255,255,.15);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;font-size:.8125rem;font-weight:700;color:var(--white);border:1px solid rgba(255,255,255,.2);font-family:var(--font-body);z-index:2}.lvc-scard__body{padding:1.75rem}.lvc-scard__title{font-family:var(--font-display);font-size:1.5rem;color:var(--charcoal);margin-bottom:.75rem;line-height:1.25;transition:color .3s}.lvc-scard:hover .lvc-scard__title{color:var(--orange)}.lvc-scard__text{font-size:.9375rem;color:var(--gray-600);line-height:1.7;font-weight:300;font-family:var(--font-body)}.lvc-scard__link{display:inline-flex;align-items:center;gap:.375rem;margin-top:1.25rem;font-size:.875rem;font-weight:600;color:var(--orange);text-decoration:none;transition:gap .3s var(--ease-out-expo);font-family:var(--font-body)}.lvc-scard:hover .lvc-scard__link{gap:.625rem}.lvc-reveal{opacity:0;transform:translateY(40px);transition:opacity .9s var(--ease-out-expo),transform .9s var(--ease-out-expo)}.lvc-reveal.lvc-visible{opacity:1;transform:translateY(0)}@media (max-width:1024px){.lvc-services__grid--cols-2,.lvc-services__grid--cols-3,.lvc-services__grid--cols-4{grid-template-columns:1fr}}@media (max-width:768px){.lvc-services{padding:4rem 1.25rem}.lvc-services__header{flex-direction:column;align-items:flex-start}.lvc-scard__image{height:180px}}