/* V39.2 — páginas editoriales de servicio. Archivo separado para evitar caché del CSS global. */
.seo-inline-links{display:flex;flex-wrap:wrap;gap:10px 22px;margin-top:20px}
.seo-inline-links a{font-size:11px;letter-spacing:.06em;text-transform:uppercase;border-bottom:1px solid rgba(44,41,38,.35);padding-bottom:4px}
.service-page{padding-top:0!important;background:#f7f3ee}
.service-hero{min-height:76svh;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);background:#eee5dc;overflow:hidden}
.service-hero.service-hero--text-only{grid-template-columns:1fr}
.service-hero-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(110px,12vw,170px) clamp(30px,7vw,105px) 70px}
.service-hero--text-only .service-hero-copy{width:min(100%,1160px);box-sizing:border-box;margin:0 auto;min-height:70svh;padding-left:clamp(30px,7vw,105px);padding-right:clamp(30px,14vw,210px)}
.service-kicker{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:#8e6758;margin-bottom:20px}
.service-hero h1{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:clamp(46px,6vw,88px);line-height:.98;letter-spacing:-.035em;margin:0 0 25px;color:#2c2926;max-width:780px}
.service-hero h1 em{font-weight:400;color:#8e6758}
.service-lead{font-family:Georgia,'Times New Roman',serif;font-size:clamp(17px,1.6vw,23px);line-height:1.6;max-width:650px;color:#514a45;margin:0}
.service-hero-media{min-height:560px;background:#d9cec4;position:relative;overflow:hidden}
.service-hero-media[hidden]{display:none!important}
.service-hero-media img{width:100%;height:100%;object-fit:cover;display:block}
.service-section{padding:clamp(75px,9vw,130px) 7vw;background:#f7f3ee}
.service-section.alt{background:#efe6de}
.service-section[hidden]{display:none!important}
.service-narrow{max-width:1160px;margin:auto}
.service-intro-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:clamp(40px,8vw,130px);align-items:start}
.service-section h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(32px,4vw,58px);font-weight:400;line-height:1.08;margin:0;color:#2c2926}
.service-section h2 em{font-weight:400;color:#8e6758}
.service-copy{max-width:680px}
.service-copy p{font-size:15px;line-height:1.9;color:#625b55;margin:0 0 20px}
.service-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#d8cbc0;margin-top:70px}
.service-pillar{background:#f7f3ee;padding:38px 32px}
.service-pillar span{display:block;font-family:Georgia,serif;font-size:31px;color:#b79b8e;margin-bottom:24px}
.service-pillar h3{font-family:Georgia,serif;font-weight:400;font-size:22px;margin:0 0 13px;color:#2c2926}
.service-pillar p{font-size:13px;line-height:1.75;color:#716a64;margin:0}
.service-gallery-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:38px}
.service-gallery-head p{max-width:480px;line-height:1.7;color:#716a64;margin:0}
.service-gallery{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:190px;gap:10px}
.service-gallery figure{margin:0;overflow:hidden;background:#d9cec4}
.service-gallery figure:nth-child(1){grid-column:span 7;grid-row:span 2}
.service-gallery figure:nth-child(2){grid-column:span 5;grid-row:span 1}
.service-gallery figure:nth-child(3){grid-column:span 5;grid-row:span 2}
.service-gallery figure:nth-child(4){grid-column:span 7;grid-row:span 1}
.service-gallery figure:nth-child(5){grid-column:span 4;grid-row:span 1}
.service-gallery figure:nth-child(6){grid-column:span 3;grid-row:span 1}
.service-gallery img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}
@media (hover:hover) and (pointer:fine){.service-gallery figure:hover img{transform:scale(1.025)}}
.service-cta{text-align:center;padding:clamp(80px,10vw,140px) 24px;background:#2c2926;color:#f7f3ee}
.service-cta .service-kicker{color:#c6a99a}
.service-cta h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(34px,4vw,58px);font-weight:400;line-height:1.08;color:#fff;max-width:760px;margin:0 auto 24px}
.service-cta p{max-width:590px;margin:0 auto 32px;color:#d9d0ca;line-height:1.75}
.service-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:12px}
.service-btn{display:inline-flex;align-items:center;justify-content:center;min-width:190px;padding:15px 24px;border:1px solid #c6a99a;font-size:10px;letter-spacing:.13em;text-transform:uppercase;color:#f7f3ee}
.service-btn.primary{background:#8e6758;border-color:#8e6758;color:#fff}
@media(max-width:800px){
  .service-hero{grid-template-columns:1fr;min-height:auto}
  .service-hero-copy,.service-hero--text-only .service-hero-copy{padding:115px 24px 55px;min-height:auto;width:100%}
  .service-hero-media{min-height:58svh}
  .service-intro-grid{grid-template-columns:1fr}
  .service-pillars{grid-template-columns:1fr}
  .service-gallery-head{align-items:start;flex-direction:column}
  .service-gallery{grid-template-columns:1fr 1fr;grid-auto-rows:230px}
  .service-gallery figure,.service-gallery figure:nth-child(n){grid-column:span 1;grid-row:span 1}
  .service-gallery figure:first-child{grid-column:span 2;grid-row:span 2}
  .seo-inline-links{flex-direction:column;align-items:flex-start}
}
