.service-page .cover-top { background: #0d4a5e; }
.service-page .section-inner { width: calc(100% - 3rem); }
.service-copy > section { padding: 0; }
.service-hero { padding: 10rem 0 4.5rem; background: linear-gradient(125deg, #0d4a5e, #166b87); color: white; }
.service-hero h1 { max-width: 900px; font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1.14; margin: 1rem 0 1.5rem; }
.service-eyebrow { font-weight: 600; letter-spacing: .13em; text-transform: uppercase; font-size: .8rem; }
.service-intro { font-size: 1.12rem; max-width: 760px; color: #e0f1f7; line-height: 1.8; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: .65rem; margin-bottom: 2rem; font-size: .88rem; }
.breadcrumbs a { color: white; text-underline-offset: 4px; }
.service-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }
.service-button { display: inline-flex; align-items: center; justify-content: center; padding: .85rem 1.25rem; background: white; color: #0d4a5e; border: 1px solid white; border-radius: 7px; text-decoration: none; font-weight: 700; }
.service-button-outline { background: transparent; color: white; }
.service-button:hover { background: #d6f0f7; color: #0d4a5e; }
.service-page a:focus-visible, .service-page summary:focus-visible { outline: 3px solid #ffb454; outline-offset: 4px; }
.service-body { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 4rem; padding-top: 4rem; padding-bottom: 4rem; }
.service-copy section + section { margin-top: 2.5rem; }
.service-body h2 { color: #0d4a5e; font-size: 1.55rem; line-height: 1.35; margin-bottom: 1rem; }
.service-copy p { font-size: 1.03rem; line-height: 1.85; color: #254d5b; }
.service-planning, .related-services { padding: 1.6rem; border: 1px solid #c0e4ee; border-radius: 12px; background: #f4fbfd; }
.service-sidebar h2 { font-size: 1.18rem; }
.service-sidebar ul { padding-left: 1.1rem; margin-top: 1rem; }
.service-sidebar li + li { margin-top: .75rem; }
.related-services { margin-top: 1.5rem; background: white; }
.related-services a, .all-services a { color: #0d4a5e; text-underline-offset: 4px; }
.service-faq details { border-bottom: 1px solid #c0e4ee; padding: 1rem 0; }
.service-faq summary { cursor: pointer; font-weight: 700; color: #0d4a5e; padding-right: 1rem; }
.service-faq details p { margin-top: .8rem; }
.service-enquiry { padding: 3.5rem 0; background: #0d4a5e; color: white; scroll-margin-top: 140px; }
.service-enquiry h2 { font-size: clamp(1.65rem, 3vw, 2.3rem); line-height: 1.3; margin: .75rem 0 1rem; }
.service-enquiry p { max-width: 760px; }
.service-enquiry address { font-style: normal; color: #d6f0f7; max-width: 700px; margin-top: 1.8rem; }
.all-services { padding-top: 3rem; padding-bottom: 3rem; }
.all-services h2 { margin-bottom: 1rem; font-size: 1.4rem; }
.all-services ul { list-style: none; display: flex; flex-wrap: wrap; gap: .8rem 1.5rem; }
.all-services [aria-current] { font-weight: 700; }
@media (max-width: 850px) { .service-body { grid-template-columns: 1fr; gap: 2rem; } .service-sidebar { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; } .related-services { margin-top: 0; } }
@media (max-width: 600px) { .service-hero { padding-top: 8.5rem; padding-bottom: 3rem; } .service-sidebar { grid-template-columns: 1fr; } .service-actions { flex-direction: column; align-items: stretch; } .service-body { padding-top: 2.5rem; padding-bottom: 2.5rem; } }
