/* ============================================================================
 * Task 22 — Service Hub (/מדידות-התקנות-ותיקוני-שיש/). Sand & Bronze, RTL.
 * Reuses the .jmsb-arch skeleton (woo-archive.css) + content blocks (wave1.css).
 * Mirrors the material-hub CSS so the service hub sits identically to the sibling hubs.
 * ========================================================================== */
/* breadcrumb sits INSIDE the hero (clear gap from the sticky header) */
.jmsb-svc .svc-hero .svc-crumbs{margin:0 auto 16px;font-size:.88rem;color:#6b6151}
.jmsb-svc .svc-crumbs a{color:var(--gold-deep,#78571f);text-decoration:none}
.jmsb-svc .svc-crumbs a:hover{text-decoration:underline}
.jmsb-svc .svc-crumbs .sep{margin:0 8px;color:#b9ad97}

.jmsb-svc .svc-hero .svc-intro{max-width:860px;margin:14px auto 0;font-size:1.06rem;line-height:1.95;color:#463d2e}
.jmsb-svc .svc-hero-cta{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:24px}
/* the hero sits on the light sand band; the shared .pdp-btn-line (cream text, built for the dark CTA
 * band) is invisible here → give the HERO variant dark-gold text + gold border (bottom-CTA line btn untouched). */
.jmsb-svc .svc-hero-cta .pdp-btn-line{color:var(--gold-deep,#78571f);border-color:rgba(156,116,51,.5);background:transparent}
.jmsb-svc .svc-hero-cta .pdp-btn-line:hover{border-color:var(--gold,#9c7433);background:rgba(156,116,51,.06)}

/* content column matches the hub structure; text constrained for readability */
.jmsb-arch.jmsb-svc .arch-body .svc-wrap{max-width:1120px}
.jmsb-svc .svc-answer,
.jmsb-svc .svc-section > h2,
.jmsb-svc .svc-section > p,
.jmsb-svc .svc-section > .mnav-links,
.jmsb-svc .svc-section > .svc-checklist,
.jmsb-svc .svc-faq .jmsb-faq{max-width:880px;margin-left:auto;margin-right:auto}
.jmsb-svc .svc-answer{background:linear-gradient(180deg,rgba(156,116,51,.08),rgba(156,116,51,.04));border:1px solid rgba(156,116,51,.24);border-radius:16px;padding:22px 26px;margin:8px auto 34px}
.jmsb-svc .svc-answer h2{margin:0 0 8px;font-size:1.3rem;color:var(--ink,#2a2418)}
.jmsb-svc .svc-answer p{margin:0;line-height:1.9;color:#463d2e}

/* 3 service cards (measurements / installations / repairs) */
.svc-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(12px,1.4vw,18px);margin:0 auto 40px}
.svc-card{display:flex;flex-direction:column;gap:10px;padding:24px 22px;background:var(--surface,#fffefb);border:1px solid var(--line,#e7ddc9);border-radius:16px;transition:transform .28s var(--ease,ease),box-shadow .3s,border-color .3s}
.svc-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg,0 22px 50px rgba(60,44,18,.16));border-color:var(--gold,#9c7433)}
.svc-card h2{font-family:var(--serif,'Frank Ruhl Libre',serif);font-size:1.22rem;font-weight:700;color:var(--ink,#2a2418);margin:0}
.svc-card p{font-size:.98rem;line-height:1.85;color:#463d2e;margin:0}
.svc-card .svc-card-extra{margin:0;font-size:.92rem;line-height:1.7;color:#6b6151}
.svc-card .svc-card-extra a{color:var(--gold-deep,#78571f);font-weight:600}
.svc-card .svc-card-cta{margin-top:auto;align-self:flex-start;padding:11px 20px;font-size:.92rem}

.jmsb-svc .svc-section{margin:0 auto 40px}
.jmsb-svc .svc-section>h2{font-size:1.55rem;line-height:1.3;margin:0 0 14px;color:var(--ink,#2a2418)}
.jmsb-svc .svc-section p{line-height:1.95;margin:0 0 14px;color:#463d2e}
.jmsb-svc .svc-section a{color:var(--gold-deep,#78571f)}

/* what-to-send checklist */
.svc-checklist{list-style:none;padding:0;margin:6px auto 0;display:grid;gap:10px}
.svc-checklist li{position:relative;padding:12px 46px 12px 16px;background:var(--surface,#fffefb);border:1px solid var(--line,#e7ddc9);border-radius:12px;line-height:1.7;color:#463d2e}
.svc-checklist li::before{content:"✓";position:absolute;right:16px;top:50%;transform:translateY(-50%);width:22px;height:22px;line-height:22px;text-align:center;border-radius:50%;background:linear-gradient(135deg,var(--gold,#9c7433),var(--gold-deep,#78571f));color:#fff;font-size:.8rem;font-weight:700}

.jmsb-svc .svc-bottom-cta .svc-nap{margin-top:14px;font-size:.92rem;color:#6b6151}

@media(max-width:900px){.svc-cards{grid-template-columns:1fr}}
@media(max-width:560px){
	.jmsb-svc .svc-section>h2{font-size:1.3rem}
	.jmsb-svc .svc-hero .svc-intro{font-size:1rem}
	.svc-card h2{font-size:1.12rem}
}
