/* Scoped to the laser service; other service and product pages keep their layout. */
.laser-page { --laser-green: #007d43; color: #24332d; }
.laser-page .laser-wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.laser-page .laser-hero { position: relative; min-height: 310px; display: flex; align-items: center; color: #fff; background: #27322e; }
.laser-page .laser-hero picture { position: absolute; inset: 0; }
.laser-page .laser-hero img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.laser-page .laser-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.8), rgba(0,0,0,.45) 58%, rgba(0,0,0,.15)); }
.laser-page .laser-hero-copy { position: relative; z-index: 1; padding-block: 40px; }
.laser-page h1 { font-size: clamp(1.9rem, 3.3vw, 2.85rem); font-weight: 700; line-height: 1.12; max-width: 710px; margin-bottom: 14px; }
.laser-page .laser-hero-copy > p { font-size: 1.08rem; margin-bottom: 22px; max-width: 650px; }
.laser-page .laser-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.laser-page .laser-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 20px; min-height: 46px; border: 1px solid transparent; border-radius: 4px; background: var(--laser-green); color: #fff; font-size: .95rem; font-weight: 650; text-decoration: none; line-height: 1.4; }
.laser-page .laser-button:hover { background: #006535; color: #fff; }
.laser-page .laser-button--outline { border-color: #fff; background: rgba(0,0,0,.18); }
.laser-page .laser-button--outline:hover { background: #fff; color: #183e2c; }
.laser-page .laser-button--light { background: #fff; color: #006c3a; }
.laser-page a:focus-visible, .laser-page summary:focus-visible { outline: 3px solid #dcac3e; outline-offset: 4px; }
.laser-page [id] { scroll-margin-top: 100px; }
.laser-page .laser-topline { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-block: 20px; }
.laser-page .site-breadcrumb { width: auto; max-width: none; margin: 0; padding: 0; }
.laser-page .site-breadcrumb-list { min-height: 0; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.laser-page .site-breadcrumb-list::before { display: none; }
.laser-page .laser-jump { font-size: .86rem; font-weight: 600; color: #006c3a; text-decoration: none; white-space: nowrap; }
.laser-page h2 { font-size: clamp(1.45rem, 2.3vw, 1.9rem); font-weight: 650; line-height: 1.25; }
.laser-page .laser-section-intro { max-width: 880px; margin-bottom: 22px; line-height: 1.6; }
.laser-page .laser-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.laser-page .laser-card { min-width: 0; background: #fff; border: 1px solid #dce5df; border-radius: 5px; overflow: hidden; display: flex; flex-direction: column; }
.laser-page .laser-card img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; }
.laser-page .laser-card-body { padding: 16px 18px 8px; flex: 1; }
.laser-page .laser-card h3 { font-size: 1.03rem; font-weight: 650; line-height: 1.4; margin: 0 0 7px; color: #192e24; }
.laser-page .laser-card p { font-size: .93rem; line-height: 1.5; margin: 0; }
.laser-page .laser-card-link { display: flex; justify-content: space-between; gap: 10px; align-items: center; min-height: 48px; padding: 10px 18px 14px; color: #006c3a; font-size: .91rem; font-weight: 650; text-decoration: none; }
.laser-page .laser-card-link:hover { text-decoration: underline; background: #f2f8f4; }
.laser-page .laser-reference { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px; border-radius: 5px; background: #e7f2ec; margin-top: 22px; }
.laser-page .laser-reference h2 { font-size: 1.12rem; margin-bottom: 6px; }
.laser-page .laser-reference p { font-size: .93rem; margin: 0; }
.laser-page .laser-reference .laser-button { flex-shrink: 0; }
.laser-page .laser-disclaimer { text-align: center; font-size: .78rem; color: #56685e; margin: 10px 0 30px; }
.laser-page .laser-technical { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 36px; padding-block: 12px 30px; }
.laser-page .laser-technical h2 { font-size: 1.38rem; }
.laser-page .laser-table { width: 100%; border-collapse: collapse; font-size: .92rem; margin: 14px 0 10px; background: #fff; }
.laser-page .laser-table th, .laser-page .laser-table td { border: 1px solid #dce5df; padding: 10px 12px; text-align: left; }
.laser-page .laser-table th { background: #eaf0ec; font-weight: 650; }
.laser-page .laser-note { font-size: .82rem; line-height: 1.55; color: #526258; }
.laser-page .laser-tolerances { font-size: .87rem; border-bottom: 1px solid #dce5df; padding-block: 8px; }
.laser-page .laser-tolerances summary { cursor: pointer; color: #006c3a; font-weight: 600; }
.laser-page .laser-tolerances ul { margin: 12px 0; padding-left: 22px; }
.laser-page .laser-requirements { border-left: 1px solid #dce5df; padding-left: 32px; }
.laser-page .laser-checklist { list-style: none; padding: 0; margin: 16px 0; }
.laser-page .laser-checklist li { position: relative; padding-left: 27px; margin-bottom: 10px; font-size: .93rem; }
.laser-page .laser-checklist li::before { content: '✓'; position: absolute; left: 0; color: var(--laser-green); font-weight: bold; }
.laser-page .laser-process { border-top: 1px solid #dce5df; padding-block: 26px; }
.laser-page .laser-process h2, .laser-page .laser-faq h2 { font-size: 1.4rem; }
.laser-page .laser-steps { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); list-style: none; padding: 0; margin: 20px 0 0; gap: 28px; }
.laser-page .laser-steps li { display: flex; align-items: flex-start; gap: 14px; }
.laser-page .laser-step-number { flex-shrink: 0; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: #e5f1e9; color: var(--laser-green); font-weight: 700; }
.laser-page .laser-steps h3 { font-size: 1rem; font-weight: 650; margin-bottom: 5px; }
.laser-page .laser-steps p { font-size: .9rem; line-height: 1.5; margin: 0; }
.laser-page .laser-faq { padding-bottom: 32px; }
.laser-page .laser-faq details { border: 1px solid #dce5df; border-radius: 4px; background: #fff; margin-top: 8px; padding: 14px 18px; }
.laser-page .laser-faq summary { cursor: pointer; font-size: .96rem; font-weight: 600; }
.laser-page .laser-faq p { margin: 12px 0 0; line-height: 1.6; font-size: .92rem; }
.laser-page .laser-closing { background: #087848; color: #fff; padding: 28px 0; }
.laser-page .laser-closing .laser-wrap { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.laser-page .laser-closing h2 { font-size: 1.5rem; margin: 0; }
@media (max-width: 900px) {
    .laser-page .laser-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .laser-page .laser-reference { align-items: flex-start; flex-direction: column; gap: 16px; }
    .laser-page .laser-technical { gap: 24px; }
    .laser-page .laser-requirements { padding-left: 24px; }
    .laser-page .laser-steps { gap: 16px; }
}
@media (max-width: 600px) {
    .laser-page .laser-wrap { width: calc(100% - 32px); }
    .laser-page .laser-hero { min-height: 320px; }
    .laser-page .laser-hero::after { background: rgba(0,0,0,.63); }
    .laser-page .laser-hero-copy { padding-block: 32px; }
    .laser-page .laser-hero-copy > p { font-size: 1rem; }
    .laser-page .laser-topline { flex-direction: column; align-items: flex-start; gap: 10px; }
    .laser-page .laser-grid, .laser-page .laser-technical, .laser-page .laser-steps { grid-template-columns: 1fr; }
    .laser-page .laser-card-body { padding-top: 14px; }
    .laser-page .laser-technical { gap: 22px; }
    .laser-page .laser-requirements { border-left: 0; border-top: 1px solid #dce5df; padding: 22px 0 0; }
    .laser-page .laser-steps { gap: 20px; }
    .laser-page .laser-closing .laser-wrap { align-items: flex-start; flex-direction: column; gap: 16px; }
}
