/* Service hero with complete equipment photos. Shared shell: layout.css. */
.service-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: #fff;
    background: #111614;
    letter-spacing: 0;
}
.service-hero *, .service-hero *::before, .service-hero *::after { box-sizing: border-box; letter-spacing: 0; }
.service-hero__media {
    position: relative;
    min-width: 0;
    min-height: 420px;
    grid-column: 2;
    grid-row: 1;
}
.service-hero .service-hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain;
    object-position: center;
    border-radius: 0;
    opacity: 1;
    filter: none;
}
.service-hero__inner {
    width: min(1160px, calc(100% - 64px));
    margin: 0 auto;
    padding: 36px 0 28px;
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 48px;
}
.service-hero__copy { min-width: 0; align-self: center; grid-column: 1; grid-row: 1; padding: 12px 0; }
.service-hero .service-hero__region {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 20px;
    color: #e2e9e4;
    font: 600 13px/1.5 Arial, sans-serif;
}
.service-hero__region::before { content: ''; width: 24px; height: 2px; background: #f57c00; flex: 0 0 24px; }
.service-hero h1 {
    margin: 0;
    max-width: 670px;
    color: #fff;
    font: 700 48px/1.08 Arial, sans-serif;
    text-wrap: balance;
    overflow-wrap: break-word;
}
.service-hero .service-hero__lead {
    margin: 22px 0 0;
    max-width: 545px;
    color: #e0e4e1;
    font: 400 17px/1.6 Arial, sans-serif;
}
.service-hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 24px; margin: 26px 0 0; }
.service-hero .service-hero__primary, .service-hero .service-hero__secondary {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 14px 20px;
    font: 700 15px/1.4 Arial, sans-serif;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color .2s ease, color .2s ease;
}
.service-hero .service-hero__primary { background: #f57c00; color: #111; border: 1px solid #f57c00; }
.service-hero .service-hero__primary:hover { background: #ff971f; border-color: #ff971f; }
.service-hero .service-hero__secondary { border: 1px solid #7f8983; background: rgba(17,22,20,.5); color: #fff; }
.service-hero .service-hero__secondary:hover { background: #fff; color: #111; }
.service-hero a:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
.service-hero .service-hero__note { margin: 12px 0 0; max-width: 510px; color: #bfc8c1; font: 400 12px/1.6 Arial, sans-serif; }
.service-hero .service-hero__facts { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; margin: 32px 0 0; padding: 22px 0 0; border-top: 1px solid #536057; }
.service-hero__facts > div { min-width: 0; border-left: 2px solid #f57c00; padding-left: 14px; }
.service-hero__facts dt { color: #fff; font: 700 15px/1.4 Arial, sans-serif; margin: 0 0 4px; }
.service-hero__facts dd { color: #bac5be; font: 400 13px/1.5 Arial, sans-serif; margin: 0; }
@media (max-width: 1050px) {
    .service-hero__inner { width: calc(100% - 40px); column-gap: 24px; padding-top: 28px; }
    .service-hero h1 { font-size: 40px; }
    .service-hero__media { min-height: 380px; }
    .service-hero__actions { gap: 10px; }
    .service-hero .service-hero__primary, .service-hero .service-hero__secondary { font-size: 14px; padding: 12px 14px; gap: 8px; }
}
@media (max-width: 680px) {
    .service-hero__inner { width: calc(100% - 32px); padding: 24px 0; display: flex; flex-direction: column; }
    .service-hero__copy { padding: 0; align-self: stretch; }
    .service-hero__media { width: 100%; min-height: 0; height: 300px; margin-top: 24px; }
    .service-hero .service-hero__region { margin-bottom: 14px; font-size: 12px; }
    .service-hero h1 { font-size: 32px; line-height: 1.12; text-wrap: auto; }
    .service-hero .service-hero__lead { margin-top: 16px; font-size: 15px; line-height: 1.55; }
    .service-hero__actions { margin-top: 22px; gap: 10px; display: grid; grid-template-columns: 1fr 1fr; }
    .service-hero .service-hero__primary, .service-hero .service-hero__secondary { width: 100%; min-height: 48px; padding: 12px 8px; font-size: 13px; gap: 6px; }
    .service-hero .service-hero__note { font-size: 11px; }
    .service-hero .service-hero__facts { grid-template-columns: 1fr; gap: 12px; margin-top: 22px; padding: 18px 40px 0 0; }
    .service-hero__facts > div { display: grid; grid-template-columns: 104px 1fr; gap: 8px; align-items: baseline; }
    .service-hero__facts dt { font-size: 13px; margin: 0; }
    .service-hero__facts dd { font-size: 12px; }
}
@media (max-width: 360px) {
    .service-hero h1 { font-size: 29px; }
    .service-hero .service-hero__primary, .service-hero .service-hero__secondary { font-size: 12px; }
    .service-hero__facts > div { grid-template-columns: 94px 1fr; }
}
@media (prefers-reduced-motion: reduce) { .service-hero a { transition: none; } }

/* Home showcase. Content is supplied by the editable hero row in page_blocks_json. */
.service-hero--home-showcase { min-height: 650px; background: #0c0f0e; }
.service-hero--home-showcase .service-hero__showcase-media,
.service-hero--home-showcase .service-hero__showcase-overlay { position: absolute; inset: 0; }
.service-hero--home-showcase .service-hero__showcase-image { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.service-hero--home-showcase .service-hero__showcase-overlay {
    z-index: 1;
    background: linear-gradient(90deg, rgba(8,10,9,.98) 0%, rgba(8,10,9,.95) 28%, rgba(8,10,9,.72) 49%, rgba(8,10,9,.16) 74%, rgba(8,10,9,.06) 100%);
}
.service-hero--home-showcase .service-hero__showcase-inner {
    position: relative;
    z-index: 2;
    width: min(1380px, calc(100% - 64px));
    min-height: 650px;
    margin: 0 auto;
    padding: 54px 0 116px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.service-hero--home-showcase .service-hero__showcase-copy { width: min(660px, 51%); }
.service-hero--home-showcase .service-hero__showcase-region {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 18px;
    color: #f4f4f4;
    font: 700 14px/1.4 Arial, sans-serif;
}
.service-hero--home-showcase .service-hero__showcase-region svg { width: 23px; height: 23px; color: #f57c00; flex: 0 0 23px; }
.service-hero--home-showcase h1 { max-width: 650px; font-size: clamp(44px, 4vw, 66px); line-height: 1.04; }
.service-hero--home-showcase .service-hero__showcase-lead { max-width: 590px; margin: 20px 0 0; color: #e1e3e2; font: 400 20px/1.5 Arial, sans-serif; }
.service-hero--home-showcase .service-hero__showcase-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    margin: 28px 0 0;
}
.service-hero--home-showcase .service-hero__showcase-benefits > div {
    min-width: 0;
    display: grid;
    grid-template-columns: 38px minmax(0,1fr);
    gap: 12px;
    padding: 0 17px;
    border-left: 1px solid rgba(255,255,255,.2);
}
.service-hero--home-showcase .service-hero__showcase-benefits > div:first-child { padding-left: 0; border-left: 0; }
.service-hero--home-showcase .service-hero__fact-icon { width: 38px; height: 38px; display: grid; place-items: center; color: #f57c00; }
.service-hero--home-showcase .service-hero__fact-icon svg { width: 34px; height: 34px; }
.service-hero--home-showcase .service-hero__showcase-benefits dl { min-width: 0; margin: 0; }
.service-hero--home-showcase .service-hero__showcase-benefits dt { margin: 0 0 2px; color: #fff; font: 700 13px/1.35 Arial, sans-serif; }
.service-hero--home-showcase .service-hero__showcase-benefits dd { margin: 0; color: #c7cdca; font: 400 11px/1.4 Arial, sans-serif; }
.service-hero--home-showcase .service-hero__showcase-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0 0; }
.service-hero--home-showcase .service-hero__showcase-actions a { min-width: 220px; min-height: 54px; }
.service-hero--home-showcase .service-hero__proof { display: flex; align-items: center; gap: 11px; margin: 20px 0 0; color: #e7e9e8; font: 600 13px/1.45 Arial, sans-serif; }
.service-hero--home-showcase .service-hero__proof svg { width: 28px; height: 28px; padding: 5px; color: #f57c00; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.service-hero--home-showcase .service-hero__offer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24px;
    min-height: 88px;
    display: grid;
    grid-template-columns: 54px minmax(240px,1.2fr) 1px minmax(220px,1fr) auto;
    align-items: center;
    gap: 24px;
    padding: 18px 24px;
    color: #111;
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 8px;
    box-shadow: 0 18px 50px rgba(0,0,0,.26);
    backdrop-filter: blur(7px);
}
.service-hero--home-showcase .service-hero__offer::after { content: ''; grid-column: 3; grid-row: 1; width: 1px; height: 52px; background: #d5d5d5; }
.service-hero--home-showcase .service-hero__offer-icon { grid-column: 1; width: 48px; height: 48px; display: grid; place-items: center; color: #f57c00; }
.service-hero--home-showcase .service-hero__offer-icon svg { width: 43px; height: 43px; }
.service-hero--home-showcase .service-hero__offer strong { grid-column: 2; font: 700 20px/1.25 Arial, sans-serif; }
.service-hero--home-showcase .service-hero__offer-text { grid-column: 4; color: #363636; font: 400 15px/1.45 Arial, sans-serif; }
.service-hero--home-showcase .service-hero__offer > a { grid-column: 5; min-width: 210px; min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 20px; color: #111; background: #f57c00; border: 1px solid #f57c00; border-radius: 5px; font: 700 15px/1.35 Arial, sans-serif; text-decoration: none; }
.service-hero--home-showcase .service-hero__offer > a:hover { background: #ff971f; border-color: #ff971f; }

@media (max-width: 1080px) {
    .service-hero--home-showcase .service-hero__showcase-inner { width: calc(100% - 40px); padding-top: 44px; }
    .service-hero--home-showcase .service-hero__showcase-copy { width: min(650px, 62%); }
    .service-hero--home-showcase .service-hero__offer { grid-template-columns: 44px minmax(190px,1fr) minmax(180px,.8fr) auto; gap: 16px; }
    .service-hero--home-showcase .service-hero__offer::after { display: none; }
    .service-hero--home-showcase .service-hero__offer strong { grid-column: 2; }
    .service-hero--home-showcase .service-hero__offer-text { grid-column: 3; }
    .service-hero--home-showcase .service-hero__offer > a { grid-column: 4; min-width: 170px; }
}
@media (max-width: 760px) {
    .service-hero--home-showcase { min-height: 0; }
    .service-hero--home-showcase .service-hero__showcase-media { inset: 0; height: auto; }
    .service-hero--home-showcase .service-hero__showcase-image { object-position: 78% center; }
    .service-hero--home-showcase .service-hero__showcase-overlay { background: linear-gradient(180deg, rgba(11,14,13,.98) 0%, rgba(11,14,13,.94) 58%, rgba(11,14,13,.74) 100%), linear-gradient(90deg, rgba(11,14,13,.9), rgba(11,14,13,.2)); }
    .service-hero--home-showcase .service-hero__showcase-inner { width: calc(100% - 32px); min-height: 0; padding: 28px 0 24px; }
    .service-hero--home-showcase .service-hero__showcase-copy { width: 100%; padding-bottom: 0; }
    .service-hero--home-showcase h1 { font-size: clamp(34px, 10vw, 44px); }
    .service-hero--home-showcase .service-hero__showcase-lead { margin-top: 16px; font-size: 16px; }
    .service-hero--home-showcase .service-hero__showcase-actions { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 22px; }
    .service-hero--home-showcase .service-hero__showcase-actions a { width: 100%; min-width: 0; }
    .service-hero--home-showcase .service-hero__showcase-benefits { grid-template-columns: 1fr; gap: 12px; margin-top: 22px; }
    .service-hero--home-showcase .service-hero__showcase-benefits > div { padding: 0; border: 0; }
    .service-hero--home-showcase .service-hero__showcase-benefits dt { font-size: 14px; }
    .service-hero--home-showcase .service-hero__showcase-benefits dd { font-size: 12px; }
    .service-hero--home-showcase .service-hero__offer { position: relative; inset: auto; grid-template-columns: 42px minmax(0,1fr); gap: 8px 14px; margin-top: 18px; padding: 16px; }
    .service-hero--home-showcase .service-hero__offer-icon { width: 40px; height: 40px; }
    .service-hero--home-showcase .service-hero__offer-icon svg { width: 36px; height: 36px; }
    .service-hero--home-showcase .service-hero__offer strong { grid-column: 2; font-size: 17px; }
    .service-hero--home-showcase .service-hero__offer-text { grid-column: 1 / -1; font-size: 13px; }
    .service-hero--home-showcase .service-hero__offer > a { grid-column: 1 / -1; width: 100%; min-width: 0; margin-top: 4px; }
}
@media (max-width: 380px) {
    .service-hero--home-showcase h1 { font-size: 32px; }
}
