/* Shared service navigation. Native details keeps the list available to keyboard and touch users. */
.nav-services:not([open]) .nav-services-panel{display:none}
.nav-services{position:relative;flex:none}.nav-services summary{display:flex;align-items:center;gap:5px;list-style:none;cursor:pointer;font-size:14px;line-height:2.4;min-height:44px;white-space:nowrap}.nav-services summary::-webkit-details-marker{display:none}.nav-services summary svg{width:15px;height:15px;transition:transform .2s}.nav-services[open] summary svg{transform:rotate(180deg)}.nav-services[open] summary,.nav-services.current summary,.nav-services:has(.nav-services-panel a.active) summary{color:var(--red)}.nav-services summary:focus-visible{outline:3px solid var(--red);outline-offset:4px;border-radius:2px}.nav-services-panel{position:absolute;z-index:35;top:calc(100% + 12px);left:-85px;width:370px;display:grid;background:white;border:1px solid var(--line);border-top:3px solid var(--red);border-radius:0 0 10px 10px;box-shadow:0 18px 35px rgba(25,26,29,.13);padding:10px 18px}.nav-services-panel a{display:block;padding:11px 8px;border-bottom:1px solid var(--line);font-size:14px;line-height:1.5;min-height:44px}.nav-services-panel a:last-child{border-bottom:0}.nav-services-panel a:first-child{font-weight:600;color:var(--red)}.nav-services-panel a:hover,.nav-services-panel a:focus-visible,.nav-services-panel a[aria-current="page"]{color:var(--red)}nav .nav-services-panel a:after{display:none}
@media(min-width:901px) and (max-width:1200px){.nav-wrap nav{gap:13px}.nav-services summary{font-size:13px}.nav-wrap nav>a{font-size:13px}}
@media(max-width:900px){.nav-services{width:100%}.nav-services summary{padding:6px;font-size:14px}.nav-services-panel{position:static;top:auto;left:auto;width:100%;margin:3px 0 8px;background:var(--wash);border:0;border-radius:6px;box-shadow:none;padding:4px 10px}.nav-services-panel a{font-size:14px}.nav-services-panel a:first-child{color:var(--ink)}}

/* Editorial service directory: thin rows paired with one large photographic preview. */
.service-showcase-section .section-intro{margin-bottom:40px}.service-directory{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:46px;align-items:stretch}.service-directory-list{border-top:1px solid #cfd1d6}.service-entry{position:relative;display:flex;align-items:center;gap:20px;min-height:122px;padding:18px 8px 18px 0;border-bottom:1px solid #cfd1d6}.service-entry-copy{display:flex;flex-direction:column;gap:7px;min-width:0}.service-entry-title{font:600 21px/1.3 'IBM Plex Sans',sans-serif;letter-spacing:-.025em;color:var(--ink);transition:color .2s}.service-entry-description{color:var(--muted);font-size:14px;line-height:1.55;max-width:56ch}.service-entry-arrow{width:23px;height:23px;margin-left:auto;color:var(--red);transition:transform .25s var(--ease)}.service-entry:hover .service-entry-title,.service-entry:focus-visible .service-entry-title,.service-entry.is-active .service-entry-title{color:var(--red)}.service-entry:hover .service-entry-arrow,.service-entry:focus-visible .service-entry-arrow{transform:translateX(4px)}.service-entry-image{display:none}.service-directory-visual{position:relative;overflow:hidden;border-radius:12px;background:#1b1d21;min-height:610px}.service-directory-images{position:absolute;inset:0}.service-directory-images img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s ease}.service-directory-images img.is-active{opacity:1}.service-directory-visual:after{content:'';position:absolute;inset:50% 0 0;background:linear-gradient(transparent,rgba(10,13,17,.8));pointer-events:none}.service-directory-caption{position:absolute;z-index:1;left:28px;right:28px;bottom:25px;color:white;display:flex;align-items:end;justify-content:space-between;gap:20px;font:600 27px/1.25 'IBM Plex Sans',sans-serif;letter-spacing:-.025em}.service-directory-caption svg{width:27px;height:27px}
@media(max-width:1100px){.service-directory{gap:26px}.service-entry{min-height:135px}.service-directory-visual{min-height:675px}}
@media(max-width:750px){.service-directory{grid-template-columns:1fr}.service-directory-visual{display:none}.service-entry{display:grid;grid-template-columns:minmax(0,1fr) 110px;gap:16px;min-height:115px;padding:15px 0}.service-entry-copy{gap:5px}.service-entry-title{font-size:18px}.service-entry-description{font-size:14px;line-height:1.45}.service-entry-image{display:block;width:110px;height:83px;object-fit:cover;border-radius:7px}.service-entry-arrow{display:none}}
@media(max-width:420px){.service-entry{grid-template-columns:minmax(0,1fr) 88px;gap:12px}.service-entry-image{width:88px;height:80px}.service-entry-title{font-size:17px}}
@media(prefers-reduced-motion:reduce){.nav-services summary svg,.service-entry-title,.service-entry-arrow,.service-directory-images img{transition:none}}

/* Readable navigation across the company and service pages. */
.nav-wrap #navigation>a,.nav-wrap #navigation .nav-services>summary,.nav-wrap #navigation .nav-services-panel>a{font-size:16px}
.nav-wrap .language-switch button,.nav-wrap .header-cta{font-size:16px}
@media(min-width:901px) and (max-width:1199px){
 .nav-wrap .menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:7px;order:3;width:44px;height:44px;flex:none;border:1px solid var(--line);background:#fff;border-radius:6px}
 .nav-wrap .menu-toggle span{height:2px;background:var(--ink);width:22px;margin:auto}
 .nav-wrap .menu-toggle span:first-child{margin-bottom:0}
 .nav-wrap .menu-toggle span:last-child{margin-top:0}
 .nav-wrap #navigation{display:none;position:absolute;top:calc(100% - 1px);left:0;right:0;margin:0;background:#fff;padding:22px 32px;border-bottom:1px solid var(--line);align-items:stretch}
 .nav-wrap #navigation.open{display:flex;flex-direction:column;gap:8px}
 .nav-wrap #navigation>a{padding:6px}
 .nav-wrap #navigation .nav-services{width:100%}
 .nav-wrap #navigation .nav-services>summary{padding:6px}
 .nav-wrap #navigation .nav-services-panel{position:static;width:100%;margin:3px 0 8px;background:var(--wash);border:0;border-radius:6px;box-shadow:none;padding:4px 10px}
 .nav-wrap .header-cta{display:none}
}

/* The service pages use the same language control as the company pages. */
.service-page .language-switch{display:flex;align-items:center;flex:none;gap:0;margin-left:auto;color:var(--muted)}
.service-page .language-switch button{position:relative;min-width:38px;min-height:44px;padding:10px 8px;border:0;background:transparent;color:var(--muted);font-size:16px;font-weight:600}
.service-page .language-switch button[aria-pressed="true"]{color:var(--ink)}
.service-page .language-switch button[aria-pressed="true"]::after{content:"";position:absolute;left:8px;right:8px;bottom:6px;height:2px;background:var(--red)}
.service-page .language-switch span{color:var(--line)}
@media(max-width:1499px){.service-page .header-cta{display:none}}
@media(max-width:1199px){.nav-wrap #navigation.open{max-height:calc(100vh - 106px);max-height:calc(100dvh - 106px);overflow-y:auto}}
@media(max-width:900px){.nav-wrap #navigation.open{max-height:calc(100vh - 86px);max-height:calc(100dvh - 86px)}}

/* Two linked solution brands below the service directory. */
.ecosystem-section{background:var(--wash)}
.ecosystem-heading{display:flex;justify-content:space-between;align-items:end;gap:48px;margin-bottom:34px}
.ecosystem-eyebrow{display:block;margin-bottom:15px;color:var(--red);font-size:14px;font-weight:600;letter-spacing:.08em}
.ecosystem-heading h2{margin:0;font:600 clamp(32px,3.2vw,44px)/1.2 'IBM Plex Sans',sans-serif;letter-spacing:-.035em}
.ecosystem-heading p{max-width:390px;margin:0;color:var(--muted);font-size:16px;line-height:1.65}
.ecosystem-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.ecosystem-card{display:flex;flex-direction:column;align-items:flex-start;min-height:335px;padding:34px;background:#fff;border:1px solid var(--line);border-radius:10px;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}
.ecosystem-card:hover,.ecosystem-card:focus-visible{border-color:var(--red);transform:translateY(-3px);box-shadow:0 12px 26px rgba(25,26,29,.07)}
.ecosystem-card:focus-visible{outline:3px solid var(--red);outline-offset:3px}
.ecosystem-card img{display:block;width:min(100%,280px);height:100px;object-fit:contain;object-position:left center}
.ecosystem-copy{display:flex;flex-direction:column;gap:8px;margin-top:19px;max-width:45ch}
.ecosystem-copy strong{font:600 23px/1.3 'IBM Plex Sans',sans-serif;letter-spacing:-.025em}
.ecosystem-copy>span{color:var(--muted);font-size:16px;line-height:1.6}
.ecosystem-link{display:inline-flex;gap:10px;align-items:center;margin-top:auto;padding-top:26px;color:var(--red);font-size:15px;font-weight:600}
.ecosystem-link span{font-size:22px;line-height:1}
@media(max-width:750px){.ecosystem-heading{display:block;margin-bottom:25px}.ecosystem-heading p{margin-top:15px}.ecosystem-grid{grid-template-columns:1fr}.ecosystem-card{min-height:290px;padding:28px}.ecosystem-card img{height:85px}}
@media(prefers-reduced-motion:reduce){.ecosystem-card{transition:none}}

.service-entry-icon{width:28px;height:28px;flex:none;color:var(--red);stroke-width:1.5}
@media(max-width:750px){.service-entry{grid-template-columns:28px minmax(0,1fr) 110px}.service-entry-icon{width:25px;height:25px;align-self:start;margin-top:2px}}
@media(max-width:420px){.service-entry{grid-template-columns:25px minmax(0,1fr) 88px}}
