/* LOLER arrangements use the shared Forge visual foundation. */
.breadcrumbs { padding-top: 22px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px 12px; list-style: none; margin: 0; padding: 0; font-size: .8125rem; line-height: 1.6; color: var(--muted); }
.breadcrumbs li { display: inline-flex; align-items: center; gap: 12px; }
.breadcrumbs li + li::before { content: "/"; color: #888; }
.breadcrumbs a { min-height: 32px; }
.breadcrumbs a:hover { text-decoration: underline; text-underline-offset: 4px; }
.breadcrumbs [aria-current] { color: var(--ink); }
.loler-hero { padding-top: 28px; }
.loler-hero h1 { font-size: clamp(2.5rem, 3.8vw, 3.9rem); }
.loler-hero .hero-image img { height: clamp(420px, 36vw, 510px); object-position: 66% center; }
.loler-hero .hero-actions { gap: 12px; }
.loler-hero .hero-actions .button { padding-inline: 18px; }
.independence-note { border-left: 3px solid var(--repair-accent); margin: 22px 0 0; padding-left: 18px; font-size: .9375rem; line-height: 1.7; max-width: 520px; }
.arrangement-options { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }
.arrangement-options article { display: flex; flex-direction: column; align-items: start; padding: 32px; border: 1px solid var(--line); border-radius: 8px; }
.option-number { color: #a44b00; font-size: .8125rem; margin-bottom: 22px; }
.arrangement-options h3 { font-size: 1.375rem; line-height: 1.4; font-weight: 600; margin: 0 0 14px; }
.arrangement-options p { font-size: 1rem; line-height: 1.75; color: var(--muted); margin: 0 0 22px; }
.arrangement-options .text-link { margin-top: auto; }
.loler-role-layout, .loler-timing-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 80px); align-items: start; }
.loler-responsibilities article { padding-block: 22px; border-top: 1px solid var(--line); }
.loler-responsibilities article:last-child { padding-bottom: 0; }
.loler-responsibilities h3, .loler-next-steps h3 { font-size: 1.1875rem; line-height: 1.4; font-weight: 600; margin: 0 0 10px; }
.loler-responsibilities p, .loler-next-steps p { font-size: .9375rem; line-height: 1.75; color: var(--muted); margin: 0; }
.loler-responsibilities a { display: inline-flex; align-items: center; gap: 10px; font-size: .8125rem; line-height: 1.6; min-height: 44px; margin-top: 10px; text-decoration: underline; text-underline-offset: 4px; }
.loler-responsibilities a svg { width: 16px; height: 16px; flex: 0 0 auto; }
.loler-timing-layout .text-link { margin-top: 22px; }
.examination-intervals { background: var(--surface); border: 1px solid var(--line); border-radius: 8px; padding: 30px; }
.examination-intervals dl { margin: 0; }
.examination-intervals dl > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 16px 24px; }
.examination-intervals dl > div + div { border-top: 1px solid var(--line); padding-block: 24px; }
.examination-intervals dt { font-size: 1rem; line-height: 1.5; font-weight: 500; }
.examination-intervals dd { font-size: .875rem; margin: 0; white-space: nowrap; }
.examination-intervals strong { font-size: 2.75rem; letter-spacing: -.04em; font-weight: 600; }
.examination-intervals > p { border-top: 1px solid var(--line); margin: 0; padding-top: 22px; font-size: .875rem; line-height: 1.75; color: var(--muted); }
.loler-next-steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 36px; }
.loler-next-steps article { padding-top: 22px; border-top: 1px solid var(--line); }
.loler-next-steps .text-link { margin-top: 20px; }
.loler-reviews { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.loler-reviews .review-card { min-height: 0; padding: 25px; background: var(--surface); }
.loler-coverage-copy { font-size: .9375rem; line-height: 1.75; color: var(--muted); margin: 24px 0 0; }
.loler-faq .faq-item a { text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
@media (max-width: 1100px) {
 .loler-hero h1 { font-size: 2.75rem; }
 .loler-hero .hero-actions .button { font-size: .875rem; padding-inline: 16px; }
 .arrangement-options article, .examination-intervals { padding: 26px; }
 .loler-next-steps { gap: 24px; }
 .loler-reviews { gap: 14px; }
 .loler-reviews .review-card { padding: 22px; }
}
@media (max-width: 800px) {
 .loler-page .section-heading { flex-direction: column; gap: 16px; }
 .loler-page .section-heading > .text-link { align-self: flex-start; }
 .loler-hero { padding-top: 24px; }
 .loler-hero h1 { font-size: clamp(2.25rem, 6vw, 3.2rem); }
 .loler-hero .hero-image img { height: auto; aspect-ratio: 1.5; }
 .loler-hero .hero-actions .button { font-size: .9375rem; padding-inline: 22px; }
 .loler-role-layout, .loler-timing-layout { grid-template-columns: 1fr; gap: 30px; }
 .loler-reviews { grid-template-columns: 1fr; gap: 20px; }
 .loler-reviews .review-card { padding: 24px; }
}
@media (max-width: 600px) {
 .breadcrumbs { padding-top: 14px; }
 .breadcrumbs ol { font-size: .75rem; }
 .loler-hero { padding-top: 20px; }
 .loler-hero .eyebrow { font-size: .75rem; }
 .arrangement-options, .loler-next-steps { grid-template-columns: 1fr; }
 .arrangement-options article, .examination-intervals { padding: 24px; }
 .arrangement-options h3 { font-size: 1.25rem; }
 .loler-next-steps { gap: 28px; }
 .examination-intervals dt { max-width: 130px; }
 .examination-intervals strong { font-size: 2.5rem; }
}
@media (max-width: 370px) {
 .loler-hero h1 { font-size: 2rem; }
 .breadcrumbs ol, .breadcrumbs li { gap: 8px; }
 .examination-intervals { padding: 20px; }
 .examination-intervals dl > div { gap: 12px; }
}
