/* Broad editorial sections, with the original material photographs as the focus. */
#GlobalContents .service-layout { width: min(1320px, 88%); margin: 0 auto; color: #eeeae4; }
.service-layout * { box-sizing: border-box; }
.service-layout .service-eyebrow { margin: 0 0 14px; color: #ad9674; font: var(--type-small)/1.6 Georgia, serif; letter-spacing: .1em; }
#ServiceOverview { display: grid; grid-template-columns: 1fr 1.15fr; gap: 8%; padding: 36px 0 116px; }
#ServiceOverview h2 { margin: 0; font-size: var(--type-h2); font-weight: 400; line-height: 1.8; letter-spacing: .09em; }
#ServiceOverview .service-overview-copy { padding-top: 35px; }
#ServiceOverview .service-overview-copy > p { margin: 0 0 20px; font-size: var(--type-body); line-height: 2.1; color: #c6c1b9; }
#ServiceOverview .service-scope { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin: 36px 0 0; padding: 24px 0 0; border-top: 1px solid #3a352e; list-style: none; }
#ServiceOverview .service-scope li { font-size: var(--type-h3); line-height: 1.6; letter-spacing: .08em; }
#ServiceOverview .service-scope span { display: block; margin-top: 6px; color: #9d978f; font: var(--type-small)/1.6 Georgia, serif; letter-spacing: .02em; }
#ServiceProducts { padding-bottom: 100px; }
#ServiceProducts .service-products-heading { margin-bottom: 44px; }
#ServiceProducts h2 { margin: 0; font-size: var(--type-h2); font-weight: 400; line-height: var(--leading-heading); letter-spacing: .1em; }
#ServiceProducts .service-product-list { display: grid; gap: 80px; }
#ServiceProducts .service-product { display: grid; grid-template-columns: 1.15fr 1fr; gap: 8%; align-items: center; }
#ServiceProducts .service-product:nth-child(even) { grid-template-columns: 1fr 1.15fr; }
#ServiceProducts .service-product:nth-child(even) .service-product-photo { grid-column: 2; grid-row: 1; }
#ServiceProducts .service-product:nth-child(even) .service-product-copy { grid-column: 1; grid-row: 1; }
#ServiceProducts .service-product-photo { margin: 0; overflow: hidden; border-radius: 5px; }
#ServiceProducts .service-product-photo img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
#ServiceProducts .service-product-copy { min-width: 0; }
#ServiceProducts h3 { margin: 0 0 26px; font-size: var(--type-h3); font-weight: 400; line-height: var(--leading-heading); letter-spacing: .08em; }
#ServiceProducts .service-product-description { margin: 0; color: #c6c1b9; font-size: var(--type-body); line-height: 2; }
#ServiceProducts .service-product-range { margin-top: 32px; padding-top: 22px; border-top: 1px solid #3a352e; font-family: var(--font-body); }
#ServiceProducts .service-product-range h4 { margin: 0 0 16px; color: #e4ded5; font-size: var(--type-h4); font-weight: 400; line-height: var(--leading-heading); }
#ServiceProducts .service-product-range ul { display: flex; flex-wrap: wrap; gap: 8px 24px; margin: 0; padding: 0; list-style: none; font-size: var(--type-body); line-height: 1.8; color: #bbb4aa; }
#ServiceProducts .service-works-link { display: grid; grid-template-columns: auto 1fr 32px; align-items: center; gap: 48px; margin-top: 88px; padding: 36px 0; border-top: 1px solid #625039; border-bottom: 1px solid #625039; color: #eeeae4; text-decoration: none; }
#ServiceProducts .service-works-title { display: grid; gap: 10px; font-size: var(--type-h3); line-height: var(--leading-heading); }
#ServiceProducts .service-works-title > [lang] { color: #ad9674; font: var(--type-small)/1.6 Georgia, serif; letter-spacing: .1em; }
#ServiceProducts .service-works-description { color: #bdb6ac; font: var(--type-body)/1.9 var(--font-body); }
#ServiceProducts .service-works-link svg { width: 32px; height: 32px; color: #bc9b6e; transition: transform .2s ease; }
#ServiceProducts .service-works-link:hover { opacity: 1; color: #cfb58e; }
#ServiceProducts .service-works-link:hover svg { transform: translateX(5px); }
#ServiceProducts .service-works-link:focus-visible { outline: 1px solid #c7aa81; outline-offset: 6px; }
@media (max-width: 1100px) {
    .service-wide-break, #ServiceProducts .service-product-description br { display: none; }
    #ServiceProducts .service-product { gap: 6%; }
}
@media (max-width: 768px) {
    #GlobalContents .service-layout { width: auto; margin: 0 24px; }
    #ServiceOverview { grid-template-columns: minmax(0, 1fr); gap: 26px; padding: 0 0 72px; }
    #ServiceOverview .service-overview-copy { padding: 0; }
    #ServiceOverview .service-scope { gap: 16px; margin-top: 28px; }
    #ServiceProducts { padding-bottom: 64px; }
    #ServiceProducts .service-products-heading { margin-bottom: 28px; }
    #ServiceProducts .service-product-list { gap: 48px; }
    #ServiceProducts .service-product, #ServiceProducts .service-product:nth-child(even) { grid-template-columns: minmax(0, 1fr); gap: 26px; }
    #ServiceProducts .service-product:nth-child(even) .service-product-photo, #ServiceProducts .service-product:nth-child(even) .service-product-copy { grid-column: auto; grid-row: auto; }
    #ServiceProducts h3 { margin-bottom: 18px; }
    #ServiceProducts .service-product-range { margin-top: 24px; padding-top: 18px; }
    #ServiceProducts .service-works-link { grid-template-columns: minmax(0, 1fr) 28px; gap: 14px 20px; margin-top: 52px; padding: 26px 0; }
    #ServiceProducts .service-works-description { grid-column: 1; }
    #ServiceProducts .service-works-link svg { grid-column: 2; grid-row: 1 / 3; width: 28px; }
}
@media (prefers-reduced-motion: reduce) {
    #ServiceProducts .service-works-link svg { transition: none; }
}
