.service-hero{min-height:72vh;padding:clamp(9rem,16vw,14rem) clamp(1.5rem,8vw,8rem) 6rem;display:grid;grid-template-columns:1.1fr .9fr;align-items:end;gap:4rem;background:var(--charcoal);color:var(--bone)}
.service-hero h1{font-size:clamp(4rem,8vw,8rem)}.service-hero h1 em{color:var(--copper)}.service-hero p{color:rgba(232,224,210,.72);max-width:590px;font-size:clamp(1rem,1.4vw,1.2rem)}
.service-hero figure{margin:0;height:min(48vw,560px);overflow:hidden;border-radius:18px}.service-hero figure img{width:100%;height:100%;object-fit:cover}
.service-content{background:var(--cream)}.service-layout{max-width:var(--max);margin:auto;display:grid;grid-template-columns:.75fr 1.25fr;gap:clamp(3rem,8vw,8rem)}
.service-layout h2{font-size:clamp(3rem,6vw,6rem)}.service-layout h3{margin-top:2rem}.service-layout li{margin:.75rem 0;color:#565650}.service-layout .button{margin-top:1.5rem}
.service-gallery-section{background:var(--charcoal);color:var(--bone)}.service-gallery-wrap{max-width:var(--max);margin:auto}.service-gallery-intro{display:grid;grid-template-columns:.75fr 1.25fr;gap:clamp(2rem,8vw,8rem);align-items:end;margin-bottom:2.5rem}.service-gallery-intro h2{font-size:clamp(2.8rem,5vw,5rem);margin:0}.service-gallery-intro p{color:rgba(232,224,210,.72);max-width:620px;margin:0}.service-gallery{display:grid;grid-template-columns:repeat(12,1fr);gap:1rem}.service-gallery figure{grid-column:span 4;margin:0;overflow:hidden;border-radius:16px;background:#242421}.service-gallery figure:first-child{grid-column:span 8}.service-gallery img{display:block;width:100%;height:clamp(260px,30vw,430px);object-fit:cover}.service-gallery figure:first-child img{height:clamp(320px,42vw,580px)}.service-gallery figcaption{padding:1rem 1.1rem;color:rgba(232,224,210,.75);font-size:.82rem;line-height:1.45}
.service-faq{max-width:var(--max);margin:0 auto;background:var(--bone)}.service-faq h2{font-size:clamp(2.8rem,5vw,5rem)}.service-faq details{border-top:1px solid var(--line);padding:1.3rem 0}.service-faq summary{cursor:pointer;font:500 1.2rem 'Oswald';text-transform:uppercase}.service-faq details p{max-width:780px;color:#64635e}
.service-nav{max-width:var(--max);margin:auto;display:flex;flex-wrap:wrap;gap:.75rem}.service-nav a{border:1px solid var(--line);padding:.75rem 1rem;border-radius:999px;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em}
@media(max-width:800px){.service-hero,.service-layout,.service-gallery-intro{grid-template-columns:1fr}.service-hero{padding-top:8rem}.service-hero figure{height:70vw}.service-layout{gap:2rem}.service-gallery figure,.service-gallery figure:first-child{grid-column:1/-1}.service-gallery img,.service-gallery figure:first-child img{height:72vw;max-height:470px}}
