.service-page{padding-top:5rem}.service-hero{display:grid;grid-template-columns:5fr 7fr;gap:var(--space-lg);padding:0 2.5rem var(--space-lg);max-width:var(--max-width);margin:0 auto;align-items:center}.service-hero-image{position:relative;overflow:hidden}.service-hero-image img{width:100%;height:auto;box-shadow:0 25px 50px #00000012}.service-hero-content{max-width:620px}.service-page h1{font-family:var(--serif);font-size:clamp(2rem,4vw,3rem);font-weight:400;line-height:1.15;margin-bottom:.5rem}.service-subtitle{font-family:var(--serif);font-size:1.1rem;font-style:italic;color:var(--accent);margin-bottom:var(--space-md)}.service-intro{font-size:.95rem;color:var(--text-light);line-height:1.85;max-width:480px}.service-container{max-width:900px;margin:0 auto;padding:0 2.5rem var(--space-xl)}.service-accent{display:flex;align-items:flex-start;gap:1.5rem;padding:var(--space-lg) 0;margin-bottom:var(--space-lg);border-top:1px solid var(--earth-light);border-bottom:1px solid var(--earth-light)}.accent-line{width:3px;min-height:50px;background:var(--accent);flex-shrink:0;align-self:stretch}.service-accent p{font-family:var(--serif);font-size:1.25rem;font-weight:400;line-height:1.5;color:var(--text)}.service-section{margin-bottom:var(--space-lg)}.service-section h2{font-family:var(--serif);font-size:1.4rem;font-weight:400;margin-bottom:var(--space-sm)}.service-section p{font-size:.95rem;color:var(--text-light);line-height:1.85;margin-bottom:var(--space-sm)}.service-list{list-style:none;padding:0}.service-list li{display:flex;gap:1.2rem;align-items:flex-start;font-size:.95rem;color:var(--text-light);line-height:1.85;padding:1rem 0;border-bottom:1px solid var(--cream);transition:padding-left .3s ease}.service-list li:hover{padding-left:.5rem}.service-list li strong{color:var(--text);display:block;margin-bottom:.15rem}.service-list li span{display:block}.service-list-icon{flex-shrink:0;width:24px;height:24px;color:var(--accent);margin-top:.15rem}.service-list-icon svg{width:100%;height:100%}.format-cards{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.format-card{background:var(--bg-earth);padding:2rem;position:relative;overflow:hidden;transition:transform .4s cubic-bezier(.16,1,.3,1)}.format-card:hover{transform:translateY(-3px)}.format-card:before{content:"";position:absolute;top:0;left:0;width:0;height:2px;background:var(--accent);transition:width .6s cubic-bezier(.16,1,.3,1)}.format-card:hover:before{width:100%}.format-label{font-size:.65rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem;display:block}.format-card h3{font-family:var(--serif);font-size:1.2rem;font-weight:400;margin-bottom:.8rem}.format-card p{font-size:.88rem;color:var(--text-light);line-height:1.75;margin-bottom:1rem}.format-meta{display:flex;gap:1.5rem;padding-top:1rem;border-top:1px solid var(--cream)}.format-meta-label{font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-light);margin-bottom:.1rem;display:block}.format-meta-value{font-size:.82rem;color:var(--accent);font-weight:500}.process-steps{position:relative;padding-left:2.5rem}.process-steps:before{content:"";position:absolute;left:.55rem;top:.5rem;bottom:.5rem;width:1px;background:var(--cream)}.process-step{display:flex;gap:1.2rem;align-items:flex-start;padding:1rem 0;position:relative}.process-step:before{content:"";position:absolute;left:-1.95rem;top:1.45rem;width:7px;height:7px;background:var(--accent);border-radius:50%}.process-num{font-family:var(--serif);font-size:1.3rem;color:var(--cream);font-weight:400;flex-shrink:0;width:30px}.process-step h3{font-family:var(--serif);font-size:1.05rem;font-weight:400;margin-bottom:.3rem}.process-step p{font-size:.88rem;color:var(--text-light);line-height:1.75}.service-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--cream);margin-bottom:var(--space-lg)}.service-fact{background:var(--bg);padding:1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.6rem}.service-fact-num{font-family:var(--serif);font-size:2.2rem;font-weight:400;color:var(--accent)}.service-fact-icon{width:28px;height:28px;color:var(--accent)}.service-fact-icon svg{width:100%;height:100%}.service-fact-label{font-size:.75rem;color:var(--text-light);line-height:1.5;max-width:160px}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--cream)}.project-card{background:var(--bg);padding:1.8rem;transition:background .4s,transform .4s cubic-bezier(.16,1,.3,1);position:relative}.project-card:hover{background:var(--bg-warm);transform:translateY(-3px)}.project-card-icon{width:28px;height:28px;color:var(--accent);margin-bottom:1rem}.project-card-icon svg{width:100%;height:100%}.project-card h3{font-family:var(--serif);font-size:1.05rem;font-weight:400;margin-bottom:.5rem}.project-card p{font-size:.82rem;color:var(--text-light);line-height:1.7}.service-cta{padding:var(--space-lg) 0;border-top:1px solid var(--cream)}.service-cta p{font-family:var(--serif);font-size:1.3rem;margin-bottom:var(--space-sm)}@media(max-width:1024px){.service-hero{grid-template-columns:1fr}.service-hero-image{max-width:350px;order:-1}.project-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.service-hero{padding:0 1.5rem var(--space-md)}.service-container{padding:0 1.5rem var(--space-lg)}.format-cards{grid-template-columns:1fr}.process-steps{padding-left:2rem}.service-facts,.project-grid{grid-template-columns:1fr}}
