/* One connected industry-to-client explorer. */
.client-concept{background:#0e1015;color:#f3f1ed;padding:64px 0 48px;border-block:1px solid #ffffff12;scroll-margin-top:85px}
.concept-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:30px}.client-concept .eyebrow{color:#f05669}.concept-heading .h-section{color:#f3f1ed;font-size:clamp(32px,3.3vw,48px);line-height:1.08;letter-spacing:-.035em;margin:14px 0 0}.concept-intro{color:#a0a5b0;max-width:275px;font-size:15px;line-height:1.6;margin:0 0 3px}
.portfolio-explorer{display:grid;grid-template-columns:minmax(245px,.85fr) minmax(0,2fr);border:1px solid #303540;border-radius:14px;overflow:hidden;background:#161a22;box-shadow:0 20px 70px #0002}
.industry-selector{display:flex;flex-direction:column;gap:0;background:#11141b;padding:14px;border-right:1px solid #303540;align-self:stretch}
.industry-choice{display:flex;align-items:center;gap:12px;justify-content:space-between;width:100%;text-align:left;padding:16px 14px;color:#a6adba;background:transparent;border:1px solid transparent;border-radius:7px;font:inherit;font-size:14px;line-height:1.4;cursor:pointer;transition:background .25s,color .25s,border-color .25s}
.industry-name{max-width:240px}.industry-arrow{color:#e9293f;opacity:0;transform:translate(-5px,4px);transition:opacity .25s,transform .25s;flex-shrink:0}.industry-choice:hover{color:#fff;background:#ffffff05}.industry-choice[aria-selected=true]{background:linear-gradient(105deg,#e9293f18,#e9293f03);border-color:#e9293f35;color:#fff}.industry-choice[aria-selected=true] .industry-arrow,.industry-choice:hover .industry-arrow{opacity:1;transform:translate(0,0)}
.portfolio-panel{position:relative;min-width:0;padding:28px 32px 22px;background:radial-gradient(ellipse at 100% 0,#e9293f08,transparent 65%)}
.client-browse-heading{display:flex;align-items:center;gap:14px;margin-bottom:27px;min-height:32px}.client-browse-heading h3{font-size:14px;font-weight:500;color:#c7cbd3;margin:0;line-height:1.4}.client-controls{display:flex;gap:6px;flex-shrink:0}.client-controls button{width:30px;height:30px;display:grid;place-items:center;border:1px solid #424957;border-radius:50%;background:transparent;color:#eee;font-size:15px;cursor:pointer;transition:background .2s,border-color .2s,transform .2s}.client-controls button:hover{background:#e9293f;border-color:#e9293f;transform:translateY(-2px)}.client-controls button:disabled{opacity:.25;cursor:default;transform:none;background:transparent;border-color:#424957}#client-count{margin-left:auto;font-size:11px;font-variant-numeric:tabular-nums;letter-spacing:.08em;color:#8992a1;white-space:nowrap}
.client-stories{touch-action:pan-y;min-height:270px}.client-story{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-content:start;column-gap:20px;min-height:270px}.story-mark{grid-column:2;grid-row:1;display:flex;align-items:center;justify-content:center;align-self:start;width:124px;height:54px;background:#f3f1ed;border-radius:5px;padding:10px}.story-mark img{max-width:104px;max-height:34px;width:auto;height:auto;object-fit:contain}.story-mark.dark{background:#0c111c;border:1px solid #414a59}.story-name{grid-column:1;color:#f3f1ed;font-size:clamp(25px,2.6vw,38px);letter-spacing:-.035em;font-weight:500;line-height:1.1;margin:0 0 23px;overflow-wrap:anywhere}.quote-preview{grid-column:1 / -1;margin:0 0 23px;max-width:660px}.quote-label{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.15em;color:#fa8190;margin-bottom:10px}.quote-preview p{color:#b9c0ce;font-size:16px;line-height:1.65;margin:0;max-width:610px}.story-link{grid-column:1 / -1;display:inline-flex;justify-self:start;gap:18px;align-items:center;color:#eee;font-size:12px;padding-bottom:5px;border-bottom:1px solid #59616f}.story-link span:last-child{transition:transform .2s}.story-link:hover{color:#ff8594}.story-link:hover span:last-child{transform:translate(3px,-3px)}
.client-picker{display:flex;flex-wrap:wrap;gap:5px 7px;border-top:1px solid #ffffff16;padding-top:17px;margin-top:4px;align-content:start}.client-picker button{background:transparent;border:1px solid transparent;border-radius:4px;padding:6px 8px;font-size:11px;line-height:1.3;color:#969eae;text-align:left;cursor:pointer;transition:color .2s,background .2s,border-color .2s}.client-picker button:hover{color:#fff;background:#ffffff07}.client-picker button[aria-pressed=true]{color:#fff;border-color:#515c6e;background:#ffffff08}
.concept-bottom{display:flex;justify-content:flex-end;padding-top:20px}.concept-bottom .link-arrow{font-size:12px;color:#b9c0cd}.client-concept button:focus-visible,.portfolio-panel:focus-visible,.client-concept a:focus-visible{outline:2px solid #fa8190;outline-offset:3px}
/* Subtle feedback on links throughout the site; no perpetual animation. */
@media(hover:hover){.nav-links a{transition:color .2s}.link-arrow span:last-child{transition:transform .25s}.link-arrow:hover span:last-child{transform:translate(3px,-3px)}}

@media(max-width:900px){.portfolio-explorer{grid-template-columns:230px minmax(0,1fr)}.portfolio-panel{padding:25px 22px}.industry-choice{font-size:12px;padding:15px 10px}.industry-selector{padding:10px}.concept-intro{max-width:235px}.client-browse-heading{flex-wrap:wrap;gap:9px}.client-browse-heading h3{max-width:calc(100% - 105px)}.story-mark{width:96px;height:46px;padding:8px}.story-mark img{max-width:80px;max-height:30px}.quote-preview p{font-size:15px}.client-stories,.client-story{min-height:295px}}
@media(max-width:650px){.client-concept{padding:44px 0 32px}.concept-heading{display:block;margin-bottom:22px}.concept-heading .h-section{font-size:32px}.concept-intro{max-width:340px;margin-top:14px;font-size:14px}.portfolio-explorer{display:block;border-radius:10px}.industry-selector{flex-direction:row;overflow-x:auto;border-right:0;border-bottom:1px solid #303540;padding:10px;gap:6px;scrollbar-width:thin;scrollbar-color:#4b5260 transparent}.industry-choice{flex:0 0 auto;width:auto;max-width:205px;font-size:12px;padding:10px 12px;gap:8px}.industry-arrow{display:none}.industry-name{white-space:nowrap;max-width:none}.industry-choice{max-width:none}.portfolio-panel{padding:21px 18px 18px}.client-browse-heading{margin-bottom:24px;flex-wrap:nowrap}.client-browse-heading h3{font-size:12px;max-width:none;flex:0 1 auto}.client-controls button{width:27px;height:27px}.client-controls{gap:4px}#client-count{font-size:9px}.story-name{font-size:27px}.client-story{column-gap:12px}.story-mark{width:86px;height:44px}.story-mark img{max-width:70px;max-height:28px}.client-stories,.client-story{min-height:310px}.quote-preview p{font-size:14px;line-height:1.7}.client-picker{gap:5px}.client-picker button{font-size:10px;padding:7px}.concept-bottom{padding-top:16px}}
@media(prefers-reduced-motion:reduce){.client-concept *,.link-arrow span:last-child{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

/* Compact logo gallery with descriptions revealed on demand. */
.portfolio-explorer{overflow:visible;position:relative;z-index:2}
.industry-selector{border-radius:14px 0 0 14px}.portfolio-panel{border-radius:0 14px 14px 0}
.client-browse-heading{margin-bottom:5px}.logo-grid-hint{font-size:11px;color:#929baa;margin:0 0 20px}
.client-logo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.logo-tile{position:relative;min-width:0}.logo-tile.is-open{z-index:10}
.logo-button{position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:116px;padding:12px 9px 10px;border:1px solid #343b48;border-radius:8px;background:#1c212b;cursor:pointer;transition:background .2s,border-color .2s,transform .2s;color:#dbe0e9}
.logo-button:hover,.logo-button[aria-expanded=true]{border-color:#e9293f88;background:#252a35;transform:translateY(-2px)}
.logo-mark{display:flex;align-items:center;justify-content:center;width:100%;height:49px;background:#f3f1ed;border-radius:4px;padding:8px;margin-bottom:9px}.logo-mark img{display:block;width:auto;height:auto;max-width:100%;max-height:33px;object-fit:contain}.logo-mark.dark{background:#0d131f}.logo-mark.text-mark{background:transparent;color:#eceef3;font-size:11px;font-weight:600;line-height:1.25;text-align:center;padding:3px}
.logo-caption{font-size:10px;line-height:1.35;text-align:center;padding:0 5px;max-width:100%}.logo-cue{position:absolute;right:5px;bottom:4px;font-size:11px;line-height:1;color:#7e8797}.logo-button[aria-expanded=true] .logo-cue{color:#fa8190}
.logo-detail{position:absolute;top:calc(100% + 6px);left:0;width:290px;max-width:calc(100vw - 64px);padding:22px;background:#252b37;border:1px solid #596272;border-top:2px solid #e9293f;border-radius:9px;box-shadow:0 20px 45px #0008;z-index:20}.logo-detail[hidden]{display:none}.logo-detail::before{content:'';position:absolute;left:0;right:0;height:10px;top:-10px}.logo-detail h4{font-size:19px;font-weight:500;line-height:1.2;color:#fff;margin:0 0 17px}.logo-detail p{font-size:13px;line-height:1.65;color:#c0c7d4;margin:0 0 18px}.logo-detail .story-link{font-size:11px}.logo-tile:nth-child(4n) .logo-detail,.logo-tile:nth-child(4n - 1) .logo-detail{left:auto;right:0}
@media(max-width:1100px) and (min-width:651px){.client-logo-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.logo-tile:nth-child(n) .logo-detail{left:0;right:auto}.logo-tile:nth-child(3n) .logo-detail,.logo-tile:nth-child(3n - 1) .logo-detail{left:auto;right:0}.logo-button{height:119px}.logo-caption{font-size:9px}}
@media(max-width:650px){.industry-selector{border-radius:10px 10px 0 0}.portfolio-panel{border-radius:0 0 10px 10px}.client-logo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.logo-button{height:113px}.logo-mark{max-width:150px}.logo-tile:nth-child(n) .logo-detail{left:0;right:auto}.logo-tile:nth-child(2n) .logo-detail{left:auto;right:0}.logo-detail{width:280px}.logo-grid-hint{margin-bottom:16px}.client-browse-heading h3{font-size:14px}}

/* Condensed portfolio immediately before the contact section. */
.client-concept{padding:40px 0 30px}
.concept-heading{gap:24px;margin-bottom:20px}.concept-heading .h-section{font-size:clamp(27px,2.7vw,36px);margin-top:9px;max-width:660px}.concept-intro{font-size:13px;max-width:235px;line-height:1.5}
.industry-selector{padding:9px}.industry-choice{padding:12px 11px;font-size:13px}
.portfolio-panel{padding:18px 22px}.client-browse-heading{min-height:25px}.logo-grid-hint{margin-bottom:13px}
.client-logo-grid{gap:8px}.logo-button{height:96px;padding:9px 8px 7px}.logo-mark{height:39px;padding:6px;margin-bottom:7px}.logo-mark img{max-height:27px}.logo-caption{font-size:9px;line-height:1.3}.concept-bottom{padding-top:13px}
@media(max-width:900px){.industry-choice{font-size:12px;padding:11px 9px}.portfolio-panel{padding:17px}.concept-heading{gap:18px}.concept-heading .h-section{font-size:30px}}
@media(max-width:650px){.client-concept{padding:30px 0 24px}.concept-heading{margin-bottom:16px}.concept-heading .h-section{font-size:27px}.concept-intro{margin-top:9px;max-width:100%}.industry-selector{padding:8px;gap:4px}.industry-choice{padding:9px 11px}.portfolio-panel{padding:16px 14px}.logo-button{height:99px}.logo-caption{font-size:10px}.logo-mark{height:39px}.logo-grid-hint{margin-bottom:12px}}

/* Visible navigation at every screen size, without a dropdown menu. */
.nav .burger,.mobile-menu{display:none!important}
.nav .nav-links{display:flex;gap:0;white-space:nowrap}
.nav .nav-links a{padding:9px 10px;font-size:13px}
.nav .nav-cta .btn{display:inline-flex;white-space:nowrap}
.nav .logo,.nav .nav-cta{flex-shrink:0}
@media(min-width:1051px) and (max-width:1400px){.nav .wrap{gap:14px}.nav .nav-cta .login{display:none}.nav .nav-cta .btn{padding:10px 12px;font-size:12px}.nav .nav-links a{padding:9px 8px}}
@media(max-width:1050px){
 .nav{padding:12px 0 7px;background:rgba(10,11,14,.94)}.nav.scrolled{padding:9px 0 5px}
 .nav .wrap{flex-wrap:wrap;gap:7px 16px}.nav .wrap>nav{order:3;flex:0 0 100%;min-width:0;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}
 .nav .nav-links{width:max-content;min-width:100%;justify-content:space-between;padding:4px 0 7px}.nav .nav-links a{display:block;padding:6px 10px;font-size:12px}.nav .nav-links li:first-child a{padding-left:0}
 .nav .nav-cta .login{display:none}.nav .nav-cta .btn{padding:8px 12px;font-size:12px}
 .client-concept{scroll-margin-top:135px}
}
