.service-page { background: #22211f; color: #f2f0eb; }
.service-page a { text-underline-offset: 4px; }
.service-page a:hover { color: #fff; }
.service-page :focus-visible { outline: 2px solid #c9ba9e; outline-offset: 5px; }
.service-container { width: min(100% - 48px, 960px); margin-inline: auto; }
.service-header { padding: 22px 32px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid #ffffff1a; }
.service-header nav { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; font-size: 13px; margin-left: auto; }
.service-book { display: inline-flex; align-items: center; justify-content: center; padding: 14px 22px; min-height: 44px; border-radius: 4px; background: #c9ba9e; color: #22211f; font-size: 14px; font-weight: 600; text-align: center; text-decoration: none; }
.service-page .service-book:hover { background: #fff; color: #22211f; }
.service-intro { padding-block: 28px 36px; }
.service-breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px 12px; margin-bottom: 36px; font-size: 12px; color: #c4bcb0; }
.service-breadcrumbs li + li::before { content: '/'; margin-right: 12px; color: #c4bcb0; }
.service-page h1, .service-page h2, .service-page h3 { font-family: 'Tenor Sans', sans-serif; letter-spacing: 0; }
.service-page h1 { font-size: 42px; line-height: 1.15; margin-bottom: 22px; }
.service-lead { max-width: 760px; font-size: 18px; line-height: 1.7; color: #ddd9d3; }
.service-figure { margin-bottom: 40px; }
.service-figure img { width: 100%; height: 360px; object-fit: cover; object-position: center 40%; border-radius: 4px; }
.service-page[data-page="sauna-infrarouge-terrebonne"] .service-figure img { width: auto; height: auto; max-width: 100%; max-height: 640px; margin-inline: auto; }
.service-section { padding-block: 42px; border-top: 1px solid #ffffff1a; }
.service-section:nth-of-type(even) { background: #1e1c1a; }
.service-section h2 { font-size: 28px; line-height: 1.3; margin-bottom: 22px; }
.service-section h3 { font-size: 22px; margin-bottom: 12px; }
.service-section p { max-width: 760px; font-size: 16px; line-height: 1.85; margin-bottom: 20px; color: #ddd9d3; }
.service-section p a, .service-section > div > a:not(.service-book), .service-related a { color: #c9ba9e; text-decoration: underline; }
.service-choices { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; padding-top: 16px; }
.service-related { display: flex; flex-wrap: wrap; gap: 16px 28px; padding-block: 32px; font-size: 14px; }
.service-footer { padding-block: 36px; border-top: 1px solid #ffffff1a; color: #c4bcb0; font-size: 12px; line-height: 1.8; }
.service-footer nav { display: flex; gap: 20px; flex-wrap: wrap; margin-block: 22px; }
.skip-link { position: absolute; top: 8px; left: 8px; transform: translateY(-200%); z-index: 100; padding: 12px; background: #fff; color: #22211f; }
.skip-link:focus { transform: none; }
@media (max-width: 640px) {
    .service-header { padding: 18px 24px 8px; flex-wrap: wrap; gap: 10px; }
    .service-header nav { order: 3; width: 100%; gap: 12px 18px; font-size: 12px; }
    .service-header nav a { padding-block: 10px; }
    .service-header .service-book { padding: 10px 14px; }
    .service-page h1 { font-size: 32px; }
    .service-lead { font-size: 16px; }
    .service-figure img { height: 290px; }
    .service-section { padding-block: 32px; }
    .service-section h2 { font-size: 25px; }
    .service-choices { grid-template-columns: 1fr; gap: 14px; }
}
